SQL> @RunJServer DOC> ** +----------------------------------------------+ DOC> ** | FILE: RunJServer.sql | DOC> ** | -------------------------------------------- | DOC> ** | The following example will call the | DOC> ** | show_user Java method. | DOC> ** +----------------------------------------------+ DOC>*/ Connected. Call completed. +-------------------------------+ | METHOD: showUser | +-------------------------------+ Loading JDBC Driver -> oracle.jdbc.driver.OracleDriver Connecting to -> jdbc:default:connection: Database Version -> 9.0.1.1.0 Opening ResultsSet... RESULTS --> [Row Number : 1] RESULTS --> [User : JDBC_DEMO] RESULTS --> [Date/Time : 06-DEC-2001 21:39:35] Closing ResultSet... Closing Statement... Call completed.