Hi all,
I'm trying to execute a query on a DB using a connection. I created a
DB-LINK on the DB. executing the select:
select sysdate from [Email Address Removed] get the following error:
Error starting at line 1 in command:
select sysdate from [Email Address Removed] at Command Line:1 Column:19
Error report:
SQL Error: ORA-01882: timezone region not found
ORA-02063: preceding line from lnk_db_prod
The problem gets resolved when I try
alter session set time_zone ='+05:00';
but this gets resolved only for the current session. How to rectify this for
all sessions.
Oracle LazyDBA home page