cant start my database
hi
i've recently installed the oracle 10g (10.2.0.1) in my pc (OS: RHEL AS4) just to try. I've created the starter database also.
Now database has created the spfile insted of pfile(init.ora). whenever i try to start the database it shows the error that the init.ora file is missing
if i use " STARTUP FORCE PFILE='/ADDR/PFILEORACLE_SID.ORA' "then it shows error LRM-00123:invalid character 0 found in input file
even though i havent done anything to this file it shows error
if i use startup force after creating the init.ora file by copying from the spfile
( $ cat >initORACLE_SID.ora <spfileoracle_sid.ora )
then it shows error that cannot mount database in exclusive mode (ORA-01102)
my db is not up yet
can anyone suggest any solution
thanks in advance