object id
is there any way in oracle 9i how I can find out object id for specific statement which is in v$sql ? I have sql statement which is used in several procedures and I would like to identified exact procedure name. In oracle 10g there is possibility link v$sql.sql_id with v$session.prev_sql_id and then find object name in dba_objects. Is there any way how I can do it in 9i ? Thanks a lot.
Martin