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
Saving Backup Errros inside the db

Saving Backup Errros inside the db

2005-12-28       - By Johnson, George

Reply:     1     2     3     4     5  


  I was under the impression that this was already stored or is that only under
10g and with central catalog? I just remember reading something about this in a
tech doc somewhere.

  Rgds

-- --Original Message-- --
From: oracle-l-bounce@(protected) [mailto:oracle-l-bounce@(protected)] On
Behalf Of Grant Allen
Sent: 28 Dec 2005 7:34
To: bnsarma@(protected)
Cc: lazydba
Subject: Re: Saving Backup Errros inside the db


BN wrote:

> Greetings,
>  
> I would like to save the following RMAN error messages inside a table
> along with the timestamp
>
> RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
>
[snip]

> Can somebody suggest me how I can do this. I want to save the new
> lines, as they appear in the error message.
>
> Am I looking at a CLOB or do I have other options.


BN - others are already suggesting the post-backup shell script, but you
do have options other than CLOB.  You can save the new lines with some
easy regex work and the ever-useful chr(10) or chr(13)||chr(10) trick
(depending on your OS).  This means you can opt for char or varchar2,
which you might find *much* easier to use in the long run.

Ciao
Fuzzy
:-)
--
http://www.freelists.org/webpage/oracle-l



****************************************************************************
This message contains confidential information and is intended only
for the individual or entity named.  If you are not the named addressee
you should not disseminate, distribute or copy this e-mail.  
Please notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed, arrive
late or incomplete, or contain viruses.  The sender therefore does not
accept liability for any errors or omissions in the contents of this
message which arise as a result of e-mail transmission.  
If verification is required please request a hard-copy version.
This message is provided for informational purposes and should not
be construed as an invitation or offer to buy or sell any securities or
related financial instruments.
GAM operates in many jurisdictions and is
regulated or licensed in those jurisdictions as required.
****************************************************************************

--
http://www.freelists.org/webpage/oracle-l