| Message: 25095 |
 |
BY: Donal McNamee (dmac) DATE: 2007-07-16 13:07 SUBJECT: RE: problem with "ALTER SESSION" in Oracle Hi Dan,
'fraid that does not work either. Modifying the ALTER statement to look like:
dbh.execute("ALTER SESSION SET NLS_DATE_FORMAT='DD-MON-YY';")
and even
dbh.execute("ALTER SESSION SET NLS_DATE_FORMAT='DD-MON-YY'\;")
but that returns a "ORA-00911: invalid character (DBI::DatabaseError)" error.
Any other ideas?
Thanks,
D | |