Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Oracle (https://www.askmehelpdesk.com/forumdisplay.php?f=443)
-   -   ORA 01034 :tns error oracle not available (https://www.askmehelpdesk.com/showthread.php?t=218954)

  • May 23, 2008, 04:01 AM
    mistisona
    ORA 01034 :tns error oracle not available
    At the time of login using scott/tiger I'm getting this error
    Sm1 help me out :(
  • May 23, 2008, 05:47 AM
    DaBaAd
    If you have just installed Oracle, you will need to start the instance. Is this Windows or UNIX?

    Start the instance by :

    1. Set your SID
    2. Login : sqlplus /nolog
    3. connect /as sysdba
    4. startup

    Try to login again.
  • May 26, 2008, 03:15 AM
    mistisona
    Quote:

    Originally Posted by DaBaAd
    If you have just installed Oracle, you will need to start the instance. Is this Windows or UNIX?

    Start the instance by :

    1. Set your SID
    2. Login : sqlplus /nolog
    3. connect /as sysdba
    4. startup

    Try to login again.

    Explain in detail ,and I'm using windows xp
  • May 31, 2008, 01:18 PM
    DaBaAd
    When you install Oracle it installs a schema named Scott and the password is Tiger.

    However after you install Oracle on windows, the service needs to be started otherwise the service is not active and you cannot access Oracle, therefore the 01034. Go to your services window on your server (workstation) and lookup any service starting with Oracle. There you will find several. Start all the ones that begin with Oracle.

    Try this instead of the manual provisions I gave earlier. This is in case you wanted to use a DOS window.

    Report back.
  • Jul 4, 2008, 04:00 AM
    y2kinfosystems
    Please help

    Installed oracle 8i on windows2003 server, got the message ORA-01034: ORACLE not available" Error
  • Jul 7, 2008, 09:26 AM
    DaBaAd
    The instance may be started, but you have not started the database. Go into SQLPLUS and start the database. If you are not sure how to do this, it would be best to review the installation documentation stepXstep.

  • All times are GMT -7. The time now is 10:40 PM.