TIMESTAMP format in LINUX based server.
953667Oct 1 2012 — edited Oct 2 2012Hello masters,
My PLSQL program returns a TIMESTAMP value. Its returning in correct format(03-APR-02 08.45.22.751880000 AM) in UNIX based server.
But in LINUX based server, its returning in wrong format(2002-04-28T09:11:52.409692000).
And when we are passing the same value to another PLSQL program as input and capturing in a variable of TIMESTAMP type, Its raising an error ''ORA-01843: not a valid month".
Please advice me how to handle this in to local timestamp format.
Thanks in advance..