When exporting an APEX application with web credentials, the SQLcl “project export” generates statements to create web credentials in target workspace without checking if they already exist.
This causes “project deploy” to fail.
--application/delete_application
wwv_flow_imp.remove_flow(...
--application/create_application
wwv_imp_workspace.create_flow(...
--workspace/credentials/syntaxmz_ociopsd_apex_lab_lab_app_oidc
wwv_imp_workspace.create_credential(...
^^^ this fails
What is the recommended way to handle this?