.ora-code.com

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
Rman & standby db creation- LSM errors

Rman & standby db creation- LSM errors

2005-12-12       - By deen dayal

I am trying to create a standby database using rman ( ver 10.1.0.3 ) on
solaris box. Target, auxiliary db and catalog are all 10.1.0.3 on solaris.

I did backup the standby controlfile of the target db and trying to
duplicate the target db using rman to standby db. I am getting the errors
from MML ( Legato networker ) file can not be located.

When I list backup of controlfile, it lists the standby control file.
Networker client is installed on the remote server and permissions are
granted to access on Legato server.

Oracle module Ver 4.1 and Legato Networker 6.1

I am wondering whether anybody is using this combination and restored
successfully to a remote server. I could successfully duplicate a database
on the same machine.

Any help/pointers are greatly appreciated.

Thanks
Deen



ORACLE-uiint:/u01>rman CATALOG rcat/xxxx@(protected) TARGET / AUXILIARY
SYS/xxxxx@(protected)
Recovery Manager: Release 10.1.0.3.0 - 64bit Production


Copyright (c) 1995, 2004, Oracle.  All rights reserved.


connected to target database: VRICTST (DBID=1832225382)
connected to recovery catalog database
connected to auxiliary database: vrictst (not mounted)

RMAN> run {
2> ALLOCATE AUXILIARY  CHANNEL SBT TYPE 'SBT_TAPE' PARMS
'ENV=(NSR_SERVER=dolsf12k-bckb, NSR_CLIENT=dolsf12k-bckd,
NSR_DATA_VOLUME_POOL=RMAN)';
3> DUPLICATE TARGET DATABASE FOR STANDBY
4> NOFILENAMECHECK
5> DORECOVER;
6> }


--
--
--

ORA-19624 (See ORA-19624.ora-code.com): operation failed, retry possible
ORA-19507 (See ORA-19507.ora-code.com): failed to retrieve sequential file,
handle="DF_VRICTST_ID1832225382_20051208_t576512954_s5_p1.BKP", parms=""
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:
  SBT error 0 in function sbtrestore - sbterror did not return error
message
failover to previous backup


released channel: SBT
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 12/12/2005 17:20:10
RMAN-03015: error occurred in stored script Memory Script
RMAN-06026: some targets not found - aborting restore
RMAN-06024: no backup or copy of the controlfile found to restore


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