Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
Deferred Rollback Segments - Help!

Deferred Rollback Segments - Help!

2004-05-11       - By Tracy Rahmlow


We have upgraded from 8.1.7.4 to 9.2.0.5 on AIX 5.1 and converted to
automated undo. All tablespaces are locally managed except for system.
During the conversion of the system tablespace from DMT to LMT we receive
an ORA-03113 (See ORA-03113.ora-code.com). We have filed a TAR and Oracle states that we have deferred
rollback segments that were never applied or never removed after
application. (specifically to the user_data tablespace). All of our
tablespaces are online including user_data. Their solution is to create a
new database and import all the data to the new database due to the
"corruption ". I have researched several other databases and we have an
additional 20+ databases with deferred rollback segments within the system
tablespace. (these databases do not have any offline tablespaces either)
Here is the query I ran:
select * from dba_extents where segment_type = 'DEFERRED ROLLBACK ';

Has anyone experienced something similar? Any ideas on why we would have
so many databases with this issue? I am not crazy about rebuilding 20+
databases. Is there a way to remove these segments? Here is Oracle 's
explanation which was included in the tar:

A "Deferred Rollback " segment is created for a tablespace when a
tablespace is taken offline. Undo records are written to the deferred
rollback segment of a tablespace when undo is being applied to a
tablespace which is offline, hence, the undo cannot be applied.

The undo stored in the deferred rollback segment is applied when the
tablespace comes back online. The deferred rollback segment
is automatically removed after the undo has been applied.

Deferred rollback segments always reside in the system tablespace.

Please help! Thanks

American Express made the following
annotations on 05/11/2004 08:04:54 AM
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----
******************************************************************************

"This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you. "

******************************************************************************


==============================================================================


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --