From b6dc95e69c18d51e219e4992b5f30cdbec507887 Mon Sep 17 00:00:00 2001 From: hardya Date: Tue, 1 Apr 2008 17:16:54 +0000 Subject: [PATCH] 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 --- Modules/MIP_FILES.pck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/MIP_FILES.pck b/Modules/MIP_FILES.pck index 57c0aef..002b523 100644 --- a/Modules/MIP_FILES.pck +++ b/Modules/MIP_FILES.pck @@ -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