Global Temp Table vs. PL/SQL Table
559768Feb 2 2007 — edited Feb 8 2007Hi,
I'm trying to find out which better (efficient) to use in coding, a Global Temporary Table or PL/SQL table. The process requires evaluation to what data stored in the tbale.
Thanks in advance.