RE: Timezone file
- From: Mayen.Shah@xxxxxxxxxx
- To: "Taylor, Chris David" <ChrisDavid.Taylor@xxxxxxxxxxxxxxx>
- Date: Tue, 26 Oct 2010 13:21:14 -0400
Chris,
Thank you for pointing that out, but the path is correct except it is path
for PRODDB and not DEVDB. There is timezone.dat in correct location of
DEVDB which is $ORACLE_HOME/oracore/zoneinfo/timezone.dat, but sybase
repagent is looking for the file in $ORACLE_HOME/oracore/zoneinfo of
PRODDB. I would like to point out again that DEVDB was cloned from PRODDB,
so that is why I am thinking if timezone.dat info is store somewhere
inside the database.
Thanks
Mayen
From: "Taylor, Chris David" <ChrisDavid.Taylor@xxxxxxxxxxxxxxx>
To: Mayen Shah/ITS/Lazard@Lazard NYC, "'Oracle-L@xxxxxxxxxxxxx'"
<Oracle-L@xxxxxxxxxxxxx>
Date: 10/26/2010 01:13 PM
Subject: RE: Timezone file
No the info does not get stored in the database.
However, this path looks suspect:
/opt/PRODDB/oracle/product/10.2.0.4/oracore/zoneinfo/timezone.dat
Is there anything else between the “10.2.0.4” and the “oracore” in the
path? Typically there’s like a db_1 or something as part of the path.
If you don’t have a timezone.dat file in that location, you should. If it
is not there I would think there might be something missing from the
install besides this file.
Chris Taylor
Sr. Oracle DBA
Ingram Barge Company
Nashville, TN 37205
Office: 615-517-3355
Cell: 615-663-1673
Email: chris.taylor@xxxxxxxxxxxxxxx
CONFIDENTIALITY NOTICE: This e-mail and any attachments are confidential
and may also be privileged. If you are not the named recipient, please
notify the sender immediately and delete the contents of this message
without disclosing the contents to anyone, using them for any purpose, or
storing or copying the information on any medium.
From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]
On Behalf Of Mayen.Shah@xxxxxxxxxx
Sent: Tuesday, October 26, 2010 8:19 AM
To: Oracle-L@xxxxxxxxxxxxx
Subject: Timezone file
Hi List Members,
I have rather strange issue.
Using RMAN I created a clone of PRODDB to DEVDB 10.2.0.4 on Solaris 10. No
issue here.
Trying to set Sybase replication going from oracle DEVDB to one of the
sybase servers.
During repagent setup I am getting following error:
Command <pdb_xlog> failed - Could not initialize the primary database
because:
ORACLE_HOME could not be found to help locate timezone file because Could
not find Oracle timezone file
</opt/PRODDB/oracle/product/10.2.0.4/oracore/zoneinfo/timezone.dat>..
Please set ORACLE_HOME or update config property pdb_timezone_file.
It seems that sybase agent setup is trying to locate timezone.dat but
getting path for timezone.dat file from PRODDB. As a work around I set
pdb_timezone_file pointing to DEVDB timezone file and error disappeared.
I am running this on DEVDB and yes I checked ORACLE_HOME, ORACLE_SID etc
settings few hundred times and they all are pointing to DEVDB.
It is possible that timezone.dat file name and path may be stored
somewhere inside the database, which did not get changed during database
cloning, and sybase rep agent is looking at the information?
My question is that is there anywhere inside the database, timezone file
name gets stored?
Thanks
Mayen
Other related posts: