0% found this document useful (0 votes)
46 views1 page

Manual Database

Uploaded by

api-26067735
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

Manual Database

Uploaded by

api-26067735
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

c:\>orapwd file=d:\oracle\ora90\database\pwdsee.

ora password=admin entries=5

c:\>oradim -new -sid data -pfile='d:\oracle\admin\see\pfile\init.ora' -startmode a

set oracle_sid=see

sqlplus /nolog

conn
sys/admin as sysdba

startup nomount pfile=path

sql> create database see


maxlogfiles 10
maxlogmembers 5
maxdatafiles 20
maxinstances 4
maxloghistory 100
datafile 'd:\oracle\oradata\see\system01.dbf' size 100m
undo tablespace undotbs
datafile 'd:\oracle\oradata\see\undotbs01.dbf' size 20m
default temporary tablespace temp
tempfile 'd:\oracle\oradata\see\temp01.dbf' size 10m
logfile group 1('d:\oracle\oradata\see\redo01.log') size 5m,
group 2('d:\oracle\oradata\see\redo02.log') size 5m
noarchivelog
;

@'d:/oracle/ora92/rdbms/admin/catalog.sql'
@'d:/oracle/ora92/rdbms/admin/catproc.sql'

You might also like