錯誤定位: SQL> !oerr ora 01002 01002, 00000, "fetch out of sequence" // *Cause: This error means that a fetch has been attempted from a cursor // which is no longer valid. Note that a PL/SQL
[問題描述]當使用者出現提示密碼將要到期的錯誤ORA-28002時如何處理?CIE68:~ # su - Oracle oracle@CIE68:~> system/Atae1234SQL*Plus: Release 11.1.0.6.0 - Production on Tue Jan 19 15:15:50 2010Copyright (c) 1982, 2007, Oracle. All rights reserved.ERROR:ORA-28002: the password
8.2Opening a Standby Database for Read-Only or Read/Write Access8.2以唯讀或者可讀寫方式開啟備庫來訪問 When a standby database is open for read-only access, users can query the standby database but cannot update it. Thus, you can reduce the load on the primary
一般情況下報ORA-00054時,就很有可能有對象被鎖住了,這個錯誤一般都是“資源正忙, 但指定以 NOWAIT 方式擷取資源, 或者逾時失效”,其解決方案如下: 1、查詢哪些對象被鎖 select object_name,machine,s.sid,s.serial# from v$locked_object l, dba_objects o , v$session s where l.object_id =
Oracle發展到今天,在備份還原領域已經構建了完善的解決方案體系。絕大多數情況下,我們的備份還原需求都可以用Oracle成熟方案實現的。TSPITR(Tablespace Point In Time Recover)資料資料表空間定點恢複是我們在實踐中偶爾會使用的一種恢複情境。本篇就圍繞這個問題進行討論實驗。 --------------------------------------分割線
當我們使用catalog來代替controlfile做為rman repository時,有關備份的中繼資料資訊也會在controlfil中存的,這樣當在使用rman時,即使catalog臨時不可用也可以使用controlfile 中的資訊。在下次能串連catalog的時候,我們使用resync catalog也可以再次手動動步controlfile中的備份資訊到catalog中RMAN> resync catalog;starting full resync of