Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • CTAS with LONG Column for 9i and higher Oracle
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • Find long Running Transaction Linux/Unix
  • Goldengate document from Porus Oracle
  • arch_configUOCIOTTO.ora Oracle
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • good note for shared pool tunnig Oracle
  • Oracle10g – Using SQLAccess Advisor (DBMS_ADVISOR) with the Automatic Workload Repository Oracle
  • Parallel DML Oracle
  • cif crons Linux/Unix
  • Library cahe Latches and internal explaination Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Remove DOS CR/LFs (^M) Linux/Unix
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix

How do I get Oracle to automatically start when my server boots up?

Posted on 23-Aug-2005 By Admin No Comments on How do I get Oracle to automatically start when my server boots up?

Make sure the entry for your database SID in the ORATAB file ends in a capital “Y”. Eg:

# $ORACLE_SID:$ORACLE_HOME:[N|Y]

#

ORCL:/u01/app/oracle/product/8.0.5:Y

#

The scripts for starting and stopping databases are: $ORACLE_HOME/bin/dbstart and dbshut. SQL*Net (or Net8) is started with the lsnrctl command. Add the following entries to your /etc/rc2.d/S99dbstart (or equivalent) file:

su – oracle -c “/path/to/$ORACLE_HOME/bin/dbstart” # Start DB’s

su – oracle -c “/path/to/$ORACLE_HOME/bin/lsnrctl start” # Start listener

su – oracle -c “/path/tp/$ORACLE_HOME/bin/namesctl start” # Start OraNames (optional)

Oracle, SQL scripts

Post navigation

Previous Post: Check Oracle installed products using one command
Next Post: Monitor and Trace Unix processes using truss

Related Posts

  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • Optimizer SORT Operations Oracle
  • My Test Case On 21-OCT-2005 Oracle
  • online_bkup.sql Oracle
  • initUOCIOTTO.ora Oracle
  • Another Tuning Article for subheap of shared pool Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • Drop database in Oracle 10g Oracle
  • runsql_once.ksh Linux/Unix
  • create user with unlimited quota Oracle
  • Check_recovery.sh program to run sqlplus and return its values remotely. Linux/Unix
  • Oracle Release Explaination Oracle
  • tblwopk.sql /* Find Tables Without PK */ Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme