XDOLoader with 19c DB now throws java ORA-01034: error
R12.1.3 and I can't say I actually know what this is needed for but as part of our rapid cloning steps we always ran XDOLoader to load "$IBY_TOP/patch/115/publisher/templates/IBY_IDENTITY_en.xsl". To make it work we would change the -DB_PASSWORD and -JDBC_CONNECTION values to fit the cloned environment.
Now that I had upgraded to 19c I am getting this error:
java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Additional information: 4376
Additional information: 1055054939
A simple sqlplus apps/appspwd works and if I append the hostname:port/service I can connect also but the value of " select name from v$database;" returns the CDB name (as expected) so I wonder if that is my issue and just wonder what I could do in this situation?