Show last executed "create table as" SQL's
Hi
I'm searching for the DDL-SQL's with which some tables were created yesterday (create table as select...).
The problem is that this was complex code which went lost. In the Views like v$sql I only can find the usual SQL-Statements from yesterday (select...) but no "create" statements.
Thank you