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