Home » RDBMS Server » Networking and Gateways » How to set dispatchers parameter
|
|
|
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
|
|
|
Goto Forum:
Current Time: Fri May 02 00:13:33 CDT 2025
|