Re: [Info-ingres] Friday is coming ...
- From: martin.bowes@xxxxxxxxxxxxx
- Date: Thu, 28 Jul 2005 08:38:58 +0100
Hi Michael
> 1. I don't disagree with you. I'm just trying to make trouble.
Excellent, this is a decent thing to do and something of which
your mother would be proud.
>
> 2. As you probably know, Oracle DDL statements, while atomic,
> are not transaction friendly. Executing a DDL statement issues
> an implicit commit within the Oracle engine. I was pointing out
> the the customer how evil this is, but they couldn't understand
> why. *Sigh*
Customers are fools, programmers are evil.
I believe Roy has had much to say on this.
>
> Just to be clear, in Oracle, this SQL sequence results in a row
> actually existing in the wow table and the wow2 table exists as
> well.
>
> create table wow(neato varchar2(20));
> commit;
> insert into wow values ('Mike');
> create table wow2(neato varchar2(20));
> rollback;
> select * from wow;
> commit;
>
> Now that's just wrong.
It actually achieves the rare double of both sucking and
blowing.
Marty
.
- Prev by Date: Re: [Info-ingres] Friday is coming ...
- Next by Date: Re: [Info-ingres] Friday is coming ...
- Previous by thread: Re: [Info-ingres] Friday is coming ...
- Next by thread: Re: [Info-ingres] Friday is coming ...
- Index(es):
Relevant Pages
|