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

Thread: How to startup database remotely by using spfile

  1. #1
    Join Date
    May 2006
    Posts
    6

    How to startup database remotely by using spfile

    Oracle 10g database (Enterprise Edition) has been shutdown. Can I startup this database remotely. This database uses spfile.ora. Thanks.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    yes you may

  3. #3
    Join Date
    May 2006
    Posts
    6
    I am getting following error when I am trying to startup database remotely.
    ORA-12560: TNSrotocol adapter error.

    At windows prompt I did following
    set oracle_sid=orddb
    sqlplus /nolog
    conn sys as sysdba
    password
    connected to idle instance.

    Do I need set up something else before starting up database remotely. I am able to connect to this database remotely when database is open, but unable to startup when it is shutdown.

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    thats will try to start a database on the local machine, not a remote one

  5. #5
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    why dont u read a bit? ( especially client server concepts )..

    and then start oracle cocepts
    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"

  6. #6
    Join Date
    Jan 2002
    Posts
    96

    Smile

    You need to specify the database name you wanna connect to in your connect string. If you are connecting to a remote DB.
    Make sure the DB is in you tnsnames file....lol

    >conn sys@DB_NAME
    >Password as sysdba
    >startup
    Last edited by charlton; 05-31-2006 at 09:36 AM.

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