Oracle Recovery problem

Hello All,
We have database running 0n oracle 9.2.0.8 on HPUX.
We were having database runing in backup mode by that time instance got killed, so the person in charge wasn not aware of database was in backup mode.
we tried to open the dataabse recieved error it needs recovery, so he started applying archive log with database, now my question is application of archive log would cause any issue as we were suppose to open database after taking it into end backup mode.
Please advise.
Vinayak

If you had put the database or selected tablespaces in backup mode with "ALTER TABLESPACE tablespacename BEGIN BACKUP" commands, you only needed to
STARTUP MOUNT
ALTER DATABASE DATAFILE fileid_OR_filename END BACKUP;
ALTER DATABASE OPEN;supplying the FILE_ID OR the File Name for each datafile of each Tablespace that was in Backup mode.
Hemant K Chitale
http://hemantoracledba.blogspot.com

Similar Messages

  • Oracle recovery by example

    Hi,
    I want to practice oracle recovery, can someone guide me to links where its given by example.
    I wanted a document with simple explanation by example of when to use commands like
    alter database recover until cancel;
    alter database open resetlogs;
    alter database open noresetlogs;
    recover database using backup controlfile;
    sometimes during recovery we get ORA-00280: change 963279 for thread 1 is in sequence #4
    , i want to what happens during recovery and how oracle identifies the log sequence etc,
    thank you

    start with ORACLE documentation
    rman backup and recovery basics online documentation
    rman backp and recovery advanced users guide online documentation
    RMAN Recipes for Oracle Database 11g : A Problem-Solution Approach(it also covers 10g)
    By Sam R. Alapati, Darl Kuhn, Arup Nanda
    ISBN13: 978-1-59059-851-1
    http://apress.com/book/view/1590598512
    also refer:-
    http://gavinsoorma.com/recovery-scenarios/
    refer the link:-
    Oracle 10g DBA book
    if you would like buy this book to become expert in RMAN
    BACKUP AND RECOVERY ORACLE 8i by RAMA VELPURI
    http://www.amazon.com/Oracle8i-Backup-Recovery-Rama-Velpuri/dp/0072127171

  • Troublesho​oting System Recovery Problems

    A System Recovery is a useful tool to return your Windows 8 tablet back to factory defaults. However, what do you do when the System Recovery isn't working!?
    A full System Recovery can be a lengthy process as there is a lot of data being transferred. Patience is the key, as a full Recovery can take two to four hours to complete.
    For more information check out HP's Troubleshooting HP System Recovery Problems for Windows 8. This document will help you get your Windows 8 tablet back up and running.
    TIP: If you are planning on using the System Recovery make sure that you do not change or delete the HP Recovery Partition as that will make all but impossible to Restore your tablet using the HP Recovery Manager.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

    Have you created this disc on your own or you use original toshiba disc?
    Do you use it for the first time?

  • Oracle reports problem in distribution with xml file

    Hi ,
    I am having problem while I am trying to distribute the file with specifing the destination details in the xml. If I am giving the destination details in url then it is working.
    Ex.
    This is Working
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&desformat=pdf&destype=file&desname=devlopersuit/reports/output_file.pdf
    Not working :
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&DISTRIBUTE=YES&destination=devlopersuit/reports/dis_test.xml
    xml file
    <destinations>
    <file id="test" name="output_file.pdf" format="pdf">
    <include scr="mainSection"/>
    </file>
    </destinations>
    Error : REP-34304: Distribution failed to complete; review the distribution lists
    Its been week I tried many things , but not working.
    Right now I am trying to distribute to single file but my goal is to burst and distribute on basis of account number.
    This is the first stage of the project.
    Thanks a lot for the help
    Anju

    Hello
    see answer in Oracle reports problem in distribution with xml file
    Regards

  • Everyones Oracle Linux Problem solved!!!

    Everyones Oracle Linux Problem solved!!!
    Here's something Linux people should relate to: Use what works!
    what works?
    NT works! NT works great with 8i AND OAS.
    No hassles at all!
    Up and running within one day!!!!
    Guaranteed!
    U don't see a NT forum here with people having ridiculous install problems like Linux people?
    Perhaps Oracle should moderate this newsgroup and even give an authorative answer or two?
    null

    I have switched our development and soon production databases to Linux because it runs like a charm. Fast and efficient, no problems. The installer has been a problem no doubt because Oracle put less of an emphasis on debugging their Linux installer than their idiot-proof NT installer.
    By the way, I was able to circumvent installer problems by just linking svrmgrl to svrmgrlO; this avoided the dreaded segmentation fault and kicked everything open just fine.
    BTW, about NT; what makes an OS is not how well everything works when everything is going well, but how bad it gets when something goes bad. For instance, the segmentation faults on Linux weren't a problem because I just picked up and continued; on NT you'd have to restart the whole system...not a pleasant feature.
    null

  • Oracle Designer Problem Please help me

    Sir,
    1) I created a database
    2) Run>cd d:\Oracle_home\repadm61\admin\@ckqa
    @ckparams.txt
    @ ckvalqa
    @ ckcreate
    3)Opened Repository Administration Utility
    Log in as 'repos_manager/repos_manager@orcltest'
    Installed Repository.
    4) Opened Oracle 9i Designer. I am able to connect
    as 'repos_manager/repos_manager@orcltest'
    But I am not able to logon as any other user in same database/ any other user in different database. Why?
    Please help me.
    regards
    Mathew

    duplicate thread, see this one -> Re: Oracle Designer Problem Please help me

  • Oracle recovery in noarchivelog mode

    Hello,
    SAP Release : ECC6
    Oracle 10G
    Solaris 10g
    Our SAP system is in noarchivelog mode (formation environnement, with frequent client copies).
    We frequently perform an offline backup.
    The solaris server that is hosting our Sap system, has been brutally shutdown this morning,
    due to a network issue.
    Afterwards, we had to restart the sap system.
    A fisrt error occured ; inconsistency between the control files ...
    ORA-00205: error in identifying control file, check alert log for more info
    In alert log :
    ORA-00202: control file: '/oracle/ZMA/origlogA/cntrl/cntlrZMA.dbf'
    ORA-27037: unable to obtain file status
    We regenerated a new control file and replaced it.
    The error was solved.
    Then a second error occured :
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1660944384 bytes
    Fixed Size                  2268216 bytes
    Variable Size             851207112 bytes
    Database Buffers          805306368 bytes
    Redo Buffers                2162688 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs ;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/oracle/ZMA/sapdata1/system_1/system.data1'
    SQL> recover database using backup controlfile until cancel ;
    ORA-00279: change 647063400 generated at 04/28/2008 11:10:01 needed for thread
    1
    ORA-00289: suggestion : /oracle/ZMA/oraarch/ZMAarch1_76005_618576658.dbf
    ORA-00280: change 647063400 for thread 1 is in sequence #76005
    The redo log #76005 is no more available; I tried to apply the online redo logs, but it didn't help.
    We had to restore the whole database from the offline backup.
    1/ I still have problems understanding why Oracle is asking for a recovery, when we tried to reopen the database ? The database was consistent this morning, how is it that the file '/oracle/ZMA/sapdata1/system_1/system.data1' became inconsistent ?
    2/ In sap note 863417 "If the database operates in NOARCHIVELOG mode, the database can ONLY be completely recovered from instance failure but not from media failure. "
    What is exactly the difference between media failure and instance failure ?
    Does a network problem and then a reboot of the host is considered a media failure ?
    Best Regards.
    thank you for your help .

    > 1/ I still have problems understanding why Oracle is asking for a recovery, when we tried to reopen the database ? The database was consistent this morning, how is it that the file '/oracle/ZMA/sapdata1/system_1/system.data1' became inconsistent ?
    Because the database was not shut down cleanly. An open database is by definition "inconsistent" without the proper logfiles.
    > 2/ In sap note 863417 "If the database operates in NOARCHIVELOG mode, the database can ONLY be completely recovered from instance failure but not from media failure. "
    > What is exactly the difference between media failure and instance failure ?
    Media = File/Raw-Device. If you database is crashing due to a software error it can be recovered, if a file is corrupt it can't be (since you have no redo logs).
    > Does a network problem and then a reboot of the host is considered a media failure ?
    A corrupt control file (e. g.) is a media failure.
    Markus

  • Oracle Recovery Error using Wizard

    Recovery Manager: Release 8.1.6.0.0 - Production
    RMAN-06005: connected to target database: VTST (DBID=4051728604)
    RMAN-06009: using target database controlfile instead of recovery catalog
    RMAN> run {
    2> allocate channel DefaultChannel type disk format 'D:\ORACLE\ORA81\DATABASE\DATA\VORA\b_VORA_3_1';
    3> restore ( database);
    4> recover database ;
    5>
    6> }
    7>
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: DefaultChannel
    RMAN-08500: channel DefaultChannel: sid=10 devtype=DISK
    RMAN-03022: compiling command: restore
    RMAN-03022: compiling command: IRESTORE
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: DefaultChannel
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    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-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
    Recovery Manager complete.
    child process exited abnormally
    null

    The error that you have is because one of your datafile does not have a correct structure right now regarding the structure of your database. You can fix this problem making a recover of that datafile until this get good condition to work with the database. Conclusion you have to make a recover of that datafile so :
    RECOVER
    RECOVER {general | managed | END BACKUP}
    where the general clause has the following syntax:
    [AUTOMATIC] [FROM location]
    { {full_database_recovery | partial_database_recovery |LOGFILE filename}
    [ {TEST | ALLOW integer CORRUPTION } [TEST | ALLOW integer CORRUPTION ]...]
    |CONTINUE [DEFAULT]|CANCEL}
    where the full_database_recovery clause has the following syntax:
    [STANDBY] DATABASE
    [ {UNTIL {CANCEL | TIME date | CHANGE integer} | USING BACKUP CONTROLFILE}
    [UNTIL {CANCEL | TIME date | CHANGE integer} | USING BACKUP CONTROLFILE]...]
    where the partial_database_recovery clause has the following syntax:
    {TABLESPACE tablespace [, tablespace]... | DATAFILE datafilename [, datafilename]...
    | STANDBY
    {TABLESPACE tablespace [, tablespace]... | DATAFILE datafilename [, datafilename]...}
    UNTIL [CONSISTENT] [WITH] CONTROLFILE }
    where the managed clause has the following syntax:
    MANAGED STANDBY DATABASE
    [ {NODELAY | [TIMEOUT] integer | CANCEL [IMMEDIATE] [NOWAIT]}
    | [DISCONNECT [FROM SESSION] ] [FINISH [NOWAIT] ] ]
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm#1010523
    if you do not know how to do it , reply again and I am going to tell you
    Joel P�rez

  • Database Recovery problem

    Hi all,
    When i try to recover a database from production server into a dev server i'm facing a problem in system datafile. I'm giving the details below:
    SVRMGR> recover database using backup controlfile until cancel;
    ORA-00283: recovery session canceled due to errors
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1: '/u05/oracle/oradata/STAMPS/system01.dbf'
    SVRMGR>
    $ oerr ora 1110
    01110, 00000, "data file %s: '%s'"
    // *Cause: Reporting file name for details of another error
    // *Action: See associated error message
    $ oerr ora 1157
    01157, 00000, "cannot identify/lock data file %s - see DBWR trace file"
    // *Cause: The background process was either unable to find one of the data
    // files or failed to lock it because the file was already in use.
    // The database will prohibit access to this file but other files will
    // be unaffected. However the first instance to open the database will
    // need to access all online data files. Accompanying error from the
    // operating system describes why the file could not be identified.
    // *Action: Have operating system make file available to database. Then either
    // open the database or do ALTER SYSTEM CHECK DATAFILES.
    SVRMGR> select * from v$recover_file;
    FILE# ONLINE ERROR CHANGE# TIME
    1 ONLINE FILE NOT FOUND 0
    2 ONLINE 21722359 14-DEC-99
    3 ONLINE 21722363 14-DEC-99
    4 ONLINE 21722400 14-DEC-99
    5 ONLINE 21722450 14-DEC-99
    6 ONLINE 21722456 14-DEC-99
    7 ONLINE 21722463 14-DEC-99
    8 ONLINE 21722568 14-DEC-99
    9 ONLINE 21722869 14-DEC-99
    10 ONLINE 21723622 14-DEC-99
    11 ONLINE 21723744 14-DEC-99
    12 ONLINE 21723784 14-DEC-99
    13 ONLINE 21724141 14-DEC-99
    14 ONLINE 21724394 14-DEC-99
    14 rows selected.
    SVRMGR>
    SVRMGR> select * from v$datafile where file#=1;
    FILE# CREATION_C CREATION_ TS# RFILE# STATUS ENABLED CHECKPO
    INT CHECKPOIN UNRECOVERA UNRECOVER LAST_CHANG LAST_TIME OFFLINE_CH ONLINE_CHA ON
    LINE_TI BYTES BLOCKS CREATE_BYT BLOCK_SIZE NAME
    PLUGGED_IN
    1 4 06-NOV-99 0 1 SYSTEM READ WRITE 21722
    301 14-DEC-99 0 0 0
    0 0 0 2048 /u05/oracle/oradata/STAMPS/s
    ystem01.dbf 0
    1 row selected.
    SVRMGR>
    SVRMGR> select name from V$datafile;
    NAME
    /u05/oracle/oradata/STAMPS/system01.dbf
    /u05/oracle/oradata/STAMPS/oemrep01.dbf
    /u05/oracle/oradata/STAMPS/rbs01.dbf
    /u05/oracle/oradata/STAMPS/temp01.dbf
    /u05/oracle/oradata/STAMPS/users01.dbf
    /u05/oracle/oradata/STAMPS/indx01.dbf
    /u05/oracle/oradata/STAMPS/USERS_STAMPS01.dbf
    /u07/oracle/oradata/STAMPS/USERS_STAMPS02.dbf
    /u05/oracle/oradata/STAMPS/USERS_STAMPS03.dbf
    /u05/oracle/oradata/STAMPS/USERS_STAMPS04.dbf
    /u04/oracle/oradata/STAMPS/USERS_INDEX.dbf
    /u06/oracle/oradata/STAMPS/USERS_INDEX2.dbf
    /u04/oracle/oradata/STAMPS/USERS_INDEX3.dbf
    /u04/oracle/oradata/STAMPS/USERS_INDEX4.dbf
    14 rows selected
    $ ls -lta /u05/oracle/oradata/STAMPS/system01.dbf
    -rwxrwxrwx 1 oracle dba 183503330 Dec 14 22:19 /u05/oracle/oradata/STAMPS/system01.dbf
    $
    $ ls -lta /u05/oracle/oradata/STAMPS
    total 7155936
    -rwxrwxrwx 1 oracle dba 4413440 Dec 18 12:25 control01.ctl
    -rwxrwxrwx 1 oracle dba 4413440 Dec 18 12:25 control02.ctl
    -rwxrwxrwx 1 oracle dba 4413440 Dec 18 12:25 control03.ctl
    drwxrwxrwx 2 oracle dba 2048 Dec 18 12:05 .
    lrwxrwxrwx 1 oracle dba 183503330 Dec 18 12:05 system01.dbf
    drwxrwxrwx 4 oracle dba 96 Dec 18 12:02 ..
    -rwxrwxrwx 1 oracle dba 6857728 Dec 14 22:33 stamps_1927.dbf
    -rwxrwxrwx 1 oracle dba 9216 Dec 14 22:33 stamps_1926.dbf
    -rwxrwxrwx 1 oracle dba 17482752 Dec 14 22:33 stamps_1925.dbf
    -rwxrwxrwx 1 oracle dba 173017088 Dec 14 22:33 USERS_INDEX4.dbf
    -rwxrwxrw x 1 oracle dba 162531328 Dec 14 22:31 USERS_INDEX3.dbf
    -rwxrwxrwx 1 oracle dba 382732288 Dec 14 22:30 USERS_INDEX2.dbf
    -rwxrwxrwx 1 oracle dba 104859648 Dec 14 22:28 USERS_INDEX.dbf
    -rwxrwxrwx 1 oracle dba 209717248 Dec 14 22:28 USERS_STAMPS04.dbf
    -rwxrwxrwx 1 oracle dba 964691968 Dec 14 22:27 USERS_STAMPS03.dbf
    -rwxrwxrwx 1 oracle dba 377489408 Dec 14 22:22 USERS_STAMPS02.dbf
    -rwxrwxrwx 1 oracle dba 209717248 Dec 14 22:20 USERS_STAMPS01.dbf
    -rwxrwxrwx 1 oracle dba 10487808 Dec 14 22:20 indx01.dbf
    -rwxrwxrwx 1 oracle dba 10487808 Dec 14 22:19 users01.dbf
    -rwxrwxrwx 1 oracle dba 102432768 Dec 14 22:19 temp01.dbf
    -rwxrwxrwx 1 oracle dba 46493696 Dec 14 22:19 rbs01.dbf
    -rwxrwxrwx 1 oracle dba 5244928 Dec 14 22:19 oemrep01.dbf
    Thanks...Karthik
    null

    Hi Karthik,
    Does this :
    lrwxrwxrwx 1 oracle dba 183503330 Dec 18 12:05 system01.dbf
    point to some file?
    if the link is not pointing to any particular file then there wont be any file to recover.
    Check if all the files have been brought to the devl box and there are no hanging links.
    Hope this helps,
    Mandar

  • Crash - recovery problem - ora-1113

    Hi,
    Because of the hardware problems, my database server has crashed. Database (8.1.7) works in archive log.
    Before the crash, the last log switch seq# was 17173:
    ARC2: Beginning to archive log# 12 seq# 17173
    ARC2: Completed archiving log# 12 seq# 17173
    After the crash I tried to open it, counting on automatic revovery. SMON started to do roll-forward etc., but suddenly got an error:
    alter database open
    ORA-1113 signalled during: alter database open ...
    I tried to use until cancel recovery:
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Media Recovery Log F:\ORACLE\PEL\SAPARCH\PELARCHARC17171.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Tue Jul 01 22:51:27 2003
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Media Recovery Log F:\ORACLE\PEL\SAPARCH\PELARCHARC17172.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Tue Jul 01 22:51:32 2003
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Media Recovery Log F:\ORACLE\PEL\SAPARCH\PELARCHARC17173.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Tue Jul 01 22:51:38 2003
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Media Recovery Log F:\ORACLE\PEL\SAPARCH\PELARCHARC17174.001
    ORA-308 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...Tue Jul 01 22:51:38 2003
    ALTER DATABASE RECOVER CANCEL
    ORA-1547 signalled during: ALTER DATABASE RECOVER CANCEL...
    The problem is, that the redo-log seq# 17174 do not exists...
    I do not understand, what happened, why the information couldn't be read from online redo logs if they exist...?
    I had to do point-in-time recovery, now the database works OK, but still don't know why Oracle wanted to use log #17174? Any ideas?
    James

    The ORa-1113 error means that your Backup implementation ("Retrospect") does an ALTER TABLESPACE BEGIN BACKUP and END BACKUP for each tablespace.
    In 8i, you would not have the "ALTER DATABASE END BACKUP" command. Nor the "ALTER DATABASE DATAFILE .. END BACKUP".
    What you would do is :
    1. Start the service.
    2. Go to Windows command line prompt as the Administrator or account in the OS_DBA group (with the right ORACLE_SID, ORACLE_HOME and PATH)
    3. sqlplus / as sysdba
    4. startup mount -- or ALTER DATABASE MOUNT if it did get started but not mounted
    5. ALTER TABLESPACE (tablespacename_that_was_in_backup_mode) END BACKUP ;
    (if there were multiple tablespaces in backup mode, issue the END BACKUP for each one of them)
    6. ALTER DATABASE OPEN ;
    The other option to step 5 is the "RECOVER DATABASE" . Oracle may apply archivelogs to synchronise the datafiles back.

  • Oracle 10g to 11g Upgrade - Oracle Clusterware problem

    Oracle10g RAC (2 Nodes) RHEL 4 64bit
    Hi All,
    I have began the procedure for upgrading Oracle Clusterware to 11g. However, during the install OUI was giving me certain error messages like it couldn't transfer the OUI installlogs to node 2. Well, I kept pushing through the install and after I ran the last rootupgrade script on node 2 it gave me the following error:
    Checking the existence of nodeapps on this node
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Creating '/crs/home/install/paramfile.crs' with data used for CRS configuration
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Setting CRS configuration values in /crs/home/install/paramfile.crs
    So I ignored the error for the time being and after that I checked the status of crs and it gave me the following:
    [oracle@vtl-rac2 crsd]$ crsstatus
    HA Resource Target State
    ora.VMRACDEV.VMRACDEV1.inst ONLINE ONLINE on vtl-rac1
    ora.VMRACDEV.VMRACDEV2.inst ONLINE ONLINE on vtl-rac2
    ora.VMRACDEV.db ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ASM1.asm ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.LISTENER_VTL-RAC1.lsnr ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.gsd ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ons ONLINE OFFLINE
    ora.vtl-rac1.vip ONLINE ONLINE on vtl-rac1
    ora.vtl-rac2.ASM2.asm ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.LISTENER_VTL-RAC2.lsnr ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.gsd ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.ons ONLINE OFFLINE
    ora.vtl-rac2.vip ONLINE ONLINE on vtl-rac2
    So i tried to bring it back up by doing a crs_stop -all and crs_start -all and it gave me the following error:
    vtl-rac1 : CRS-1019: Resource ora.vtl-rac2.ons (application) cannot run on vtl-rac1
    Start of `ora.vtl-rac1.ons` on member `vtl-rac1` failed.
    vtl-rac2 : CRS-1019: Resource ora.vtl-rac1.ons (application) cannot run on vtl-rac2
    CRS-0223: Resource 'ora.VMRACDEV.db' has placement error.
    CRS-0215: Could not start resource 'ora.vtl-rac1.ons'.
    CRS-0215: Could not start resource 'ora.vtl-rac2.ons'.
    I am thinking that all of this is caused by the various issues I had with the install. If I am incorrect, then please let me know. If it is true, I would like to know if there are any 11g docs on how to clean up a failed clusterware upgrade. Any advice would be greatly appreciated on any of the situations I am having.
    Thank you

    Hi Chandra,
    Did CVU report any problems before the upgrade?No, there were no errors reported by CVU before the upgrade.
    I don't there is note out there for cleaning 11g CRS
    install...and I think can very use the 10g CRS note -
    239998.1.Yeah I might have to go that way.
    I have both the 11g CRS install and upgrade from 10g
    to 11CRS at
    http://chandradba.blogspot.com/2007/08/oracle-11g-rac-
    install-on-red-hat-50.html
    and
    http://chandradba.blogspot.com/2008/02/oracle-10g-crs-
    upgrade-to-11g-crs.html
    see if it helps.Yup, your guide is very simple, clear and error proof :) That's how mine when pretty much except right around 75% I started getting these strange errors of files not being able to be transferred to node 2. Anyways, it shouldn't be a problem as none of those errors were configuration related...or else I would have a messed up cluster.
    Well, I actually rebooted both machines and now the whole CRS stack is up!! So I guess I am ok. We'll just have to wait and see.
    Thanks for your help Chandra...I always appreciate it.

  • Oracle Installation Problem on Windows 2000

    Dears
    I have the Windows 2000 Advance Server and Windows 2000 Professional. I install the Oracle8 on Windows 2000 Advance Server and Windows 2000 Professional. I have a lot of problems while i install. If i install it successfully after two or three days it gives me some errors. like it give errors the services. It could not start the Instance.
    If i upgrade the NT 4.0 to Windows 2000 which is also an ORACLE server. It upgrade the OS but not upgrade the Registory. It have the same problem
    Please tell me is the Oracle 8.0.4 is compatible with Windows 2000 Advance Server and Windows 2000 Professional or not.
    Please Please.
    Yours
    Muhammad Munir
    [email protected]
    null

    This resolved my problem as well. I am on Windows 2000 server, SP2. The problem installing Oracle 8.1.7.0.0 standard edition exhibited itself by briefly changing the cursor to an hourglass and then returning to ready. The executable JREW.EXE would briefly execute in processes and then stop.
    I copied the installation media to a server drive and renamed symcjit.dll and the installer worked correctly.
    Thank you to Yugandhar for this solution.
    We too faced some of those problems ie setup.exe wont even run in Windows XP pro, p4 system..the culprit is symcjit.dll. Its the problem in p4 to run this dll. After lot of research, just rename it and all is set to go.
    regards
    Yugandhar

  • Oracle Listener Problem

    I am having a problem starting the Oracle Listener after a system crash on Windows NT.
    However, if I first connect to the internet and then try to restart, everything works ok.
    Why should I have to connect to the internet with my laptop in order to start the Oracle Listener?
    The message I am getting is as follows.
    C:\WINNT\Profiles\timh\Desktop>net start OracleStartORCL
    The OracleStartORCL service is starting..........
    The OracleStartORCL service was started successfully.
    C:\WINNT\Profiles\timh\Desktop>net start OracleTNSListener80
    The OracleTNSListener80 service is starting.
    The OracleTNSListener80 service could not be started.
    A system error has occurred.
    System error 1067 has occurred.
    The process terminated unexpectedly.
    null

    some more info.
    Given below is the output of status. does anything look bad or am I doing something wrong?
    for the service"abcd" it says has two instances, one of the status is unknown. does that matter is it always like that or I am asking very dumb questions?
    Please excuse me if that is the case.
    C:\lsnrctl status
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 23-JUL-2007 14:54:28
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=servername)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Produc
    tion
    Start Date 23-JUL-2007 10:27:09
    Uptime 0 days 4 hr. 27 min. 19 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File D:\oracle\ora92\network\admin\listener.ora
    Listener Log File D:\oracle\ora92\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "abcd" has 2 instance(s).
    Instance "abcd", status UNKNOWN, has 1 handler(s) for this service...
    Instance "abcd", status READY, has 1 handler(s) for this service...
    Service "abcdXDB" has 1 instance(s).
    Instance "abcd", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Oracle driver problem

    Hello,
    I'm currently trying to install the Jive forum application on the WAS. The installation itself went very well, but I have a problem with the initial setup.
    At a certain point I have to give the DB driver class and the according connection string.
    I have a oracle DB installed for this and was using the following driver class:
    oracle.jdbc.driver.OracleDriver
    As error jive setup gives me :
    Unable to load database driver 'oracle.jdbc.driver.OracleDriver' - make sure it is in your appserver's classpath.
    I have deployed the classes12.jar as described in
    http://help.sap.com/saphelp_nw04/helpdata/en/80/4f34c587f05048adee640f4c346417/frameset.htm
    This also did not solve my problem.
    Does somebody has some experience  with this?
    Thanks a lot!
    Regards,
    Peter

    Hi,
    how likely is it that your DB connect code produces the problem ? Did you try this question on the database forum ?
    Frank

  • Oracle report problem-Passing a column value from a query block to another

    Hi I am facing a problem in oracle reports.
    I have 3 query blocks say Q1,Q2 and Q3.
    From Q1 I get a tblkey coulmn and for each value of tblkey I need to pass it on to Q2 which gives me a status and now finally Q3 will take tblkey and status to give me final output.
    Can somebody please tell me how I can do it?
    Thanks,
    Avin

    Depending on your report requirement, you may do a join of Q1, Q2, and Q3; or keep all Qs and for Q3 use subqueries ...
    Select ... from ... where tblkey, status in (
    select tblkey, status from ... where tblkey in (
    select tblkey from .... where .... ) )
    Good luck.
    DC

Maybe you are looking for

  • I installed a new firmware but now I don´t like

    The matter is that I installed the new firmware which gives you the chance to drag and drop the songs just using Windows but then does not let you use the original program. Well, I tried the Windows drag and drop and it is great if you need it when y

  • Upload FCP Projects and Associated Media to a Production

    Hi, This sounds very silly but I`m really disappointed and can`t figured out how to do it. Is there a way to upload a *.fcp project and associate NOT ONLY the project but ALSO the Media that this project contains? In other words, if I upload a FCP pr

  • How to reference a set of Flash-protected f4v files in a manifest when the files are on Cloudfront?

    I have: a self-created AMS 5.0 running on Amazon. Using latest OSMF player. I'm Using EZDRM for Flash Access protection. I have a dynamic bitrate f4m created with the F4F packager. It contains data for three bitrates. I know that my S3 bucket and Clo

  • How do you clear the cache in Lion?

    How do you clear the cache in Lion?

  • FocusListener

    Hi, My prob is I got two JTextFields, only one editable. The text supposed to be entered, should only contain positive numbers (which I realize by the use of a Document). Ok so far. When I tab from that editable JTextField to some other field or, say