Hello, does anyone nows if it is possible to be, for example,. connected as
SYSTEM and do an Explain plan on a SQL that uses SCOTT tables (without
having to put scott.table_name ) ?
Thanx,
Morgan
Hello, does anyone nows if it is possible to be, for example,. connected as
SYSTEM and do an Explain plan on a SQL that uses SCOTT tables (without
having to put scott.table_name ) ?
Thanx,
Morgan
Hi Morgen;
one way would be:
ALTER SESSION SET CURRENT_SCHEMA=SCOTT;
Keep in mind that setting current schema is an undocumented, unsupported
feature, that normally is used for import and that can be changed by
oracle at any time.
> Hello, does anyone nows if it is possible to be, for example,. connected as
> SYSTEM and do an Explain plan on a SQL that uses SCOTT tables (without
> having to put scott.table_name ) ?
> Thanx,
> Morgan
Matthias Gresz :-)
1. explain plan for another user
Hello,
When I'm connected as system or sys, would it be possible for me to get an
"explain plan" for a statement executed by another user? Maybe the explain
plan is available somewhere?
--
Kind Regards,
Gerard
2. New DBA
4. Pick processing of binary data
5. Explain plan
6. using AS/400 data with Visual FoxPro 3.0
7. Explain query estimation plan
9. Explain Plan
12. Planned small change in EXPLAIN behavior
13. More question about plans & explain (long)