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.

SQLCL and Liquibase installing APEX applications

Alex NuijtenAug 17 2020 — edited Aug 27 2020

Hi Everybody,

I have a sneaky suspicion that I'm doing something wrong, because I had to change my install scripts when going to version 20.2

Anyhoo...

When I export my APEX application with this command:

lb genobject -type apex -applicationid 100

A file is generated (not in the current directory, but in a directory which is based on the complete path to the current directory)

When I want to install the application with this command:

lb update -changelog f100.xml

it doesn't install anything and shows "Empty file" in the databasechangelog table.

select dateexecuted

      ,description     

  from databasechangelog

  order by dateexecuted desc

/

17-08-20 16:27:59,240368000 empty

In an earlier version of SQLCl, the databasechangelog table would show something like

runOracleScript objectName=apexObject, ownerName=

Any pointers would be appreciated,

Alex

On a side note: I always seems to have empty log-files.. if you have any pointers regarding the log files, it is also appreciated.

This post has been answered by skutz-Oracle on Aug 19 2020
Jump to Answer
Comments
Post Details
Added on Aug 17 2020
1 comment
927 views