Skip to Main Content

SQLcl

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Project export command - exporting apex applications not seeing

Hi

I executed below command in sqlcl liquibase is working fine I am not able to see where exactly(location) apex application exported and stored.

Please guide where the apex application exported and saved.

SQL> project export
------------Below is the log--------

SQL> project export
The current connection phxl3079 DBDEPLOYUI will be used for all operations
2024-11-19 10:25:18.255 SEVERE oracle.dbtools.raptor.utils.TNSHelper addInclFile Cycle detected when attempting to include /opt/svc/tns_admin/tnsnames_l.ora
2024-11-19 10:25:18.512 SEVERE oracle.dbtools.raptor.utils.TNSHelper addInclFile Cycle detected when attempting to include /opt/svc/tns_admin/tnsnames_l.ora
2024-11-19 10:25:18.720 SEVERE oracle.dbtools.raptor.utils.TNSHelper addInclFile Cycle detected when attempting to include /opt/svc/tns_admin/tnsnames_l.ora
2024-11-19 10:25:18.919 SEVERE oracle.dbtools.raptor.utils.TNSHelper addInclFile Cycle detected when attempting to include /opt/svc/tns_admin/tnsnames_l.ora
2024-11-19 10:25:19.124 SEVERE oracle.dbtools.raptor.utils.TNSHelper addInclFile Cycle detected when attempting to include /opt/svc/tns_admin/tnsnames_l.ora
*** FUNCTIONS ***
*** PACKAGES ***
*** PACKAGE BODIES ***
*** PROCEDURES ***
*** SYNONYMS ***
*** TABLES ***
*** VIEWS ***
*** GRANTS ***
*** APEX_APPLICATION ***
Exporting Workspace OTES_TOOLS - application 400:Pri******sm - OCI
Exporting Workspace OTES_TOOLS - application 110:Pri******sm - OCI R3

----------------------------------
TABLE 3
PACKAGE_BODY 4
GRANT 6181
PROCEDURE 3
APEX_APPLICATION 2
PACKAGE_SPEC 4
FUNCTION 6
VIEW 4
SYNONYM 72
----------------------------------
Exported 6,286 objects
Elapsed 120 sec
SQL>

Comments
Post Details
Added on Nov 19 2024
2 comments
93 views