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

Home -> Community -> Usenet -> c.d.o.server -> Global Temporary Tables

Global Temporary Tables

From: Roy Munson <mtproc_at_yahoo.co.uk>
Date: 22 Apr 2005 10:14:50 -0700
Message-ID: <853055e7.0504220914.5e7640b8@posting.google.com>


Each,

Am wanting to create a temporary table within a PLSQL package. Have used

EXECUTE IMMEDIATE 'create global temporary table temp_status........'

Problem now is that package wont compile due to insert statements for this table. Compiler has no idea about this temp table or its structure.

I take it temporary tables arent designed for this use are am i missing something here?

Cheers Received on Fri Apr 22 2005 - 12:14:50 CDT

Original text of this message

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