The following was originally posted by R.Wang on 2008-07-02 15:37 : [url=http://www.oraclepoint.com]74Qlhp66pOraclePointl0EO0oWsU[/url]
When we use XTRACT entry point, we must be executing this script connected as
the application user that executed original SQL. Therefore, finding owner of examining sql is necessary.
[url=http://www.oraclepoint.com]0TXkTZfC5OraclePointLuToqN6Sv[/url]
The following sql is good for doing that. .......
Hi all
[url=http://www.oraclepoint.com]lOqQ1qUFqOraclePoint0bYTbrqCB[/url]
I am executing sqltxecute.sql as follows
connect as application user (Schema Owner)
execute command as follows
[url=http://www.oraclepoint.com]GhDAsxUXeOraclePointhSxT4B0K3[/url]
SQL> @sqltxecute.sql
[url=http://www.oraclepoint.com]qe8WeYvy1OraclePointdf3elahmJ[/url]
Value passed to sqltxecute.sql:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SCRIPT_WITH_SQL: script1.txt
[url=http://www.oraclepoint.com]V8gzeynxrOraclePointpx2hdWe12[/url]
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Producti
on
[url=http://www.oraclepoint.com]4lptELmixOraclePointCGZMbWsR2[/url]
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
[url=http://www.oraclepoint.com]g5pOjdFH8OraclePointclxTfY0Pd[/url]
[url=http://www.oraclepoint.com]K2C95IXGjOraclePointuz1mWvSkU[/url]
I checked the log file and find following entry
ERROR at line 1:
[url=http://www.oraclepoint.com]vqbsIDgbiOraclePoint6byYlpajk[/url]
ORA-20200: *** SQL with tag /* &&unique_id */ could not be found in memory
ORA-06512: at line 3
[url=http://www.oraclepoint.com]i8rIsg0V3OraclePointundFZJhIR[/url]
would anybody plz help me why I am getting this error