How to convert the date format from dd/mm/yyyy to
mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008.
when u use to_char(), it tells the month is invalid. how to
resolve this problem.tel with eg.
Answer Posted / prabhu
1* select
to_char(to_date('22/05/2008','dd/mm/yyyy'),'mm/dd/yyyy')
from dual
SQL> /
TO_CHAR(TO
----------
05/22/2008
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How to convert a string to a date in oracle database?
How do I uninstall oracle 11g?
How to apply filtering criteria at group level in oracle?
What is meant by raw datatype?
How to convert times to characters in oracle?
How to bring a tablespace online?
What is bulk collect in oracle?
How do I find my oracle client driver version?
How to fetch the row which has the max value for a column?
How to use like conditions in oracle?
What is the string concatenation operator in oracle?
 How to use an oracle sequence generator in a mapping?
What is null value in oracle?
Difference between pre-select and pre-query