Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> can't see a SQL generated by Crystal Report
Hi all:
I'm trying to catch a DDL generated by Crystal report.
I'm using the following query to do that:
select sql_text
from v$sqltext
where ( address, hash_value ) in
(select sql_address, sql_hash_value from v$session where username = UPPER('&username')) order by piece
thanks
Gene
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Dec 08 2003 - 16:39:27 CST