NLS_CALENDAR problem [message #336403] |
Sat, 26 July 2008 08:17 |
pmapc
Messages: 46 Registered: July 2008
|
Member |
|
|
Hi,
putting this lines of code in Edit Security Attributes-->Virtual Private Database (VPD)
begin
execute immediate
'alter session set NLS_CALENDAR="PERSIAN"';
execute immediate
'alter session set NLS_DATE_FORMAT="DD/MM/YYYY"';
end;
and Browse file item in my page give me the following error message:
ORA-01861: literal does not match format string
Any idea about why the reason of this problem?
Thanks,
|
|
|
|
Re: NLS_CALENDAR problem [message #336407 is a reply to message #336404] |
Sat, 26 July 2008 09:15 |
pmapc
Messages: 46 Registered: July 2008
|
Member |
|
|
I don't know why you thought I expect miracle.I think my description is crystal clear!!!
When I put the mentioned code in the Edit Security Attributes page(in Virtual Private Database (VPD) section) in apex, I get the mentioned error in all the pages that I have BROWSE FILE item and a SUBMIT buttom to browse my files and when I remove this lines of code everything works.
NOTHING MORE THAN THIS!!!
[Updated on: Sat, 26 July 2008 09:16] Report message to a moderator
|
|
|
|
|
|
|