Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how do i see logs in the database

user587133Oct 22 2008 — edited Oct 23 2008
There's a stored procedure in the database named sp_sample (no int,name out varchar2);


when this is compiled it runs succesfuuly and get's the ouput .

Now a java guy compiles this stored procedure by using odbc he get's function sequence error and returns failed to execute the statement


I would like to see the database logs and see what's happening in the database when the stored procedure is called using java program .

How can i show that my stored procedure is working when the java program is being called.

help needed .
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2008
Added on Oct 22 2008
25 comments
2,281 views