Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Object Ownership v/s Parsed Query

Object Ownership v/s Parsed Query

From: Newbie <learning_still_at_hotmail.com>
Date: 1 Aug 2001 10:24:34 -0700
Message-ID: <6093c29e.0108010924.2db6103d@posting.google.com>

Hi,

I wish to know how execution plan is identified. Specifically, consider the following scenario:

If a table, say MyTab is created by users A, B and C within their respective default tablespaces, A.MyTab and C.MyTab having same structures but b.MyTab have different structure. Now if user C issues following statements -

Select * from A.MyTab
Select * from B.MyTab
Select * from MyTab

Excuse me if i am sounding a novice.

I would appreciate if anybody could answer my queries here.

Thanks In Advance.

S. Received on Wed Aug 01 2001 - 12:24:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US