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: Reporting with dynamic sql

Re: Reporting with dynamic sql

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 16 Aug 2006 12:45:11 -0700
Message-ID: <1155757511.433925.163500@b28g2000cwb.googlegroups.com>

BTW / just a little side note - you are not using TEMP tables. You are creating regular tables, and that is why multiple sessions can see data from other sessions.
A temporary table would be created with something like ... Create global temporary table T1 (c1 number ....) on commit delete rows; Received on Wed Aug 16 2006 - 14:45:11 CDT

Original text of this message

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