Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Control for "Isolation level" at SELECT statement level
On Sun, 17 Aug 2003 14:55:54 +0200, "Hillel Eilat"
<hillel_at_attunity.co.il> wrote:
>Hi folks.
>
>Some RDBMS products support the following syntax format:
>
>SELECT .... <whatever...> WITH {READCOMMITTED | REPEATABLEREAD | ... |
>SERIALIZABLE}
>
>The WITH clause provides the means for overriding the default isolation
>level (or the one
>specified upon SET TRANSACTION) at a specific SELECT statement.
>
>WITH clause is applicable for INSERT,UPDATE,DELETE as well.
>
>Is there an equvalent to the "WITH" clause in Oracle's SQL?
>
>
>
>Your answers will be appreciated.
>
>
>
>Hillel.
>
>
>
>
>
>
>
>
There isn't. Also you can safely assume when it's not in the manual, it doesn't exist.
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Sun Aug 17 2003 - 09:46:23 CDT