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.
Answers were Sorted based on User's Feedback
Answer / 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 |
What is connection pool in oracle?
How to define an anonymous block?
Is java required for oracle client?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
How to estimate disk space needed for an export job?
What do you mean by a deadlock?
What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?
Which database is better for os platform dependency?
how to make an oracle object
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
How can we Update a table with out using UPDATE command?
What is an oracle user role?