Error on starting up database...ORA-01589: must use RESETLOGS

I just installed Oracle9i and when trying to start up the db I get the following:
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:\>sqlplus /nolog
SQL*Plus: Release 9.2.0.1.0 - Production on Wed Jun 11 11:02:50 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect / as sysdba
Connected.
SQL> startup
ORACLE instance started.
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL>
Any ideas what I should do?
Thanks.

Cause: An incomplete recovery session was started, but an insufficient number of redo logs were applied to make the file consistent. The named file was not closed cleanly when it was last opened by the database. The most likely cause of this message is forgetting to restore the file from a backup before doing incomplete recovery.
Action: The file must be recovered to a time when it was not being updated. Either apply more redo logs until the file is consistent or restore the file from an older backup and repeat recovery.

Similar Messages

  • ORA-01589: must use RESETLOGS or NORESETLOGS option for database open

    Hello,
    Yesterday i did a clean install of XE on my Windows 7 64bit laptop. The installation went well. Today when i tried to connect to the database i got ORA-01033 initialization or shutdown in progress.
    So i started sqlplus as sysdba and executed
    SQL> shutdown abort
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1071333376 bytes
    Fixed Size 1388352 bytes
    Variable Size 620757184 bytes
    Database Buffers 444596224 bytes
    Redo Buffers 4591616 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    The alert log is showing the following output
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =19
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production.
    Using parameter settings in server-side pfile C:\ORACLE\APP\ORACLE\PRODUCT\11.2.0\SERVER\DATABASE\INITXE.ORA
    System parameters with non-default values:
    sessions = 176
    spfile = "C:\ORACLE\APP\ORACLE\PRODUCT\11.2.0\SERVER\DBS\SPFILEXE.ORA"
    memory_target = 1G
    control_files = "C:\ORACLE\APP\ORACLE\ORADATA\XE\CONTROL.DBF"
    compatible = "11.2.0.0.0"
    db_recovery_file_dest = "C:\oracle\app\oracle\fast_recovery_area"
    db_recovery_file_dest_size= 10G
    undo_management = "AUTO"
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    dispatchers = "(PROTOCOL=TCP) (SERVICE=XEXDB)"
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = "C:\ORACLE\APP\ORACLE\ADMIN\XE\ADUMP"
    db_name = "XE"
    open_cursors = 300
    diagnostic_dest = "C:\ORACLE\APP\ORACLE"
    Wed Sep 07 09:26:50 2011
    PMON started with pid=2, OS id=4936
    Wed Sep 07 09:26:50 2011
    PSP0 started with pid=3, OS id=4756
    OER 7451 in Load Indicator : Error Code = OSD-04500: illegal option specified !
    Wed Sep 07 09:26:51 2011
    VKTM started with pid=4, OS id=5772 at elevated priority
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Wed Sep 07 09:26:51 2011
    GEN0 started with pid=5, OS id=5424
    Wed Sep 07 09:26:51 2011
    DIAG started with pid=6, OS id=5928
    Wed Sep 07 09:26:51 2011
    DBRM started with pid=7, OS id=4000
    Wed Sep 07 09:26:51 2011
    DIA0 started with pid=8, OS id=3876
    Wed Sep 07 09:26:51 2011
    MMAN started with pid=9, OS id=6004
    Wed Sep 07 09:26:51 2011
    DBW0 started with pid=10, OS id=5252
    Wed Sep 07 09:26:51 2011
    LGWR started with pid=11, OS id=848
    Wed Sep 07 09:26:51 2011
    CKPT started with pid=12, OS id=2420
    Wed Sep 07 09:26:51 2011
    SMON started with pid=13, OS id=2424
    Wed Sep 07 09:26:51 2011
    RECO started with pid=14, OS id=2396
    Wed Sep 07 09:26:51 2011
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Wed Sep 07 09:26:51 2011
    MMON started with pid=15, OS id=2388
    starting up 4 shared server(s) ...
    ORACLE_BASE from environment = C:\oracle\app\oracle
    Wed Sep 07 09:26:51 2011
    ALTER DATABASE MOUNT
    Wed Sep 07 09:26:51 2011
    MMNL started with pid=16, OS id=1288
    Successful mount of redo thread 1, with mount id 2642331547
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE MOUNT
    Wed Sep 07 09:26:56 2011
    ALTER DATABASE OPEN
    Errors in file C:\ORACLE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_ora_2212.trc:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    ORA-1589 signalled during: ALTER DATABASE OPEN...
    Wed Sep 07 09:41:54 2011
    db_recovery_file_dest_size of 10240 MB is 0.98% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Can anybody tell me what to do to solve this problem?
    Kind Regards,
    D.

    DennisV wrote:
    Starting ORACLE instance (normal)What do you have in the alert.log above that line?
    OER 7451 in Load Indicator : Error Code = OSD-04500: illegal option specified !This is one of the symptoms reported earlier when running on unsupported platform (x64) and maybe there's some connection with your issue.
    See {thread:id=2278170}.
    Errors in file C:\ORACLE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_ora_2212.trc:What errors does trace file reveal?

  • ORA-01589 must use RESETLOGS option for database open

    I am running 10.1.0 and the database went down and I have been trying to get it started again. I have worked through several errors but stuck on this one.
    When trying to run startup I get this error ORA-01589 must use RESETLOGS or NORESETLOGS option for database open.
    Thanks,
    Tim

    please try below steps:--
    SQL> select * from v$logfile;
    GROUP# STATUS TYPE MEMBER IS_
    4 ONLINE /restore-11/POS/posebu-db/corppos-data02/oradata/EBUPOSPR/redo4_01.log NO
    4 ONLINE /restore-11/POS/posebu-db/corppos-data01/oradata/EBUPOSPR/redo4_02.log NO
    3 ONLINE /restore-11/POS/posebu-db/corppos-data02/oradata/EBUPOSPR/redo3_01.log NO
    3 ONLINE /restore-11/POS/posebu-db/corppos-data01/oradata/EBUPOSPR/redo3_02.log NO
    2 ONLINE /restore-11/POS/posebu-db/corppos-index01/oradata/EBUPOSPR/redo2_01.log NO
    2 ONLINE /restore-11/POS/posebu-db/corppos-data02/oradata/EBUPOSPR/redo02_02.log NO
    1 ONLINE /restore-11/POS/posebu-db/corppos-data01/oradata/EBUPOSPR/redo1_01.log NO
    1 ONLINE /restore-11/POS/posebu-db/corppos-index01/oradata/EBUPOSPR/redo1_02.log NO
    8 rows selected.
    SQL> select * from v$log;
    GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS FIRST_CHANGE# FIRST_TIM
    1 1 0 1073741824 2 YES UNUSED 0
    4 1 1 1073741824 2 NO CURRENT 7.6915E+12 21-SEP-11
    3 1 0 1073741824 2 YES UNUSED 0
    2 1 0 1073741824 2 YES UNUSED 0
    SQL> recover database until cancel using backup controlfile;
    ORA-00279: change 7691479663660 generated at 09/21/2011 05:10:48 needed for thread 1
    ORA-00289: suggestion : /restore-11/POS/posebu-db/corppos-archive01/EBUPOSPR/1_1_762412057.arc
    ORA-00280: change 7691479663660 for thread 1 is in sequence #1
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    /restore-11/POS/posebu-db/corppos-data02/oradata/EBUPOSPR/redo4_01.log
    Log applied.
    Media recovery complete.
    SQL> select hxfil file_id, fhtnm tablespace_name from x$kcvfh;
    FILE_ID TABLESPACE_NAME
    1 SYSTEM
    2 UNDOTBS
    3 SYSAUX
    4 USERS
    SQL> select file#, checkpoint_change#, checkpoint_time, error from v$datafile_header;
    FILE# CHECKPOINT_CHANGE# CHECKPOIN ERROR
    1 7.6915E+12 21-SEP-11
    2 7.6915E+12 21-SEP-11
    3 7.6915E+12 21-SEP-11
    4 7.6915E+12 21-SEP-11
    SQL> col CHECKPOINT_CHANGE# for 9999999999999
    SQL> l
    1* select file#, checkpoint_change#, checkpoint_time, error from v$datafile_header
    SQL> /
    FILE# CHECKPOINT_CHANGE# CHECKPOIN ERROR
    1 7691479663749 21-SEP-11
    2 7691479663749 21-SEP-11
    3 7691479663749 21-SEP-11
    4 7691479663749 21-SEP-11
    SQL> select hxfil file_id, fhscn scn, fhthr thread, fhrba_seq sequence, fhsta status from x$kcvfh;
    FILE_ID SCN THREAD SEQUENCE STATUS
    1 7691479663749 1 1 8192
    2 7691479663749 1 1 0
    3 7691479663749 1 1 0
    4 7691479663749 1 1 0
    24 rows selected.
    SQL> select * from v$recover_file;
    no rows selected
    SQL> alter database open resetlogs;
    Database altered.
    +++++++++++++++++++++++++++++++++++++++++++++++++
    Best regards
    Shishir Tekade.

  • ORA 01589 must use RESETLOGS or NORESETLOGS

    Hi Guys
    Im getting this error when opening the database.
    when i tail alert log this is what i'm getting
    tail -30 alert_duarfnam2.log
    All grantable enqueues granted
    Tue Mar 2 20:57:57 2010
    LMS 0: 0 GCS shadows traversed, 0 replayed
    Tue Mar 2 20:57:57 2010
    LMS 1: 0 GCS shadows traversed, 0 replayed
    Tue Mar 2 20:57:57 2010
    Submitted all GCS remote-cache requests
    Fix write in gcs resources
    Reconfiguration complete
    LCK0 started with pid=20, OS id=657
    Tue Mar 2 20:57:58 2010
    ALTER DATABASE MOUNT
    Tue Mar 2 20:57:58 2010
    Starting background process ASMB
    ASMB started with pid=22, OS id=661
    Starting background process RBAL
    RBAL started with pid=23, OS id=698
    Tue Mar 2 20:58:08 2010
    SUCCESS: diskgroup DUARFDG was mounted
    Tue Mar 2 20:58:12 2010
    Setting recovery target incarnation to 2
    Tue Mar 2 20:58:12 2010
    Successful mount of redo thread 2, with mount id 1756349572
    Tue Mar 2 20:58:12 2010
    Database mounted in Shared Mode (CLUSTER_DATABASE=TRUE)
    Completed: ALTER DATABASE MOUNT
    Tue Mar 2 20:58:13 2010
    ALTER DATABASE OPEN
    This instance was first to open
    ORA-1589 signalled during: ALTER DATABASE OPEN...

    Hi
    Had earlier used this command
    recover database using backup control file;
    and then trried applying redo ,,but it dint work
    please check the following
    select name,controlfile_type,open_mode,checkpoint_change#,ARCHIVE_CHANGE# from v$database;
    NAME CONTROL OPEN_MODE CHECKPOINT_CHANGE# ARCHIVE_CHANGE#
    DUARFNAM BACKUP MOUNTED 1.6805E+10 1.6805E+10
    select substr(name,1,40), recover, fuzzy, checkpoint_change# from v$datafile_header;
    SUBSTR(NAME,1,40) REC FUZ CHECKPOINT_CHANGE#
    DUARFDG/duarfnam/datafile/tb200911.453.     YES         1.6804E10
    DUARFDG/duarfnam/datafile/tb200910.454.     YES         1.6804E10
    DUARFDG/duarfnam/datafile/tb200912.451.     YES         1.6804E10
    DUARFDG/duarfnam/datafile/tb200911.455.     YES         1.6804E10
    DUARFDG/duarfnam/datafile/tb201002.456.     YES         1.6804E10
    DUARFDG/duarfnam/datafile/tb201002.458.     YES         1.6804E10
    I have i a total of 193 db files with the same status as above
    Hi i thought this information might help shed more lights on this
    Thanks Kindly help

  • Error while starting the Database

    Hi,
    I am getting the following error while starting the Database instance.
    ORA-03113: end-of-file on communication channel.
    How to fix this issue? i tried some of the options mentioned in docs in metalink. But still i am not able to fix.
    Anypointers on this is appreciated.
    Thanks & Regards,
    Srikanth

    Can you paste lines from alertlog file..

  • One RAC node is down give the following error when starting the database!

    wHEN TRYING TO START THE DATABASE ON RAC ENVIORNMENT
    SQL> connect sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORA-27102: out of memory
    HPUX-ia64 Error: 12: Not enough space
    SQL> exit
    Disconnected
    When we r trying to start the database it said
    $ bdf
    Filesystem kbytes used avail %used Mounted on
    /dev/vg00/lvol3 2097152 240944 1841896 12% /
    /dev/vg00/lvol1 344064 115376 226944 34% /stand
    /dev/vg00/lvol8 10485760 9370960 1106232 89% /var
    /dev/vg00/lvol7 4866048 2557680 2290400 53% /usr
    /dev/vg00/u02 10485760 3502229 6547116 35% /u02
    /dev/vg00/u01 10485760 10476596 9164 100% /u01
    /dev/vg00/lvol4 2097152 601872 1483944 29% /tmp
    /dev/vg00/lvol6 4194304 3231000 955792 77% /opt
    /dev/vg00/lvol5 524288 311520 211136 60% /home
    WHERE /U01 WAS 100%. Now i emptied the space in /u01 to
    $ bdf
    Filesystem kbytes used avail %used Mounted on
    /dev/vg00/lvol3 2097152 240944 1841896 12% /
    /dev/vg00/lvol1 344064 115376 226944 34% /stand
    /dev/vg00/lvol8 10485760 9370960 1106232 89% /var
    /dev/vg00/lvol7 4866048 2557680 2290400 53% /usr
    /dev/vg00/u02 10485760 3502229 6547116 35% /u02
    /dev/vg00/u01 10485760 9508934 930943 91% /u01
    /dev/vg00/lvol4 2097152 601872 1483944 29% /tmp
    /dev/vg00/lvol6 4194304 3231000 955792 77% /opt
    /dev/vg00/lvol5 524288 311520 211136 60% /home
    When trying to start the db again its giving the following error...
    SQL> connect sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORA-27102: out of memory
    HPUX-ia64 Error: 12: Not enough space
    SQL> exit
    Disconnected
    here i changed the sga_target and now it says
    ORACLE instance started.
    Total System Global Area 436207616 bytes
    Fixed Size 1297912 bytes
    Variable Size 148648456 bytes
    Database Buffers 285212672 bytes
    Redo Buffers 1048576 bytes
    ORA-01105: mount is incompatible with mounts by other instances
    ORA-19808: recovery destination parameter mismatch
    What could be the issue..
    Ur help would be highly appreciated...

    Hello
    SQL> startup
    ORA-27102: out of memory
    HPUX-ia64 Error: 12: Not enough space
    SQL> exiterror is not related to space on your mount point. it is related to memory.
    if you are getting this error means chekc at the OS level whether something is consuming more memory due to which it is not allowing oracle to allocate sga.
    Check top/sar/glance to see who is consuming more memory
    Total System Global Area 436207616 bytes
    Fixed Size 1297912 bytes
    Variable Size 148648456 bytes
    Database Buffers 285212672 bytes
    Redo Buffers 1048576 bytes
    ORA-01105: mount is incompatible with mounts by other instances
    ORA-19808: recovery destination parameter mismatchit is not the best practice to maintain differnet parameters for each instance in RAC env. also check db_recovery_file_dest and db_recovery_file_dest_size is same on all node. it should be same i.e it should be a shared location.
    Anil Malkai

  • Upgrade Error when starting the DB   ora-00201 control file version

    Hi Experts,
    While Upgrading R12.1.1 Vision database version from 11.1.0.7 to 11gR2on RHEL 6 64bit Plateform the following patches 've been applied successfully on apps tier
    According to note ID: 1058763.1
    Patch 7303030 , 9062910 , 8919489 - Oracle E-Business Suite Techstack 12.1.3 Product Release Update Pack ANd 9868229 - 10163753 - 11071569 -
    9738085 - 9852070 - 12686610 - 6400501 Applied without any Issue.
    On DB tier i.e 11.1.0.7 these patches are applied successfully According to metalink Note *[ID 1058763.1]*
    Oracle Database Upgrade Guide 11g Release 2 (11.2) And Complete Checklist for Manual Upgrades to 11gR2 *[ID 837570.1]*
    *7695070 - Change In The Timezone File Format*, And 13417321 -14112098 DST Changes For DSTV18 -7695070
    Than we 've. Downloaded the 11.2.0.3 x86_64 software (of patch 10404530) Installed 11.2.0.3 on this Location /u01/oracle/VIS/db/tech_st/11.2.0.3
    the Old ORACLE_HOME is /u01/oracle/VIS/db/tech_st/11.1.0.7
    AND after that
    On 11.2.0.3 home, applied these additional 11.2.0.3 RDBMS patches successfully according to metalink Nots Mentioned above :
    *4247037 , 9858539, 3) 12942119 ,12960302 ,12985184 ,13001379,13004894 ,13258936 , 13366268,*
    Now Need to Run utlu112i.sql on existing 11.1.0.7 oracle database.. for that started the listener But when i tried
    to startup DB from sqlplus prompt. got this ora-00201 control file version error,
    We Unable to start the Database in order to run the utlu112i.sql on existing 11.1.0.7 oracle database..
    Please advise. we are doing manual upgrade.
    Thanks
    Priya

    Please verify the value of COMPATIBLE initialization parameter.
    Troubleshooting ORA-201 ORA-202 [ID 948710.1]
    OERR: ORA 201 control file version <num> incompatible with Oracle version <nu [ID 18286.1]
    Thanks,
    Hussein

  • Error wtith starting the database

    HI ALL
    I'm using oracle db 10g , i turned on database flashback then the database shutdown implicitly , next time i started the database
    i got the error ora-01033 .
    i checked the alert.log file & i found this lines :
    alter database open
    ORA-38760 signalled during: alter database open...
    Sun Feb 28 09:04:03 2010
    db_recovery_file_dest_size of 2048 MB is 45.02% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    can i solve this issue without turning off the flashback feature

    Hi,
    ORA-01033 has nothing to do with FRA. These are the normal messages you see in alert log after enabling this feature. Shutdown your database using abort option to solve the issue.
    Perform the following steps:
    1) shutdown abort
    2) startup
    3) shutdown immediate
    4) startup
    Asif Momen
    http://momendba.blogspot.com

  • How can i start oracle databases? i am using Oracle 8.1.6 for linux.

    when i run dbstart,it gives me following message:
    Database "ora4cweb" warm started.
    but when i use sqlplus,it says:
    ORA-01034: ORACLE not available
    i made a mistake ,i shutdown my linux before i shutdown oracle databases,how can i start oracle databases now?thanks in advance.

    try it without the scripts...
    login to linux as oracle
    start server manager
    svrmgrl
    connect internal
    startup
    select sysdate from dual;if that works
    exitcheck listener
    lsnrctl
    statif nothing running type
    start
    exitnull

  • Error in starting the database

    when i shut down my database,there is no error but as i startup my database it is giving the following errors
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect descriptor
    plzzzz help me out.....i have checked the TNSNAMES.ORA file and there is no problem in it...plzz help me
    thanx in advance

    C:\>sqlplus/nolog
    SQL*Plus: Release 9.2.0.1.0 - Production on Wed May 23 12:54:35 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    SQL> $lsnrctl status ;
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 23-MAY-2007 12:54:
    54
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=maha-gis-kkj)(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-MAY-2007 10:27:03
    Uptime 0 days 2 hr. 27 min. 50 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File F:\oracle\ora92\network\admin\listener.ora
    Listener Log File F:\oracle\ora92\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=maha-gis-kkj.in.niit.com)(PORT=1521)
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully

  • Error after starting a database read only

    I have a database Oracle 10 g Enterprise Edition:
    is started read write
    svrmgrl> shutdown immediate
    startup mount
    alter database open read only
    shutdown immediateDatabase closed
    Database dismounted
    ORA-03113 end-of-file on communication channel
    startup mountORA-24324 service handle not initialized
    ORA-01041 - internal error, hostdef extension does not exist
    Why?
    Thank you,
    Mihaela

    yes, of course I did:
    sqlplus "/as sysdba"
    from Windows Oracle 10g. I wanted to test those commands for an Oracle8 i database and par mistake I wrote svrmgrl.
    Thank you,
    Mihaela

  • Error When  starting the Database

    Hi everyone,
    Below is a copy of the error I get when trying to start the 10 Xe Database.
    Can anyone give me hints as to what I can do to fix it? I have unistalled Oracle and removed everything from Regedit according to the manual. Then reinstalled and it still gives me the same error.
    Thanks in advance,
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    'net' is not recognized as an internal or external command,
    operable program or batch file.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    'net' is not recognized as an internal or external command,
    operable program or batch file.
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>

    type "SET" in command to see all the Environment variables. You could also take a look at them by right clicking on My Computer > Properties > Advanced > Environment Variables .

  • Error while starting the database in asm

    Hi,
    I am getting an error while at the time of starting the instance in asm enviornment.
    ORA-00202: control file: '+DG_GROUP1/poldev01/controlfile/current.260.743010027'
    ORA-17503: ksfdopn:2 Failed to open file +DG_GROUP1/poldev01/controlfile/current.260.743010027
    ORA-15001: diskgroup "DG_GROUP1" does not exist or is not mounted
    ORA-15055: unable to connect to ASM instance
    ORA-01031: insufficient privileges
    Kindly help.

    Hi,
    Can you check with the Permissions
    ORA-15055: unable to connect to ASM instanceORA-01031: insufficient privileges>
    Anand

  • Sapinst.exe giving error while starting  'port 21213 is already in use'

    Hi
    when we start the sapinst.exe through remote desktop connection to the window 2003 server machine  getting following error
    SAPinst is getting started.
    Please be patient ...
    guiengine: call to listen() for socket 1812 failed. No such file or directory
    ERROR      2008-03-21 01:16:40 [iaxxgenimp.cpp:532]
               init()
    FGE-00006  Attempt to open a communication port connection failed. Check whether the port 21213 is already in use.
    ERROR      2008-03-21 01:16:40
    FCO-00034  An error occurred during the installation. Problem: error in GUI server subsystem.
    Exit status of child: 1
    I check the all the threads posted and did the following
    1. check the another instance is running - no instance running
    2. check port with security team , i come to know that they blocked  this ports security reason.
    so i try with other open ports , even through its giving  the same error.
    so i have one question
    1.is it mandatory to use the same ports 21212 or 21213 etc..
    or can we use any other free ports if so what port numbers we can use?
    becasue i try with different open ports, no use
    as follows"
    c:\sapinst.exe SAPINST_DIALOG_PORT=4238
    Please give any suggestions...
    thnaks in advance
    Gopal

    You reconnect with the GUI to SAPinst and enter the path to the software package or file manually. Then you can continue with the installation.
    You can also change the port nos. 21212 and 21213 to 41212 and 41214
    SAPinst uses the port 21212 during the installation for communication with the SAPinst GUI. If one of these ports is already used by another service you must start SAPinst as follows:
    sapinst SAPINST_DIALOG_PORT=<free_port_number>
    use command  : netstat -s      - > to check the ports being used
    Cheers
    Shaji
    Edited by: Shaji Jacob on Mar 21, 2008 10:53 PM

  • Error in start up dabase

    SQL> startup
    ORACLE instance started.
    Total System Global Area 7165284352 bytes
    Fixed Size 2240272 bytes
    Variable Size 5385486576 bytes
    Database Buffers 1761607680 bytes
    Redo Buffers 15949824 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    then i have wite the follow instruction :
    SQL> Recover database using backup controlfile;
    ORA-00283: recovery session canceled due to errors
    ORA-01110: data file 24: '/ora/data/gamesds/system02.DBF'
    ORA-01122: database file 24 failed verification check
    ORA-01110: data file 24: '/ora/data/gamesds/system02.DBF'
    ORA-01210: data file header is media corrupt
    what i do now ???

    no excuse me.
    when i try to startup the database with the command
    "startup"
    follow the message :
    startupORACLE instance shut down.
    SQL>
    ORACLE instance started.
    Total System Global Area 7165284352 bytes
    Fixed Size 2240272 bytes
    Variable Size 5385486576 bytes
    Database Buffers 1761607680 bytes
    Redo Buffers 15949824 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    so i have try to execute startup with resetlogs
    but i don't Know
    the only directory that i have is this
    -rw-r--r-- 1 oracle oinstall 7454 Dec 19 03:10 HistData_20121219030001
    -rw-r--r-- 1 oracle oinstall 4886 Dec 19 09:00 HistArch_20121219090001
    -rw-r--r-- 1 oracle oinstall 2950 Dec 19 15:00 HistArch_20121219150001
    -rw-r--r-- 1 oracle oinstall 2950 Dec 19 21:00 HistArch_20121219210001
    -rw-r--r-- 1 oracle oinstall 7454 Dec 20 03:09 HistData_20121220030002
    -rw-r--r-- 1 oracle oinstall 4699 Dec 20 09:00 HistArch_20121220090001
    -rw-r--r-- 1 oracle oinstall 2950 Dec 20 15:00 HistArch_20121220150001
    -rw-r--r-- 1 oracle oinstall 2950 Dec 20 21:00 HistArch_20121220210001
    -rw-r--r-- 1 oracle oinstall 7454 Dec 21 03:08 HistData_20121221030002
    -rw-r--r-- 1 oracle oinstall 4886 Dec 21 09:00 HistArch_20121221090001
    -rw-r--r-- 1 oracle oinstall 2950 Dec 21 15:00 HistArch_20121221150001
    -rw-r--r-- 1 oracle oinstall 2950 Dec 21 21:00 HistArch_20121221210001
    -rw-r--r-- 1 oracle oinstall 7452 Dec 22 03:09 HistData_20121222030002
    -rw-r--r-- 1 oracle oinstall 5328 Dec 22 15:00 HistArch_20121222150001
    -rw-r--r-- 1 oracle oinstall 2944 Dec 22 21:00 HistArch_20121222210001
    -rw-r--r-- 1 oracle oinstall 7080 Dec 23 03:07 HistData_20121223030001
    -rw-r--r-- 1 oracle oinstall 4697 Dec 23 09:00 HistArch_20121223090001
    -rw-r--r-- 1 oracle oinstall 2950 Dec 23 15:00 HistArch_20121223150001
    -rw-r--r-- 1 oracle oinstall 2950 Dec 23 21:00 HistArch_20121223210001
    -rw-r----- 1 oracle oinstall 1083072512 Dec 24 03:08 Data_gbntkn1s_1_1
    -rw-r----- 1 oracle oinstall 1122041856 Dec 24 03:08 Data_gcntkn1s_1_1
    -rw-r----- 1 oracle oinstall 1324032 Dec 24 03:08 Data_gdntkngn_1_1
    -rw-r--r-- 1 oracle oinstall 6893 Dec 24 03:08 HistData_20121224030001
    -rw-r----- 1 oracle oinstall 5629440 Dec 24 09:00 Arch_gfntlc4m_1_1
    -rw-r--r-- 1 oracle oinstall 4512 Dec 24 09:00 HistArch_20121224090002
    -rw-r----- 1 oracle oinstall 60205056 Dec 24 15:00 Arch_gjntm17j_1_1
    -rw-r----- 1 oracle oinstall 10387456 Dec 24 15:00 c-549421667-20121224-03
    -rw-r--r-- 1 oracle oinstall 4014 Dec 24 15:00 HistArch_20121224150001
    -rw-r--r-- 1 oracle oinstall 1868 Dec 24 21:00 HistArch_20121224210001
    -rw-r--r-- 1 oracle oinstall 2672 Dec 25 03:00 HistData_20121225030001
    -rw-r--r-- 1 oracle oinstall 3562 Dec 25 09:00 HistArch_20121225090001
    -rw-r--r-- 1 oracle oinstall 1868 Dec 25 15:00 HistArch_20121225150001
    -rw-r--r-- 1 oracle oinstall 1868 Dec 25 21:00 HistArch_20121225210001
    -rw-r--r-- 1 oracle oinstall 2672 Dec 26 03:00 HistData_20121226030001
    -rw-r--r-- 1 oracle oinstall 3804 Dec 26 09:00 HistArch_20121226090001
    -rw-r--r-- 1 oracle oinstall 2122 Dec 26 15:00 HistArch_20121226150001
    -rw-r--r-- 1 oracle oinstall 1868 Dec 26 21:00 HistArch_20121226210001
    -rw-r--r-- 1 oracle oinstall 2242 Dec 27 03:00 HistData_20121227030001
    -rw-r--r-- 1 oracle oinstall 1438 Dec 27 09:00 HistArch_20121227090001
    -rw-r--r-- 1 oracle oinstall 1438 Dec 27 15:00 HistArch_20121227150001
    -rw-r--r-- 1 oracle oinstall 131602 Dec 27 15:00 cron.log
    can you understand something ???
    i have no idea to restore the database i don't know if there i a backup..
    THank you thery much

Maybe you are looking for