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
help trying to clone database to remote server

help trying to clone database to remote server

2005-04-13       - By Paula_Stankus@(protected)

Reply:     1     2     3     4  

=20
I am getting the following error:

RMAN-00571: =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
RMAN-00569: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR MESSAGE =
STACK FOLLOWS =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RMAN-00571: =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
RMAN-03002: failure of Duplicate Db command at 04/13/2005 14:50:39
RMAN-03015: error occurred in stored script Memory Script
ORA-19507 (See ORA-19507.ora-code.com): failed to retrieve sequential file,
handle=3D"df_LEPROD_s1597_p1_htghnp
ds_1_1", parms=3D""
ORA-27029 (See ORA-27029.ora-code.com): skgfrtrv: sbtrestore returned error
ORA-19511 (See ORA-19511.ora-code.com): Error received from media manager layer, error text:
  nwora_open_restore: Could not locate the NWORA save file
'df_LEPROD_s1597_p1_
ht
ghnpds_1_1' on server 'dohsbus01'.

Here is a sample of my script:

BACKS=3D/usr/oracle/tools/backups;export BACKS
. /usr/oracle/tools/ids
umask 066;export umask
RSCRPT=3D$BACKS/storscripts;export RSCRPT
#export NLS_LANG=3DAMERICAN_AMERICA.WE8ISO8859P1
NSR_CLIENT=3Ddohsdb10.test;export NSR_CLIENT
NSR_SERVER=3Ddohsbus01;export NSR_SERVER
ORATAB_LOC=3D/var/opt/oracle;export ORATAB_LOC
#$ORACLE_HOME/bin/rman msglog /dblogs/backups/dupleprod.txt<< EOD
$ORACLE_HOME/bin/rman << EOD
connect rcvcat $RMANID
connect target $TARGET@(protected)
connect auxiliary $AUX@(protected)
run {
allocate auxiliary channel d1 type 'SBT_TAPE' ;
set newname for datafile 1 to '/u01/oradata/leprod/system01.dbf';
set newname for datafile 2 to '/u01/oradata/leprod/undo01.dbf';
set newname for datafile 4 to '/u02/oradata/leprod/ax_le_small01.dbf';
set newname for datafile 5 to '/u01/oradata/leprod/users01.dbf';
set newname for datafile 3 to '/u02/oradata/leprod/at_le_small01.dbf';
#execute script archive_log_current;
#execute script backup_al_all;
duplicate target database to leprod

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