Mid server issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
14 hours ago
| MID Server reported error: SQLState: null java.sql.SQLException: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1 ORA-01882: timezone region not found |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @VaishnaviW,
The error ORA-01882 indicates a Timezone mismatch between the Java environment on your MID Server and the Oracle Database. The MID Server is sending a Timezone Region ID (e.g., specific OS region) that the Oracle Database does not recognize or support.
You need to configure the MID Server to stop sending the "Timezone Region" to the database.
Log in to your MID Server host.
Navigate to the agent/conf folder and open wrapper-override.conf.
Add the following line (replace X with the next available number in your file):
wrapper.java.additional.X=-Doracle.jdbc.timezoneAsRegion=falseRestart the MID Server service.
If you find my response helpful, mark it as helpful and accepted solution.
Regards,
Maham Tahir.