how to start an oracle
this is how you can start your oracle if your *.ora is on your asm instance and you set your memoery higher than your system can handle...
SQL> CREATE PFILE = $ORACLE_HOME/dbs/my_pfile.ora FROM SPFILE;
now edit this file to set it to an acceptable memory size
afterwards
STARTUP PFILE=/opt/oracle/app/oracle/OraHome_1/dbs/my_pfile.ora;
now you can access your db again.
Created by
zwluxx
Last modified 2006-08-09 06:58 AM
Last modified 2006-08-09 06:58 AM