How to show sql_text details for a procecure in v$open_cursor?
Hi, I just want to see what's run as cursor in my db, when I search sql_text, or sql_id from v$open_cursor view, I just only found sql_text like ' begin prc***(arg1,arg2,arg3) ; end '
How can I see the detailed sql what's run in current database? Thanks.