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 CONVERT ORACLE TABLE DATA (RECORDS)INTO EXCEL SHEEET?
What is proxy method?
What is user managed backup in Oracle?
what are steps for interface? where is exchange rate defined in which table?
Shall I get Pro*C Compiler in Oracle-10g release ?
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
what is the syntax of update command?
How to create tables for odbc connection testing?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
How to create a stored procedure in oracle?
What is control file used for?
You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?