Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Import Error

Ron WNov 3 2005 — edited Nov 3 2005
Hi 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<br> s varchar2(32767) := null;<br> l_clob clob;<br> l_length number := 1;<br>begin<br>s:=s||'select *'||chr(10)||<br>''||chr(10)||<br>'from &q

Regards,
Ron

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 1 2005
Added on Nov 3 2005
3 comments
198 views