/* ** +----------------------------------------------+ ** | FILE: RunJServer.sql | ** | -------------------------------------------- | ** | The following example will call the | ** | show_user Java method. | ** +----------------------------------------------+ */ CONNECT jdbc_demo/jdbc_demo SET SERVEROUTPUT ON CALL dbms_java.set_output(5000); CALL JServer_mgr.show_user();