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!

Can not genobject -type apex

user11078851Jul 14 2021 — edited Jul 15 2021

Apex release 20.1
SQLCL 21.1.1.113.1704
Java 64 java version "16.0.1" 2021-04-20

lb genobject -type apex -applicationid 199
2021-07-15 00:51:33.282 SEVERE oracle.dbtools.raptor.newscriptrunner.ScriptExecutor run oracle.dbtools.raptor.scriptrunner.commands.liquibase.liquibaseCommand.handleEvent(liquibaseCommand.java:230)
java.lang.NullPointerException: Cannot invoke "java.lang.Exception.getMessage()" because "e1" is null
at oracle.dbtools.raptor.scriptrunner.commands.liquibase.liquibaseCommand.handleEvent(liquibaseCommand.java:230) etc.

Comments

Hi,

What ODI version are you using ?

Adrian

Paula Istrate-Oracle

Hi,

I had similar problems myself with numeric variables values in ODI 11g because columns are set to have 10 digits.

See below workarounds, hope will help you:
- upgrading to ODI 12c where the precision of the columns has been increased to 19 digits
- use for the variable Text or Alphanumeric Types - not numeric.

Regards,

Paula

1 - 2

Post Details

Added on Jul 14 2021
5 comments
142 views