Dennis,

    In reading the question once again it appears that Ayyappan is asking if he
an set which partition of the table will be queried in a specific session.

Ayyappan,

    Obviously the answer is NO.  Partitioning does not limit the amount of data
a session can see, but rather the amount of data that the database can ignore
when running a query.  Now inside the query you can specify what partition to
use if you desire.  The syntax of which is:

select <column_name(s)>
from <owner>.<table_name> partition(<partition_name>)
where <your where clause stuff>

Dick Goulet

____________________Reply Separator____________________
Author: DENNIS WILLIAMS <[EMAIL PROTECTED]>
Date:       5/6/2002 7:03 AM

Ayyappan - I'm just trying to understand your question. Pardon me if I'm a
little slow, it is Monday. Okay, you have a partitioned table. That is a
physical object, nothing to do with the session. And then you query that
partitioned table. Is your question how the query will be optimized by
certain sessions? A little more information might be helpful on Monday.
Thanks.
Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]


-----Original Message-----
[mailto:[EMAIL PROTECTED]]
Sent: Monday, May 06, 2002 7:33 AM
To: Multiple recipients of list ORACLE-L


Hi All
Can we able to set the Partition in the Session Level.

I.e if I have a partition table and when I am querying can I set it in the
session Level

Rgds
Ayyappan.S


****************************************************************************
This communication contains information, which is confidential and may also
be privileged. It is for the exclusive use of the intended recipient(s). If
you are not the intended recipient(s), please note that any distribution,
printing, copying or use of this communication or the information in it is
strictly prohibited. If you have received this communication in error,
please notify the sender immediately and then destroy any copies of it.
****************************************************************************
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to