Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
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


Thread View

Thread Author Date
problem with "ALTER SESSION" in OracleDonal McNamee2007-07-06 14:32
      RE: problem with "ALTER SESSION" in OracleDaniel Berger2007-07-14 06:36
            RE: problem with "ALTER SESSION" in OracleDonal McNamee2007-07-16 13:07

Post a followup to this message