ORA-14452 attempt to create, alter or drop an index on temporary table
Hi,
How can we drop a Global Temporary Table?
I get the below mentioned error messsage when I try to drop a Global Tempary table :
"ORA-14452: attempt to create, alter or drop an index on temporary table already in use"
I have tried closing all my sessions and even removing the reference of the global temporary table from my procedure but still get the same error.
Any help is appreciated.
Thanks.