Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Disabling check constraints

Re: Disabling check constraints

From: Mladen Gogala <mgogala.spam-me-not_at_verizon.net>
Date: Wed, 18 Oct 2006 01:11:46 GMT
Message-Id: <pan.2006.10.18.01.11.46.896259@verizon.net>


On Tue, 17 Oct 2006 08:09:21 -0700, DA Morgan wrote:

> No one, in Oracle, writes
> COMMIT WORK.
No reasons not to do that:

SQL> create table emp1 as select * from emp where rownum<0;

Table created.

SQL> insert into emp1
  2 select * from emp;

14 rows created.

SQL> commit work;

Commit complete.

As you see, "commit work" works perfectly.

-- 
http://www.mladen-gogala.com
Received on Tue Oct 17 2006 - 20:11:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US