ORA-00385 when startup -Oracle database




There must be parameters set improperly

Comment the following parameters in the init<sid>.ora file  located in $ORACLE_HOME/dbs

cd $ORACLE_HOME/dbs

vi init<sid>.ora

#*.db_block_buffers=53248
#*.use_indirect_data_buffers=true

sql>create spfile from pfile;

then startup

Post a Comment

And that's all there is to it!

If anyone has any other questions or requests for future How To posts, you can either ask them in the comments or email me. Please don't feel shy at all!

I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know.

Previous Post Next Post