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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Autostart at boottime-Oracle8

RE: Autostart at boottime-Oracle8

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Thu, 6 Jul 2000 06:52:13 -0700 (PDT)
Message-Id: <10550.111335@fatcity.com>


Ravi,

If you change the password for internal manually using ORAPWD80, it does not change the batch file used by the Oracle service to start the db:
oracle_home\DATABASE\STRT<sid>.CMD. You can manually edit the file to specify the new password for internal or you can recreate the database services using ORADIM80. Yes, it's a gaping security hole. You're supposed to change the permissions on the file so no one else can read it. I think they may have eliminated this file on 8i, but I don't have a db handy to check it.

Keep in mind that the service will start as long as it can execute the STRT<sid>.CMD file, regardless of whether the commands within the file execute properly.

One other culprit that can prevent the services from starting is tabs in the init.ora file. I can't remember the bug #, but oradim can't process the init.ora file if there are tabs in it, but the db will start fine from server manager.

HTH,

Received on Thu Jul 06 2000 - 08:52:13 CDT

Original text of this message

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