what to do next? [message #60734] |
Mon, 01 March 2004 19:23 |
Ellen
Messages: 5 Registered: April 2000
|
Junior Member |
|
|
I am a newbie on oracle
i have installed oracle software on tru64
$sqlplus internal
$start nomount
it's ok now.now
i want to create a database i write a .sql file
$vi mydb.sql
Create Database mydb
Controlfile reuse
Logfile group 1 ('/orabin/log/log_mydb01.log') size 10M,
group 2 ('/orabin/log/log_mydb02.log') size 10M
maxlogfiles 5
maxloghistory 100
maxlogmemebers 2
Datafile '/orabin/oradata/mydb01.dbf' size 10M
maxdatafile 100
noarchivelog
character set us7ascii
then sql>@mydb.sql.....there was no response
so i want to know if I have missed some steps after i
finished installing the software.
$ORACLE_SID and sql>show parameter instance return the same.
what should i do after i installed the software??
thanks in advance
|
|
|
|