2008-04-02

How to check the stdout of a java inside the database?

To see the java stdout in the output (making it work as dbms_output.put_line) use the following command before calling the java code

exec DBMS_JAVA.set_output(1000000);

No comments:

Post a Comment

Os comentários são moderados.
The comments are moderated.