[code] create table test_date (creation_date date); [/code] [code] Insert into test_date (CREATION_DATE) Values (TO_DATE('07/14/2017 14:45:10', 'MM/DD/YYYY HH24:MI:SS')); COMMIT; [/code] --My code [code] select * from test_date where TO_CHAR(creation_date,'DD-MON-YY') = NVL(TO_CHAR (TO_DATE (:pv_date, 'YYYY-MM-DD HH24:MI:SS'), 'DD-MON-YY'), TO_CHAR(creation_date,'DD-MON-YY')); [/code] I am comparing dates in my code using the fnd_standard_date valueset. But it is not fetching data. I am passing pv_date ...
Home/Questions/Page 40
Oraask Latest Questions
Question
Question
Question
Question
AhmedHamdy
Asked: July 19, 2017In: Oracle Applications DBA
How to Stop & Start Weblogic server services in Linux ?
Question
How to check your URL in EBS Suite ?
Question
Yashwant
Asked: July 19, 2017In: Oracle Applications DBA
Hi, How to get process ID By Concurrent request ID in EBS R12? Thanks.
Question
Hello, How to enable Forms Runtime Diagnostic Trace? Regards.
Question
Nallamothu
Asked: July 19, 2017In: PL/SQL
Hi, Can someone tell me what is the difference between Views and Materialized Views in Oracle? Thanks.
Question
How to know Version Database $ Application?
Question
Mohammed
Asked: July 19, 2017In: Oracle Applications DBA
Hello , Please help, I have Error RMAN-06026 some targets not found - aborting restore. Thanks