RMAN Target

Hi,
I am getting the following error while connecting to the RMAN. Please suggest on this problem...
C:\Documents and Settings\sureshbl>rman target /
Recovery Manager: Release 10.2.0.1.0 - Production on Thu Aug 12 12:39:24 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-01031: insufficient privilegesa
Thanks,
Suresh Bommalata.

Suresh Bommalata wrote:
Hi,
I am getting the following error while connecting to the RMAN. Please suggest on this problem...
C:\Documents and Settings\sureshbl>rman target /
Recovery Manager: Release 10.2.0.1.0 - Production on Thu Aug 12 12:39:24 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-01031: insufficient privilegesa
Thanks,
Suresh Bommalata.Do you have password file in place?
Are you able to login with sqlplus as sqlplus "/ as sysdba"

Similar Messages

  • Deletion of archive log using RMAN Target in Oracle 10g

    Hi All,
    I recently have noticed that the archive logs have occupied 102 GBs out of the drive and I need to free up some space. When I tried to connect RMAN Catalog using
    connect catalog user@dbI got error message as
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-06445: cannot connect to recovery catalog after NOCATALOG has been usedBut I was able to get through using
    connect target user@dbMy Query is can I use
    RMAN> delete noprompt expired archivelog all;as given in [how to delete archive log file |https://forums.oracle.com/forums/thread.jspa?threadID=2321257&start=0&tstart=0]
    Or shall I take any other approach to delete the obsolete archive logs?
    Regards,
    *009*

    Hello;
    I recently have noticed that the archive logs have occupied 102 GBs out of the drive and I need to free up some space. When I tried to connect RMAN Catalog using
    connect catalog user@dbI got error message as
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-06445: cannot connect to recovery catalog after NOCATALOG has been usedBut I was able to get through using
    connect target user@db
    Are you trying to connect it through Grid control ? If connecting through a script, then please post its contents.
    Make sure you are not connecting to the target database using "nocatalog".
    rman target sys/<pwd_of_target>@<target_db> catalog <catalog_schema>/<catalog_schema_pwd>@<catalog_db>
    My Query is can I use
    RMAN> delete noprompt expired archivelog all;
    as given in [how to delete archive log file |https://forums.oracle.com/forums/thread.jspa?threadID=2321257&start=0&tstart=0]
    Or shall I take any other approach to delete the obsolete archive logs?
    Regards,
    *009*Are these archives backed up ? The above command only updates the RMAN repository if in case the archives were delete manually at OS level.
    I would recommend you to backup these archives and then delete them.
    RMAN>backup archivelog all not backedup 1 times delete input;If these archives are already backed up and have not been deleted from the disk, then you can use the below command
    RMAN>delete force noprompt archivelog all completed before 'SYSDATE-n';where "n" is the number of days behind the current date. Make sure to verify if these archives have been backed up before deleting.
    Regards,
    Shivananda

  • RMAN-target database not found

    Hello All:
    we have rman config (0 level bkp) for our PROD backup, rman catalog is on a different server. running OK. heaving 0 level backup of our PROD.... no issue.
    Now we have one more PROD db implemented recently for payroll on seperate server, so we decided to have rman backup of this also.
    we set that rman script to here also and made the neccessary changes.
    It is heaving backup, archive backup ... no issue ...
    but it error while "RMAN Catalog resync"
    that part from script is
    ## RMAN Catalog resync ##
    rman log=/u01/bkp/logs/backup_resync.log << EOF
    connect catalog rman/rman@rman
    connect target /
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u01/bkp/backup/ctrl_%F';
    resync catalog;
    EOF
    and the error on log file "backup_resync.log" getting:
    Recovery Manager: Release 11.1.0.6.0 - Production on Fri Aug 10 04:25:04 2012
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN>
    connected to recovery catalog database
    RMAN>
    connected to target database: ORCL (DBID=2588904899)
    RMAN>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of configure command at 08/10/2012 04:25:29
    RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target database not found in recovery catalog
    RMAN>
    Recovery Manager complete.
    plese suggest on this, i googled, saying to register the catalog, tried but no luck....
    thanks in ADV
    Edited by: DOA on 9 Aug, 2012 10:16 PM
    Edited by: DOA on 9 Aug, 2012 10:17 PM

    Hello vreddy,
    Thanks for the reply...
    I am bit new with the rman word....
    I tried command on server where catalog exist (stating: my PROD and catalog exist on different different server)
    (orcl is my PROD db name)
    rman target / catalog ORCL
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Aug 10 10:57:29 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: RMAN (DBID=1583459273)
    recovery catalog database Password:
    asking for some password, which password here we need to supply ?
    for more clear picture I also execute command on catalog side:
    SQL> select name,DBID,RESETLOGS_TIME from rc_database order by 1;
    NAME DBID RESETLOGS
    PROD 4247251480 12-MAY-04
    RMAN 1583455429 02-JAN-09
    db ORCL is not there in the list....

  • Rman target error

    hi,
    while i'm target the database i'm getting following error. pls help me target the database
    RMAN TARGET / CATALOG RMAN01/RMAN01@ADAPTIME Recovery Manager:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "recovery": expecting one of: "append, at, auxil
    iary, catalog, cmdfile, clone, checksyntax, debug, log, msglog, mask, msgno, noc
    atalog, pipe, rcvcat, script, slaxdebug, send, target, timeout, trace"
    RMAN-01007: at line 1 column 46 file: standard input

    hi nick,
    i had done that but still its not connecting and its coming to next line pls chk the below output from rman. pls help me
    C:\>rman
    Recovery Manager: Release 10.2.0.1.0 - Production on Mon Aug 8 10:47:54 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN> connect catalog rman01/rman01@test
    connected to recovery catalog database
    RMAN> RMAN TARGET / CATALOG RMAN01/RMAN01@ADAPTIME Recovery Manager:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "recovery": expecting one of: "append, at, auxil
    iary, catalog, cmdfile, clone, checksyntax, debug, log, msglog, mask, msgno, noc
    atalog, pipe, rcvcat, script, slaxdebug, send, target, timeout, trace"
    RMAN-01007: at line 1 column 46 file: standard input
    RMAN> RMAN TARGET / CATALOG RMAN01/RMAN01@ADAPTIME
    2>

  • ORA-12514: TNS:listener - RMAN - Target Database

    Hi Pals,
    Today while configuring two of my machines (On same Network) for RMAN I'm facing some issues while connect to the Catalog Server and register a target database.
    Here are more details about the (Environment) -- machines:
    Machine 1 - ORCL (Catalog Server)
    Machine 2 - PRCL (Target Database)
    Both machines and in same network.
    Tnsping results: both machines are able to ping each other
    Unix Ping results: both machines are able to ping
    Listeners: Up and Running on both machines
    Names: Listeners (Both Machines)
    TNSnames: Created an for both machines in each others tnsnames.ora file.
    tnslsnr status: Connected Both Machines)
    OS: Linux Red Hat 5
    Db: Oracle 11gR2
    Status: DB are up and working good and both are in ARCHIVELOG Mode.
    Env: VMWARE Team (Version 6)
    So, while trying to connect to Catalog Server(DB Name: ORCL) from Target Machine (DB name: PRCL) I'm getting a TNS:Listener based error.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    [oracle@localhost ~]$ rman target / catalog rman/oracle90@orcl
    Recovery Manager: Release 11.2.0.1.0 - Production on Mon May 21 20:49:08 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: PRCL (DBID=459947553)
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04004: error from recovery catalog database: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    [oracle@localhost ~]$
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Please assist and let me know in case more details required.
    Thanks
    Prashant Dixit

    Hi Tychos/DMorgan,
    Below provided are tnsentries and listener.ora file contents from both of the machines.
    Yes, i'm using vmware (Team) and have 2 machines in the same network (1st ORCL - 2nd PRCL). Both of them are able to ping each other.
    First Machine 1 - ORCL Instance:
    *1. listener.ora file:*
    +++++++++++++++++++++++++
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    ADR_BASE_LISTENER = /u01/app/oracle
    ----> tnsnames.ora__
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.localdomain)
    PRCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = prcl.localdomain)
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Machine 2: PRCL Instance -
    listener.ora file
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    ---> tnsnames.ora file
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    PRCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = prcl.localdomain)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.localdomain)
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    I've tried several options with SERVICE_NAME and HOST name after your's and Morgan's post but no luck so far. Please let me know if need (*tnslsnr* status results as well)
    So, this is what i originally have on my machine and yes I'm still getting ORA-12514: TNS:listener error.
    Thank you guys for your attention.
    Please help.
    Thanks
    Prashant Dixit
    Edited by: OracleAnt ... on May 22, 2012 4:58 PM

  • RMAN target database Connectivity problem

    Error while connecting to target database also tried as sys user but same error
    C:\>rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Sep 10 11:06:31 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges

    You can try like this
    rman target 'DBNAME'
    or set ORACLE_SID=DBNAME
    then rman target /
    Do you multiple oracle homes?
    Is it in windows or in Unix
    IF it is unix you should login as ORACLE user and execute the commands
    Theuser should have the SYSDBA privilge
    In windows the user excuting the command the user should be a part of the ORA_DBA group
    Edited by: Maran Viswarayar on Sep 10, 2008 1:34 PM

  • Rman target db connect error

    Hai al,
    am getting this error when connecting rman target db :
    [oratest@oracle7 9.2.0]$ rman target rman/rman@STD1
    Recovery Manager: Release 9.2.0.6.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    [oratest@oracle7 9.2.0]$ rman target system/manager@STD1
    Recovery Manager: Release 9.2.0.6.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    am connecting using SYS also,, failed with the above error.. SYS is authenciated
    at the OS Level and not through password.. do we need to create password..
    So having a password file is mandatory for RMAN ?
    Kai

    Thanks Syed for sharing the info.. can u help me in the folloeing :
    MY DB Is runnign in noarchive log mode.. my DB Is runing now... no way we can take backup of DB runnin in noarchivelog mode..
    [oratest@oracle7 ~]$ rman target sys/oracle5
    Recovery Manager: Release 9.2.0.6.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    connected to target database: STD1 (DBID=3092273924)
    RMAN>
    RMAN>
    RMAN> connect catalog rman/rman@STD1
    connected to recovery catalog database
    RMAN>
    RMAN>
    RMAN>
    RMAN>
    RMAN>
    RMAN> run
    2> {
    3> allocate channel c1 type DISK;
    4> backup database;
    5> }
    allocated channel: c1
    channel c1: sid=9 devtype=DISK
    Starting backup at 23-MAR-08
    channel c1: starting full datafile backupset
    channel c1: specifying datafile(s) in backupset
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on c1 channel at 03/23/2008 17:38:59
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    Please clarify ?
    THanks
    Kai

  • Primary RAC database hung on sqlplus as sysdba, dgmgrl and rman target

    I need urgent help here, our qa environment is two nodes RAC primary, and two nodes standby.
    Standby environment is ok, so far works, but no entries added to alert log.
    however on primary rac, i cannot sqlplus to the db, and rman target hung, and dgmgrl hung.
    I tried to srvctl stop database -o abort, it just hung there.
    please help me to get that resolved.
    Thanks in advance.

    982335 wrote:
    I need urgent help here, our qa environment is two nodes RAC primary, and two nodes standby.
    Standby environment is ok, so far works, but no entries added to alert log.
    however on primary rac, i cannot sqlplus to the db, and rman target hung, and dgmgrl hung.
    I tried to srvctl stop database -o abort, it just hung there.
    please help me to get that resolved.
    Thanks in advance.check the primary alert log for error and paste here.
    also do network connectivity test....e.g
    lsnrctl status
    from a client system do:
    ping primary_ip
    tnsping primary_tns
    always make sure Abort and killing OS process is your last option!
    Tobi

  • Rman: target database upgradation

    hi,
    My rman catalog database is 11.2.0.1 and target database is 10.2.0.4 (in windows server).
    Now i have upgraded my target database to 11.2.0.1 from 10.2.0.4 . After upgradation backup is going fine.
    My doubt is, whether the backup will be a valid one, or i have to unregister and register again the target database.
    Please clarify my doubt.
    Thanks & Regards,

    Backup will be a valid one. No need to register again.
    Regards
    Asif Kabir

  • RMAN-06429: TARGET database is not compatible with this version of RMAN

    he Hi,
    how can i solve this issue . how i will upgrade the Rman. My production database details are below
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    while i'm configuring rman i'm getting below error . please help me.
    C:\Documents and Settings\vj.dcruz>rman target / catalog rman01/rman01@upp
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Sep 14 08:18:02 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Recovery Manager incompatible with TARGET database: RMAN 8.0.4.0 to 10.2.0.0 required
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-06429: TARGET database is not compatible with this version of RMAN
    rgds,
    john

    Johnvd wrote:
    Hi Hemant,
    i'm doing same thing login 10.2.0.0 database and configure the rman but while connect target its saying that my Recovery Manager: Release 11.2.0.1.0 - Production on Wed Sep 14 09:04:59 2011
    how its happening is there any where i have to change the path.
    Regards,
    johnJohn, you need to use the RMAN binary which is located in bin folder of Oracle Database (ie /u01/oracle/product/10.2/db1/bin). You shouldn't use "rman which comes with Oracle 11g client".
    If you are using windows, run the following commands in command prompt and then copy/paste the output:
    echo 5ORACLE_HOME%
    echo %PATH%
    If you are using unix, run the following commands in terminal and then copy/paste the output:
    echo $ORACLE_HOME
    echo $PATH
    Regards
    Gokhan

  • Finding file sizes for target DFs with RMAN

    Hi,
    Does anybody know how to find the size of datafiles with RMAN database, when the entire target database is lost ?
    I have a full and incremental backup of the database using RMAN. Because of the way target db is physically laid on disks, I need to do "setext" to create data files of proper size before restoring them from RMAN backup.
    Thanks in advance,
    Kiran.

    Dear user522620,
    Have you created, configured and synchronized the catalog? Have you even registered the backed up database to your catalog? Have the user that backs up the database got the recovery_catalog_owner privilege?
    What is your connection string before backing up the database? Have you connected to your recovery catalog database?
    Please can you show the connection string? I think you have missed to connect to the recovery catalog database.
    # rman target sys/password catalog backup_owner/password@oracle_sid
    Ogan

  • RMAN connect target /@XE  not possible?

    I tried something (Backup/recovery) with RMAN on XE successfully.
    Now I have to use:
    RMAN Target SYS/pwd@XE nocatalog and got:
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-12170: TNS:Connect timeout occurred
    same error on using:
    RMAN> connect target /@XE
    But sqlplus /@XE as sysdba works fine.
    No TCP/IP included in RMAN?
    Any ideas ?!!!

    sorry got RMAN from my other 10gR2EE install following in the PATH.
    wondering that RMAN not available on windows (made first test on linux).
    RMAN should be included...

  • RMAN-06403 When registering remote target DB

    I'm running Oracle 10.2 Enterprise on RHEL4 (local pc) and Solaris (target db). I have a test db locally on my PC. I established the recovery catalog and successfully tested out backup functionality on my local test db. Now, I reset my SID and attempt to register a remote target database from within RMAN, I get the below error:
    [oracle@tony dbs]$ rman target / \ catalog rman/rman@t_dev
    Recovery Manager: Release 10.2.0.1.0 - Production on Mon Jun 25 16:04:41 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database (not started)
    connected to recovery catalog database
    RMAN> register database;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of register command at 06/25/2007 16:04:45
    RMAN-06403: could not obtain a fully authorized session
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    The recovery catalog database is running. The target database is also running. I can tnsping the target database and also connect via sqlplus with the connect string username/password@target_db.
    Why am I generating this error connecting to a remote db in rman?
    Thanks.

    I get the below error when I grant sysdba & sysoper to rman. This was suggested in another post:
    SQL> grant sysdba to rman;
    Grant succeeded.
    SQL> grant sysoper to rman;
    Grant succeeded.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@tony dbs]$ rman target sys/oracle@es_dev catalog rman/rman@t_dev
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Jun 26 17:19:22 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges

  • RMAN cannot connect target

    RMAN> connect target
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-04063: package body "SPS.DBMS_BACKUP_RESTORE" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SPS.DBMS_BACKUP_RESTORE"
    RMAN-04015: error setting target database character set to WE8MSWIN1252

    905377 wrote:
    RMAN> connect target
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-04063: package body "SPS.DBMS_BACKUP_RESTORE" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SPS.DBMS_BACKUP_RESTORE"
    RMAN-04015: error setting target database character set to WE8MSWIN1252Hi,
    Same error again,
    >
    C:\Documents and Settings\Administrator>rman
    Recovery Manager: Release 11.1.0.6.0 - Production on Tue Jan 3 15:57:53 2012
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN> connect target system/spsadmin@SPS
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-04063: package body "SPS.DBMS_BACKUP_RESTORE" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SPS.DBMS_BACKUP_RESTORE"
    RMAN-04015: error setting target database character set to WE8MSWIN1252
    RMAN> exit
    >
    Some how i have in my notepad, how have resolved last time. Check below work around
    SQL> Select owner,trigger_name,triggering_event,status from dba_triggers where triggering_event like '%LOGON%' ;
    OWNER                          TRIGGER_NAME
    TRIGGERING_EVENT
    STATUS
    SYS                            DB_LOGON
    LOGON
    ENABLED
    SQL> alter trigger sys.db_logon disable;
    Trigger altered.
    Then check for invalid objects, and recompile them @?/rdbms/admin/utlrp.sql
    next
    C:\Documents and Settings\Administrator>rman target /
    Recovery Manager: Release 11.1.0.6.0 - Production on Tue Jan 3 16:18:40 2012
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    connected to target database: SPS (DBID=1754608551)
    RMAN> list backup of database;
    using target database control file instead of recovery catalog
    List of Backup Sets
    ===================
    C:\Documents and Settings\Administrator>
    Re: why looping chain of synonyms occur
    Edited by: CKPT on Apr 16, 2012 11:27 AM

  • Rman: can't open target

    Hi,
    can someone help me out with this issue.
    When i try to invoke
    $ rman target /
    rman: can't open target
    $which rman
    /usr/X11R6/bin/rman
    $echo $PATH
    /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/
    home/oracle/oracle/product/10.2.0/db_1/bin
    I saw that there is no rman file in ORACLE_HOME/bin, so I manually copied file from
    $cp /usr/X11R6/bin/rman /ORACLE_HOME/bin/
    then tried again
    $rman target /
    rman can't open target

    Hi Hemant and ebrain,
    I am a bit confused, i dont know where I am making the mistake.
    It would be great if you can help me in overcoming this issue...I tried theses
    my ORACLE_BASE=/home/oracle/oracle
    my ORACLE_HOME=/home/oracle/oracle/product/10.2.0
    Please see my .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    ORACLE_BASE=/home/oracle/oracle
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
    ORACLE_SID=KUSP
    LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/i386:$ORACLE_HOME/jdk/jre/lib/i386/server:
    ORACLE_HOME/rdbms/lib:$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    PATH=$PATH:$HOME/bin
    PATH=$ORACLE_HOME/bin:$PATH
    export ORACLE_BASE
    export ORACLE_HOME
    export ORACLE_SID
    export LD_LIBRARY_PATH
    export PATH
    export USERNAME
    these is the .bash_Profile file.
    And in my ORACLE_HOME/bin i have a file as rman0
    $./home/oracle/oracle/product/10.2.0/db_1/bin/rman
    rman: can't open target
    $/home/oracle/oracle/product/10.2.0/db_1/bin/rman target /
    rman: can't open target

