Search Results

0
votes
3answers
597 views

How to define persistent variable in SQL*PLUS

I am trying to do the following in SQL* PLUS in ORACLE. -Create a variable -Pass it as output variable to my method invocation -Print the value from output variable I get the error …