Skip to Main Content

ORDS, SODA & JSON in the Database

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 ORDS lb export error

User_PG7QKDec 6 2021

Hello, I have following error when I want to export ORDS object using:

SQL> lb genobject -type ORDS;
ORA-20850: Parameter p_module_id must not be null.
ORA-06512: at "ORDS_METADATA.ORDS_EXPORT", line 235
ORA-06512: at "ORDS_METADATA.ORDS_EXPORT", line 645
ORA-06512: at "ORDS_METADATA.ORDS_EXPORT", line 645
ORA-06512: at line 1

Even if I use name of REST module:

SQL> lb genobject -type ORDS -name siga;

Processing has failed for your request.
ORA-20850: Parameter p_module_id must not be null.
ORA-06512: at "ORDS_METADATA.ORDS_EXPORT", line 235
ORA-06512: at "ORDS_METADATA.ORDS_EXPORT", line 534
ORA-06512: at line 1

Name of my moduls:
User:

I use following versions:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
ORDS: 19.2.0.r1991647
SQLcl Oracle SQLDeveloper Command-Line (SQLcl) version: 21.3.3.0 build: 21.3.3.322.1724
Thank you

This post has been answered by thatJeffSmith-Oracle on Dec 7 2021
Jump to Answer

Comments

89524
Elizabeth,

<toolbar> is not implemented in Oracle Help for Java.

This should be documented in the Oracle Help Guide and we have filed this is a bug in our documentation.

Sorry about the confusion.

Cheers,


Craig.
1 - 1

Post Details

Added on Dec 6 2021
2 comments
190 views