SQL>create global temporary table ora_cockpit_helper as
select * from ( <p_sql_stmt_text> ) where 1=0
ERROR at line 1:
ORA-00903: invalid table name. What should I paste into <p_sql_stmt_text> ?
SQL>create global temporary table ora_cockpit_helper as
select * from ( <p_sql_stmt_text> ) where 1=0
ERROR at line 1:
ORA-00903: invalid table name. What should I paste into <p_sql_stmt_text> ?