Regarding connection to target database

hi guys
i want to create my dr database(standby)
the sys password of target database is pcc$111 and db name is pccdb and tw instances are pccdb1 pccdb2
the database name of standby database is pccdb and instances are scc1 scc2
now when i am giving command as
$rman target sys/pcc$111@pccdb1 auxiliary /
it gives error
00554--initialisation of internal recovery manager package failed
rman -01017 invalid username/password
another way i am doing is
$rman target pccdb1 auxiliary /
rman>duplicate target database for standby;
rman--05502-target database must be mounted when issuing duplicate command
so please clear is in this way it is connecting to target database and my target database is open

>
the sys password of target database is pcc$111 and db name is pccdb and tw instances are pccdb1 pccdb2
the database name of standby database is pccdb and instances are scc1 scc2
now when i am giving command as
$rman target sys/pcc$111@pccdb1 auxiliary /
it gives error
00554--initialisation of internal recovery manager package failed
rman -01017 invalid username/password
You didn't give your exact release of Oracle, but with some releases there are issues with case sensitive passwords for privileged connections. This can be related to whether you used the ignorecase switch when you created your password files.
John Watson
http://skillbuilders.com

Similar Messages

  • Unable to connect my target database

    I am trying to create a clone of my database named proddb using my production RMNA backup,
    so when i export ORACLE_SID=proddb
    and then try to connect to my rman using
    rman target /
    its showing connected to target database clonedb
    i have checked the servicxes and there are no services named clonedb and their is no entry in my tnsnames or listner as clonedb......

    user9038728 wrote:
    oracle@localhost ~]$ export ORACLE_SID=proddb
    [oracle@localhost ~]$ export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1/
    [oracle@localhost ~]$ rman target sys/password
    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Jan 6 11:27:13 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: CLONEDB (not mounted)
    RMAN>
    this is the output which i am getting.......Your target/source/Production database should be in OPEN status & your new/clone/auxiliary instance should be in started/not mounted status.
    You have to connect as below
    $rman target sys/*****@prod auxiliary /
    Then target will be production, you have to export SID of auxiliary and test the TNS connectivity to primary.

  • Getting ORA-01031 while connecting to target database

    I have created RMAN catalog. While connecting to target database i am getting ORA-01031: insufficient privileges. What could be the reason. I have added entry of both the databases in listner.ora as well as tnsnames.ora, but still facing the same problem. Please help
    [oracle@dbapool ~]$ rman catalog=rman/pass@sdn target=sys/pass@sdn1
    Recovery Manager: Release 10.2.0.1.0 - Production on Fri Apr 30 23:49:46 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 privileges

    Issue got resolved. The problem was with password file.

  • Trying to connect to target database...ORA-01994: GRANT failed: password

    I am trying to connect to a target database which on linux from a catalog database which is on Windows. I was initially having problems with our DEV database but eventually got it working. Now I have to register the QA database and I'm running into the same problems. Below is a list og things that I have tried:
    C:\>rman
    Recovery Manager: Release 10.2.0.3.0 - Production on Thu May 10 17:01:51 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    RMAN> connect target sys/password@fprcqa
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-01031: insufficient privileges
    2. So I went to the target database (FPRCQA) and I checked the following:
    SYS@FPRCQA> select * from v$pwfile_users;
    no rows selected
    SYS@FPRCQA> grant sysdba to sys;
    grant sysdba to sys
    ERROR at line 1:
    ORA-01994: GRANT failed: password file missing or disabled
    3. Then I checked the passwordfile
    SYS@FPRCQA> show parameter pass
    NAME TYPE VALUE
    remote_login_passwordfile string[b] EXCLUSIVE
    4. Then I created a passwordfile in $ORACLE_HOME/dbs because it did not exist.
    [oracle@rh-staging dbs]$ orapwd file=orapwdFPRCQA password=password entries=300
    -rw-r----- 1 oracle oinstall 8385 Sep 11 1998 init.ora
    -rw-r--r-- 1 oracle oinstall 12920 May 3 2001 initdw.ora
    -rw-rw---- 1 oracle oinstall 1552 May 8 14:09 hc_FPRCQA.dat
    -rw-rw---- 1 oracle oinstall 24 May 8 14:09 lkFPRCQA
    drwxr-xr-x 63 oracle dba 4096 May 8 15:12 ..
    drwxr-x--- 2 oracle oinstall 4096 May 10 16:10 .
    -rw-r----- 1 oracle oinstall 5632 May 10 16:10 spfileFPRCQA.ora
    -rwSr----- 1 oracle oinstall 39424 May 10 16:14 orapwdFPRCQA
    5. Then I tried again to grant sysdba to sys and it gave me the same error as before.
    ALSO, I cannot connect to the the target database from the catalog database through sqlplus...as I get the same error of insufficient privs:
    C:\>set ORACLE_SID=fprcqa
    C:\>sqlplus /nolog
    SQL*Plus: Release 10.1.0.3.0 - Production on Thu May 10 17:11:41 2007
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> connect sys/password@fprcqa as sysdba
    ERROR:
    ORA-01031: insufficient privileges
    Can anyone help please?

    Hello all;
    I created the files with following command in $ORACLE_HOME/dbs/
    orapwd file=orapwRCVDB password=sys entries=20
    remote_login_passwordfile=EXCLUSIVE
    $ ls -ltr orapw*
    -rwxrwxrwx 1 oracle dba 3584 Dec 22 15:29 orapwRCVDB
    but still I am facing similar error ..
    SQL> grant sysdba to system;
    ORA-01994: GRANT failed: password file missing or disabled
    so i checked ...
    SQL> select * from v$pwfile_users;no rows selected
    can anyone tell me where I am doing mistakes ? It's urgent !!
    atul.

  • Connections to target databases and directories

    Hi All,
    I'm creating a few custom provisioning connectors to databases and directories using the GTC framework -- http://download.oracle.com/docs/cd/E10391_01/doc.910/e10360/custom_prov.htm#Toc153968045.
    I'm using the initialize() method in the Transport Provider to do a few things including establishing a connection to the target system. The sendData() is used to actually update the target.
    Unfortunately, every time a task in the process definition is called, a new instance of the Transport Provider is created, which means the initialize() method will be called. This becomes an issue when you have a huge number of users being updated in OIM because for each user at least one new connection will be created and destroyed and creating new connections is generally an expensive operation.
    So I'm wondering if there's any way to keep a persistent class within OIM that would hold the connection to the target system so it wouldn't have to be recreated with every change.
    Thanks

    If you do not perform the full list of tasks for every action, then you will need to bulk load the users. For OIM, every instance of a task runs independent of other tasks. So if you have 500 new users being onboarded, you will get 500 instances of the Create User. You cannot change this.
    If you want to customize the connector, you could possibly create a JDBC connection pool to be used instead but then you are on your own for the custom coding and everything.
    -Kevin

  • 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

  • Duplicate target database not working

    Hi All,
    I want to clone my exisitng DB to other.
    I was refering the below link to do the same.
    [http://web.njit.edu/info/limpid/DOC/backup.102/b14191/rcmdupdb006.htm|http://web.njit.edu/info/limpid/DOC/backup.102/b14191/rcmdupdb006.htm]
    OS:Solaris 10
    Oracle version:10.2.0.4.0
    What I did tilll now:-
    1) Created a database MYDB1 in archive mode
    2) Created one tablespace, user and 1 table in DB
    3) Registered the MYDB1 in RMAN Db.
    4)Created a Pfile from MYDB1 database and changed db value and other values of MYDB1 to MYDB2(Database name to be duplicate)
    5)Created a password file
    6)Startup MYDB2 in NOMOUNT stage.
    7) At RMAN prompt I have done below things to but i have getting the error
    rman:rman:>rman target sys/mydb1@mydb1 catalog rman/rman auxiliary sys/mydb2@mydb2
    Recovery Manager: Release 10.2.0.4.0 - Production on Fri Sep 7 12:20:22 2012
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    connected to target database: MYDB1 (DBID=3867673817)
    connected to recovery catalog database
    connected to auxiliary database: MYDB2 (not mounted)
    RMAN> DUPLICATE TARGET DATABASE TO mydb2;
    Starting Duplicate Db at 07-SEP-12
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: sid=162 devtype=DISK
    WARNING: DB_FILE_NAME_CONVERT resulted in invalid ASM names; names changed to diskgroup only.
    contents of Memory Script:
       set until scn  911233;
       set newname for datafile  1 to
    "+disk2";
       set newname for datafile  2 to
    "+disk2";
       set newname for datafile  3 to
    "+disk2";
       set newname for datafile  4 to
    "+disk2";
       set newname for datafile  5 to
    "+disk2";
       restore
       check readonly
       clone database
    executing Memory Script
    executing command: SET until clause
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 07-SEP-12
    using channel ORA_AUX_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/07/2012 12:21:01
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    745933  B  F  A DISK        07-SEP-12       1       1       NO         FULL_BACKUP
    745934  B  F  A DISK        07-SEP-12       1       1       NO         FULL_BACKUP
    RMAN> list backup of database;
    List of Backup Sets
    ===================
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    745933  Full    549.12M    DISK        00:01:19     07-SEP-12
            BP Key: 745935   Status: AVAILABLE  Compressed: NO  Tag: FULL_BACKUP
            Piece Name: /backup/oracle_backup/test_dir/rman_bkp/mydb1_0gnkjokf_1_1
      List of Datafiles in backup set 745933
      File LV Type Ckp SCN    Ckp Time  Name
      1       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/system.256.793120373
      2       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/undotbs1.258.793120373
      3       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/sysaux.257.793120373
      4       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/users.259.793120373
      5       Full 980599     07-SEP-12 +DISK1/mydb1/datafile/tbs_umesh.266.793207735
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/backup/oracle_backup/test_dir/rman_bkp/mydb1_%U';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/software/oracle/product/10.2.0/database/dbs/snapcf_mydb1.f'; # default
    RMAN> exit
    Recovery Manager complete.
    @rman:rman:>Please Suggest where i am going wrong..
    Regards
    Umesh Gupta

    WARNING: DB_FILE_NAME_CONVERT resulted in invalid ASM names; names changed to diskgroup only.
    You must check DB_FILE_NAME_CONVERT parameter on MYDB2 database
    or I think you must add DB_FILE_NAME_CONVERT, LOG_FILE_NAME_CONVERT to DUPLICATE Command.
    DUPLICATE TARGET DATABASE TO MYDB2
    SPFILE
    SET
      "DB_FILE_NAME_CONVERT"="+DATA/MYDB1/","+DATA/MYDB2"
    ...  Regards
    Mahir M. Quluzade
    www.mahir-quluzade.com

  • Unable to connect to Target

    Hi
    I have a connection details. The connection details is using SID.
    When i enter the Database name, Global name, Port, host and user name details.
    I am getting the following error.
    ORA-12535: TNS: Operation timed out
    Please suggest some solutions ASAP.
    I am able to ping and tnsping the database.
    Thanks and Regards,
    Soma

    Hi Soma,
    I am getting the error when i try to create loaction.As I understand you got this error during testing location.
    When you test location OWB tries connect to target database from server side (where OWB repository located).
    In this new thread you told that there is firewall in your network
    Unable to Connect to Oracle Target using SID
    So I think firewall can be a cause of your problem.
    Try to check connection (tnsping, sqlplus, etc.) to target database from server side.
    Oleg

  • DUPLICATE TARGET DATABASE to -

    Run RMAN script to restore database from backup made at 16-Jun but have errors:
    ============================================================================
    rman target rman/<pwd>@TARGETDB auxiliary sys/<pwd>@DUPLIKATDB catalog rman/<pwd>@CATALOGDB
    Recovery Manager: Release 10.2.0.4.0 - Production on Mon Jun 29 14:03:58 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: TARGETDB (DBID=1234567890)
    connected to recovery catalog database
    connected to auxiliary database: DUPLIKATDB (not mounted)
    RMAN> RUN
    2> { ALLOCATE AUXILIARY CHANNEL aux1 DEVICE TYPE 'SBT_TAPE'
    3> parms 'SBT_LIBRARY=/usr/lib/libnwora.so,ENV=(NSR_SERVER=[BACKUP_SERVER], NSR_DATA_VOLUME_POOL=ORACLE)';
    4> ALLOCATE CHANNEL aux2 DEVICE TYPE 'SBT_TAPE'
    5> parms 'SBT_LIBRARY=/usr/lib/libnwora.so,ENV=(NSR_SERVER=[BACKUP_SERVER], NSR_DATA_VOLUME_POOL=ORACLE)';
    6> SET NEWNAME FOR DATAFILE 1 TO '/DUPLIKATDB/systemDUPLIKATDB.dbf';
    7> SET NEWNAME FOR DATAFILE 2 TO '/DUPLIKATDB/undotbs01DUPLIKATDB.dbf';
    8> SET NEWNAME FOR DATAFILE 3 TO '/DUPLIKATDB/sysauxDUPLIKATDB.dbf';
    9> SET NEWNAME FOR DATAFILE 4 TO '/DUPLIKATDB/dft01DUPLIKATDB1.dbf';
    10> SET NEWNAME FOR DATAFILE 5 TO '/DUPLIKATDB/tls01DUPLIKATDB.dbf';
    11> SET NEWNAME FOR DATAFILE 6 TO '/DUPLIKATDB/userdata01DUPLIKATDB1.dbf';
    12> SET NEWNAME FOR DATAFILE 7 TO '/DUPLIKATDB/userdata01DUPLIKATDB2.dbf';
    13> SET NEWNAME FOR DATAFILE 8 TO '/DUPLIKATDB/userindex01DUPLIKATDB1.dbf';
    14> SET NEWNAME FOR DATAFILE 9 TO '/DUPLIKATDB/undotbs01DUPLIKATDB1.dbf';
    15> SET NEWNAME FOR TEMPFILE 1 TO '/DUPLIKATDB/tsw01DUPLIKATDB1.dbf';
    16> SET NEWNAME FOR TEMPFILE 2 TO '/DUPLIKATDB/tsw01DUPLIKATDB2.dbf';
    17> DUPLICATE TARGET DATABASE to DUPLIKATDB
    18> UNTIL TIME "to_date('2009-06-16 18:00:00', 'YYYY-MM-DD HH24:MI:SS')"
    19> LOGFILE
    20> GROUP 1 ('/DUPLIKATDB/oralog1DUPLIKATDB1.dbf','/DUPLIKATDB/oralog2DUPLIKATDB1.dbf') SIZE 50M REUSE,
    21> GROUP 2 ('/DUPLIKATDB/oralog1DUPLIKATDB2.dbf','/DUPLIKATDB/oralog2DUPLIKATDB2.dbf') SIZE 50M REUSE,
    22> GROUP 3 ('/DUPLIKATDB/oralog1DUPLIKATDB3.dbf','/DUPLIKATDB/oralog2DUPLIKATDB3.dbf') SIZE 50M REUSE,
    23> GROUP 4 ('/DUPLIKATDB/oralog1DUPLIKATDB4.dbf','/DUPLIKATDB/oralog2DUPLIKATDB4.dbf') SIZE 50M REUSE;
    24> RELEASE CHANNEL aux1;
    25> RELEASE CHANNEL aux2;
    26> }
    allocated channel: aux1
    channel aux1: sid=76 devtype=SBT_TAPE
    channel aux1: NMO v4.2.0.0
    allocated channel: aux2
    channel aux2: sid=46 devtype=SBT_TAPE
    channel aux2: NMO v4.2.0.0
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting Duplicate Db at 29-JUN-09
    contents of Memory Script:
    set until scn 10177305943361;
    set newname for datafile 1 to
    "/DUPLIKATDB/systemDUPLIKATDB.dbf";
    set newname for datafile 2 to
    "/DUPLIKATDB/undotbs01DUPLIKATDB.dbf";
    set newname for datafile 3 to
    "/DUPLIKATDB/sysauxDUPLIKATDB.dbf";
    set newname for datafile 4 to
    "/DUPLIKATDB/dft01DUPLIKATDB1.dbf";
    set newname for datafile 5 to
    "/DUPLIKATDB/tls01DUPLIKATDB.dbf";
    set newname for datafile 6 to
    "/DUPLIKATDB/userdata01DUPLIKATDB1.dbf";
    set newname for datafile 7 to
    "/DUPLIKATDB/userdata01DUPLIKATDB2.dbf";
    set newname for datafile 8 to
    "/DUPLIKATDB/userindex01DUPLIKATDB1.dbf";
    set newname for datafile 9 to
    "/DUPLIKATDB/undotbs01DUPLIKATDB1.dbf";
    restore
    check readonly
    clone database
    executing Memory Script
    executing command: SET until clause
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 29-JUN-09
    channel aux1: starting datafile backupset restore
    channel aux1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /DUPLIKATDB/systemDUPLIKATDB.dbf
    restoring datafile 00002 to /DUPLIKATDB/undotbs01DUPLIKATDB.dbf
    restoring datafile 00003 to /DUPLIKATDB/sysauxDUPLIKATDB.dbf
    restoring datafile 00006 to /DUPLIKATDB/userdata01DUPLIKATDB1.dbf
    restoring datafile 00008 to /DUPLIKATDB/userindex01DUPLIKATDB1.dbf
    restoring datafile 00009 to /DUPLIKATDB/undotbs01DUPLIKATDB1.dbf
    channel aux1: reading from backup piece df.TARGETDB.689628013.243.1
    ORA-19870: error reading backup piece df.TARGETDB.689628013.243.1
    ORA-19507: failed to retrieve sequential file, handle="df.TARGETDB.689628013.243.1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    Could not locate the LNM save file 'df.TARGETDB.689628013.243.1' on server '[BACKUP_SERVER]'. (2:9:0)
    channel aux1: starting datafile backupset restore
    channel aux1: specifying datafile(s) to restore from backup set
    restoring datafile 00004 to /DUPLIKATDB/dft01DUPLIKATDB1.dbf
    restoring datafile 00005 to /DUPLIKATDB/tls01DUPLIKATDB.dbf
    restoring datafile 00007 to /DUPLIKATDB/userdata01DUPLIKATDB2.dbf
    channel aux1: reading from backup piece df.TARGETDB.689630739.244.1
    ORA-19870: error reading backup piece df.TARGETDB.689630739.244.1
    ORA-19507: failed to retrieve sequential file, handle="df.TARGETDB.689630739.244.1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    A backup or restore session is already in progress. (100:17:0)
    failover to previous backup
    channel aux1: starting datafile backupset restore
    channel aux1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /DUPLIKATDB/systemDUPLIKATDB.dbf
    restoring datafile 00002 to /DUPLIKATDB/undotbs01DUPLIKATDB.dbf
    restoring datafile 00003 to /DUPLIKATDB/sysauxDUPLIKATDB.dbf
    restoring datafile 00006 to /DUPLIKATDB/userdata01DUPLIKATDB1.dbf
    restoring datafile 00008 to /DUPLIKATDB/userindex01DUPLIKATDB1.dbf
    restoring datafile 00009 to /DUPLIKATDB/undotbs01DUPLIKATDB1.dbf
    channel aux1: reading from backup piece df.TARGETDB.689540426.237.1
    ORA-19870: error reading backup piece df.TARGETDB.689540426.237.1
    ORA-19507: failed to retrieve sequential file, handle="df.TARGETDB.689540426.237.1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    A backup or restore session is already in progress. (100:17:0)
    channel aux1: starting datafile backupset restore
    channel aux1: specifying datafile(s) to restore from backup set
    restoring datafile 00004 to /DUPLIKATDB/dft01DUPLIKATDB1.dbf
    restoring datafile 00005 to /DUPLIKATDB/tls01DUPLIKATDB.dbf
    restoring datafile 00007 to /DUPLIKATDB/userdata01DUPLIKATDB2.dbf
    channel aux1: reading from backup piece df.TARGETDB.689542473.238.1
    ============================================================================
    Have THESE errors:
    ============================================================================
    ORA-19511: Error received from media manager layer, error text:
    Could not locate the LNM save file 'df.TARGETDB.689628013.243.1' on server '[BACKUP_SERVER]'. (2:9:0)
    ORA-19511: Error received from media manager layer, error text:
    A backup or restore session is already in progress. (100:17:0)
    failover to previous backup
    ============================================================================
    Actually information about backup is do exists both at RMAN and backup server:
    ============================================================================
    RMAN> list backuppiece "df.TARGETDB.689628013.243.1";
    List of Backup Pieces
    BP Key BS Key Pc# Cp# Status Device Type Piece Name
    205590 205583 1 1 AVAILABLE SBT_TAPE df.TARGETDB.689628013.243.1
    ============================================================================
    looked at EMC Networker documentation, this backup technology is used:
    ============================================================================
    ERROR MESAGE: Could not locate the LNM save file 'backup_piece_name' on server 'server'.
    DESCRIPTION: NMO could not locate an index record for the backup piece. The index record is probably missing.
    RESOLUTION: Enter the mminfo and nsrinfo commands to verify the status of the index record.
    ============================================================================
    index records' status is valid
    Gurus,
    can you help me on finding the issue?
    regards,
    Gabit

    metalink note 5705762.8: Bug 5705762 Duplicate may fail on RESTORE
    Workaround:
    Perform the duplicate manually as a restore to different host.
    This issue is fixed in     
    * 10.2.0.4 (Server Patch Set)
    What's your version?

  • Unable to connect to catalog database

    Dear All,
    I tried to take offline DB backup using recovery catalog.But it is failing with below error.
    RMAN> backup database;
    Starting backup at 28-FEB-12
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 02/28/2012 14:40:20
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-06004: ORACLE error from recovery catalog database: ORA-03114: not connected to ORACLE
    I'm running RMAN on target db host.
    This is the cmd I used to connect to RMAN. env.
    rman target / catalog=username/password .
    Kindly help me.
    Best Regards,
    Gopal.

    Hello mseberg
    Thanks for your suggestion.I removed the entry in tnsnames.ora file ans restarted the listener.
    This how exactly I'm wroking with RMAN now.
    C:\Documents and Settings\TEST>rman target / catalog=xxxxl/xxxxxxx
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Feb 28 15:50:43 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: GOP (DBID=11843514)
    connected to recovery catalog database
    RMAN> shutdown immediate;
    database closed
    database dismounted
    Oracle instance shut down
    RMAN> startup mount;
    connected to target database (not started)
    Oracle instance started
    database mounted
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of startup command at 02/28/2012 15:52:03
    RMAN-06004: ORACLE error from recovery catalog database: ORA-03113: end-of-file
    on communication channel
    Thanks for your help.
    With Regards,
    Gopal.
    Edited by: user8829891 on Feb 28, 2012 6:54 AM

  • RMAN catalog fails to show target database information when in nomount mode

    Hello everyone, I am trying to restore a dev. database from its own backup taken a week back. The DB is in noarchivelog mode and recently 2 of the datafiles were removed from the files system and thus the need to restore the DB from its backup. However rest of the files and control files are intact.
    Now, when I put the database in mount mode and connect to the catalog then I can see the DB's incarnation;
    :->rman catalog cde01_rman4/xxxxxxx@prman10g target /
    Recovery Manager: Release 10.2.0.3.0 - Production on Thu Jun 11 13:54:40 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: EGVBFI2 (DBID=4238332493, not open)
    connected to recovery catalog database
    RMAN> list incarnation;
    List of Database Incarnations
    DB Key Inc Key DB Name DB ID STATUS Reset SCN Reset Time
    84789 84883 EGVBFI2 4238332493 PARENT 2478183021921 17-JAN-04
    84789 84790 EGVBFI2 4238332493 CURRENT 2498633332010 10-OCT-07
    RMAN>
    However I am not able to see DB incarnation in the RMAN catalog if I put the DB in nomount mode (which is required to recover DB);
    :->rman catalog cde01_rman4/xxxxxx@prman10g target /
    Recovery Manager: Release 10.2.0.3.0 - Production on Thu Jun 11 13:58:29 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: egvbfi2 (not mounted)
    connected to recovery catalog database
    RMAN> list incarnation;
    RMAN>
    Please advice?
    Thanks,
    Jairaj

    Hi,
    You won't be able to see incarnation information when the DB is in "nomount" since the incarnation is written in the control file. I don't think the catalog has this information.
    Anyway, in order to restore datafiles, the instance must be mounted, so you should be OK.
    Mount the instance and just restore the datafiles.
    Liron Amitzi
    Senior DBA consultant
    link: [www.dbsnaps.com]
    link: [www.obriumsoftware.com]

  • 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....

  • 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

  • Duplicate target database for standby failed

    Hi,
    Im trying to uplicate target database for standby and get error message bellow :
    RMAN> DUPLICATE TARGET DATABASE
    2>   FOR STANDBY
    3>   FROM ACTIVE DATABASE
    4>   DORECOVER
    5>   SPFILE
    6>     SET db_unique_name='dgtst' COMMENT 'Is standby'
    7>     SET LOG_ARCHIVE_DEST_2='SERVICE=dgtst ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=dgtst'
    8>     SET FAL_SERVER='dgtst' COMMENT 'Is primary'
    9>   NOFILENAMECHECK;
    Starting Duplicate Db at 24-FEB-12
    using target database control file instead of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/24/2012 22:51:21
    RMAN-05501: aborting duplication of target database
    RMAN-03009: failure of allocate command on ORA_AUX_SBT_TAPE_1 channel at 02/24/2012 22:51:21
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2Please advice
    Thanks

    Hello mseberg,
    Actually you find the problem .....
    Adding the following softlink helped :
    ln -s /opt/omni/lib/libob2oracle8_64bit.so /u01/app/oracle/product/11.2.0/DG11gR2TST/lib/libobk.so
    I run the duplicate command and its look much better:
    $ rman TARGET sys/mysyspass@dgtst AUXILIARY sys/mysyspass@drtst
    Recovery Manager: Release 11.2.0.2.0 - Production on Sat Feb 25 07:43:15 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: DGTST (DBID=244743902)    <<<=== connected
    connected to auxiliary database: DGTST (not mounted)    <<<=== connected
    RMAN> DUPLICATE TARGET DATABASE
    2> FOR STANDBY
    3> FROM ACTIVE DATABASE
    4> DORECOVER
    5> SPFILE
    6> SET db_unique_name='dgtst' COMMENT 'Is standby'
    SET LOG_ARCHIVE_DEST_2='SERVICE=dgtst ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=dgtst'
    7> 8> SET FAL_SERVER='dgtst' COMMENT 'Is primary'
    9> NOFILENAMECHECK;
    Starting Duplicate Db at 25-FEB-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_SBT_TAPE_1
    channel ORA_AUX_SBT_TAPE_1: SID=156 device type=SBT_TAPE
    channel ORA_AUX_SBT_TAPE_1: Data Protector A.06.11/PHSS_40470/PHSS_40471/DPSOL_00391/DPLNX_
    allocated channel: ORA_AUX_SBT_TAPE_2
    channel ORA_AUX_SBT_TAPE_2: SID=189 device type=SBT_TAPE
    channel ORA_AUX_SBT_TAPE_2: Data Protector A.06.11/PHSS_40470/PHSS_40471/DPSOL_00391/DPLNX_
    allocated channel: ORA_AUX_SBT_TAPE_16
    channel ORA_AUX_SBT_TAPE_16: SID=129 device type=SBT_TAPE
    channel ORA_AUX_SBT_TAPE_16: Data Protector A.06.11/PHSS_40470/PHSS_40471/DPSOL_00391/DPLNX_
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=160 device type=DISK
    contents of Memory Script:
       backup as copy reuse
       targetfile  '/u01/app/oracle/product/11.2.0/DG11gR2TST/dbs/orapwdgtst' auxiliary format
    '/u01/app/oracle/product/11.2.0/DG11gR2TST/dbs/orapwdgtst'   targetfile
    '/u01/app/oracle/product/11.2.0/DG11gR2TST/dbs/spfiledgtst.ora' auxiliary format
    '/u01/app/oracle/product/11.2.0/DG11gR2TST/dbs/spfiledgtst.ora'   ;
       sql clone "alter system set spfile= ''/u01/app/oracle/product/11.2.0/DG11gR2TST/dbs/spfiledgtst.ora''";
    executing Memory Script
    Starting backup at 25-FEB-12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=21 device type=DISK
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/25/2012 07:44:02
    ORA-17629: Cannot connect to the remote database server  <<<<<<====
    ORA-17627: ORA-12541: TNS:no listener                    <<<<<<====
    ORA-17629: Cannot connect to the remote database server
    continuing other job steps, job failed will not be re-run
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/25/2012 07:44:03
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/25/2012 07:44:03
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-12541: TNS:no listener
    ORA-17629: Cannot connect to the remote database serverAs you can see above rman successfully connected to the local and remote database.
    It also successfully allocated the DISK channel , but than it failed on :
    ORA-17627: ORA-12541: TNS:no listenerI cant understand why it happen:
    $ tnsping dgtst
    TNS Ping Utility for HPUX: Version 11.2.0.2.0 - Production on 25-FEB-2012 08:54:48
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = hercules)(PORT = 1528))) (CONNECT_DATA = (SERVICE_NAME = dgtst)))
    OK (0 msec)
    $ tnsping drtst
    TNS Ping Utility for HPUX: Version 11.2.0.2.0 - Production on 25-FEB-2012 08:54:54
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = pulse)(PORT = 1528))) (CONNECT_DATA = (SERVICE_NAME = dgtst)))
    OK (10 msec)And as you i show the rman successfully connect to both rempte and local as SYS user.

  • Error RMAN connection to auxiliary database ORA- 12514

    Hi,
    I'm trying to make a clone of my database in another server but when I'm trying to connect as follow the RMAN return
    to me the error ORA-12514.
    C:\Documents and Settings\joses.morales>rman TARGET sys/pass@iswgen nocatalog
    AUXILIARY sys/[email protected]
    Recovery Manager: Release 8.1.7.4.1 - Production
    RMAN-06005: connected to target database: ISWGEN (DBID=2348350645)
    RMAN-06009: using target database controlfile instead of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04006: error from auxiliary database: ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor
    For more information:
    - the auxiliary database is started whit nomount option.
    - this is my listener.ora in the auxiliary host
         LISTENER =
         (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = WSSP61)(PORT = 1521))
         SID_LIST_LISTENER =
         (SID_LIST =
         (SID_DESC =
         (GLOBAL_DBNAME = oracle8)
         (ORACLE_HOME = C:\oracle\ora81)
         (SID_NAME = iswgen)
         (SID_DESC =
         (GLOBAL_DBNAME = oracle8)
         (ORACLE_HOME = C:\oracle\ora81)
         (SID_NAME = oracle8)
    - this is my tnsnames.ora in the auxiliary host
         ISWGEN =
         (DESCRIPTION =
         (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = wssp61)(PORT = 1521))
         (CONNECT_DATA =
         (SERVICE_NAME = iswgen)
         ORACLE8 =
         (DESCRIPTION =
         (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = WSSP61)(PORT = 1521))
         (CONNECT_DATA =
         (SERVICE_NAME = oracle8)
    - this is my tnsnames.ora in the target host
    iswgen =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = gdcoracle)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = iswgen)
         iswgen.wssp61 =
         (DESCRIPTION =
         (ADDRESS_LIST =
         (ADDRESS = (PROTOCOL = TCP)(HOST = wssp61)(PORT = 1521))
         (CONNECT_DATA =
         (SERVICE_NAME = iswgen)
    - target server: gdcoracle
    - auxiliary server: wssp61
    - global name in auxiliary: Oracle8
    - intances in auxiliary: Oracle8 & Iswgen
    I was expecting the follow message:
    connected to target database: ISWGEN (DBID=519338572)
    using target database control file instead of recovery catalog
    connected to auxiliary database: ISWGEN.WSSP61 (not mounted)
    Can anybody help me to resolve this error ORA-12514??
    Thanks

    I'm try to connect to the auxiliary server at SQLPLUS and I get the follow:
    C:\Documents and Settings\joses.morales>sqlplus /nolog
    SQL*Plus: Release 8.1.7.0.0 - Production on Sex Jun 1 12:26:09 2007
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    SQL> conn sys@iswgen
    Informe a senha:
    ERROR:
    ORA-12514: TNS:listener nao conseguiu resolver o SERVICE_NAME fornecido no
    descitor de conexao
    SQL> conn sys@iswgen as sysdba
    Informe a senha:
    ERROR:
    ORA-12514: TNS:listener nao conseguiu resolver o SERVICE_NAME fornecido no
    descitor de conexao
    SQL> conn internal as sysdba
    Conectado.
    SQL>
    Any sugestions?
    Thanks everyone and regards

Maybe you are looking for

  • Acrobat Reader starts in new window

    Hi, When a PDF document is opened, it it opened in a new Window. I want to open it in 'frame'. It occurs not only in web-apps, but also in GUI transactions like SNOTE. As far as I know, this is set in the reader: Preferences > Internet: open in brows

  • IDVD 6 and "menu duration" error

    I have created an iMovie and then an iDVD project. When I attempt to burn an .img file I got an error: "Total menu duration exceeds 15 minutes" The Loop Duration goes to 12:14 minutes. How do I correct this? I'm really getting frustrated on this. Pet

  • This open non-payable liability & to which GL Account to be discharged to.

    Dear Gurus, Consider scenario in Procurement cycle as under a) There is a residual open liability  (say GR/IR or Freight liabilities) created after GR against PO b) This liability created is more than actual payable; thus liability discharged after I

  • IOS7 Mail: "Dieses E-Mail hat keinen Inhalt" message wrong

    On serveral occations i get the message "This E-Mail has no content" from my iOS7 Mail App. When i open the same Mail form my Apple Mail Desktop client or outlook, i can see the content of that Mail. What goes wrong?

  • Acrobat pdf export (printing) filename change

    In exporting (printing) pdfs from my CAD programs (AutoCAD / Bricscad), how can I prevent acrobat from adding the layout name to the filename i.e. "Model"?  If I am in a drawing with the filename 123456.dwg, printing thru acrobat results in 123456 Mo