Link to home
Start Free TrialLog in
Avatar of tomvv
tomvv

asked on

create database manually

Can you help me to find out the method to create database manually in 11g linux..
Avatar of Sushil Sonawane
Sushil Sonawane
Flag of India image

I would use the doc:

http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_5004.htm#i2061233

Explains all the options and there is a pretty good example at the end.
Avatar of tomvv
tomvv

ASKER

I was trying to install oracle
one made a mistake in one step..

Is there any way to fix.....

below is the problem..


[oracle@mac dbs]$ export ORACLE_SID=sat
[oracle@mac dbs]$ sqlplus /nolog

SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 28 10:12:17 2012

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

SQL> startup nomount pfile=/u01/app/oracle/product/11.2.0/db_1/dbs/initsat.ora
ORA-01031: insufficient privileges
SQL> conn / as sysdba
ERROR:
ORA-09925: Unable to create audit trail file
Linux Error: 2: No such file or directory
Additional information: 9925
ORA-01075: you are currently logged on


SQL> shutdown abort
ORA-09925: Unable to create audit trail file
Linux Error: 2: No such file or directory
Additional information: 9925
SQL> exit
[oracle@mac dbs]$
ASKER CERTIFIED SOLUTION
Avatar of johnsone
johnsone
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial