Import Error
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