Skip to Main Content

LiveLabs & Workshops

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!

(Apex Live Labs) Building an App using REST Data Sources for Oracle Autonomous Cloud Services

User_381Y7Mar 2 2021 — edited Mar 3 2021

HI,
Thank you for building this application. Under
I received the following error after running the script Define Rest Endpoints for EMP and DEPT
Lab 2 Step 2
20.01begin ords.delete_module( p_module_name => 'emp.rest' );ORA-06550: line 46, column 84: PLS-00103: Encountered the symbol "{" when expecting one of the following: ) , * & = - + < / > at in is mod remainder not rem <an exponent (**)> <> or != or ~= >= <= <> and or like like2 like4 likec between || multiset member submultiset ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_200200", line 670 ORA-06512: at "SYS.DBMS_SYS_SQL", line 1658 ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_200200", line 656 ORA-06512: at "APEX_200200.WWV_FLOW_DYNAMIC_EXEC", line 1768-30.01begin ords.delete_module( p_module_name => 'dept.rest' )ORA-06550: line 47, column 87: PLS-00103: Encountered the symbol "{" when expecting one of the following: ) , * & = - + < / > at in is mod remainder not rem <an exponent (**)> <> or != or ~= >= <= <> and or like like2 like4 likec between || multiset member submultiset ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_200200", line 670 ORA-06512: at "SYS.DBMS_SYS_SQL", line 1658 ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_200200", line 656 ORA-06512: at "APEX_200200.WWV_FLOW_DYNAMIC_EXEC", line 1768

Comments
Post Details
Added on Mar 2 2021
0 comments
223 views