Minor typo in docs

2012-11-01 Thread chris
The apostrophe in it's stood out to me. Thought I'd point it out. -Chris Sanders Index: DBI.pm === --- DBI.pm (revision 15465) +++ DBI.pm (working copy) @@ -7585,7 +7585,7 @@ For normal use you only need to set the trace level, and

Oracle ping

2012-11-01 Thread David E. Wheeler
Fellow DBIers, When I wrote DBIx::Connector, I borrowed this code from DBIx::Class to “work around an issue”: sub ping { my ($self, $dbh) = @_; eval { local $dbh-{RaiseError} = 1; $dbh-do('select 1 from dual'); }; return $@ ? 0 : 1;

dbi 1.622 with Turkish locale fails to connect to Oracle

2012-11-01 Thread Шварц Сергей Владимирович
Hi guys I've installed dbi 1.622 on my test system. My simplest script connects to oracle and does simple select. It works with UK, US, RU and LT locales, but for some reason failes with Turkish (LANG=tr_TR.iso88599) It failes with message: ORA-12514 (DBD ERROR: OCIServerAttach) I also saw a