Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Autostarting 9iAS

Re: Autostarting 9iAS

From: Harald Maier <maierh_at_myself.com>
Date: Thu, 14 Aug 2003 06:56:59 +0200
Message-ID: <m3r83ox2ec.fsf@ate.maierh>

quarkman <quarkman_at_myrealbox.com> writes:

>
> Sounds good... shame I can't find it: "Sorry, no documents found
> containing "orarun8.rpm"" (I tried orarun9.rpm, too, just in
> case). Any hits of a URL??

On this page you will find a ftp link to the package.

  http://www.suse.de/en/business/certifications/certified_software/oracle/db/9iR2_sles8.html

I am not sure if it fits into the redhat startup schema because it maybe assumes some requirements but it is worth to look into it. The only thing I am missing is OMS. That service needs to be started by another mechanism or you add it similar as the other services.

Harald

#
# Note: the environment variables are set in /etc/profile.d/oracle.[c]sh
# Owner of Oracle installation; Oracle will be started as that user
#

ORACLE_OWNER="oracle"
#
# Start Oracle Database
# You must also edit the /etc/oratab file.
# Database entries in the oratab file appear in the following format:
# ORACLE_SID:ORACLE_HOME:{Y|N}
# where Y or N specifies whether you want the Oracle provided dbstart and
# dbshut scripts (which we utilize) to startup/shutdown the database.
#

START_ORACLE_DB="yes"
#
# Done only if START_ORACLE_DB is "yes": start listener
# to allow other computers to connect to the database
#

START_ORACLE_DB_LISTENER="yes"
#
# Done only if START_ORACLE_DB is "yes": start Oracle
# Intelligent Agent (if installed)
#

START_ORACLE_DB_AGENT="yes"
#
# Done only if START_ORACLE_DB is "yes": start
# the Apache that comes bundled with Oracle
#

START_ORACLE_DB_APACHE="yes"
#
# Done only if START_ORACLE_DB is "yes": start Connection Manager to
# allow other computers to connect to the database across a NAT type network
#

START_ORACLE_DB_CMANAGER="no"
#
# Done only if START_ORACLE_DB is "yes": start Oracle Internet
# Filesystem service
#

START_ORACLE_DB_IFS="no"
#
# Done only if START_ORACLE_DB is "yes": start Oracle Internet
# Directory service
#

START_ORACLE_DB_OID="no" Received on Wed Aug 13 2003 - 23:56:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US