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:


On the SQL PLUS prompt, VARIABLE is created and the procedure is executed, 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:


On the SQL PLUS prompt, variable is created and the procedure is executed, as shown in the following code:



Discussion

No Comment Found