|
|
Re: creating spfile from pfile error [message #513287 is a reply to message #513286] |
Sat, 25 June 2011 20:37 |
|
abhisheksolankicse12
Messages: 22 Registered: June 2011 Location: india
|
Junior Member |
|
|
sorry to say but i have only one user account and that is the same from which i access the oracle sql plus....
and i dont know about the registry setting... if you can tell me then i'll be highly obliged.
and the error was
ora-01078: failure in processing the system parameter
ora-00109:could not open parameter file
'f:\oracle\product\10.1.0\db_1\databse\initorcl1.ora'
[Updated on: Sat, 25 June 2011 20:46] Report message to a moderator
|
|
|
|
|
|
Re: creating spfile from pfile error [message #513293 is a reply to message #513289] |
Sat, 25 June 2011 22:56 |
muzahid
Messages: 281 Registered: September 2004 Location: Dhaka, Bangladesh
|
Senior Member |
|
|
abhisheksolankicse12 wrote on Sun, 26 June 2011 07:48and the errors were
ora-01078: failure in processing the system parameter
ora-00109:could not open parameter file
'f:\oracle\product\10.1.0\db_1\databse\initorcl1.ora'
Is it ora-00109 or LRM-00109?
|
|
|
|
Re: creating spfile from pfile error [message #513331 is a reply to message #513326] |
Sun, 26 June 2011 20:59 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
1078, 00000, "failure in processing system parameters"
// *Cause: Failure during processing of INIT.ORA parameters during
// system startup.
// *Action: Further diagnostic information should be in the error stack.
bcm@bcm-laptop:~$ oerr LRM 123
123, 0, "invalid character %u found in the input file"
// *Cause: A character that is invalid was found in the input file.
// *Action: Specify an input file that contains only valid characters.
the "oerr" utility exists for *NIX, but not for Windows
bcm@bcm-laptop:~$ oerr
Usage: oerr facility error
Facility is identified by the prefix string in the error message.
For example, if you get ORA-7300, "ora" is the facility and "7300"
is the error. So you should type "oerr ora 7300".
If you get LCD-111, type "oerr lcd 111", and so on.
ORA are standard Oracle errors
I am not sure what/which facility throw LRM errors; but it appears to be rather low level.
|
|
|
|
|