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

Thread: database config

Hybrid View

  1. #1
    Join Date
    Feb 2001
    Posts
    23
    hi guys

    i just created another database using db config assistant
    the creation is succesful ...after the creation messages pops up to check the create.log...im not familiar on whats in the log
    anyway when i start my oracle im expecting to connect with the oracle database but i'm not instead i'm connected to the 1 that i create.....how can i connect to oracle DB and swicth to another ..i didn't do anything about the .log (do i have to do anything about the log file???)..

    thank you
    pls.help

  2. #2
    Join Date
    Apr 2000
    Location
    Baltimore, MD
    Posts
    759
    For Unix (at command prompt, type):
    export ORACLE_SID=new_db_name
    svrmgrl
    connect internal

    For NT:
    set ORACLE_SID=new_db_name
    svrmgrl
    connect internal


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