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

wyoungbloodNov 15 2006 — edited Nov 17 2006
Hello,

First time I am posting here.

Has anyone seen a similar error as below? It occurs on one of my applications I am exporting from HTMLDB 2.0 to APEX 2.2. We put APEX 2.2 on another sever and all other applications exported / imported fine.

Here is the error:
ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 8786, column 10: PLS-00123: program too large (Diana nodes) <pre>declare <br> s varchar2(32767) := null; <br> l_clob clob; <br> l_length number := 1; <br>begin <br>s:=s||'begin'||chr(10)|| <br>'return :P2_BAD_PIDM_DML;'||chr(10)|| &a

The :P2_BAD_PIDM_DML is just an sql query in a Report Region. (Diana nodes?)

Thanks,
Wayne

Comments

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

Post Details

Locked on Dec 15 2006
Added on Nov 15 2006
5 comments
206 views