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!

ORDS missing config dir!!?

Jose ArósteguiSep 14 2020 — edited Sep 16 2020

Hi experts,

I'm using Oracle REST Data Services version 19.2.0.r1991647.

Checking for the configuration I usually run this:

[oracle@xxxxx ords]$ java -jar ords.war configdir

Sep 14, 2020 6:05:46 PM

INFO: The config.dir value is /home/oracle/ords/ /home/oracle/ords/config_dir

[oracle@ulhimt01 ords]$

Question is: why am I getting 2 values?

/home/oracle/ords/ --> Exists

/home/oracle/ords/config_dir --> Does not exists and it's where I was expecting the config directory to be:

[oracle@xxxxx ords]$ ls /home/oracle/ords/

   docs  examples  index.html  installer  ords.war  params

[oracle@xxxxx ords]$ ls /home/oracle/ords/config_dir

ls: cannot access /home/oracle/ords/config_dir: No such file or directory

[oracle@xxxxx ords]$

What am I doing wrong?


Thanks,
Jose

Comments
Post Details
Added on Sep 14 2020
5 comments
1,789 views