Search code examples
c#asp.net-mvcdatabaseoracle-database

Timezone region not found


I'm creating a C# MVC project that uses Oracle Database. While trying to connect to the DB, I get following error:

ORA-00604: error occurred at recursive SQL level 1
ORA-01882: timezone region not found.

enter image description here

When I try to connect via SQL developer it works fine. Is there any way that I can solve this problem ?

NOTE: I'm using IIS express for testing


Solution

  • Actually, this error because of some issue with application Oracle driver which you use and Oracle version of the DB.

    NOTE: Please check Both of them and use Updated Oracle versions for your application.

    ORA-01882: timezone region not found