Hi everybody,
I´m new with Oracle and am trying to create a new Oracle DataBase.
Here´s what I´m doing to create a new instance/database:
* Set the "envs" ORACLE_HOME and ORACLE_SID;
* Create the init<db>.ora, where <db> has the same name as in ORACLE_SID;
* In init<db>.ora I also use the same name as in ORACLE_SID, for the "db_name" parameter;
* $ sqlplus "/ as sysdba";
* SQL> startup nomount;
When I call "startup nomount" nothing happens!!! I still can write some stuff on the console, but I can´t exit SQLPLUS!!!
If I do something stupid on the init<db>.ora, I get errors when calling "startup nomount", but when I fix the file, I simply get no errors and nothing happens... :-(
I´m using Oracle9i on Sun Solaris...
Could anyone gimme any hints???
Thanks,
Marcos
I´m new with Oracle and am trying to create a new Oracle DataBase.
Here´s what I´m doing to create a new instance/database:
* Set the "envs" ORACLE_HOME and ORACLE_SID;
* Create the init<db>.ora, where <db> has the same name as in ORACLE_SID;
* In init<db>.ora I also use the same name as in ORACLE_SID, for the "db_name" parameter;
* $ sqlplus "/ as sysdba";
* SQL> startup nomount;
When I call "startup nomount" nothing happens!!! I still can write some stuff on the console, but I can´t exit SQLPLUS!!!
If I do something stupid on the init<db>.ora, I get errors when calling "startup nomount", but when I fix the file, I simply get no errors and nothing happens... :-(
I´m using Oracle9i on Sun Solaris...
Could anyone gimme any hints???
Thanks,
Marcos