Reg: Automatic Database Startup

Sir,
I would like to get my datbase Open automatically when the Machine where the database resides get restarted.
Now , What happens is that , I need to manually startup the database in the machine where database resides. I would like this to be automatic (i.e) the database should go up when the machine is restarted.
Kindly do provide me the solution for the same.
Regards,
Santhosh

Sir,
I would like to get my datbase Open automatically when the Machine where the database resides get restarted.
Now , What happens is that , I need to manually startup the database in the machine where database resides. I would like this to be automatic (i.e) the database should go up when the machine is restarted.
Kindly do provide me the solution for the same.
Regards,
Santhosh

Similar Messages

  • How to automate database startup/shutdown in RHEL4

    Dear All
    I have Oracle 10gR2 database on RHEL4.
    If i want to automate database startup/shutdown with OS startup/shutdown,
    Then where i need to update about dbstart.sh & dbshut.sh
    I have already made entry in /etc/oratab as Y for database SID.
    I am using Bourn Shell.
    Thanks

    You can refer to my post in my Blog
    [Automatically StartUp and Shutdown an Oracle Database in Linux OS|http://kamranagayev.wordpress.com/2008/12/22/automatically-startup-and-shutdown-database-in-linux-os/]
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Automatic Database Startup

    After we used the Net8 Assistant to configure in the Oracle Advance Security option to have data encryption for the data flowing bewteen the client and server connection, we are not unable to start up the database automatically.
    The services are started but we now have to manually go to DB studio to open the database. Where do we have to configure to have the database automatically started up?
    Thank you
    Oo

    We are using Windows 2000. How do you use the oradim to startup the database automatically everytime the PC is reboot?
    What we have done is to create a batch file with the command to start up the database automatically.
    This works okay if we do not reboot the PC. We shut down the database and then execute the batch file to start up the database.
    However, if we reboot the PC, then the batch file with the startup commands will not work unless we delay executing the batch file for about 2-3 minutes for all the OS and the Oracle Services to startup properly.
    How do you use the oradim to do this?
    Thank you
    Oo

  • Problem with automatic database startup (dbora)

    I'm running Linux RHEL5 with 10g v2 database. For some reason the script fails to start the database. But when I logon as user Oracle, I can run dbstart ORCL and the database starts up fine. Below is what I see when the script runs. Not sure why the connection is refused. Thanks in advance for your help.
    Starting dbora: + ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    + ORACLE=oracle
    + PATH=/sbin:/usr/sbin:/bin:/usr/bin:/u01/app/oracle/product/10.2.0/db_1/bin
    ++ hostname
    + HOST=Linux10gVM.norris.intra
    ++ uname
    + PLATFORM=Linux
    + export ORACLE_HOME PATH
    + rsh Linux10gVM.norris.intra -l oracle /etc/rc5.d/S99dbora start ORCL
    Linux10gVM.norris.intra: Connection refused
    + pause ‘Press any key to continue...’
    + read ‘~p’ ‘Press any key to continue...’

    AHA...just as I expected!!!
    My automatic 11g1 start up and shutdown quit working in 3/2009
    after working for months!
    I suspected pam.d
    Here it is : http://blog.fourthirty.org/?cat=45
    #%PAM-1.0
    # For root login to succeed here with pam_securetty, "rsh" must be
    # listed in /etc/securetty.
    auth required pam_nologin.so
    auth required pam_securetty.so
    auth required pam_env.so
    # auth sufficient pam_rhosts.so
    auth sufficient pam_rhosts_auth.so
    account include system-auth
    session optional pam_keyinit.so force revoke
    session include system-auth
    session required pam_loginuid.so
    more www.ask.com search for "dbstart pam.d"
    LMKIII (root) ~ [999]>cd /var/log
    LMKIII (root) /var/log [1000]>cat secure
    Apr 17 18:43:57 LMKIII sshd[2176]: Server listening on 0.0.0.0 port 22.
    Apr 16 18:44:10 LMKIII rshd[2473]: PAM unable to dlopen(/lib/security/pam_rhosts_auth.so): /lib/security/pam_rhosts_auth.so: cannot open shared object file: No such file or directory
    Apr 16 18:44:10 LMKIII rshd[2473]: PAM adding faulty module: /lib/security/pam_rhosts_auth.so
    Apr 16 18:44:11 LMKIII rshd[2473]: pam_rhosts(rsh:auth): denied access to [email protected] as oracle
    Apr 16 18:44:11 LMKIII rshd[2473]: pam_unix(rsh:session): session opened for user oracle by (uid=0)
    Apr 16 18:45:11 LMKIII rshd[2473]: pam_unix(rsh:session): session closed for user oracle
    Apr 16 18:49:07 LMKIII kdm: :0[2881]: pam_unix(kdm:session): session opened for user oracle by (uid=0)
    Apr 16 18:50:41 LMKIII su: pam_unix(su-l:session): session opened for user root by oracle(uid=503)
    Apr 16 18:54:46 LMKIII su: pam_unix(su-l:session): session closed for user root
    Apr 16 18:54:49 LMKIII kdm: :0[2881]: pam_unix(kdm:session): session closed for user oracle
    Apr 16 18:55:01 LMKIII sshd[2176]: Received signal 15; terminating.
    Apr 16 18:56:55 LMKIII sshd[2171]: Server listening on 0.0.0.0 port 22.
    Apr 16 18:57:08 LMKIII rshd[2473]: PAM unable to dlopen(/lib/security/pam_rhosts_auth.so): /lib/security/pam_rhosts_auth.so: cannot open shared object file: No such file or directory
    Apr 16 18:57:08 LMKIII rshd[2473]: PAM adding faulty module: /lib/security/pam_rhosts_auth.so
    Apr 16 18:57:09 LMKIII rshd[2473]: pam_unix(rsh:session): session opened for user oracle by (uid=0)
    Apr 16 18:58:09 LMKIII rshd[2473]: pam_unix(rsh:session): session closed for user oracle
    Apr 16 18:59:26 LMKIII kdm: :0[2880]: pam_unix(kdm:session): session opened for user oracle by (uid=0)
    Apr 16 19:00:31 LMKIII su: pam_unix(su-l:session): session opened for user root by oracle(uid=503)
    Apr 16 19:01:50 LMKIII su: pam_unix(su-l:session): session closed for user root
    Apr 16 19:02:23 LMKIII su: pam_unix(su-l:session): session opened for user root by oracle(uid=503)
    Apr 16 20:48:14 LMKIII sshd[4117]: Address 194.80.134.6 maps to no-reverse-defined.ja.net, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
    Apr 16 20:48:14 LMKIII sshd[4117]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=194.80.134.6 user=root
    Apr 16 20:48:16 LMKIII sshd[4117]: Failed password for root from 194.80.134.6 port 51090 ssh2
    Apr 16 20:48:16 LMKIII sshd[4120]: Connection closed by 194.80.134.6
    Apr 16 21:11:12 LMKIII sshd[4287]: Address 194.80.134.6 maps to no-reverse-defined.ja.net, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
    Apr 16 21:11:12 LMKIII sshd[4287]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=194.80.134.6 user=root
    Apr 16 21:11:14 LMKIII sshd[4287]: Failed password for root from 194.80.134.6 port 53791 ssh2
    Apr 16 21:11:15 LMKIII sshd[4290]: Connection closed by 194.80.134.6
    Apr 16 21:28:54 LMKIII sshd[4383]: Address 194.80.134.6 maps to no-reverse-defined.ja.net, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT!
    Apr 16 21:28:54 LMKIII sshd[4383]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=194.80.134.6 user=root
    Apr 16 21:28:55 LMKIII sshd[4383]: Failed password for root from 194.80.134.6 port 44904 ssh2
    Apr 16 21:28:56 LMKIII sshd[4386]: Connection closed by 194.80.134.6

  • Automatic. database startup timeout

    I am using single intance database ASM oracle 10g
    on reboot css daemon takes long time to start.
    dbstart scripts waits for 5 minutes to start ASM and oracle DB instance and timeouts. How can I fix the issue.
    ORACLE_HOME/log/<hostname>/client
    -rw-r--r-- 1 root root 191 2007-12-17 17:59 css340.log
    -rw-r--r-- 1 oracle dba 191 2007-12-17 18:06 css341.log
    -rw-r--r-- 1 oracle dba 381 2007-12-17 18:06 clsc13.log
    -rw-r--r-- 1 oracle dba 381 2007-12-17 18:17 clsc14.log
    -rw-r--r-- 1 oracle dba 381 2007-12-17 18:17 clsc15.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:03 css342.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:04 css343.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:04 css344.log
    -rw-r--r-- 1 oracle dba 190 2007-12-18 19:04 css345.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:05 css346.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:05 css347.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:05 css348.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:06 css349.log
    -rw-r--r-- 1 oracle dba 190 2007-12-18 19:06 css350.log
    -rw-r--r-- 1 oracle dba 190 2007-12-18 19:06 css351.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:07 css352.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:07 css353.log
    -rw-r--r-- 1 oracle dba 190 2007-12-18 19:08 css354.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:08 css355.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:08 css356.log
    dlonfurdm1:/opt/oracle/DLNMRS01/product/dbms/10.2.0/log/dlonfurdm1/client>>cat css341.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2007-12-17 18:06:24.493: [ CSSCLNT][3159591216]clsssInitNative: connect failed, rc 9
    dlonfurdm1:/opt/oracle/DLNMRS01/product/dbms/10.2.0/log/dlonfurdm1/client>>cat clsc13.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2007-12-17 18:06:24.496: [ COMMCRS][3159591216]clsc_connect: (0x61a3f0) no listener at (ADDRESS=(PROTOCOL=IPC)(KEY=CRSD_UI_SOCKET))
    2007-12-17 18:06:24.497: [ COMMCRS][3159591216]clsc_connect: (0x63efe0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=SYSTEM.evm.acceptor.auth))
    dlonfurdm1:/opt/oracle/DLNMRS01/product/dbms/10.2.0/log/dlonfurdm1/client>>cat css342.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2007-12-18 19:03:43.812: [ CSSCLNT][3560413488]clsssInitNative: connect failed, rc 9
    dlonfurdm1:/opt/oracle/DLNMRS01/product/dbms/10.2.0/log/dlonfurdm1/client>>cat css351.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2007-12-18 19:06:59.680: [ CSSCLNT][488974640]clsssInitNative: connect failed, rc 9

    I am using single intance database ASM oracle 10g
    on reboot css daemon takes long time to start.
    dbstart scripts waits for 5 minutes to start ASM and oracle DB instance and timeouts. How can I fix the issue.
    ORACLE_HOME/log/<hostname>/client
    -rw-r--r-- 1 root root 191 2007-12-17 17:59 css340.log
    -rw-r--r-- 1 oracle dba 191 2007-12-17 18:06 css341.log
    -rw-r--r-- 1 oracle dba 381 2007-12-17 18:06 clsc13.log
    -rw-r--r-- 1 oracle dba 381 2007-12-17 18:17 clsc14.log
    -rw-r--r-- 1 oracle dba 381 2007-12-17 18:17 clsc15.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:03 css342.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:04 css343.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:04 css344.log
    -rw-r--r-- 1 oracle dba 190 2007-12-18 19:04 css345.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:05 css346.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:05 css347.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:05 css348.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:06 css349.log
    -rw-r--r-- 1 oracle dba 190 2007-12-18 19:06 css350.log
    -rw-r--r-- 1 oracle dba 190 2007-12-18 19:06 css351.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:07 css352.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:07 css353.log
    -rw-r--r-- 1 oracle dba 190 2007-12-18 19:08 css354.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:08 css355.log
    -rw-r--r-- 1 oracle dba 191 2007-12-18 19:08 css356.log
    dlonfurdm1:/opt/oracle/DLNMRS01/product/dbms/10.2.0/log/dlonfurdm1/client>>cat css341.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2007-12-17 18:06:24.493: [ CSSCLNT][3159591216]clsssInitNative: connect failed, rc 9
    dlonfurdm1:/opt/oracle/DLNMRS01/product/dbms/10.2.0/log/dlonfurdm1/client>>cat clsc13.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2007-12-17 18:06:24.496: [ COMMCRS][3159591216]clsc_connect: (0x61a3f0) no listener at (ADDRESS=(PROTOCOL=IPC)(KEY=CRSD_UI_SOCKET))
    2007-12-17 18:06:24.497: [ COMMCRS][3159591216]clsc_connect: (0x63efe0) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=SYSTEM.evm.acceptor.auth))
    dlonfurdm1:/opt/oracle/DLNMRS01/product/dbms/10.2.0/log/dlonfurdm1/client>>cat css342.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2007-12-18 19:03:43.812: [ CSSCLNT][3560413488]clsssInitNative: connect failed, rc 9
    dlonfurdm1:/opt/oracle/DLNMRS01/product/dbms/10.2.0/log/dlonfurdm1/client>>cat css351.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2007-12-18 19:06:59.680: [ CSSCLNT][488974640]clsssInitNative: connect failed, rc 9

  • How do i make the database open automatically at startup in solaris?

    How do i make the database open automatically at startup in solaris?

    need to write a shell script that is invoked from /etc/init.d/ and soft link the following:
    ln -s /etc/init.d/MYoracle /etc/rc3.d/S99oracle
            ln -s /etc/init.d/MYoracle /etc/rc2.d/K99oracle
            ln -s /etc/init.d/MYoracle /etc/rc1.d/K99oracle
            ln -s /etc/init.d/MYoracle /etc/rc0.d/K99oracle
            ln -s /etc/init.d/MYoracle /etc/rcS.d/K99oracleThe shell script should be pretty straight forward.
    Cheers,
    Mich

  • Database startup issue

    Dear all
    when i am going to startup the database i am getting this
    below mentioned issue
    database is mounted for your information.
    Unix process pid: 5402, image: [email protected] (TNS V1-V3)
    *** SERVICE NAME:(SYS$USERS) 2010-05-23 23:04:28.988
    *** SESSION ID:(159.3) 2010-05-23 23:04:28.988
    Error in executing triggers on database startup
    *** 2010-05-23 23:04:28.988
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "LBACSYS.LBAC_EVENTS", line 34
    ORA-06512: at line 2
    *** 2010-05-23 23:04:48.636
    *** 2010-05-23 23:04:48.636 60679 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    *** 2010-05-23 23:04:49.638 60679 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    pls. let me reason for the issue.
    Tks/regs
    Sunrise~

    Error in executing triggers on database startup
    *** 2010-05-23 23:04:28.988
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "LBACSYS.LBAC_EVENTS", line 34
    ORA-06512: at line 2
    *** 2010-05-23 23:04:48.636
    *** 2010-05-23 23:04:48.636 60679 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    It appears that a startup trigger has a bug.
    01089, 00000, "immediate shutdown in progress - no operations are permitted"
    // *Cause:  The SHUTDOWN IMMEDIATE command was used to shut down
    //        a running ORACLE instance, so your operations have been
    //        terminated.
    // *Action: Wait for the instance to be restarted, or contact your DBA.

  • How to set kernel parameter max-shm-memory automatically at startup

    Hi,
    We have a 11.1.0.7 Database on Solaris Sparc 10 64-bit server. We have settings of max-shm-memory as below;
    -bash-3.00# prctl -n project.max-shm-memory -i project default
    project: 3: default
    NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
    project.max-shm-memory
            privileged      50.0GB      -   deny                                 -
            system          16.0EB    max   deny                                 -
    -bash-3.00# prctl -n project.max-shm-memory -i project system
    project: 0: system
    NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
    project.max-shm-memory
            privileged      50.0GB      -   deny                                 -
            system          16.0EB    max   deny                                 -
    Whenever we restart the db the second one is lost;
    bash-3.00$ prctl -n project.max-shm-memory -i project default
    project: 3: default
    NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
    project.max-shm-memory
            privileged      50.0GB      -   deny                                 -
            system          16.0EB    max   deny                                 -
    bash-3.00$ prctl -n project.max-shm-memory -i project system
    prctl: system: No controllable process found in task, project, or zone.
    So our sys admin has to configure them again whenever we restart our db. How could I do this automatically at startup without counfiguring again from command prompt?
    Thanks,
    Hatice

    Ok it is clear now. I have one more question.  When I check system I get below error;
    # prctl -n project.max-shm-memory -i project system
    prctl: system: No controllable process found in task, project, or zone.
    Document says; The reason for the message reported above is because there is no active process(es) belong to the project.
    But it is impossible for us because according to our project settings its for root user;
    bash-3.00$ cat /etc/project
    system:0::root::project.max-shm-memory=(priv,53687091200,deny)
    user.root:1::::
    noproject:2::::
    default:3::oracle::project.max-shm-memory=(priv,53687091200,deny)
    group.staff:10::::
    oracle:100::::project.max-shm-memory=(priv,53687091200,deny)
    Is it because I check with oracle user and I don't have sufficient privileges or there is something wrong with it?
    Thanks.

  • Recover automatic database

    STARTUP MOUNT
    RECOVER AUTOMATIC DATABASE (The database automatically suggests and applies the necessary archived logs)
    From which destination DB is looking for archivedlogs?
    db_recovery_file_dest or log_archived_dest?

    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 209715200 bytes
    Fixed Size 1248140 bytes
    Variable Size 79692916 bytes
    Database Buffers 125829120 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1:
    'D:\ORACLE\PRODUCT\TESTDB\TESTDB\DATAFILE\O1_MF_SYSTEM_352363BQ_.DBF'
    SQL> select file# from v$recover_file;
    FILE#
    1
    2
    3
    4
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 209715200 bytes
    Fixed Size 1248140 bytes
    Variable Size 79692916 bytes
    Database Buffers 125829120 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    SQL> recover automatic database;
    Media recovery complete.
    SQL> alter database open;
    Database altered.
    SQL> select file# from v$recover_file;
    no rows selected
    It picked from db_recovery_file_dest
    SQL> show parameter log_archive_dest;
    NAME TYPE VALUE
    log_archive_dest string
    log_archive_dest_1 string
    log_archive_dest_10 string
    SQL> show parameter db_recovery
    NAME TYPE VALUE
    db_recovery_file_dest string D:\oracle\Product\Backups
    db_recovery_file_dest_size big integer 2G

  • 8.1.5.-automate database shutdown:hepl needed

    I have tried to setup the automate database shutdown by following Oracle Manual. When rebooting the Unix system(sun solaris 2.6), nothing could be recorded in the alert logfile. After manually starting up the database, alert logfile indicated always a crash recovery during the process.
    Any suggestion will be appreciated on above problem!
    Felix

    Hi,
    Below is the information from orclALRT.log:
    There's a write/open error. At July 21, 21:00PM our backup is start to run.
    Is it because the backup software locked some oracle's files ?
    But after the error, the next morning July 22 the ORACLE instance is started with no error, even though user can't connect to the database.
    TIA
    Andi
    Thread 1 advanced to log sequence 46212
    Current log# 4 seq# 46212 mem# 0: E:\ORANT\ORADATA\ORACLE\REDO01.LOG
    Sun Jul 21 21:38:26 2002
    KCF: write/open error block=0x11072 online=1
    file=1 E:\ORANT\ORADATA\ORACLE\SYSTEM01.DBF
    error=27072 txt: 'OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 33) The process cannot access the file because
    another process has locked a portion of the file.'
    DBW0: terminating instance due to error 1242
    Instance terminated by DBW0, pid = 248
    Mon Jul 22 03:00:04 2002
    Starting ORACLE instance (normal)
    Dump file E:\orant\admin\oracle\bdump\orclALRT.LOG
    ---------

  • How do I get an app to launch automatically on startup?

    I downloaded an app (*.wcz) file that links to a clock on the desktop background.
    Clicking the app displays the background from http://www.vladstudio.com/wallpaperclocks/ and the clock and date work.
    When I shut down and start up again, the screen reverts to the previously selected background.
    Is there any way to launch this wallpaper + clock automatically on startup?

    Hi, if the App is in the Dock, right click, choose Options>Open at login.
    Or System Preferences>Accounts>Login Items window, drag the App there or click on the tiny plus icon to add it.

  • Turn on bookmarks automatically at startup

    Using Adobe Acrobat 9 Pro.
    How can I turn on bookmarks display automatically on startup.
    Many Thanks
    Adrian

    In the properties of the document change the initial view.

  • Personal Oracle 8i Database startup password

    Can someone provide the database startup password for Personal Oracle 8i.I have tried passwords like "oracle","sys","manager"in both uppercase and lowercase.
    None of this works.I have read the required documentation for the same.But I haven't recd any information.
    Thanks.

    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

  • Database startup error message

    Hi Guys,
    When I startup my Database, I always see this error message printed in the trace file:
    Error in executing triggers on database startup
    *** 2005-12-09 11:12:42.817
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    Error in executing triggers on database startup
    *** 2005-12-09 11:12:42.869
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 4
    I have a few questions about the above message:
    1. How can I see which database startup trigger is having this error? Is there a way to determine that?
    2. Is there a way I can disable all triggers that fire on database startup? (just like we can disable triggers on a table)
    3. Any idea what ORA-36961: Oracle OLAP is not available. means?
    Thanks

    hey..thanks for the reply, I have checked to see if any triggers are enabled on startup from the USER_TRIGGERS
    SQL> select TRIGGER_NAME from DBA_TRIGGERS where TRIGGERING_EVENT='STARTUP';
    no rows selected
    SQL>
    But when I start my database, I again see this error message:
    Error in executing triggers on database startup
    *** 2005-12-12 05:32:40.778
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 4
    Is there any way I can check what trigger Oracle is complaining about?
    Also, how can I disable OLAP so that I don't see the OLAP error message?
    Thanks

  • Issue with database startup

    hi,
    getting below error on database startup.
    log is attached from alert log file.
    Wed Nov 16 14:24:20 2011
    ALTER DATABASE MOUNT
    Wed Nov 16 14:24:20 2011
    ORA-00202: control file: '/oradata2/ctftdb2/data/controlctftdb201.ctl'
    ORA-27086: unable to lock file - already in use
    SVR4 Error: 11: Resource temporarily unavailable
    Additional information: 8
    Additional information: 5457
    Wed Nov 16 14:24:20 2011
    ORA-205 signalled during: ALTER DATABASE MOUNT...

    user12052679 wrote:
    SID is ctftdb2
    bash-3.00$ ps -ef | grep pmon
    oracle 5992 1 0 14:24:19 ? 0:07 ora_pmon_ctftdb2
    oracle 1680 1 0 May 25 ? 193:47 ora_pmon_hddb
    oracle 5445 1 0 Jul 19 ? 287:57 ora_pmon_ctftdb2
    oracle 14334 28506 0 16:28:22 pts/3 0:00 grep pmonyour instance is already up, why trying to start again? are you not aware as it is already running?
    First shutdown the current instance which you facing errors to mount database
    export ORACLE_SID=ctftdb2
    sqlplus / as sysdba
    select name,open_mode from v$database;Might it is already either mounted or opened. post output here

Maybe you are looking for

  • Down payments (One recon account mapping to different special recon account

    Hi,        I'm stuck in configuring special gl indicators for down payments for vendors. we have one recon account for vendor and there are 6 different gl for downpayments. but the down payment request takes in only one combination of recon and speci

  • Virtual machines won't reboot

    I am having a problem with Windows XP guests hanging up when told to reboot remotely.  They start the process but then hang until I open the VMWare Server 2 console and actually launch the console of the guest machine.  As soon as I click in the gues

  • Safari 3 auto-fill different behavior?

    It seems that in earlier versions when I went to a password login page that was stored in auto-fill, the number would automatically fill in when loading the page. Now it seems that I need to at least enter the first character into the login field and

  • How do I speak with someone from tech support for a issue??????

    I have tried many times to download the correct software for my HP OfficeJet 7410 printer. I always get a error message. "THE SYSTEM CAN NOT FIND THE FILE SPECIFIED". ("C:\Users\R61\AppData\Local\Temp\7z611S7\Setup\..\Setup\Blocksysus...) What is tha

  • Error: HTML content does not allow it to be displayed in a frame.

    Hi, We migrated our site from MOSS 2010 to 2013.system prevents html pages on other domains from hosting our site in a frame because system assumes that external links have security threat.Please find the below error details.I got from different sour