Import Error
Ron WNov 3 2005 — edited Nov 3 2005Hi I'm getting the following error for an app which previously imported ok. I've looked through the forum messages but can't find anything specific to this problem. Can anyone shed some light on this ? We are using HTMLDB 2.0
ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 4788, column 37: PLS-00123: program too large <pre>declare&lt;br&gt; s varchar2(32767) := null;&lt;br&gt; l_clob clob;&lt;br&gt; l_length number := 1;&lt;br&gt;begin&lt;br&gt;s:=s||'select *'||chr(10)||&lt;br&gt;''||chr(10)||&lt;br&gt;'from &q
Regards,
Ron