Skip to content

Instantly share code, notes, and snippets.

@gharriso
Created September 21, 2021 05:47
Show Gist options
  • Save gharriso/26cf0ad87aec6b98588384e7e580c7d8 to your computer and use it in GitHub Desktop.
Save gharriso/26cf0ad87aec6b98588384e7e580c7d8 to your computer and use it in GitHub Desktop.
SQL> set lines 100
SQL>
SQL> BEGIN
2 :request_id := PROVENDBORACLE.FVALIDATEREQUEST(
3 proofid => :proof_id
4 );
5 END;
6 /
PL/SQL procedure successfully completed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment