|
Re: How to set dispatchers parameter [message #168159 is a reply to message #168107] |
Wed, 19 April 2006 02:21 |
tarundua
Messages: 1080 Registered: June 2005 Location: India
|
Senior Member |
|
|
SQL> alter system set dispatchers='(PROTOCOL=TCP)' scope=spfile;
alter system set dispatchers='(PROTOCOL=TCP)' scope=spfile
*
ERROR at line 1:
ORA-02065: illegal option for ALTER SYSTEM
SQL> alter system set dispatchers='(PROTOCOL=TCP)' ;
System altered.
|
|
|
|
Re: How to set dispatchers parameter [message #168581 is a reply to message #168107] |
Fri, 21 April 2006 01:10 |
ramsat
Messages: 49 Registered: November 2005
|
Member |
|
|
hai,
in the following
alter system set dispatchers= '(PROTOCOL=TCP) (SERVICE=netdb2XDB)' scope=spfile;
ERROR at line 1:
ORA-02065: illegal option for ALTER SYSTEM
SQL> alter system set dispatchers= '(PROTOCOL=TCP) (SERVICE=netdb2XDB)' ;
System altered.
The above system altered tells u that it is altered in the pfile.
For spfile the command dosent play.
so u create a fpile from spfile do chaanges and open using pfile,
create spfile from pfile
and then shutdown the dba and open the db using spfile.
Thank U
Ramesh
|
|
|