Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Find Plan Hash value fphv.sql Oracle
  • How to connect to Oracle Database with Wallet with Python. Oracle
  • tblwopk.sql tablewopk.sql Oracle
  • This is im telling Kishore Oracle
  • Oracle Identifiers Oracle
  • get_vmstat_solaris Oracle
  • Renaming Global Name GLOBAL_NAME Oracle
  • Finding last recovered file on DR and remove all chanracters before any “/” Linux/Unix
  • Shuffle an array PHP/MYSQL/Wordpress
  • checking redhat linux version Linux/Unix
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • usnsql.sql Displays information about UNDO segments with sql statements Oracle
  • Check Oracle installed products using one command Oracle
  • Add new columns in dataframe Python/PySpark

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

  • Drop tempfiles from database Oracle
  • ORA-3136 Oracle
  • Find Time Consuming SQL Statements in Oracle 10g Oracle
  • SCRIPT TO LIST RECURSIVE DEPENDENCY BETWEEN OBJECTS UTLDTREE.sql Oracle
  • longtx.sql Oracle
  • Oracle 11g Environment Setup 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 (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Read CSV file using PySpark Python/PySpark
  • .profile Linux/Unix
  • note id 373303.1 Linux/Unix
  • xargs use Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • Find sort details from Db find_sort.sql Oracle
  • oracle 10g on linux Linux/Unix
  • Oracle Support Metalink ID 161818.1 Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme