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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Qu. about creating dbs in POLite

Re: Qu. about creating dbs in POLite

From: Michael Serbanescu <mserban_at_postoffice.worldnet.att.net>
Date: 1997/11/23
Message-ID: <658jut$1jg@mtinsc03.worldnet.att.net>#1/1

Creating a new Oracle DATABASE means creating a new Oracle INSTANCE, which I don't think you can do with POLite. If you want to create a new SCHEMA, first create (as SYSTEM) a new USER with appropriate system privileges, then log as that new user into SQL*Plus and create DATABASE OBJECTS (tables, indexes, views, etc.) that will belong to that user/schema.

BTW, the Oracle command to create a database is CREATE DATABASE (suprise, suprise !).

Hope this helps.    

Michael Serbanescu



On 22 Nov 1997 02:55:02 GMT, tic6_at_aol.com (TIC6) wrote:

>I downloaded Personal Oracle Lite from the Oracle website. I got this version
>because I am running Windows 3.11 on my PC and needed to play around with SQL.
>However, after it was successfully downloaded, unzipped, installed and running,
>I am having problems creating a new database. The Navigator option is only
>available with Windows '95 version so I am forced to use the command line
>utility to create my new databases.At the SQL> prompt I type in CREATEDB with
>the appropriate data source name and database name etc., but receive an error
>message. The message tells me that CREATEDB was not recognized so the rest of
>the line was ignored. I got the CREATEDB command from the help files that came
>with the download. Any helpful ideas woulbe greatly appreciated. Thanks.
Received on Sun Nov 23 1997 - 00:00:00 CST

Original text of this message

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