Skip to Main Content

SQLcl: MCP Server & SQL Prompt

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!

SQLcl & Liquibase - export data from tables

Kenan ZeroMar 22 2023

Hello

I am reading one presentation from 2021 about CI/CD with oracle DB, and I have stuck with some SQLcl lb commands.

The part from the presentation:

SQL>lb data -object TABLE_NAME, TABLE_NAME...

-- exports the data from the indicated table(s)

and when I try to run on my environment

SQL> lb data -object DMG_REGISTRY
The supplied parameter "object" is not a part of a command

My SQLcl version is

SQL> version
Oracle SQLDeveloper Command-Line (SQLcl) version: 22.4.0.0 build: 22.4.0.342.1215

I do not know what I am doing wrong, and what could be the best approach to extract metadata tables?

Thanks

This post has been answered by thatJeffSmith-Oracle on Mar 22 2023
Jump to Answer
Comments
Post Details
Added on Mar 22 2023
2 comments
592 views