Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Disabling check constraints
Mladen Gogala wrote:
> On Tue, 17 Oct 2006 08:09:21 -0700, DA Morgan wrote:
>
>> No one, in Oracle, writes >> COMMIT WORK.
My point wasn't that is isn't valid syntax. This is too:
SELECT ALL col1, col2 FROM t;
But no one in Oracle shops writes the "ALL".
If you want to get technical, at least in 10g, what you should write is: "COMMIT WORK WRITE IMMEDIATE WAIT" ... I don't see much of that either.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Wed Oct 18 2006 - 10:12:36 CDT
![]() |
![]() |