Hi !
Cannot export application from apex 19.1
--
SQLcl: Release 20.2 Production on Wed Sep 23 12:14:37 2020
Copyright (c) 1982, 2020, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> SELECT VERSION_NO FROM APEX_RELEASE;
VERSION_NO
_______________
19.1.0.00.15
SQL> lb genobject -type apex -applicationid 107 -split -debug
[{log=false, replace=false, type=apex, password=, enable=true, context=, grants=false, silent=false, debug=true, runalways=false, synonyms=false, emit_schema=false, count=, changelog=, label=, runonchange=false, url=, command=genobject, fail=false, help=, filename=, report=true, name=, privs=true, user=}]
java.lang.Exception: Unable to retrieve object metadata
at liquibase.ext.ora.generator.Generator.writeChangeLog(Generator.java:511)
at liquibase.ext.ora.generator.Generator.writeApexChangeLog(Generator.java:1226)
at oracle.dbtools.raptor.scriptrunner.commands.liquibase.liquibaseCommand.genObjectApex(liquibaseCommand.java:722)
at oracle.dbtools.raptor.scriptrunner.commands.liquibase.liquibaseCommand.handleEvent(liquibaseCommand.java:215)
at oracle.dbtools.raptor.newscriptrunner.CommandRegistry.fireListeners(CommandRegistry.java:346)
at oracle.dbtools.raptor.newscriptrunner.ScriptRunner.run(ScriptRunner.java:226)
at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:344)
at oracle.dbtools.raptor.newscriptrunner.ScriptExecutor.run(ScriptExecutor.java:227)
at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.process(SqlCli.java:410)
at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.processLine(SqlCli.java:421)
at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.startSQLPlus(SqlCli.java:1292)
at oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli.main(SqlCli.java:502)
url :null
userName :null
password :null
workspaceID :null
appID :107
skipDate :false
pubReports :false
savedReports :false
IRNotifications :false
expTranslations :false
instance :false
expWorkspace :false
expMinimal :false
expFiles :false
expFeedback :false
expTeamdevdata :false
deploymentSystem :null
expFeedbackSinceU :null
Exporting application 107
Start Wed Sep 23 12:16:14 NOVT 2020
Completed at Wed Sep 23 12:16:15 NOVT 2020
Processing has failed for your request.
Location
writeChangeLog
Message
Unable to retrieve object metadata
Operation completed successfully all locks on released.
--
SQLcl 19.4 - all ok.