DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: why database doesn't auto start?

  1. #11
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    It would help if you let us know which version of Oracle RDBMS you are using. On NT, the autostarting mechanism is very different on various sub-versions of Oracle7.*, it is again different on Oracle8.0 and again totaly different on 8.1.

    One of frequent reasons that autostart doesn't work is when the password for INTERNAL is changed in the database, but is not changed in batch file that is fired during the autostart. In 7.3 and 8.0 you'll find a file STRT<sid>.CMD in your %ORACLE_HOME%\DATABASE. There you'll find the switch "-usrpwd " followed by the internal password (default is ORACLE). If it does not match the internal password of your instance, you can change this password in your bartch file or you could reset the instance password to the value written in your bach file using ORAPWDxx.EXE. Or even better, you could reset and synchronise the internal password in your batch file and your database instance by using ORADIMxx.EXE.

    HTH,
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  2. #12
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    [QUOTE][i]Originally posted by jmodic [/i]
    [B]In 7.3 and 8.0 you'll find a file STRT<sid>.CMD in your %ORACLE_HOME%\DATABASE.
    [/B][/QUOTE]

    Sorry, for some reason the HTML has filtered out a part of the batch file name that I vas refereing to. The file is called strtSID.cmd, where SID is your instance identifier (the default is ORCL or something simillar).
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  3. #13
    Join Date
    May 2000
    Location
    OHIO
    Posts
    20

    Read

    Hi, how do u guys starup a database in unix environment

    whats the command

    startp pfile= something

    or what?
    Rahul Khana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width