The update of Oracle REST Data Services (ORDS) is quite simple and done with a few steps:
Copy the ords.zip via SCP on the server and unzip it.
scp ./ords-20.3.0.301.1819.zip root@server:/tmp
cd /srv/ords/
unzip /tmp/ords20.3.0.301.1819.zip
Configure ords.war and set config dir:
$JAVA_HOME/bin/java -jar ords.war configdir /var/ords/config
Execute ords.war in order to run the database object upgrade:
$JAVA_HOME/bin/java -jar ords.war
when asked, enter the credential for the sys account
After the database objects are upgraded, start the ORDS service and you’re done 🙂
No Comments
You can leave the first : )