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 get the Installed Oracle Version Information ?
What is a Temporary Segment ?
What is a trace file and how is it created in oracle?
What is the relation of a user account and a schema in oracle?
How to list all tables in your schema?
Youre getting high busy buffer waits - how can you find whats causing it?
select to_char('10','10') from dual This gives me an error oRA-1481 INVALID NUMBER FORMAT MODEL why? pls help
Differentiate the standard purchase order,Blanket purchase agreement,Contract purchase agreement,Planned purchase order?
what is difference between DBMS and RDBMS?
Can a View based on another View ?
What privilege is needed for a user to query tables in another schema?
What is the usage of synonyms?