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: Problem with create temporary table in PL/SQL

Re: Problem with create temporary table in PL/SQL

From: Fred Ruffet <fruffet_at_kaptech.com>
Date: Thu, 20 May 1999 16:49:44 +0200
Message-ID: <7i17ee$ll7$1@gatekeeper.ornano.kapt.com>


Did you tried to use DBMS within a PL/SQL procedure ?

DBMS allows you to construct your queries piece by piece so you can make a create table instruction and a drop table instruction in the same procedure, with inserts, selects, and deletes between...

nick a écrit dans le message <7i15sp$or1_at_netnews.hinet.net>...
>Hello.
>
>How to create temporary table in PL/SQL ?
>
>Thanks in advance,
>Nick
>
>
>
Received on Thu May 20 1999 - 09:49:44 CDT

Original text of this message

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