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

Home -> Community -> Mailing Lists -> Oracle-L -> Re:RE: Can Partition be set an Session Level

Re:RE: Can Partition be set an Session Level

From: <dgoulet_at_vicr.com>
Date: Mon, 06 May 2002 07:33:27 -0800
Message-ID: <F001.00458D6E.20020506073327@fatcity.com>


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 <DWILLIAMS_at_LIFETOUCH.COM>
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.
dwilliams_at_lifetouch.com

-----Original Message-----
[mailto:ayyappan.subramaniyan_at_ssiworldwide.com] 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: ayyappan.subramaniyan_at_ssiworldwide.com
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: ListGuru_at_fatcity.com (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: DWILLIAMS_at_LIFETOUCH.COM
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: ListGuru_at_fatcity.com (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: dgoulet_at_vicr.com
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: ListGuru_at_fatcity.com (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). Received on Mon May 06 2002 - 10:33:27 CDT

Original text of this message

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