I am using a connection string to connect to an Oracle Database. Everything works fine when i run my code locally but when I deploy the same code to PCF I get "ORA-00604: error occurred at recursive SQL level 1 and ORA-01882: timezone region not found".
I get this error while executing the line connection.Open(). Until there everything works fine. But this line works when I run locally.
Can anyone please help me on this? Is this a PCF issue?