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

Thread: Problem switching between databases

  1. #1
    Join Date
    Jan 2001
    Posts
    642
    Hi all,

    1) I have created a new database called 'oct'.
    The database was opened, however, I was not able to log into 'database' 'OCT' using sqlplus.
    a)Which user id and password, should I use to get into this new data base?.

    2). As I could not get into 'oct', I tried connecting back using the default 'ORCL' database after changing the ORACLE_SID to ORCL and all other parameters being same.

    Now, I am unable to get into even SVRMGR, Oracle gives
    ORA-12203: TNS:unable to connect to destination.

    I have checked up the listner(It's running) and all other files are in its place.
    Please advice
    Badrinath

  2. #2
    Join Date
    Sep 2000
    Posts
    155
    You could connect as:

    sqlplus system/manager
    sqlplus sys/change_on_install

    su - oracle
    $ svrmgrl
    SVRMGR> connect internal;


    you could try as well:

    sqlplus scott/tiger

  3. #3
    Join Date
    Jan 2001
    Posts
    642
    But the problem is, I am not able to get into svrmgr.
    when I give svrmgr30,
    I immediately get TNS: error.
    Can you please help me in starting one of the servers
    orcl/oct.
    The ORACLE_SID is ORCL and listener is running
    Badrinath

  4. #4
    Join Date
    Aug 2000
    Posts
    236
    Before you start Server Manager issue at command prompt:

    SET ORACLE_SID = ORCL

    Start Server Manager and connect.

    Nizar

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