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
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