Exforsys
+ Reply to Thread
Results 1 to 3 of 3

oracle installation help

This is a discussion on oracle installation help within the Oracle Database forums, part of the Database category; First of all hello to everybody. i had installed oracle 9i in my computer.the sql plus is running correctly. but ...

  1. #1
    raja_puligadda is offline Junior Member Array
    Join Date
    Feb 2008
    Answers
    1

    oracle installation help

    First of all hello to everybody.
    i had installed oracle 9i in my computer.the sql plus is running correctly.
    but when i restarted the computer it is not running .
    actually when i opened the sql plus it has asked for the password.
    but when i enterd the user name and password it is telling that 'initialisation is in progress',and asking for password again.what should i do.
    please can anyone tell me what to do.
    it is very urgent.
    i had downloaded the software from the oracle website.
    please please please


  2. #2
    Guptha_S is offline Member Array
    Join Date
    Jan 2006
    Answers
    46
    1. First take a backup of your database

    2. Check the alert log.
    You can find alert log at C:\oracle\admin\orcl2\bdump\orcl2ALRT.LOG
    if you dont find it use this command

    SQL> SHOW PARAMETERS background_dump_dest

    That will give you exact location of alert log.

    3. Try to analyse alert log and find the possible cause of your error, If you cant makeout anything from alert log Try this
    Start SQLPlus and logon as SYSDBA

    SQL> SHUTDOWN ABORT

    SQL> STARTUP NOMOUNT

    SQL> ALTER DATABASE MOUNT

    SQL> ALTER DATABASE OPEN


  3. #3
    coolomkar is offline Junior Member Array
    Join Date
    Mar 2008
    Answers
    1
    i think any server is install in your pc like IIS. if not then after restart machine start your apache server and then try again for isqlplus. i think it will work.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...