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.