Oracle XE Startup

Hello,
I have the following problem If I tried to start the oracle xe database I got the following error message.
SQL> startup
ORA-09925: Unable to create audit trail file
Linux Error: 13: Permission denied
Additional information: 9925
Any ideas?
thx

Hi,
I found something out.
I installed the rpm package.
I use gentoo for oracle after the install I tried /etc/init.d/oracle-xe configure to create
the database and the listener.
But the script didn`t create the database or the database files.
After this I tried manually to create the database with the following script:
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/createdatabase.sh
The database created and then I tried the following script with error messages: XE.sh.
ORA-01081: ORACLE lauft noch. Erst stoppen.
TO_CHAR(SYSTIMESTAMP,'YYYYMMDDHH:MI:SS')
20060621 07:50:12
Allocating device....
Specifying datafiles...
Specifing datafiles...
Restoring ...
declare
FEHLER in Zeile 1:
ORA-19624: Vorgang nicht erfolgreich, Neuversuch moglich
ORA-19870: Fehler beim Lesen von Backup Piece
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/seeddb/xeseed.dfb
ORA-19505: Fehler beim Identifizieren von Datei
"/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/seeddb/xeseed.dfb"
ORA-27037: Dateistatus nicht abrufbar
Linux Error: 2: No such file or directory
Additional information: 3
ORA-06512: in "SYS.X$DBMS_BACKUP_RESTORE", Zeile 5149
ORA-06512: in Zeile 16
TO_CHAR(SYSTIMESTAMP,'YYYYMMDDHH:MI:SS')
20060621 07:50:12
Create controlfile reuse set database "XE"
FEHLER in Zeile 1:
ORA-01503: CREATE CONTROLFILE nicht erfolgreich
ORA-01565: Fehler bei der Identifizierung von Datei
'/usr/lib/oracle/xe/oradata/XE/undo.dbf'
ORA-27037: Dateistatus nicht abrufbar
Linux Error: 2: No such file or directory
Additional information: 3
BEGIN dbms_backup_restore.zerodbid(0); END;
FEHLER in Zeile 1:
ORA-00210: Angegebene Kontrolldatei kann nicht geoffnet werden
ORA-06512: in "SYS.X$DBMS_BACKUP_RESTORE", Zeile 4168
ORA-06512: in Zeile 1
ORA-01507: Datenbank nicht mit Mount angeschlossen
ORACLE-Instance heruntergefahren.
ORACLE-Instance hochgefahren.
Total System Global Area 247463936 bytes
Fixed Size          1258244 bytes
Variable Size          79695100 bytes
Database Buffers     163577856 bytes
Redo Buffers          2932736 bytes
Create controlfile reuse set database "XE"
FEHLER in Zeile 1:
ORA-01503: CREATE CONTROLFILE nicht erfolgreich
ORA-01565: Fehler bei der Identifizierung von Datei
'/usr/lib/oracle/xe/oradata/XE/undo.dbf'
ORA-27037: Dateistatus nicht abrufbar
Linux Error: 2: No such file or directory
Additional information: 3
System wurde geändert.
alter database "XE" open resetlogs
FEHLER in Zeile 1:
ORA-01507: Datenbank nicht mit Mount angeschlossen
alter database rename global_name to "XE"
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
alter system switch logfile
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
alter system checkpoint
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
alter database drop logfile group 3
FEHLER in Zeile 1:
ORA-01507: Datenbank nicht mit Mount angeschlossen
ALTER TABLESPACE TEMP ADD TEMPFILE '/usr/lib/oracle/xe/oradata/XE/temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
select tablespace_name from dba_tablespaces where tablespace_name='USERS'
FEHLER in Zeile 1:
ORA-01219: Datenbank nicht geoffnet: Abfragen sind nur auf feste Tabellen/Views
erlaubt
SID
PROGRAM
SERIAL#
USERNAME
     49
oracle@new_intranet (PMON)
     1
SID
PROGRAM
SERIAL#
USERNAME
     41
oracle@new_intranet (MMON)
     3
SID
PROGRAM
SERIAL#
USERNAME
     42
oracle@new_intranet (RECO)
     1
SID
PROGRAM
SERIAL#
USERNAME
     40
oracle@new_intranet (MMNL)
     3
SID
PROGRAM
SERIAL#
USERNAME
     44
oracle@new_intranet (CKPT)
     1
SID
PROGRAM
SERIAL#
USERNAME
     48
oracle@new_intranet (PSP0)
     1
SID
PROGRAM
SERIAL#
USERNAME
     45
oracle@new_intranet (LGWR)
     1
SID
PROGRAM
SERIAL#
USERNAME
     46
oracle@new_intranet (DBW0)
     1
SID
PROGRAM
SERIAL#
USERNAME
     47
oracle@new_intranet (MMAN)
     1
SID
PROGRAM
SERIAL#
USERNAME
     43
oracle@new_intranet (SMON)
     1
SID
PROGRAM
SERIAL#
USERNAME
     39
sqlplus@new_intranet (TNS V1-V3)
     1
SYS
11 Zeilen ausgewählt.
alter user sys identified by "oracle"
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
alter user system identified by "oracle"
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
System wurde geändert.
CREATE OR REPLACE LIBRARY dbms_sumadv_lib AS '/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libqsmashr.so';
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
create or replace directory DATA_PUMP_DIR as '/usr/lib/oracle/xe/app/oracle/admin/XE/dpdump/'
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
commit
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
BEGIN dbms_swrf_internal.cleanup_database(cleanup_local => FALSE); END;
FEHLER in Zeile 1:
ORA-06550: Zeile 1, Spalte 7:
PLS-00201: Bezeichner 'DBMS_SWRF_INTERNAL.CLEANUP_DATABASE' muss deklariert
werden
ORA-06550: Zeile 1, Spalte 7:
PL/SQL: Statement ignored
commit
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
dbms_xdb.sethttpport('8080');
FEHLER in Zeile 2:
ORA-06550: Zeile 2, Spalte 4:
PLS-00201: Bezeichner 'DBMS_XDB.SETHTTPPORT' muss deklariert werden
ORA-06550: Zeile 2, Spalte 4:
PL/SQL: Statement ignored
ORA-06550: Zeile 3, Spalte 4:
PLS-00201: Bezeichner 'DBMS_XDB.SETFTPPORT' muss deklariert werden
ORA-06550: Zeile 3, Spalte 4:
PL/SQL: Statement ignored
Datei erstellt.
ORA-01507: Datenbank nicht mit Mount angeschlossen
ORACLE-Instance heruntergefahren.
ORACLE-Instance hochgefahren.
Total System Global Area 247463936 bytes
Fixed Size          1258244 bytes
Variable Size          79695100 bytes
Database Buffers     163577856 bytes
Redo Buffers          2932736 bytes
Datenbank mit MOUNT angeschlossen.
ORA-01221: Datendatei 1 stimmt fur Hintergrundprozesse nicht uberein
'UTL_RECOMP_BEGIN:'||TO_CHAR(SYSDATE,'HH:MI:SS')
utl_recomp_begin: 07:50:23
BEGIN utl_recomp.recomp_serial(); END;
FEHLER in Zeile 1:
ORA-06550: Zeile 1, Spalte 7:
PLS-00201: Bezeichner 'UTL_RECOMP.RECOMP_SERIAL' muss deklariert werden
ORA-06550: Zeile 1, Spalte 7:
PL/SQL: Statement ignored
'UTL_RECOMP_END:'||TO_CHAR(SYSDATE,'HH:MI:SS')
utl_recomp_end: 07:50:23
alter user hr password expire account lock
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
alter user ctxsys password expire account lock
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
alter user outln password expire account lock
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
alter user mdsys password expire
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
alter user flows_020100 password expire
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
alter user flows_files password expire
FEHLER in Zeile 1:
ORA-01109: Datenbank nicht geoffnet
ANy ideas?

Similar Messages

  • ORACLE 9i startup problems. Try to open dbf file which doesn't exist

    Hi all,
    I'm trying to startup one oracle instance from sqlplus.
    I can mount the database but i can't open it because try to open one dbf file incorrect.
    Anyone know where i can indicate wich files should use? Perhps it's in the init.ora file?
    Regards

    I am not sure which method rdomene used but I would think he probably used the alter database backup control file to trace command (since he could mount the db)to create a text version that he could look at.
    I have head about people who did not know Oracle provided a means of dumping a text version of the control file to trace who used UNIX strings or a binary editor to see the contents.
    It is unfortunat that the text version, which can be used to reconstruct the control file, does not preserve the rman data.
    HTH -- Mark D Powell --

  • 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

  • Oracle Automated startup & shudown on Linux 6.0

    I am trying to get make my Oracle database shutdown and startup
    automatically at boot, but am having a hard time getting this to
    work properly. I have created a file in /etc/rc.d/init.d called
    dbora:
    case "$1" in
    'start')
    su - oracle -c $ORACLE_BASE/admin/bin/dbstart.sh &
    'stop')
    su - oracle -c $ORACLE_BASE/admin/bin/dbshut.sh &
    esac
    I also created the following links in EVERY (out of frustration)
    /etc/rc.d/rc#.d directory:
    lrwxrwxrwx 1 root root 22 Jul 1 10:12 S99dbora -
    /etc/rc.d/init.d/dboralrwxrwxrwx 1 root root 22 Jul 1 10:12 K30dbora -
    /etc/rc.d/init.d/dboraThe problem does not really appear to be linked to the actual
    database shutdown or startup, but rather with LINUX. I have
    replaced the contents of dbstart.sh & dbshut.sh with a simple
    echo redirect to file to prove this out. Specifically, here is
    what is happening:
    * Running "dbora start" or "dbora stop" manually always works.
    * Neither "dbora start" or "dbora stop" work when booting or
    switching runlevels, although the message STARTING DBORA does
    scroll past the console.
    I have several people look at this here and no one can figure
    out why this isn't working. Can you assist?
    null

    rajeev (guest) wrote:
    : I encounter the following problem after making all the kernel,
    : unix, user and group modifications/creations and installing
    jre
    : and linking it;installing the enlightenment update
    : $ ./runInstaller
    : Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    : Please wait...
    : /usr/local/jre/bin/../bin/checkVersions: /tmp/ldd.out.3722:
    : Permission denied
    : SIGSEGV 11* segmentation violation
    : stackbase=(nil), stackpointer=(nil)
    : Full thread dump:
    : NULL (TID:0x406a20b0, sys_thread_t:0x81a53a0, state:R)
    prio=5
    : Any solutions.
    I had the same problem. Try the following:
    Use jre_1.1.6-v5-glibc-x86.tar.gz instead of jre_1.1.6-v5-libc5-
    x86.tar.gz
    and load the following RPM's
    compat-binutils-5.2-2.9.1.0.23.1
    compat-egcs-c++5.2-1.0.3a.1
    compat-egcs-g77-5.2-1.0.3a.1
    compat-egcs-objc-5.2-1.0.3a.1
    compat-glibc-5.2-2.0.7.1
    compat-libs-5.2-1
    of which all are on the Redhat 6.0 cd.
    This solved my problem!
    Good luck
    null

  • Oracle 8i startup error

    hi all
    i installed oracle 8i database on windows .but at startup it gives the error
    SQL> startup;
    ORA-04031: unable to allocate 76043176 bytes of shared memory
    any help plz

    after installation this is the first time to startup database
    operating system is windows xp and oracle 8 database
    the $oracle_home\database\initdb.ora contain the path IFILE='D:\oracle8\admin\db\pfile\init.ora'
    content of D:\oracle8\ADMIN\db\pfile\init.ora file are
    db_name = db
    instance_name = db
    service_names = db
    db_files = 1024 # INITIAL
    control_files = ("D:\oracle8\oradata\db\control01.ctl", "D:\oracle8\oradata\db\control02.ctl")
    db_file_multiblock_read_count = 8 # INITIAL
    db_files = 1024 # INITIAL
    control_files = ("D:\oracle8\oradata\db\control01.ctl", "D:\oracle8\oradata\db\control02.ctl")
    db_file_multiblock_read_count = 8 # INITIAL
    db_block_buffers = 559141 # INITIAL
    shared_pool_size = 262144000
    java_pool_size = 20971520
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 59 # INITIAL
    parallel_max_servers = 5 # SMALL
    log_buffer = 32768 # INITIAL
    global_names = true
    oracle_trace_collection_name = ""
    background_dump_dest = D:\oracle8\admin\db\bdump
    user_dump_dest = D:\oracle8\admin\db\udump
    db_block_size = 2048
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    job_queue_processes = 2
    job_queue_interval = 10
    open_links = 4
    distributed_transactions = 500
    mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    mts_servers = 1
    compatible = 8.1.0
    java_pool_size = 20971520
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 59 # INITIAL
    parallel_max_servers = 5 # SMALL
    log_buffer = 32768 # INITIAL
    max_dump_file_size = 10240 # limit trace file size to 5M each
    global_names = true
    oracle_trace_collection_name = ""
    background_dump_dest = D:\oracle8\admin\db\bdump
    user_dump_dest = D:\oracle8\admin\db\udump
    db_block_size = 2048
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    job_queue_processes = 2
    job_queue_interval = 10
    open_links = 4
    distributed_transactions = 500
    mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    mts_servers = 1
    compatible = 8.1.0

  • Automating oracle applications startup and shutdown

    can some one share as to how we can start and stop oracle application automatically in linux

    Check the following thread:
    Automating shutdown and startup procedure in oracle apps
    Re: Automating shutdown and startup procedure in oracle apps

  • Oracle automated startup

    Hi I have been able to automatically start the dbstart so that oracle is warm and started but I want to know a way of automating the STARTUP PFILE command that you have to use to start a oracle instance or session, if you could help I would be greatful. I am working on a linux platform and am using Red Hat 6.2. The situation is that if i have my system running and it crashs, when it comes to starting again I want it to start the database and the Pfile so that the database is automatically restarted with out any hassle

    Peter,
    Normally the problem here is that the environment is not set, or
    is not being set correctly OR that things that Oracle needs to be
    available have already been killed (lower run level) or have not
    been started (higher run level).
    Check that the environment is OK when the dbora script is run and
    check that your scripts are called in the right order of things
    when moving between run levels.
    Regards,
    Mark
    Pete Petersen (guest) wrote:
    : I am trying to get make my Oracle database shutdown and startup
    : automatically at boot, but am having a hard time getting this
    to
    : work properly. I have created a file in /etc/rc.d/init.d called
    : dbora:
    : case "$1" in
    : 'start')
    : su - oracle -c $ORACLE_BASE/admin/bin/dbstart.sh &
    : 'stop')
    : su - oracle -c $ORACLE_BASE/admin/bin/dbshut.sh &
    : esac
    : I also created the following links in EVERY (out of
    frustration)
    : /etc/rc.d/rc#.d directory:
    : lrwxrwxrwx 1 root root 22 Jul 1 10:12 S99dbora
    : > /etc/rc.d/init.d/dbora
    : lrwxrwxrwx 1 root root 22 Jul 1 10:12 K30dbora
    : > /etc/rc.d/init.d/dbora
    : The problem does not really appear to be linked to the actual
    : database shutdown or startup, but rather with LINUX. I have
    : replaced the contents of dbstart.sh & dbshut.sh with a simple
    : echo redirect to file to prove this out. Specifically, here is
    : what is happening:
    : * Running "dbora start" or "dbora stop" manually always works.
    : * Neither "dbora start" or "dbora stop" work when booting or
    : switching runlevels, although the message STARTING DBORA does
    : scroll past the console.
    : I have several people look at this here and no one can figure
    : out why this isn't working. Can you assist?
    null

  • Oracle automatic startup

    Hi,
    I have Oracle 10g installed on Windows 2000 SP4. Oracle automatically starts up... is there any way to change this so that I can manually startup Oracle every time?
    Thanks
    Mark

    In Configuration Panel\Administration Tools\Services windows, Configure the service OracleService<SID> as manually.
    Nicolas.

  • Oracle automatic startup at boot time

    Hello all,
    I need one help.I need oracle db server automatic startup at boot time in solaris 10 environment.
    I need to know also location of ORATAB .
    Thanks in advance.

    Oh no, it is not very urgent.
    In a forum of volunteers there is no such thing as 'very urgent', and using 'very urgent' is considered insulting and rude.
    It is even more insulting as you expect to do me what you refuse to do: consult the documentation.
    As you failed to mention a version I can't even look up the documentation, nor will I do that: I'm not going to stand in voluntarily to do for either people for free what they get paid for: their work
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle Automatic Startup & Shutdown

    My automatic Database startup/Shutdown script won't work while system reboot. I have Oracle 8.1.7/Sun solaris. When I ran the script by hand it works fine both for startup and shutdown but not while system reboot. I am putting the script in the proper run levels rc0.d and rc3.d.
    even /etc/rc0.d/K01oracle and /etc/rc3.d/S90oracle is working fine.
    Could someone please tell me what am i missing.
    Appreciate your help
    -Jay

    Hi,
    Have you settled your issue? I would think the problem was caused by the environment under which the script was run. Normally the rc scripts are run as root and the PATH will not be set to run Oracle executables. So inside the script if you run the startup script as the user who has execute permission to the Oracle executables and whose path is SET in .profile then it should work.

  • OPEN VMS 시스템에서의 ORACLE AUTO STARTUP

    제품 : ORACLE SERVER
    작성날짜 : 1995-11-07
    * OpenVMS 의 SYSTEM Account는 DBA 관련 작업을 할 수 없게 되어
    있기 때문에 오라클의 Startup도 할 수 없다. 이 문제를 해결하기
    위해서는 두가지 방법을 생각해 볼 수 있다.
    [방법1] 시스템의 기동 시에 ORACLE7 에 의해서 작업이 수행되도록 설정한다.
    1. 다음과 같은 내용을 갖는 프로시져(STARTUP_ORACLE7.COM)를 만든다.
    $@ddcn:[oracle_root_directory.UTIL]ORAUSER.COM
    $@ORA_RDBMS:INSORACLE.COM
    $@ddcn :
    [oracle_root_directory.DB_dbname]STARTUP_EXCLUSIVE_dbname.COM
    여기서
    ddcn: : 오라클이 인스톨된 디스크
    oracle_root_directory : 오라클의 최상위 디렉토리
    dbname : 오라클 데이타베이스 이름
    만약 병렬 서버를 사용중이라면 프로시져 이름을
    STARTUP_EXCLUSIVE_dbname.COM
    에서 STARTUP_PARALLEL_dbname.COM 으로 바꾼다. 그리고 여러 개의 데이타
    베이스를 Startup 시키려고 한다면 세번째 라인과 같은 항목을 각각의 데이타
    베이스에 대해서 모두 기술해 주도록 한다.
    2. 위에서 만든 프로시져를 ORACLE7 에 의해서 수행되도록 한다.
    $SUBMIT/USER=ORACLE7 STARTUP_ORACLE7.COM
    여기서 ORACLE7은 OpenVMS 의 ORACLE7 의 Account 이다. 필요한 내용이
    있으면 SUBMIT 명령에 추가해도 된다. 예를 들어 ORACLE을 위의 프로시져로
    Startup 시킬 때 에러가 발생하는 경우를 고려하여 배치 로그 화일을
    저장하려고 한다면 /LOG/NOPRINT 스위치를 사용하면 된다.
    [방법2] SET UIC 명령으로 ORACLE 을 Startup 시키기
    1. 다음의 명령들을 시스템의 startup procedure 에 추가한다.
    OpenVMS V5.x: SYS$STARTUP:SYSTARTUP_V5.COM
    OpenVMS V6.x: SYS$STARTUP:SYSTARTUP_VMS.COM
    $ SET UIC[ORACLE7]
    $ SET RIGHTS_LIST/ENABLE ORA_DBA
    $ @ddcn:[oracle_root_directory.UTIL]ORAUSER.COM
    $ @ORA_RDBMS:INSORACLE.COM
    $ @ddcn:[oracle_root_directory.DB_dbname]STARTUP_EXCLUSIVE_dbname.COM
    $ SET UIC[SYSTEM]
    여기서
    ddcn: : 오라클이 인스톨된 디스크
    oracle_root_directory : 오라클의 최상위 디렉토리
    dbname : 오라클 데이타베이스 이름
    ORACLE7 : OpenVMS ORACLE7 account
    SYSTEM : OpenVMS SYSTEM account
    만약 병렬 서버를 사용중이라면 프로시져 이름을 STARTUP_EXCLUSIVE_dbname.COM
    에서 STARTUP_PARALLEL_dbname.COM 으로 바꾼다. 그리고 여러 개의 데이타
    베이스를 Startup 시키려고 한다면 여섯번째 라인과 같은 항목을 각각의
    데이타 베이스에 대해서 모두 기술해 주도록 한다.
    SID 별로 ORA_<sid>_DBA 와 같은 ORACLE 권한 Identifier를 사용한다면
    이와 같은 것들도 Enable 시켜야 한다. ORA_DBA 권한 Identifier 를
    사용하지 않는다면 이것은 Enable 시키지 말도록 하고 만약 ORA_DBA 와
    ORA_<sid>_DBA 를 모두 사용한다면 두가지 모두 Enable 시킨다.
    2. OpenVMS SYSTEM Account 가 ORA_DBA and/or ORA_<sid>_DBA 권한    Identifier를 부여하였음을 확인하고 그렇지 않다면 다음과 같이 한다.
    $ SET DEFAULT SYS$SYSTEM
    $ RUN AUTHORIZE
    UAF>GRANT/IDENTIFIER ORA_DBA SYSTEM
    and/or
    UAF>GRANT/IDENTIFIER ORA_<sid>_DBA SYSTEM
    UAF>EXIT

    If you follow the installation documentation it directs you to create dbora in /etc/init.d. This will start the listener and database.
    I then alter the dbora file to run my script for the database instead.
    It does a startup mount. At this point DG either opens it read-only or for automatic recovery.
    If you are not using DG then you can manually open for read-only or recovery but not both at the same time.
    Part of /etc/init.d/dbora...
    start() {
    echo -n $"Starting $prog: "
    su - $ORA_OWNER -c "/u01/disks/data/scripts/dbmount"
    su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl start"
    su - $ORA_OWNER -c "$AGENT_HOME/bin/emctl start agent"
    RETVAL=$?
    echo
    [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/dbora
    return $RETVAL
    /u01/disks/data/scripts/dbmount...
    #! /bin/bash
    export ORAENV_ASK=NO
    export ORACLE_SID=????
    . oraenv
    sqlplus / as sysdba <<!
    startup mount;
    alter database recover managed standby database disconnect;
    !I also have two scripts to change the databases to read-only or recovery...
    #! /bin/bash
    export ORAENV_ASK=NO
    export ORACLE_SID=????
    . oraenv
    dgmgrl / "edit database 'dr' set state='read-only'"
    #! /bin/bash
    # Start DR database in standby mode
    export ORAENV_ASK=NO
    export ORACLE_SID=????
    . oraenv
    dgmgrl / "edit database 'dr' set state='ONLINE'"I have these two scripts run at set times via cron.

  • Oracle 8i startup password.

    After i finish installed oracle 8i personal edition, when i start SQL++, it prompt startup password. may i know the startup password?? thank you.

    Hi,
    Normally this combination should work.
    Anyway, try this out.
    In the command prompt,
    set ORACLE_SID=<sid name>
    start server manager/svrmgrl
    connect internal.
    At this juncture , if you are getting errors, exit the svrmgr application.
    try to reset the password for internal with a new password file. (Backup the old one).
    Tr connecting.
    Regards
    Lakshmanan, K

  • Oracle Shutdown/Startup Batch

    I need to create a batch file where I can shutdown and startup Oracle 10g database on Windows Server 2003.

    Is there any reason why you cannot use the services in Windows?
    Find the service:
    sc query | findstr Oracle
    Stop the service:
    sc stop <nameOfService>
    To see the status:
    sc query <nameOfService>
    Start the service:
    sc start <nameOfService>
    You can also see the status in services (services.msc).

  • I can not start oracle using "startup " command

    I installed the oracle 11g software on linux red hat, then i connect using “sqlplus / as sysdba”
    but when I type “startup” on SQL prompt it gives the following error:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file'/oraeng/app/oracle/product/11.1.0/dbs/initorcl.ora'
    I tried: export ORACLE_SID=orcl
    But it gives the same error.
    Then i checked the directory “dbs” but could not find the pfile:initorcl.ora,
    however there was a file named “init.ora” only. I remember that in bash_profile I set the ORACLE_SID as “orcl”
    Then i searched the web and tried the following command to set the pfile
    SQL> startup pfile=/oraeng/app/oracle/product/11.1.0/dbs/init.ora
    but it gave me following error
    ORA-00371: not enough shared pool memory, should be at least 102341017 bytes
    Could anyone please help me identify the problem? why i could not start it using start it in SQL prompt.
    Thanks in advance
    AZ

    844019 wrote:
    I installed the oracle 11g software on linux red hat, then i connect using “sqlplus / as sysdba”
    but when I type “startup” on SQL prompt it gives the following error:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file'/oraeng/app/oracle/product/11.1.0/dbs/initorcl.ora'
    I tried: export ORACLE_SID=orcl
    But it gives the same error.
    Then i checked the directory “dbs” but could not find the pfile:initorcl.ora,
    however there was a file named “init.ora” only. I remember that in bash_profile I set the ORACLE_SID as “orcl”
    Then i searched the web and tried the following command to set the pfile
    SQL> startup pfile=/oraeng/app/oracle/product/11.1.0/dbs/init.ora
    but it gave me following error
    ORA-00371: not enough shared pool memory, should be at least 102341017 bytes
    Could anyone please help me identify the problem? why i could not start it using start it in SQL prompt.
    Thanks in advance
    AZWhat's the output of the
    ls -l $ORACLE_HOME/dbsWhat is happening that you don't seem to have the required init or SP file for the startup of your instance. If that's the case, you need to create it manually from the copy/paste of the alert.log content if the instance ever started before . Show us hte output of the DBS directory that what it contains.
    HTH
    Aman....

  • Oracle db startup issue

    Dear friends
    I am getting this issue when startup of database 9.2.0.8
    ORA-01092: ORACLE instance terminated. Disconnection forced
    *** SESSION ID:(9.3) 2010-05-24 12:16:30.019
    ORA-00704: bootstrap process failure
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01406: fetched column value was truncated
    ~

    Completed redo application
    Mon May 24 12:33:29 2010
    Ended recovery at
    Thread 1: logseq 32, block 3, scn 0.1015679
    0 data blocks read, 0 data blocks written, 1 redo blocks read
    Crash recovery completed successfully
    Mon May 24 12:33:29 2010
    Thread 1 advanced to log sequence 33
    Thread 1 opened at log sequence 33
    Current log# 2 seq# 33 mem# 0: /u01/app/oracle/oradata/TEST/redo02.log
    Successful open of redo thread 1
    Mon May 24 12:33:29 2010
    SMON: enabling cache recovery
    Mon May 24 12:33:29 2010
    Errors in file /u01/app/oracle/admin/TEST/udump/test_ora_6027.trc:
    ORA-00704: bootstrap process failure
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01406: fetched column value was truncated
    Mon May 24 12:33:29 2010
    Error 704 happened during db open, shutting down database
    USER: terminating instance due to error 704
    Instance terminated by USER, pid = 6027
    ORA-1092 signalled during: ALTER DATABASE OPEN...

Maybe you are looking for

  • Lack of Service or Support

    My phone line went dead between 8:30 AM and 2:00 PM on Saturday Sep 21, 2013.  Next step is to talk to ignorant machines and no way to discuss with a live person....To manipulate between the website is outrageous and moronic at best.  The service cal

  • Removing fonts from a Frame document

    I am using Framemaker 9 with the latest update. Whenever I save a file as a PDF, I get the message that the Helvetica and Times fonts are not available and are replaced with some other fonts. I am not using Helvetica or Times. When I do a search for

  • Jdev 12.1.3 OAF- MsgBundle warning does not allow edit of BC4J components

    Hi, I have a OAF project in JDev 12.1.3 which has only custom components for an extension to Oracle HRMS. While trying to edit a couple of EO and VOs, I am getting the following message. The rest of the EO/VOs are editable. Warning: There are java er

  • Make PowerBook into an external SuperDrive?

    I was wondering if there was any way to make my PowerBook (or any Mac) into an external DVD burner (not an external Hard Drive). The reason if because I want to back up my Windows XP PC to DVD (my photos, music, movies, etc...) that way I have a "mas

  • Ssis - data conversion

    i am getting error in data flow task as below, how to fix it.  Error: Column "A12" cannot convert between unicode and non-unicode string data types.