Re: Drop a Global Temporary Table using Classic ASP
- From: DA Morgan <damorgan@xxxxxxxxx>
- Date: Wed, 20 Jun 2007 06:21:35 -0700
Connor McDonald wrote:
juan wrote:Good Afternoon,
I am hoping someone can help me out. I want to drop a global
temporary
table in classic asp after my recordset has completed printing out
it's rows.
I tried executing the following statement and I get the following
error:
Drop Table tmm_a03_gtt_YYYJCO3_0611154125
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC driver for Oracle][Oracle]ORA-14452: attempt to
create, alter or drop an index on temporary table already in use
FYI; We are using Oracle 10 g.
Thanks,
Juan
The way to clean up a GTT is:
"commit"
Unless it was created with ON COMMIT PRESERVE ROWS.
--
Daniel A. Morgan
University of Washington
damorgan@xxxxxxxxxxxxxxxx (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
.
- References:
- Drop a Global Temporary Table using Classic ASP
- From: juan
- Re: Drop a Global Temporary Table using Classic ASP
- From: Connor McDonald
- Drop a Global Temporary Table using Classic ASP
- Prev by Date: Re: Query parsing/execution plan hangs
- Next by Date: Re: here is another oracle 10g's bug?
- Previous by thread: Re: Drop a Global Temporary Table using Classic ASP
- Next by thread: UNIX System Database Startup Script
- Index(es):
Relevant Pages
|