|
-
Hi Hrishy,
Below are the output on my side.
SQL> select trina_verify_function('TRINA','trina_5555555555', 'trina')
2 from dual;
select trina_verify_function('TRINA','trina_5555555555', 'trina')
*
ERROR at line 1:
ORA-06552: PL/SQL: Statement ignored
ORA-06553: PLS-382: expression is of wrong type
SQL> select trina_verify_function('TRINA','trinA_5555555555', 'trina')
2 from dual;
select trina_verify_function('TRINA','trinA_5555555555', 'trina')
*
ERROR at line 1:
ORA-06552: PL/SQL: Statement ignored
ORA-06553: PLS-382: expression is of wrong type
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|