After starting the EnforceServerMigrationUtility, TNS-04610: NO LITERALS LEFT, REACHED END OF NV PAIR, is reported in the EnforceServerMigrationUtility log
Possible causes:
Ensure the full oracle client is installed and TNSNAMES.ORA file has been created.
Ensure the jdbc.properties connection string contains HOST, PORT, and SERVICE_NAME (all lower case) with no spaces before or after any equals sign.
The string must also end with exactly three parenthesis in order to be read in to the migrator properly.
Example of connection string: jdbc.dbalias.oracle-thin=@(description=(address=(host=oracle)(protocol=tcp)(port=1521))(connect_data=(service_name=protect)))