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.

Error in project deploy

Chris KemmererDec 24 2024 — edited Dec 24 2024

I get the following error when running project deploy. I have debug and verbose flags set but there's nothing to help me track which changelog was being applies when the error occurred. Are there other logs anywhere that could help me track this down.

Thank you

SQL> project deploy -fs artifact/acme-db-qa3-1.0.zip -de -v

----- DISPLAY ARGUMENTS -----

REQUIRED FILE: artifact/acme-db-qa3-1.0.zip
DEBUG: true
VERBOSE: true

----- END ARGUMENTS -----

Check database connection...
Extract the file name: acme-db-qa3-1.0
Artifact decompression in progress...
Artifact decompressed: /var/folders/qy/kclx2mqj6gqg8j1c4p401yg80000gn/T/c634d60d-4b74-4d4f-96ff-39909b7fd4521634911400882919320
Starting the migration...
Installing/updating schemas
--Starting Liquibase at 2024-12-24T15:36:53.648780 (version 4.25.0.305.0400 #0 built at 2024-10-31 21:25+0000)
An error has occurred: 

The specified table or view did not exist


Migration has been completed
Removing the decompressed artifact: /var/folders/qy/kclx2mqj6gqg8j1c4p401yg80000gn/T/c634d60d-4b74-4d4f-96ff-39909b7fd4521634911400882919320...
Comments
Post Details
Added on Dec 24 2024
1 comment
66 views