18th January 2010
in
Tips
The GENERATE_STMT procedure of this UTILITY package needs four parameters i.e. TABLE NAME, WHERE CLAUSE, PATH WHERE Developer WANT FILE TO BE GENERATED and FILE NAME. WHERE CLAUSE value must be passed in the form of q[...]
Tags: Export TABLE Records into Flat File with INSERTs
No Comments
10th January 2010
in
Tips
create or replace procedure
getXML(newContext_qry varchar2,
rowSettag varchar2,
rowTag varchar2,filename varchar2)
is
-- Input query string
-- Input rowsetTag , the root tag
-- Input row level tag
-- Inp[...]
Tags: Extracting Table Data Using SELECT Statement into an XML File
No Comments