ORDS 21.2 uninstall issue on Windows
In our development environment, it is sometimes necessary to uninstall ORDS to get ready for the next test. Uninstalling previous versions of ORDS worked with the following command:
java -jar ords.war uninstall --force --parameterFile ords_uninstall.properties --logDir <full_path>
When running this for ORDS 21.2 on Windows, I get the following. (Running this in our linux environment works as expected.) What happened to ORDS uninstall on Windows?
---
FYI, contents of ords_uninstall.properties (with password xxxed out)
db.connectionType=tns
db.hostname=E-CC-P-BUILD01.eng.calero.com
db.tnsAliasName=INTEST
sys.user=sys
sys.password=xxxxxxxxxxxxxxxxxxx
---
Specify the database connection type to use.