Insufficient Priveleges - what is the problem?

hi,
I am executing the following script from the user 'system' and unable to do so:
CREATE DATABASE DMO
maxdatafiles 1021
maxinstances 1
maxlogfiles 8
maxlogmembers 4
CHARACTER SET WE8ISO8859P15
DATAFILE 'c:\ora\oradata\oracle\system01.dbf' SIZE 400M
LOGFILE 'c:\ora\oradata\oracle\log01.dbf' SIZE 70M,
'c:\ora\oradata\oracle\log02.dbf' SIZE 70M
and it is giving 'ORA-01031: insufficient privileges'
what priveleges required to create

You need to be connected as SYSDBA
SQLPLUS /nolog
CONNECT SYS/password AS SYSDBAhttp://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/create.htm#1000691

Similar Messages

Maybe you are looking for