Error in .jcall(drv@jdrv, "Ljava/sql/Connection;",... ... as.character(url)[1], : java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1. ORA-01882: timezone region not found

 Error in .jcall(drv@jdrv, "Ljava/sql/Connection;",... ... as.character(url)[1], : java.sql.SQLExceptionORA-00604error occurred at recursive SQL level 1ORA-01882timezone region not found

Solution - Edit Renviron file

Add a line

TZ="IST".
It will resolve the issue.

No comments:

Post a Comment

7 Stages of Machine Learning - Framework Introduction

Framework Introduction 7 Stages Introduction Stage 1: Problem Definition Stage 2: Data Collection Stage 3: Data Preparation Stage 4: Data Vi...