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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORDS Documentation confusing : HTTP on 8443 ?

Jim DicksonMay 31 2025

I am about to config ORDS again and want to clarify what the following documentation means

https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/25.1/ordig/deploying-and-monitoring-oracle-rest-data-services.html#GUID-AC5E2F60-8EF5-4E82-A08B-60450438F48B

  • If you are using HTTP protocol, then specify the following command:

    ords --config <your configuration folder> config set standalone.http.port 8443

later

Also, ensure that your https port configuration setting, standalone.https.port contains a value:

ords --config <your configuration folder> config set standalone.https.port 8443

So i intend to
a) terminate https traffic on OCI LoadBalancer on listener/certificates on port 8443 and then
b) redirect? traffic from LB to ORDS via http on port 8080.

Is the documentation advising something different ?

Apologies for terminology - I don't really understand most of this

This post has been answered by chrishoina-Oracle on Jun 2 2025
Jump to Answer
Comments
Post Details
Added on May 31 2025
2 comments
86 views