To continue reading for free, register below or login
To read more you must become a member of SearchOracle.com
');
// -->

Unfortunately, there is no such mechanism natively in Oracle. However, you can create a Java Stored Procedure in Oracle which executes the SQL*Plus command line executable. This Java Stored Procedure can test the id/password combination this way and then return the results back to the calling procedure. Go to Ask Tom to see examples of how to use a Java Stored Procedure in this manner.
|