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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 8i Personal......need HELP w/ Transactions!!!

Re: Oracle 8i Personal......need HELP w/ Transactions!!!

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Wed, 28 Nov 2001 14:33:36 GMT
Message-ID: <4B6N7.88687$XJ4.48588107@news1.sttln1.wa.home.com>


Just say
commit;
insert...
commit;
Jim
"Raheen Ballard" <rballard34_at_home.com> wrote in message news:B70N7.264217$5A3.101005338_at_news1.rdc2.pa.home.com...
> Hi!
> As stated, I'm using the Personal edition of Oracle 8i. I'm using
Sam's
> SQL in 21 Days and when I enter the following statement from the book:
> "
> SET TRANSACTION;
> INSERT INTO CUSTOMERS
> VALUES('JOHN MACDOWELL','2000 LAKE LUNGE ROAD','CHICAGO','IL',42854,7);
> COMMIT;
> "
> I get the following error: "ERROR at line 1:ORA-00900: invalid SQL
> statement"
>
> I looked in another book, and saw that it appended "read only" after the
> "set transaction", and that line alone ran, but when I went to insert, of
> course I get an error stating that it's a read-only transaction and it
> won't let me update...can anyone help me w/the correct syntax? Thx!
>
>
Received on Wed Nov 28 2001 - 08:33:36 CST

Original text of this message

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