InterviewSolution
Saved Bookmarks
| 1. |
How Can The Out Parameters Be Viewed On The Execution Of Procedure In The Sql Plus Environment? |
|
Answer» The OUT parameters can be viewed in the SQL PLUS ENVIRONMENT by DECLARING variables for the same, as shown in the following code:
The OUT parameters can be viewed in the SQL PLUS environment by declaring variables for the same, as shown in the following code:
|
|