Hi All,
I haveĀ a input variable where user can give values like 'java1','java2','java3' or 'java1' or they can even leave it blank.
Can someone please let me know whether its possible to check whether the user has given any value to this variable or not because I tried using is not null but got the below error when input variable was passed as 'java_2','java_3'
ORA-06550: line 12, column 4:
PLS-00306: wrong number or types of arguments in call to 'IS NOT NULL'
ORA-06550: line 12, column 1:
PL/SQL: Statement ignored
Is it possible to know whether any value has been passed to it or not .
Thanks in advance