can we pass two out parameters at a time in function?please
answer to my question
Answers were Sorted based on User's Feedback
Answer / abhisudipta
No, naturally we can't pass the two out parameter in a
function , because function will return only one value with
only specified data type in return statement. But we can do
with using the ref-cursor if I hold values through runtime
then we can return so many values.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / nathan
Yes,We can pass two out parameters in a function, but there
should at least one in parameter, because using the in the
function will do something.It'll not throw any errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohit
Yes, we can pass two OUT parameters in a functions. Also
you can use there two OUT parameters in calling function as
well.
| Is This Answer Correct ? | 1 Yes | 1 No |
how to create a new database in oracle?
What is difference between Rename and Alias?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
What is difference between sid and service name in oracle?
What is a dynamic performance view in oracle?
Explain the statement?? ALTER TABLE TABLE_NAME MOVE; What it the use of above statement??
What is an oracle and why it is used?
Can we store pictures in the database and if so, how it can be done?
What is the difference between PFILE and SPFILE in Oracle?
What is Redo Log Buffer in Oracle?
What is a proxy object?
difference between truncate and delete ,drop?