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:
@@ -363,7 +363,7 @@ CREATE OR REPLACE PACKAGE BODY mip_files AS
|
|||||||
,$$PLSQL_LINE);
|
,$$PLSQL_LINE);
|
||||||
|
|
||||||
dbms_sql.parse(l_cursor
|
dbms_sql.parse(l_cursor
|
||||||
,'select id from ' || p_table
|
,'select * from ' || p_table
|
||||||
,dbms_sql.native);
|
,dbms_sql.native);
|
||||||
|
|
||||||
dbms_sql.describe_columns(l_cursor
|
dbms_sql.describe_columns(l_cursor
|
||||||
|
|||||||
Reference in New Issue
Block a user