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

Thread: add a database

  1. #1
    Join Date
    Nov 2000
    Posts
    51
    Hi. Does anyone know how to add a database to a machine where there are multi-database sitting there. Do I need to run the oracle installer again?

    Thanks!

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    In 8.1, there is a GUI called dbassist that can help you.
    Jeff Hunter

  3. #3
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    NT or Unix ? You can use GUI tools database assistant(NT)/dbassist on unix. OTHERWISE

    Unix: Straight forward

    step-1: set $oracle_sid and $oracle_home
    step-2: run the create database script.

    NT: Couple of more steps to start service names

    step-1) C:\> oradim -new -sid xxxx -initpwd ***** -stratmode manual -pfile c:\xx\zz\pfile\initxxxx.ora
    step-2) c:\>set ORACLE_SID=xxxx to make it default
    step-3) Modify Oracle provided script build_db.sql from O_H/rdbms/admin location with your own configuration and run it from server manager.(check for service you created in step-1 is running. If not start it using 'net start oracleservicexxxx' )

    thats about it.

    [Edited by sreddy on 01-19-2001 at 01:07 PM]

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