Explain Plan for other users

Explain Plan for other users

Post by Morga » Thu, 29 Jan 1998 04:00:00



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

 
 
 

Explain Plan for other users

Post by Matthias Gre » Fri, 30 Jan 1998 04:00:00


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

--
Regards

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

3. Show/Explain Query Plan

4. Pick processing of binary data

5. Explain plan

6. using AS/400 data with Visual FoxPro 3.0

7. Explain query estimation plan

8. oci connect_string & c

9. Explain Plan

10. Oracle and Explain Plan

11. explain plan counter part

12. Planned small change in EXPLAIN behavior

13. More question about plans & explain (long)