Addresses #444. The select/header lists exceeded the maximum length of the varchar2 allocated to hold them. Rewrote without the need for the varchar2s.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4197 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-04-01 17:16:54 +00:00
parent d81fe866b1
commit b6dc95e69c

View File

@@ -363,7 +363,7 @@ CREATE OR REPLACE PACKAGE BODY mip_files AS
,$$PLSQL_LINE);
dbms_sql.parse(l_cursor
,'select id from ' || p_table
,'select * from ' || p_table
,dbms_sql.native);
dbms_sql.describe_columns(l_cursor