Startup Database

I have just created a new database in Oracle 10g (Unix). I used ‘export ORACLE_SID=dbname’ to point to the new database I have just created. It is showing as the current now. I logged into the SQL command mode by typing ‘sqlplus “/as sysdba” and got the SQL prompt. I know I am looking at the idle Oracle instance at this point. How do I start the database that I have just created since while DB creation, I did ‘startup nomount’ which has resulted only the instance running. How do I start my new database??

I have just created a new database in Oracle 10g
I logged into the SQL command
mode by typing ‘sqlplus “/as sysdba” and got the SQL
prompt. I know I am looking at the idle Oracle
instance at this point.Does that mean that Sql*plus said:
"Connected to an idle instance." ?
How do I start the database
that I have just created since while DB creation, I
did ‘startup nomount’ which has resulted only the
instance running. How do I start my new database??So first you did startup nomount, then create database ... ?
Was it successful?
When database creation has finished, the instance should have mounted and finally opened the database. (select status from v$instance)
Did you perform any other action after that?

Similar Messages

  • STARTUP DATABASE FROM SQLPLUS

    DEAR ALL,
    I've shutdown the database from SQLPLUS.How to startup the database from sql plus.I tried to connect using sys and i recieve Listener doesn't know currently of service....
    Thanks

    I've shutdown the database from SQLPLUS.How to
    startup the database from sql plus.I tried to connect
    using sys and i recieve Listener doesn't know
    currently of service....Your errors seems that you were using sqlplus in client not in server to shudown
    database and try to startup database.
    If so, you need to config your listener.ora with static listener as well as dynamic listener.
    HTH

  • Undo Datafile deleted, How to startup database?

    Hi
    I was getting that message when startup database
    SQL> startup
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1218292 bytes
    Variable Size 83888396 bytes
    Database Buffers 75497472 bytes
    Redo Buffers 7168000 bytes
    Database mounted.
    ORA-01157: cannot identify/lock data file 7 - see DBWR trace file
    ORA-01110: data file 7: '/u01/app/oracle/oradata/impl2pk/undotbs02.dbf'
    Later on got to know that a datafile was deleted.
    Anybody help me how to start database now?
    Thanks

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:5669213349582Khurram

  • Start Workflow from the After startup database trigger

    Hallo,
    I try to startup a workflow process from a database trigger :
    the after startup database trigger. But when I do this, he
    doesn't startup. When I add a commit-statement after the call
    to startup the workflow, my database never gets open.
    What do I have to do ? And what command is used ?
    Thanks a lot.
    Filip Huysmans.

    See the Posting: Starting Workflows From a Database Trigger
    Hallo,
    I try to startup a workflow process from a database trigger :
    the after startup database trigger. But when I do this, he
    doesn't startup. When I add a commit-statement after the call
    to startup the workflow, my database never gets open.
    What do I have to do ? And what command is used ?
    Thanks a lot.
    Filip Huysmans.

  • Shutdown/Startup database from java

    Hi,
    I need to execute shutdown/ startup database commands from a java application. I have tried wrapping these in sql / sh file using Runtime.getRuntime().exec("z:\\sql\\shut.sql"), but keep getting:
    java.io.IOException: CreateProcess
    any ideas ?
    thanks,
    Daphna

    Hi,
    I don't see why the 11g Drivers won't work for earlier releases of the DB as long as you follow the steps in the documentation. Have you tried it?

  • Getting ora-01092 and ora-00600 error when trying to startup database

    hi friends,plz help me i am in serious problem i dont know what happen to my database oracle 11g R2 when trying to startup it
    its showing the below error
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 7482626048 bytes
    Fixed Size          2214416 bytes
    Variable Size          4697622000 bytes
    Database Buffers     2751463424 bytes
    Redo Buffers          31326208 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00600: internal error code, arguments: [12620], [6], [7], [], [], [], [],
    Process ID: 18088
    Session ID: 96 Serial number: 3

    This seems to be a Jumbo issue. Either you have to open a Service Request(SR) to oracle or you have to uninstall and again install the oracle DB to solve this ISSUE
    Regards
    cks
    Edited by: 874782 on Jan 17, 2012 2:58 PM

  • To startup database in  noarchivelog

    Hi
    All,
    I want to know how can I start database in noarchivelog mode without using
    alter database noarchivelog;
    Is there anything to set with parameter?
    Thanks,
    Vishal

    Try this:
    When database is up,
    sql> alter database backup controlfile to trace;
    sql> shutdown immediate;
    open up the trace file where the control file is created, and edit, instead of archivelog make it to noarchivelog.
    change the setting in pfile too, log_archive_Start=false
    sql> startup pfile='<destination of thepfile>'
    Check it :
    sql> archive log list
    ur database will be in no archivelog mode.
    Regards,
    Bhavesh

  • Can not startup database

    Hi,
    10.2.0.4 on AIX 6.1 64bits.
    When startup (with pfile or startup without pfile) it fails asking startup with upgrade option and when start with upgrade , catupgrd.sql failes with ORA-20000: Upgrade not supported from version , which on Metalink it is said to go back to minimum version (10.2.0.1).
    Any idea ? Thanks.
    startup pfile=mypfile
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Tue Dec  7 11:24:17 2010
    SMON: enabling cache recovery
    Tue Dec  7 11:24:17 2010
    Errors in file /appli/oracle/product/10.2.0/admin/mydb/udump/mydb_ora_37879966.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Tue Dec  7 11:24:17 2010
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Instance terminated by USER, pid = 37879966
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    SQL> STARTUP UPGRADE
    SQL> @?/rdbms/admin/catupgrd.sql
    ERROR at line 1:
    ORA-20000: Upgrade not supported from version
    ORA-06512: at "SYS.VERSION_SCRIPT", line 52
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production

    Nicolas,
    ========================0_createdb10.sq=====================================
    startup nomount pfile=/appli/oracle/product/10.2.0/admin/MYDB/pfile/initMYDB.ora
    CREATE DATABASE   MYDB
        maxdatafiles  1021
        maxinstances  1
        maxlogfiles   8
        maxlogmembers 4
        CHARACTER SET WE8ISO8859P15
        NATIONAL CHARACTER SET UTF8
    DATAFILE '/data01/bases/MYDB/system01.dbf' SIZE 2000M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
    EXTENT MANAGEMENT LOCAL
    SYSAUX DATAFILE '/data01/bases/MYDB/sysaux01.dbf' SIZE 120M REUSE AUTOEXTEND ON NEXT  10240K MAXSIZE UNLIMITED
    DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE '/data01/bases/MYDB/temp01.dbf' SIZE 20M REUSE AUTOEXTEND ON NEXT  640K MAXSIZE UNLIMITED
    UNDO TABLESPACE "PSUNDOTS" DATAFILE '/data01/bases/MYDB/psundots01.dbf' SIZE 300M REUSE AUTOEXTEND ON NEXT  5120K MAXSIZE UNLIMITED
    LOGFILE GROUP 1 ('/index01/bases/MYDB/redo01.log') SIZE 150M,
            GROUP 2 ('/index01/bases/MYDB/redo02.log') SIZE 150M,
            GROUP 3 ('/index01/bases/MYDB/redo03.log') SIZE 150M;
    ==============================init.ora===================================
    MYDB.__java_pool_size=4194304
    MYDB.__large_pool_size=4194304
    MYDB.__shared_pool_size=192937984
    MYDB.__streams_pool_size=0
    *.audit_file_dest='/appli/oracle/product/10.2.0/admin/MYDB/adump'
    *.background_dump_dest='/appli/oracle/product/10.2.0/admin/MYDB/bdump'
    *.compatible='10.2.0.3.0'
    *.control_files='/data01/bases/MYDB/ctl/CONTROL01.CTL','/data01/bases/MYDB/ctl/CONTROL02.CTL','/data01/bases/MYDB/ctl/CONTROL03
    .CTL'
    *.core_dump_dest='/appli/oracle/product/10.2.0/admin/MYDB/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_files=1021
    *.db_flashback_retention_target=1440
    *.db_name='MYDB'
    #*.db_recovery_file_dest='='/appli/oracle/product/10.2.0/flash_recovery_area'
    *.db_recovery_file_dest='/data01/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=MYDBXDB)'
    *.job_queue_processes=10
    *.log_archive_dest_1='LOCATION=/index01/bases/MYDB/arch'
    *.log_archive_format='MYDB_ARC%S_%R.%T'
    *.open_cursors=1200
    *.pga_aggregate_target=396468992
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=893386752
    *.undo_management='AUTO'
    *.undo_tablespace='PSUNDOTS'
    *.user_dump_dest='/appli/oracle/product/10.2.0/admin/MYDB/udump'Everything seemed to be good before import , but I don not remember have done stop/start before !!
    I looked in alert log for Stop/start but did not find about shutdown/startup before import.
    Any way , dump was from a 10.2.04 DB on an AIX 6.1 server. Imp commande :
    imp system@mydb IGNORE=Y fromuser=origschema touser=sysadm file=/data01/somefile.exp Log=my_imp.logThank you.

  • ORA-00205: error in identifying control file while startup database

    Dear Experts,
    we are using Oracle 10g on RHEL5.4 64Bit ecc 6.0 with eph 4 i have moved all my sap data files along with Temp file.
    when i startup my database getting error.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 535662592 bytes
    Fixed Size 1334380 bytes
    Variable Size 306185108 bytes
    Database Buffers 222298112 bytes
    Redo Buffers 5844992 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    when i checked initSID.ora then found old location of control file.
    1)/oracle/SID/sapdata1/cntrl
    2)/oracle/SID/origlogA/cntrl
    3)/oracle/SID/origlogB/cntrl
    i have manually changed location of control file.
    1)/oracle/SID/sapdata10/cntrl
    2)/oracle/SID/origlogA/cntrl
    3)/oracle/SID/origlogB/cntrl
    SQL> Create Pfile from Spfile;
    File Created.
    i would like to mount my database from Pfile plese help me i execute scripts below.
    SQL> STARTUP MOUNT=/oracle/SID/ORACLE_HOME/dbs/initSID.ora
    invalid startup option.
    or suggest me some other way so that i can startup my Database.
    with Regards

    Thanks,LOG of alert_SID.log  control_files            = /oracle/PRD/origlogA/cntrl/cntrlPRD.dbf, /oracle/PRD/origlogB/cntrl/cntrlPRD.dbf, /oracle/PRD/sapdata1/cntrl/cntrlPRD.dbf, control_file_record_keep_time= 30, Mon Nov 14 08:24:52 2011
    CREATE DATABASE PRD CONTROLFILE REUSE  MAXLOGFILES 255 MAXLOGMEMBERS 3 MAXLOGHISTORY 1000 MAXDATAFILES 254 MAXINSTANCES 50 NOARCHIVELOG CHARACTER SET UTF8 NATIONAL CHARACTER SET UTF8 DATAFILE '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M EXTENT MANAGEMENT LOCAL DEFAULT TEMPORARY TABLESPACE PSAPTEMP TEMPFILE '/oracle/PRD/sapdata1/temp_1/temp.data1' SIZE 570M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M UNDO TABLESPACE PSAPUNDO DATAFILE '/oracle/PRD/sapdata1/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M SYSAUX DATAFILE '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    LOGFILE GROUP 1 ('/oracle/PRD/origlogA/log_g11m1.dbf',
    '/oracle/PRD/mirrlogA/log_g11m2.dbf') SIZE 50M  REUSE ,GROUP 2 ('/oracle/PRD/origlogB/log_g12m1.dbf',
    '/oracle/PRD/mirrlogB/log_g12m2.dbf') SIZE 50M  REUSE ,GROUP 3 ('/oracle/PRD/origlogA/log_g13m1.dbf',
    '/oracle/PRD/mirrlogA/log_g13m2.dbf') SIZE 50M  REUSE ,GROUP 4 ('/oracle/PRD/origlogB/log_g14m1.dbf',
    '/oracle/PRD/mirrlogB/log_g14m2.dbf') SIZE 50M  REUSEMon Nov 14 08:24:53 2011Database mounted in Exclusive Mode
    Mon Nov 14 08:25:06 2011Successful mount of redo thread 1, with mount id 1830841300
    Assigning activation ID 1830841300 (0x6d206bd4) Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /oracle/PRD/origlogA/log_g11m1.dbf
      Current log# 1 seq# 1 mem# 1: /oracle/PRD/mirrlogA/log_g11m2.dbf,m Successful open of redo thread 1
    Mon Nov 14 08:25:06 2011 MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Mon Nov 14 08:25:06 2011 SMON: enabling cache recovery
    Mon Nov 14 08:25:06 2011
    create tablespace SYSTEM datafile  '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Mon Nov 14 08:25:09 2011
    Incremental checkpoint up to RBA [0x1.3.0], current log tail at RBA [0x1.3.0]
    Mon Nov 14 08:25:15 2011
    Completed: create tablespace SYSTEM datafile  '/oracle/PRD/sapdata1/system_1/system.data1' SIZE 350M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL online
    Mon Nov 14 08:25:15 2011
    create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
      storage (initial 50K next 50K)
    Mon Nov 14 08:25:19 2011
    CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  '/oracle/PRD/sapdata1/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Mon Nov 14 08:25:36 2011
    Successfully onlined Undo Tablespace 1.
    Completed: CREATE UNDO TABLESPACE PSAPUNDO DATAFILE  '/oracle/PRD/sapdata1/undo_1/undo.data1' SIZE 700M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
    Mon Nov 14 08:25:36 2011
    create tablespace SYSAUX datafile  '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online
    Completed: create tablespace SYSAUX datafile  '/oracle/PRD/sapdata1/sysaux_1/sysaux.data1' SIZE 200M REUSE AUTOEXTEND ON NEXT 20M MAXSIZE 10000M
      EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO online

  • Oracle 9i startup database

    Hi Guys,
    I just installed oracle 9i on windows Xp. i have one
    question as we all know that oracle 9i not supporting internal
    user and svrmgrl utility.How i can start database using dos
    command.i don't want to start database useing windows service.i
    also know that we can use sqlpuse but i am not sure that if
    database is down or not open how m i going to connect as sys
    user and start database ? i am relatively new with 9i database
    so can any one replay me?
    Thanks

    Hi:
    I hope this will help:
    1) go to DOS (Root directory)
    2) c:> sqlplus
    3) enter user name: (ex: system)
    4) enter password: (ex: manager)
    4) c:> connect system/manager as sysdba
    5) c:> shutdown (will shutdown defualt database)
    6) c:> STARTUP PFILE=c:\ora90\admin\orcl\pfile\init.ora
    To start any database, you must find the init.ora for that database. Exmaple above:
    init.ora for database called "orcl" is in directory c:>\ora90\admin\orcl\pfile\init.ora
    Have a good one
    Bahram

  • Startup database with bad tablespace

    Hi, for a mistake delete a physical tablespace file and now my database not startup. how can i drop that bad tablespace and put my database ok
    thanks

    If you do not have backup of your database/tablespace/datafile, data that was in that tablespace is gone.
    Now you would need to drop file definition from data dictionary in order to allow you to open database
    startup mount
    alter database datafile 'name of file that you dropped' offline drop;
    alter database open;
    DROP TABLESPACE tablespace_name INCLUDING CONTENTS'Regards
    Mike N

  • How to use a script to startup DataBase ?

    My os is RedHat 8.0 , has anyboby ever create a script to
    run db startup or shutdown ?
    peng , thx..

    Hi,
    You have to use it something like this:
    #!/bin/sh
         # Set ORA_HOME to be equivalent to the ORACLE_HOME
         # from which you wish to execute dbstart and
         # dbshut
         # set ORA_OWNER to the user id of the owner of the
         # Oracle database in ORA_HOME
         ORA_HOME=/home/oracle/app/oracle/product/8.1.6
         ORA_OWNER=oracle
         case "$1" in
         'start')
         # Start the Oracle databases:
         # The following command assumes that the oracle login will not prompt the
         # user for any values
         echo -n "Starting Oracle8i Release 2: "
         su - $ORA_OWNER -c $ORA_HOME/bin/dbstart
         touch /var/lock/subsys/oracle8i
         echo
         'stop')
         # Stop the Oracle databases:
         # The following command assumes that the oracle login will not prompt the
         # user for any values
         echo -n "Shutting down Oracle8i Release 2: "
         su - $ORA_OWNER -c $ORA_HOME/bin/dbshut
         rm -f /var/lock/subsys/oracle8i
         echo
         'restart')
         # Restart the Oracle databases:
         echo -n "Retarting Oracle8i Release 2: "
         $0 stop
         $0 start
         echo
         echo "Usage: oracle8i { start | stop | restart }"
         Long postings are being truncated to ~1 kB at this time.

  • Not able to startup Database- getting "ORA-27121" error

    Hi All,
    When i try to start database it fails with the below error.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> !echo $ORACLE_HOME
    /glohd/Oracle10g/product/10.2.0/db_2
    SQL> !echo $ORACLE_SID
    ORATECH
    SQL> !ls -al $ORACLE_HOME/bin/oracle
    -rwsr-s--x 1 oracle dba 131619960 Nov 06 2007 /glohd/Oracle10g/product/10.2.0/db_2/bin/oracle
    SQL> startup
    ORA-27121: unable to determine size of shared memory segment
    IBM AIX RISC System/6000 Error: 13: Permission denied
    SQL>
    I doubt on shared memory permission but im not clear on that. Below is the output of 'ipcs -a'
    $ipcs -a |grep oracle
    m 80740369 0xf80b125c rw-r--- oracle staff oracle staff 0 1610620928 21758186 17826150 14:30:12 14:46:02 11:39:05
    $
    Please help me to solve this :(
    Thanks
    Karti

    Well, yours probably is the only case where I have seen the other group mentioned as Staff, never have seen it otherwise. This is what my 11106 db looks like on OEL 5.1
    [oracle@edhdr2p0-orcl ~]$ ls -l /u01/app/oracle/
    total 24
    drwxr-x---   3 oracle oinstall 4096 Aug 21  2007 admin
    drwxr-xr-x   5 oracle oinstall 4096 Aug 21  2007 cfgtoollogs
    drwxrwxr-x  11 oracle oinstall 4096 Aug 21  2007 diag
    drwxr-x---   3 oracle oinstall 4096 Aug 21  2007 flash_recovery_area
    drwxr-x---   3 oracle oinstall 4096 Aug 21  2007 oradata
    drwxr-xr-x   3 oracle oinstall 4096 Aug 21  2007 productSo I suggested that it should be Oinstall.
    Aman....

  • Automatics Startup database in linux server 2.1

    Hi,
    How can I setup a file that can startup oracle database (9.2.0.4) after the linux server reboot? Can anyone teach me step by step? Thanks

    This will be help you:
    DB startup & shutdown in 10g DB on Linux
    Joel Pérez

  • Have to startup database every time I reboot Windows

    Hi,
    I have installed Oracle XE on Windows 2003 Server. Every time I reboot Windows, I have to logon as sysdba with SQL and startup the database.
    Is it possible to have Oracle do this automatically after Windows startup?
    Thanks,
    Frank

    Hi,
    I encountered the kind of problem with my office PC , XP with 1G memory.
    Sometimes when I started my computer, as what you described, the listner is on, the db is on, but if you are trying to access apex, or a normal schema rather than sys, there would be a message showing some error message, and if you login to sqlplus as sys, it will show message *'connected with a idle instance'*, and then you type startup, everything go up to normal.
    I asked a few person at this forum, but not very good answers got.
    But I was not like your condition now, all the time, everytimes, I encoutered this problem 2 out of 5 times I started or rebooted the machine.
    First I don't know what to do, I just simply restart my pc, and it workes again, and then I found out that I can start it up manually under sqlplus as user 'sys', and I did that then.
    and then, after my upgrading my memory to 2G, and I give more memory to the db xe, it works fine, the problem is gone,
    So I think maybe you can try to allocate more memory to both SGA and PGA, or evern, add mor memory to your PC.(if without any other good solution).
    Thanks,
    Peter
    p.s. memory adding is the simplest way to get better performance, on both your PC and db.
    Edited by: PeterCN on Sep 17, 2008 9:08 PM

  • [8.1.7] After STARTUP 'Database monted' and process hung

    Hello!
    I'm have Oracle 8.1.7 on RHEL. Server hungs after cooling system fails at night. Well in morning I've restarted server and try to start Oracle manually:
    [oracle@xxxx]$ lsnrctl start
    LSNRCTL for Linux: Version 8.1.7.0.0 - Production on 15-NOV-2013 06:59:51
    (c) Copyright 1998 Oracle Corporation.  All rights reserved.
    TNS-01106: Listener using listener name LISTENER has already been started
    [oracle@xxxx]$ sqlplus /nolog
    SQL*Plus: Release 8.1.7.0.0 - Production on Fri Nov 15 07:00:07 2013
    (c) Copyright 2000 Oracle Corporation.  All rights reserved.
    SQL> connect internal
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1123279008 bytes
    Fixed Size                    73888 bytes
    Variable Size             280240128 bytes
    Database Buffers          838860800 bytes
    Redo Buffers                4104192 bytes
    Database mounted.
    But after 'Database monted' message 'Database opened' not appear.
    Alert.log files contains:
    http://i44.tinypic.com/ftlwl3.jpg
    And before oracle stops:
    http://i43.tinypic.com/jj9ypz.jpg
    And after "Database mounted" this process is hang about 1,5 hours. I'm must wait of process ending or do something else?
    Thank you!

    Try to do a clean shutdown of the database and restart
    shutdown immediate;
    startup nomount;
    alter database mount;
    alter database open;
    If my above procedure does not work, then you might be hitting buffer cache corruption. In this, Database may fail to open if the change vector from the redo log causing the corruption is applied to a block due to a crash recovery. You might need to find some patch for this.

Maybe you are looking for

  • Can I get rid of the TOC button on the playbar?

    My project is set up to have a TOC and for most of my project I use a TOC button with widget to open the TOC. I am also using the Playback control Pearl for a portion of my project. When in this section where the playback control is active if I choos

  • Swing/bc4j - not visible gif stored in blob thru forms

    I have problem with displaying gifs stored in blob column through Forms. If the very same files are stored through swing client they are visible in both swing and forms application. In thread Displaying jpeg in JSP I saw that the reason for irregular

  • Can't Import Footage 101 Unknown error

    Hi, we are having some problems moving captured clips from one system to another. Both systems are on the same version of FCP (6.0.2) and QT (7.4.1). The clips were captured to a scratch disk on an external drive, then moved to a second external driv

  • Convert SQL (Select Statement) to Procedure

    Hi I am using a select sql for retrieving the results - Below is a sample sql select query. select TableC.DATEFIELD as QUERY_DATE, TableB.COLUMN1 PROCESS, TableC.COLUMN1 PRODUCT, sum(TableC.COLUMN4) as OPEN_INSTANCES from TableA, TableB, TableC where

  • Lightroom loses files on a Network Attached Storage (NAS) drive

    I am using Lightroom 5.7 on a PC in Windows 7 64-bit. A couple of weeks ago I installed a Network Attached Storage (NAS) system as I was running out of internal hard disk space.  I set up a logical drive on the NAS for Photos.  In Lightroom, I dragge