Hello All,
Oracle version: 11g.
I know how the global temporary table works in Oracle. But I never heard about local temporary tables. I cam e across and I tried to create one by googling. But couldn't create.
The syntax I used is,
DECLARE LOCAL TEMPORARY TABLE test_sk5 (col1 number, col2 NUMBER);
Can you please shed some light about local temporary tables.
Thx & Regards,
Shan.