Verify connections to Oracle Database for both the protect user and new update readiness user (see step 2), and correct any incorrect usernames and passwords.
Error: unable to establish db connection for user protect - invalid connection identifier.
Cause
The service name used with URT does not resolve to the service_name parameter in the Oracle database.
Resolution
Confirm the service_name using one of the following methods
Review the tnsnames.ora file for the service_name. In Oracle the file can be found here: \oracle\product\oracle_version\db_1\NETWORK\ADMIN\tnsnames.ora
Example:
Review the jdbc.properties file on Enforce. The file can be found here: \Protect\config\jdbc.properties
Example:
Review oracle parameters for the configured service_name via sqlplus.
Open cmd or terminal
run the following command: sqlplus /nolog
Connect to oracle: connect sys as sysdba
Run this query to confirm the service_name parameter: select value from v$parameter where name='service_names';
Example:
Additional Information
If after verifying all the above and you still get the error: Update Readiness Tool Error: "Unable to establish db connection for user protect - invalid connection identifier."
Then, make sure that you have the environment variable for the Oracle client Path is set properly and pointing to the correct location.
It is also good to add ORACLE_HOME variable with the same path pointing Oracle client (without bin folder):