Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:RE: Can Partition be set an Session Level
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
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).
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).
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
![]() |
![]() |