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!

apex export in command line with sqlCL ,

User_B534QSep 6 2022

Hello,
i m trying to use sqlcl to export a single application .
i succed to export the full workspace , but when i specify the applicationid, then i get the following error :
SQL> apex export -applicationid 100
Exporting Application 100
APEX: Unable to process request. Verify specified options:
ORA-08178: illegal SERIALIZABLE clause specified for user INTERNAL
ORA-06512: at "APEX_220100.WWV_FLOW_EXPORT_API", line 143
ORA-06512: at "APEX_220100.WWV_FLOW_EXPORT_API", line 53
ORA-06512: at line 2

i guess that it's trying to export an app from the default workspace which is INTERNAL, but i didn't find a solution to specify the workspace .
i tried this : apex export -workspaceid 1044704257519708 -applicationid 100
which does not change anything.

Any idea ?

This post has been answered by dix16391 on Feb 8 2023
Jump to Answer
Comments
Post Details
Added on Sep 6 2022
6 comments
995 views