LRM-00101: unknown parameter name 'target' [message #666403] |
Thu, 02 November 2017 12:07 |
|
Pierretom
Messages: 1 Registered: November 2017
|
Junior Member |
|
|
please I,m a new dba , I,m trying to install database manually with nomount and this is what I,m getting
SQL> startup nomount
ORA-01078: failure in processing system parameters
LRM-00101: unknown parameter name 'target'
SQL>
as supplement information this is what I have in initprod.ora
db_name=prod
memory_target=500m
control_files='/disk1/prod/control/control01.ctl','disk1/prod/control/control02.ctl'
diagnostic_dest='/disk1/prod/diag'
compatible=11.2.0
please help
[Updated on: Mon, 13 November 2017 11:32] by Moderator Report message to a moderator
|
|
|
|
Re: LRM-00101: unknown parameter name 'target' [message #666405 is a reply to message #666403] |
Thu, 02 November 2017 13:06 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I see twp possibilities:
Either you are not using the initialization file that you think you are using, or you have some unprintable characters in that file that make Oracle see a line break in memory_target.
I would begin by deleting that file. What error do you get then?
|
|
|
|
|
|
|
|
|