Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Oracle Express and transaction mode
Hi all...
I am working on a Datawarehouse, the OLAP engine is ORACLE EXPRESS.
Whenever ORACLE EXPRESS fires a 'select' query to the oracle database, it
sets the transaction in
read only mode.
This is done by first setting the session in READ ONLY mode.
set transaction read only;
and then firing the query...
Select......
Now the problem I am facing is that oracle optimizer goes in for a suboptimal
execution plan, because the
session is set in READ ONLY mode.
So, is there any way to capture 'set transaction read only' statement fired
by an oracle session
and set it to 'set transaction read write'?
Thanx in Advance,
Shibu
DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Shibu MB
INET: muhammed_basheershibu_at_mindtree.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Oct 13 2003 - 04:39:25 CDT