Trying to perform recovery RMAN in OEM.  Fails!!!

I am trying to learn to do backups within OEM. I see it uses RMAN behind the scenes.
Anyway, I have 2 databases residing on one machine. A production database "a" and a clone it "b". I performed the cloning in OEM fine.
I then performed a full database backup on "b" using OEM which included the control files. This seemed to go well. I had them created on a mapped drive."s:\"
Now I am trying to use the perform recovery tools in OEM and I can't get anywhere. I am not familiar with RMAN, but I thought that was the purpose of the OEM to provide out of the box solution. The RMAN script generated behind the scenes looks like:
set dbid 1508042233;
set controlfile autobackup format for device type disk to '%F';
run {
allocate channel oem_restore type disk;
restore controlfile from autobackup;
shutdown immediate;
startup mount;
I changed the 2nd line to match my drive mapping 's:\%F';
My error message is as follows and yes it was wrapped this way!
Error in Restoring Control File
Recovery Manager: Release 9.0.1.5.1 - Production (c) Copyright 2001 Oracle Corporation. All rights reserved. RMAN> connected to target database: mycopy1 (not mounted) using target database controlfile instead of recovery catalog RMAN> executing command: SET DBID RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-00579: the following error occurred at 08/17/2005 20:57:06 RMAN-03002: failure during compilation of command RMAN-03013: command type: CSET RMAN-06188: cannot use command when connected to target database RMAN> executing command: SET CONTROLFILE AUTOBACKUP FORMAT RMAN> 2> 3> 4> allocated channel: oem_restore channel oem_restore: sid=8 devtype=DISK Starting restore at 17-AUG-05 released channel: oem_restore RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-00579: the following error occurred at 08/17/2005 20:57:07 RMAN-03002: failure during compilation of command RMAN-03013: command type: restore RMAN-03002: failure during compilation of command RMAN-03013: command type: IRESTORE RMAN-06495: must explicitly specify DBID with SET DBID command RMAN> Oracle instance shut down RMAN> connected to target database (not started) Oracle instance started database mounted Total System Global Area 151810128 bytes Fixed Size 282704 bytes Variable Size 100663296 bytes Database Buffers 50331648 bytes Redo Buffers 532480 bytes RMAN> Recovery Manager complete. Starting restore at 17-AUG-05 released channel: oem_restore RMAN-00571: ===============================================
I tried going to the command line and working with it
using the following script:
(Note here i tried working on database "a" which I also have a backup for)
set dbid 21410814117;
connect target
set controlfile autobackup format for device type disk to 'S:\%F';
run {
allocate channel oem_restore type disk;
restore controlfile from autobackup;
shutdown immediate;
startup mount;
*********************************88
RMAN> set dbid 21410814117;
executing command: SET DBID
RMAN> connect target
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 08/17/2005 21:18:43
RMAN-06189: current DBID 4294967295 does not match target mounted database (2141081417)
RMAN> set controlfile autobackup format for device type disk to 'S:\%F';
executing command: SET CONTROLFILE AUTOBACKUP FORMAT
using target database controlfile instead of recovery catalog
RMAN>
RMAN> run {
2> allocate channel oem_restore type disk;
3> restore controlfile from autobackup;
4> }
allocated channel: oem_restore
channel oem_restore: sid=10 devtype=DISK
Starting restore at 17-AUG-05
released channel: oem_restore
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 08/17/2005 21:18:45
RMAN-03002: failure during compilation of command
RMAN-03013: command type: restore
RMAN-03002: failure during compilation of command
RMAN-03013: command type: IRESTORE
RMAN-06496: must use the TO clause when the database is mounted or open
RMAN>
RMAN> shutdown immediate;
database dismounted
Oracle instance shut down
RMAN> startup mount;
connected to target database (not started)
Oracle instance started
database mounted
Total System Global Area 151810128 bytes
Fixed Size 282704 bytes
Variable Size 100663296 bytes
Database Buffers 50331648 bytes
Redo Buffers 532480 bytes
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 08/17/2005 21:19:01
RMAN-06189: current DBID 4294967295 does not match target mounted database (2141081417)
from what I understand my two databases dbid's are "a"=21410814117 and
"b" is 1508042233 I have no idea where this other one is coming from.
Any help would be appreciated. I wouldn't mind being able to do it at the command line, so at least I would have an idea of what is going on, but the OEM doesn't seem to work at all.
Thanks,
John

Do one thng. Keep the target db in nomount mode and then run recovery using OEM.
Regards,
http://askyogesh.com

Similar Messages

  • Host Credentials to perform recovery

    Hi,
    I prepare for the oca exam, trying to perform recovery in enterprise manager at windows7 os.
    the DB in mount mode.
    in OEM, I click on "perform Recovery" from the home page.
    it ask for host credentials. I get "ORA-01031: insufficient privileges".
    when the DB is open for other alternatives, I don't have this problem.
    I tried to save preferred credentials, which still did not work.
    what is the problem, why I can not login in mount mode?
    thanks.

    See the job system requirements in the installation guide:
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/postcfg.htm#BABFAEIG
    Werner

  • Can not open database. Also can not perform recovery

    Hi Experts,
    I scheduled a daily incremental backup of whole database and after doing a back up tried to restore whole back up. This was done in dev. system to perform documentation. But when I tried to recovery from back up ..i got errors. I tried to restart oracle services and even restarted server ..no joy.
    In the EM i am getting the below error -
    "The database status is currently unavilable. It is possible that the database is mount or nomount state. Click 'Startup' to obtain the current status and open the database. If database can not be opended, 'Perform Recovery' to perform appropriate recovery operation."
    Then tried to startup database - got the below status message. Could not start up
    Current Status : Mounted
    Operation : Open the database
    Then tried to perform recovery - I got the below error - (I could only do datafile recovery)
    Restore error
    ORA-16038: log 2 sequence#29178 can notbe archived
    ORA-19809: Limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: 'C;\ORACLE\PRODUCT\10.1.0\ORADATE\ZUMA\RED0O2.LOG
    Can anyone help to open my database ???
    Regards,
    Ranjith

    Hi ,
    Thanks very much for the quick reply. I have increased the db_recovery_file_dest_size to 5 GB.
    My Recovery folder structure is like this -
    Path: C:\oracle\product\10.1.0\flash_recovery_area\ZUMA
    ARCHIVELOG
    - 2009_02_22 - has many files
    - 2009_02_23 - has many files
    - 2009_02_24 - no files
    AUTOBACKUP
    2009_02_22 - One file
    DATAFILE
    - No files
    FLASHBACK
    - Many files under this directory
    Perform Recovery: Credentials
    Information
    The database is currently down. Enter the host OS credentials and the database credentials to continue.
    Current Database Information
    ARCHIVELOG Mode - ARCHIVELOG
    Current Status - MOUNTED
    Perform Recovery: Point-in-time
    Step 1 of 4
    Database zuma
    Object Type Whole Database
    Operation Type Restore and Recover
    Perform Recovery: Review
    Step 4 of 4
    Database zuma
    Object Type Whole Database
    Operation Type Restore and Recover
    Backup The most recent backup
    Point-in-time Recover to the current time
    Click on the 'Edit RMAN Script' button to view or edit the RMAN script before submitting the operation.
    RMAN Script
    RMAN Script run { restore database; recover database; alter database open; }
    Recovery Manager: Release 10.1.0.2.0 - Production
    Copyright (c) 1995, 2004, Oracle. All rights reserved.
    RMAN>
    connected to target database: ZUMA (DBID=966845288)
    using target database controlfile instead of recovery catalog
    RMAN> 2> 3> 4> 5>
    Starting restore at 25-FEB-09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=154 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 02/25/2009 21:47:14
    RMAN-06026: some targets not found - aborting 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
    RMAN>
    Recovery Manager complete.
    This is the error I get when I execute recovery. But when I try to startupdatabase ..it again goes to the same start up page.
    Regards,
    Ranjith

  • Problem trying to Initiate a restore through OEM

    Hello All,
    I seem to have a problem when trying to initiate a restore from a cold/consistent backup using OEM. I am running Oracle 10G on Windows 2003.
    I go through the first through screens of the restore/recovery process and am able to shutdown the database and then start it back up in NOMOUNT. When I refresh OEM and then attmept to 'Perform Recovery' I am prompted to enter a host (i.e. O/S level) user id that is part of the DBA group (I assume that this refers to the windows level Ora_Dba group ?). So far , so good .
    I have three user accounts that are member of the Ora_Dba group on the machine I am working on :-
    1. DCMROOT (This is the Windows Administrator account)
    2. UserX
    3. UserY
    If I supply the DCMROOT name and password in OEM I get an error, saying it is unable to start SQLPLUS. If I supply the name and password of either UserX or Usery as the host account for OEM I get a different error, namely 'ORA-01031 Insufficient Privileges'
    I am therefore unable to get any further with initiating the restore via OEM.
    What prvileges are missing ?? Is there anything else I need to do to get this to work.
    Any help on this would be greatly appreciated.
    Thanks,
    Shaun

    Hi,
    The users you are trying to login as may be missing the 'Log on as batch job' and/or 'Log on as service' system privileges.
    Check to see if the user you want to login as has these privileges, if they don't then they will need to be assigned, simply being a member of the ORA_DB group doesn't seem to be enough to allow tasks to be run from OEM that require O/S privileges.
    Regards

  • Performance counter registry hive consistency failed

    Hi everybody,
    i just bough a tablet from China running Window 8.1 32 bit os sytem. 
    i tried to install sql server 2008 rs but i got this error, performance counter registry hive consistency failed
    i tried to google the result but i got stuck.
    i open the registry and under Peflib i have following folders
    _V2Provider
    009
    0804
    currentlanguage
    under the 009 and currrenlanguage i can see counter and help
    but under _V2Provider and 0804 it was emthy, i was trying to find the way to copy it from other folders but i dont know how.
    please help me to solve this problem so i can go on installing the sql 2008r2
    thanks

    Hello,
    Please try the solutions and workarounds contained on the following resources:
    http://www.thewindowsclub.com/performance-counter-registry-hive-consistency-check
    http://cc.bingj.com/cache.aspx?q=http%3a%2f%2fwww.thewindowsclub.com%2fperformance-counter-registry-hive-consistency-check+&d=4716481039762124&mkt=en-US&setlang=en-US&w=DuZLAhe5tCpgzrvY7gDTglyZBBlX52os
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • RMAN Active Cloning fails with RMAN-06054: missing log file

    Version Details:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Scenario :
    Using RMAN Active cloning to duplicate a RAC database from Production to Development environment.
    Problem:
    At the end of the cloning the below errors are reported;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/14/2013 07:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 24751 and starting SCN of 89285945274
    RMAN Script used for Active cloning:
    #!/bin/ksh
    . setdb entDBu
    start_dt=`date +%Y%m%d_%H%M`
    job=`basename $0 ".sh"`
    rman  >> ${job}_${start_dt}.log  2>&1 <<eof
    set echo on;
    connect target sys/@DCC&(_O@entDBp1
    connect auxiliary sys/@DCC&(_O@entDBuu
    run {
    allocate channel prmy1 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database
    to entDBu
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initentDBu.ora;
    show all;
    exit
    eof
    end_dt=`date +%Y%m%d_%H%M`
    mailx -s "DR RMAN Job: $job done" "[email protected]" <<eof2
    started: ${start_dt}
    finish: ${end_dt}
    eof2How to prevent the error of RMAN-06054: media recovery requesting unknown archived log for thread  with sequence   and starting SCN of  while performing the RMAN Active Cloning? I do NOT want to use UNTIL clause.

    Sivaprasad S wrote:
    Version Details:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Scenario :
    Using RMAN Active cloning to duplicate a RAC database from Production to Development environment.
    Problem:
    At the end of the cloning the below errors are reported;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/14/2013 07:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 24751 and starting SCN of 89285945274RMAN Script used for Active cloning:
    #!/bin/ksh
    . setdb entDBu
    start_dt=`date +%Y%m%d_%H%M`
    job=`basename $0 ".sh"`
    rman  >> ${job}_${start_dt}.log  2>&1 <<eof
    set echo on;
    connect target sys/@DCC&(_O@entDBp1
    connect auxiliary sys/@DCC&(_O@entDBuu
    run {
    allocate channel prmy1 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database
    to entDBu
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initentDBu.ora;
    show all;
    exit
    eof
    end_dt=`date +%Y%m%d_%H%M`
    mailx -s "DR RMAN Job: $job done" "[email protected]" <<eof2
    started: ${start_dt}
    finish: ${end_dt}
    eof2How to prevent the error of RMAN-06054: media recovery requesting unknown archived log for thread  with sequence   and starting SCN of  while performing the RMAN Active Cloning? I do NOT want to use UNTIL clause.Where UNTIL clause in your script I didn't saw.
    Please try following RMAN script
    DUPLICATE TARGET DATABASE FOR STANDBY
      FROM ACTIVE DATABASE
    SPFILE
       SET "control_files"="/u01/app/oracle/oradata/stbdbcontrol01.ctl"
       SET "db_name"="prmdb"
       SET "db_unique_name"="stbdb"
       SET "db_file_name_convert"="/u01/app/oracle/oradata/prmdb","/u01/app/oracle/oradata/stbdb"
       SET "log_file_name_convert"="/u01/app/oracle/oradata/prmdb","/u01/app/oracle/oradata/stbdb"
       SET "db_recovery_file_dest"="/u01/app/oracle/fra"
       SET "diagnostic_dest"=/u01/app/oracle"
       SET "audit_file_dest"="/u01/app/oracle/admin/stbdb/adump"
    PASSWORD FILE
    NOFILENAMECHECK;
    {code}
    Please change parameters for your environment.
    Regards
    Mahir M. Quluzade                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • HT4623 My iPad2 is frozen, I am trying to download the upgrade software but fails after a while, how can I solve the issue. I have not upgraded the iPad 2 since I bought it.

    y iPad2 is frozen, I am trying to download the upgrade software but fails after a while, how can I solve the issue. I have not upgraded the iPad 2 since I bought it.

    Try and force iPad into Recovery Mode:
    1. Turn off iPad
    2. Connect USB cable to computer; leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times to recover your iPad

  • Error while trying to Create Recovery Disks - Lenovo 300 N200

    Hi,
    when trying to make Recovery Disks the program starts to extract files but after a few minutes i get this error:
    "An Internal error has caused this process to fail"
    when running lenovo system update i got an error:
    "An error occurred while gathering user information."
    i tried to update the "lenovo system update" but i'm getting errors while uninstall the previous version and also when installing the new one. After i tried to update, the "system update" is no longer loading, i'm getting a windows error and it's closing.
    btw, i have vista with SP1.
    does anyone have an idea ?
    Thanks, Erez.

    Someone ?!

  • RMAN-04002: ocipi failed, ORA  1

    Hi,
    I am running SAP Ecc6 Ehp 4 on Oracle 10g  & AIX 6.1.
    I am facing one issue while taking backup of the Development & Quality servers using DB13 (brbackup). The issue is arrising at the time of RMAN catlog call.
    Below is the error.
    BR0530I Cataloging backups of all database files...
    BR0278E Command output of 'SHELL=/bin/sh /oracle/SDS/102_64/bin/rman nocatalog':
    Recovery Manager: Release 10.2.0.2.0 - Production on Wed Jul 28 20:42:35 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN>
    RMAN> connect target *
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04002: ocipi failed, ORA  1
    RMAN> *end-of-file*
    RMAN>
    host command complete
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of catalog command at 07/28/2010 20:42:36
    RMAN-06171: not connected to target database
    RMAN>
    Recovery Manager complete.
    BR0280I BRBACKUP time stamp: 2010-07-28 20.42.36
    BR0279E Return code from 'SHELL=/bin/sh /oracle/SDS/102_64/bin/rman nocatalog': 1
    BR0536E RMAN call for database instance SDS failed
    BR0280I BRBACKUP time stamp: 2010-07-28 20.42.36
    BR0532E Cataloging backups of all database files failed
    I also had refer the Metalink 780670.1 but it didn't work. Please help me out to solve this issue.
    Thanks & Regards,
    Sachin

    Dear Sachin,
    RMAN-03002: failure of catalog command at 07/28/2010 20:42:36
    RMAN-06171: not connected to target database
    It seems you are not being able to connect to database using RMAN.
    First eliminate this error and then see the result...
    What happens when you run the below commands as ora<sid>
    # RMAN
    RMAN> connect target /
    RMAN> connect catalog /@<DBSID>
    Post the output of the above commands.
    Regards.
    Rajesh Narkhede

  • TNS: no listener when trying to perform Import

    Hi,
    Inspite of the listener running fine (tested both on the server and client via tnsping) while trying to perform import it is terminating throwing an error
    Could you tell me where could be the problem? And why am I unable to perform my import.
    Import: Release 8.1.7.4.1 - Production on Wed Feb 22 05:44:18 2012
    (c) Copyright 2000 Oracle Corporation.  All rights reserved.
    Password:
    IMP-00058: ORACLE error 12541 encountered
    ORA-12541: TNS:no listener
    IMP-00000: Import terminated unsuccessfullyMy oracle database is a 8i database.
    Even while trying to connect using svrmgrl
    C:\>svrmgrl
    Oracle Server Manager Release 3.1.7.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation.  All Rights Reserved.
    ORA-12541: TNS:no listener
    SVRMGR> exit
    Server Manager complete. All the environment variables are also properly set. Also please find the listener status as below:
    C:\>lsnrctl status LISTENER_ABC
    LSNRCTL for 32-bit Windows: Version 8.1.7.4.0 - Production on
    (c) Copyright 1998 Oracle Corporation.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<gave-the IP address of the host>
    STATUS of the LISTENER
    Alias                     LISTENER_ABC
    Version                   TNSLSNR for 32-bit Windows: Version
    Start Date                22-FEB-2012 05:41:21
    Uptime                    0 days 0 hr. 12 min. 40 sec
    Trace Level               off
    Security                  OFF
    SNMP                      OFF
    Listener Parameter File   D:\Oracle\ora817\network\admin\listener.ora
    Listener Log File         D:\Oracle\ora817\network\log\listenener_ABC.log
    Services Summary...
      ABC                has 1 service handler(s)
    The command completed successfully
    C:\>echo %ORACLE_HOME%
    D:\Oracle\ora817
    C:\>echo %PATH%
    D:\Oracle\ora817\bin;E:\Oracle\Forms6i\bin;C:\Perl\bin\;C:\Per
    ;D:\Oracle\10as\bin;E:\Oracle\10as\jlib;E:\Oracle\Forms10g\jdk
    \Apache\Perl\5.00503\bin\mswin32-x86;C:\WINNT\system32;C:\WINN
    C:\>echo %TNS_ADMIN%
    D:\Oracle\ora817\network\admin
    C:\>echo %ORACLE_SID%
    ABC find the below TNS entries:
    ABC,ABC.WORLD =
      (DESCRIPTION =
        (ADDRESS_LIST =
             (ADDRESS =
              (PROTOCOL = TCP)
              (HOST = <gave the ip address of host>)(PORT = 1522) )   )
        (CONNECT_DATA =
          (SID = ABC)
    )find the below listener file:
    LISTENER_ABC =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST =<gave the ip address of the hosT>)(PORT = 1522))
    SID_LIST_LISTENER_ABC =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = ABC)
          (ORACLE_HOME = D:\Oracle\ora817)
          (SID_NAME =ABC)
      )

    It has a single home.
    C:\>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 8.1.7.4.0 - Production on 22-FEB-2012 06:13:48
    (c) Copyright 1998 Oracle Corporation.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
      TNS-00515: Connect failed because target host or object does not exist
       32-bit Windows Error: 49: Unknown errorWhen I just tried,
    the tnsping on the server is throwing a no listener error.
    the tnsping on the client is working fine .. but taking 3640msec to respond.

  • My iPhone 4s screen went black. I can hear the phone receiving messages though. I tried to restore through itunes. I failed because "find my iPhone" app is on, I cannot switch it on since the screen is black and I can't see

    My iPhone 4s screen went black. I can hear the phone receiving messages though. I tried to restore through itunes. I failed because "find my iPhone" app is on, I cannot switch it on since the screen is black and I can't see

    Instead of trying to restore through iTunes, use the Find My iPhone to your advantage.
    Either go to www.icloud.com and perform a remote wipe of the device via FMiP, or download the FMiP app to another iOS device and do it from there.
    A remote wipe will also restore the device back to factory settings.

  • I am getting error (-1) while updating my iPhone 4 to iOS 5.1. The phone has gone into a recovery mode. Restore fails every time at "restoring the firmware" stage. Striped bar remains for a long time, then shows "error (-1)" and the restore fails. Help!

    I am getting error (-1) while updating my iPhone 4 to iOS 5.1. The phone has gone into a recovery mode. Restore fails every time at "restoring the firmware" stage. Striped bar remains for a long time, then shows "error (-1)" and the restore fails. I have been doing it for last 12 hours. Help!

    Thanks for your reply Michalo. I am in India and here Apple care does not work on Sundays. I have been without my phone for the entire day. Perhaps tomorrow will bring some respite. There is not solution to "error (-1)" on any forum it seems. I found one forum which suggested use of Tiny Umbrella. Any idea about that?

  • I am trying to update my iTunes to 10.5.1 so that I can upgrade my 3GS phone but am getting the following error message when trying to install the itunes:Install step failed: Run pre upgrade script for apple mobile device support. Contact software manufac

    I am trying to update my iTunes to 10.5.1 so that I can upgrade my 3GS phone but am getting the following error message when trying to install the itunes: Install step failed: Run pre upgrade script for apple mobile device support. Contact software manufacturer for assistance. I am on a MacBook pro running 10.5.8 OS. Has anyone seen this before and how can I get it resolved.
    Thanks for your help in advance....

    Did you ever figure out the problem? "Contact Software Manufacturer"?? That sounds ominous... I've got the same issue and I'm pretty durn aggravated right about now....
    Thanks!

  • Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tri

    Windows 7 crashed after Creative Suite 6 Design and Web Premium completed an update. The only Windows restore point that worked was pre-installation of CS6 software. Now when trying to reinstall I get the 'installer failed to initialize' message. Have tried using the CC Cleaner Tool but nothing works? Any solution please. Was new computer and newly purchased CS6 software downloaded 2 days prior to the upgrade.

    make sure you follow all the steps here, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • When trying to perform updates I get this message. This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled. What do I do?

    When trying to perform updates I get this message: This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled. What do I do? I just bought the MacBook Pro new and migrated my apps from my old MacBook Pro.

    Perform the following, stopping with the first one which works:
    1. Open the Mac App Store's Purchases tab. If you're prompted to accept them into your Apple ID, do so.
    2. Move them out of the Applications folder(they may need to be put into the Trash temporarily), and then see if you can download them for free from their individual product pages. If you're asked to buy them, see #3.
    3. Click here, contact Apple, and wait for a response.
    4. Buy them.
    (116300)

Maybe you are looking for