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: pro*c, multiple execution of SELECTs

Re: pro*c, multiple execution of SELECTs

From: Ed Prochak <ed.prochak_at_magicinterface.com>
Date: 9 Jun 2005 10:51:54 -0700
Message-ID: <1118339514.896034.185450@g44g2000cwa.googlegroups.com>


just a dumb question, but...

why, if you are doing a SELECT on one database, do you do a commit on another?
>From your post:

       EXEC SQL AT DB_STAMM SELECT * FROM ... WHERE ...
       EXEC SQL AT DB_INFRA COMMIT WORK RELEASE 

Ed Received on Thu Jun 09 2005 - 12:51:54 CDT

Original text of this message

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