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
nologging and recovery

nologging and recovery

2005-01-04       - By Jared Still

Reply:     1     2     3     4     5     6     7     8  

Here's a bit from the fine manual for 8i:

 
In NOLOGGING mode, data is modified with minimal logging (to mark new
extents invalid and to record dictionary changes). When applied during
media recovery, the extent invalidation records mark a range of blocks
as logically corrupt, because the redo data is not logged. Therefore,
if you cannot afford to lose this table, it is important to take a
backup after the NOLOGGING operation.


And here it is from 10g:

In this mode, Oracle Database inserts data without redo or undo
logging. (Some minimal logging is done to mark new extents invalid,
and data dictionary changes are always logged.) This mode improves
performance. However, if you subsequently must perform media recovery,
the extent invalidation records mark a range of blocks as logically
corrupt, because no redo data was logged for them. Therefore, it is
important that you back up the data after such an insert operation.

You may recall that this used to be called UNRECOVERABLE ...

Jared


On Tue, 4 Jan 2005 15:29:32 -0800 (PST), David <thump@(protected)> wrote:
> Having a bit of a debate here...
> Different docs have alluded to different issues and pros/cons.
>
> Question....under 9i...what are the ramifications of performing the
> operations that support nologging and then having to recover the database?
>
> These nologging operations are ongoing in such a fashion that it would not
> be possible to perform a db backup after each operation.
>
> Can we recover and the associated objects error out with an error when
> accessed and need to be recreated or can we not recover the associated
> tbs/datafile at all?
>
> For the record....the objects assocated with the operations were we would
> not need to perform logging do not need to be recovered.  All objects
> currently reside in the same tbs.
> --
> ..
> David
>
> --
> http://www.freelists.org/webpage/oracle-l
>


--
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
--
http://www.freelists.org/webpage/oracle-l