Maybe you are looking for

  • How do I associate timing with multiple AI loops that is independan​t of loop execution speed

    I am using Labview 7.1 and I am performing AI of voltage on different channels of the same multifunction DAQ.  I am using while loops to aquire the data.  I am writing the data to spreadsheet file with an associated time as a 2D array.  Currently I a

  • Can I network OSX with an OS 8.6 (G3) ?

    Hi and hope you folks can offer some advice. I have a small office and recording studio. We use multiple macs. My office one is a Beige G3 which i've never had reason to upgrade beyond OS 8.6. I happen to still prefer certain apps which are unstable

  • Old .ecs files from Sony Ericsson P900

    Hi Everyone, I saved some voice recordings of my daughter learning to read on my Sony Ericsson P900 ages ago (2005). I have a variety of back-up files for this phone (the files are titled like this: My P910 2005-02-04 23.41.32.ecs). I can't open them

  • ISE using 2 domains with trust established

    Hi, I need to authenticate wireless network users from two different domains abc.company.com cde.company.com There is trust between domains and ISE joined abc.company.com and it can authenticate and authorize users without issues. Users from cde.comp

  • Tabular form problems

    I have created a default APEX tabular form. Also this page has another form region with some updatable fields. The first region contains the updatable form and second region contains a few editable fields and links. I have a wide report and user has