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 ?