in procedure how to return a value
Answers were Sorted based on User's Feedback
Answer / santhi
Using OUT parameter we can return any number of values.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sneha
declare the procedure with out variable, assign the value
to the out variable inside the procedure. out variable
should not be declared again inside the procedure.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suresh.somayajula
execute <procedure name> ( required val);
Is This Answer Correct ? | 0 Yes | 0 No |
what are the functions you are used in utl_file at the time of transferring the data?
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
what are centralized and decentralized level of control of item attributes?
In oracle application how do you debug or trace errors?
What is the package?
Stored procedure?
while doing the process of conversion if got any data error out what is the next step to reprocess
Can we run a package with out specification?If yes how?
I want to print output in portrait style?where i have to change the settings?
q)what are the validations in sql*loader
What is oracle soa suite and what are its different components?
In interface how u find errors and how to solve. How to fix it?