How to create a new local database with PO7?
From: Lei Chu San, Andy <andy_at_avila.inesc.pt>
Date: 1995/07/04
Message-ID: <DB78K8.LDz_at_inesc.pt>#1/1
Date: 1995/07/04
Message-ID: <DB78K8.LDz_at_inesc.pt>#1/1
Hi, everyone,
After all these done, I entered the following statement:
sql>CREATE DATABASE TEST
2>LOGFILE GROUP 1 ('TSTLOG1A.LOG', 'TSTLOG1B.LOG') SIZE 500K,
GROUP 2 ('TSTLOG2A.LOG', 'TSTLOG2B.LOG') SIZE 500K
3>DATAFILE 'TSTSYS.DAT' SIZE 6M;
And then, what should I do to create users?
I am new on using ORACLE, please give me some guidences.
Any of your response is appreciated.
Best regards.
--Andy.
Received on Tue Jul 04 1995 - 00:00:00 CEST