Questions tagged as 'procedure'

1
answer

Call procedure inside another

I need to create a procedure enviar_email_servidores that calls another pr_envia_email . The procedure to be called ( pr_envia_email ) has the function of sending e-mail, and I need the message sent to this email to be the...
asked by 14.04.2016 / 19:41
1
answer

PLSQL - Procedure to Encrypt Password

I searched the internet for a procedure to encrypt users password , however I only found functions . Is there a way to generate a procedure to perform this process? CREATE OR REPLACE FUNCTION MD5(VALOR VARCHAR) RETURN VARCHAR2 IS...
asked by 27.09.2018 / 02:59