SQL> set autotrace traceonly explain Cannot SET AUTOTRACE
alinuxJan 3 2011 — edited Jan 4 2011why is this happening.
SQL> set autotrace traceonly explain
Cannot SET AUTOTRACE
I have:
QL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for Linux: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
SQL>
and it works on chose optimizer.
Please help.
Thanks
Edited by: alinux on Jan 3, 2011 4:18 PM