select to_char('10','10')
from dual
This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL
why? pls help
Answer Posted / rpk
adding to the above answer to_char function takes only the
number value
i.e select to_char(10) from dual;
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Please explain drop constraint oracle?
Explain the types of exception?
Does facebook use oracle?
Explain enable novalidate constraint.
How to load data through external tables?
What is recycle bin in Oracle?
What is archive log in Oracle?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How to define and use table alias names in oracle?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
What are operators in oracle?
Can select statements be used on views in oracle?
What is the difference between a user and a schema in oracle?
What is the purpose of save points in oracle database?
What is recovery manager in Oracle?