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
Recovery from online backup

Recovery from online backup

2006-04-19       - By Radoulov, Dimitre

Reply:     1     2     3     4     5     6     7     8     9     10     >>  

> Contrary to its syntax, this command does not actually backup the
> controlfile.  Rather, it creates a trace file with the commands to recreate
> the controlfile.  

Incorrect!

Backup and Recovery Concepts Release 2(9.2)

a.. The SQL statement ALTER DATABASE BACKUP CONTROLFILE makes a binary backup
of the control file.
a.. The SQL statement ALTER DATABASE BACKUP CONTROLFILE TO TRACE exports the
control file contents to a SQL script file. You can use the script to create a
new control file. Trace file backups have one major disadvantage: they contain
no records of archived redo logs, offline ranges for datafiles, and RMAN
backups and copies. For this reason, binary backups are preferable


Regards,
Dimitre
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>&gt; Contrary to its syntax, this command does not
actually backup the<BR>&gt; controlfile.&nbsp; Rather, it creates a trace file
with the commands to recreate<BR>&gt; the controlfile.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Incorrect!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Backup and Recovery Concepts Release
2(9.2)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<LI class=LB1 type=disc><A name=1004785></A><FONT face=Arial size=2>The SQL
statement ALTER DATABASE BACKUP CONTROLFILE makes a binary backup of the
control
file. </FONT>
<LI class=LB1 type=disc><A name=1004786></A><FONT face=Arial size=2>The SQL
statement ALTER DATABASE BACKUP CONTROLFILE TO TRACE exports the control file
contents to a SQL script file. You can use the script to create a new control
file. Trace file backups have one major disadvantage: they contain no records
of
archived redo logs, offline ranges for datafiles, and RMAN backups and copies.
For this reason, binary backups are preferable</FONT></LI></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Dimitre</FONT></DIV></BODY></HTML>