DBMS_JAVA functions in 11g
We were referring to few DBMS_JAVA functions in 9i which are not supported in 11g. The functions are provided below
dbms_java.aurora_shutdown;
dbms_java.server_shutdown;
dbms_java.server_startup;
dbms_java.server_shutdown;
dbms_java.server_startup;
Could you provide some details on these functions and what could be their equivalent in 11g. We will be running our application in 9i and 11g in different countries. So the solution should be generic for both the versions of oracle.
0