Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while trying to retrieve text for error ORA-01804

Tags:

oracle

I am having an issue to connect my C++ application to my Oracle DB,I get an error

"[OracleException] errcode: 1804, desc: Error while trying to retrieve text for error ORA-01804".

like image 381
travaller2 Avatar asked Oct 11 '12 10:10

travaller2


1 Answers

You are receiving ORA-01804 by the database, the description of ORA-01804 is:

failure to initialize timezone information
Cause:   The timezone information file was not properly read.
like image 60
Anshu Avatar answered Sep 23 '22 02:09

Anshu