"You're not issuing the commit from the session performing the insert."
Yep, I am. I'm really stymied. I'm using SQL Developer. And when I click on TableA, and hit the SQL tab, I get the following: CREATE GLOBAL TEMPORARY TABLE "XXX"."TABLEA" ( ... ) ON COMMIT DELETE ROWS ; That last line, "ON COMMIT DELETE ROWS", looks suspicious to me. A colleague made the table. Should I just remake the table, using "create table tablea as select * From tableb where 0=1;" ? -- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to Oracle-PLSQL@googlegroups.com To unsubscribe from this group, send email to oracle-plsql-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en