Global temp tables is used when you want to store data on fly in temporary table from your plsql cursor or vice versa and later insert into main tables.
GTT is faster in comparison to External table.
You can create index on GTT not on external table.
All depends on usage.
No comments:
Post a Comment