git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3255 248e525c-4dfb-0310-94bc-949c084e9493
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
DROP TABLE gtt_dir_list
|
|
/
|
|
create GLOBAL temporary table gtt_dir_list
|
|
(filename varchar2(255) ,filelength NUMBER, filetype VARCHAR2(255), filemodified DATE)
|
|
on commit delete rows
|
|
/
|