Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Personal Oracle8 - Help creating a new database.

Re: Personal Oracle8 - Help creating a new database.

From: Toru Okumura <toru_at_Millet.okunet.kanagawa.yokohama.jp>
Date: 19 Apr 1998 16:19:06 GMT
Message-ID: <TORU.98Apr19161906@Millet.okunet.kanagawa.yokohama.jp>

At first, you must do many task except creating database area to create a database. For example, creating some tables, some user name, some environment values must be created at the creating a database.

These task is difficult to understand what it means and how it works, so you should create an some sql task file which is copied from the file that system installer used at installation, i.e. build???.sql in the directory of \orawin95\rdbms80\admin ( in case of Windows95 ). This file insists of creating database, creating some tables, and creating some environment values with other some files.

At last, you connect to the server internally, and type @build???.sql to run sql procedure.

You can access to the database after these procedure. (I think these procedure is one of the easy way to create a database.)

Good luck.
--

                                 toru_at_okunet.kanagawa.yokohama.jp
                                          Toru  Okumura 
Received on Sun Apr 19 1998 - 11:19:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US