RootCauseunvalidated
something in your client API (not Oracle) is dropping the first letter of each word after that initial `=` — PreparedStatement.getParameterMetaData. Tension: why does it think that there is `YSTIMESTAMPHEREYS_USER_CODE` in the connection string even if it is not there? Outcome: the error happens here (↓) in `PreparedStatement.getParameterMetaData`.
3323b204-5e25-4ac9-adcb-ba30f1e5bcfc
something in your client API (not Oracle) is dropping the first letter of each word after that initial = — PreparedStatement.getParameterMetaData. Tension: why does it think that there is YSTIMESTAMPHEREYS_USER_CODE in the connection string even if it is not there? Outcome: the error happens here (↓) in PreparedStatement.getParameterMetaData.