Skip to Main Content

APEX

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.

How to setup ORDS with apex18.2 and apex20.1?

Fernando LimaJul 30 2020 — edited Jul 31 2020

Hello,

I read about ORDS and its support to multiple connections (multiple databases or pdbs).

Actually, I have two database: 1) using apex 18.2, and 2) using 20.1

I've installed the databases using the command (for each database):

$JAVA_HOME/bin/java -jar ords.war setup --database pdb1

and mapping the URI (for each database) with:

$JAVA_HOME/bin/java -jar ords.war map-url --type base-path /pdb1 pdb1

But, I get lost with apex static resources for each database.

How can i set the static resources for each one???

Fernando.

This post has been answered by jariola on Jul 31 2020
Jump to Answer

Comments

Post Details

Added on Jul 30 2020
4 comments
176 views