Re: Delete behaviour
From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 04 Mar 2008 04:46:13 -0800
Message-ID: <1204634771.482893@bubbleator.drizzle.com>
Date: Tue, 04 Mar 2008 04:46:13 -0800
Message-ID: <1204634771.482893@bubbleator.drizzle.com>
Gokul wrote:
> Maxim, thanks for your response. Posting DDLs and inserts on Daniel's
> request.
>
> create table t1 (i number primary key);
>
> create table t2 (i number primary key);
>
> insert into t1 values (1);
>
> insert into t2 values (1);
>
> commit;
>
> Rgds,
> Gokul
As both Maxim and I indicated this is documented behaviour.
-- Daniel A. Morgan Oracle Ace Director & Instructor University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Tue Mar 04 2008 - 06:46:13 CST