DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: Error-ORA-12560

  1. #1
    Join Date
    Oct 2003
    Location
    India
    Posts
    2

    Error-ORA-12560

    I wants to create database manaually. I have oracle8i(8.1.5.0.0) and win2000 professional version.The steps i have taken are as follows.

    1)Prepare O/S by creating the directory like udump,bdump, control for control file etc.
    2) Prepare initialization parameter file.
    3)prepare password file.
    4)Create service through oradim utility.

    After successfull completion of these steps when i was trying to start the instance by giving the statement conn sys\password (as specified in passwordfile) as sysdba in sql prompt a error was occured.The error code and message is given below.

    ORA-12560: TNS:PROTOCOL ADAPTER ERROR

    Pls give kind attention to this problem.
    Thanks
    RAJESH

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796

    Re: Error-ORA-12560

    Originally posted by RajeshSingh
    I wants to create database manaually. I have oracle8i(8.1.5.0.0) and win2000 professional version.The steps i have taken are as follows.

    1)Prepare O/S by creating the directory like udump,bdump, control for control file etc.
    2) Prepare initialization parameter file.
    3)prepare password file.
    4)Create service through oradim utility.

    After successfull completion of these steps when i was trying to start the instance by giving the statement conn sys\password (as specified in passwordfile) as sysdba in sql prompt a error was occured.The error code and message is given below.

    ORA-12560: TNS:PROTOCOL ADAPTER ERROR

    Pls give kind attention to this problem.
    Thanks
    RAJESH
    o check your service is up.
    o set ORACLE_SID.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Aug 2003
    Location
    Virginia
    Posts
    392

    ERROR 12560

    Try this:
    c:>set oracle_sid = name
    c:>sqlplus /nolog
    sql>connect username/password
    sql>from here you would either type the create command or run all creation scripts you might have.
    Rick

    Sigh.....those were the days my friend, I thought they'd never end.
    I too remember when this place was coo.


  4. #4
    Join Date
    Oct 2003
    Location
    India
    Posts
    2

    Reply

    It is still not working and same error and message occured.
    Pls tell me all other necessary environment variables setting in win2k for manaually database creation.

  5. #5
    Join Date
    Jan 2001
    Location
    Vancouver, Canada
    Posts
    87
    Verify ORACLE_SID entry in registry.
    Do you have multiple Oracle instances on this system?
    If yes, then please remove old entries from the registry.
    If problem still exist then try using database alias specified for this instance in tnsnames.ora file.

    Hope this helps.
    Mohammad Zahid
    Software Developer
    Database Management Applications.
    Vancouver, Canada
    E-mail: mzahid@shaw.ca

  6. #6
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    I wonder if your Service is started
    Check the status from below code...
    Code:
    Net Start | Find "OracleService"
    If it returns the service then the service is up and running else no..

    Abhay.
    Last edited by abhaysk; 11-12-2003 at 05:26 AM.
    funky...

    "I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."

    "Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"

  7. #7
    Join Date
    Jun 2003
    Location
    India
    Posts
    118
    Try TNSPING
    vishal sood
    OCP 8

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