Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

what happens if I use SET TRANSACTION READ ONLY and transaction writes to T

384077Jul 31 2003 — edited Aug 4 2003
Hi,

We have a report engine that does not write to the database.

I would like to use SET TRANSACTION READ ONLY in order for that my transactions would not be assigned an undo segment, in order to save database resources.

But as far as I understand, a readonly transactions can not write to the database, before I use it I would like to verify that such a transaction can write to temporary tablespace (e.g. when need to sort large amount of data).

Can anybody give me a certified answer?


Thanks,

Tal Olier (otal@mercury.co.il).

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2003
Added on Jul 31 2003
10 comments
592 views