Hi,
First, sorry for my basic questions but I am new in databases. I would like to know if when I create a procedure, I must do 'commit'. I mean:
CREATE OR REPLACE Procedure my_procedure
...
END
commit;
Also, I would like to know what view or how I can see the content of my procedure.
Thank you very much!
First, sorry for my basic questions but I am new in databases. I would like to know if when I create a procedure, I must do 'commit'. I mean:
CREATE OR REPLACE Procedure my_procedure
...
END
commit;
Also, I would like to know what view or how I can see the content of my procedure.
Thank you very much!