Skip to content

Instantly share code, notes, and snippets.

@zelark
Created March 17, 2014 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zelark/9598497 to your computer and use it in GitHub Desktop.
Save zelark/9598497 to your computer and use it in GitHub Desktop.
create or replace procedure api(p1 out number,
p2 out number,
p3 out number)
as
begin
p1 := 1;
p2 := 2;
p3 := 3;
end api;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment