Home » Server Options » RAC & Failsafe » Finding the mode of server.......!
( ) 2 Votes
Finding the mode of server.......! [message #117215] |
Mon, 25 April 2005 15:53  |
balavignesh
Messages: 180 Registered: March 2005
|
Senior Member |
|
|
hai,
i want to find the mode of the server either shared/exclusive by executing the procedure below
begin
2 if dbms_utility.is_parallel_server then
3 dbms_output.put_line('Running in parallel mode.');
4 else
5 dbms_output.put_line('Running in exclusive mode.');
6 end if;
7 end;
8 /
if dbms_utility.is_parallel_server then
*
ERROR at line 2:
ORA-06550: line 2, column 17:
PLS-00302: component 'IS_PARALLEL_SERVER' must be declared
ORA-06550: line 2, column 1:
PL/SQL: Statement ignored
but still i am getting the errors in this regard.
plz help me out.
regards
bala
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Fri May 02 01:09:23 CDT 2025
|