0
I know it may sound like a stupid question, but I’ve already googled it and I haven’t found anything concrete, I own a trial where her call is like this:
PROCEDURE pr_rel_saldo(p_codigocliente IN NUMBER,
P_data_inicio IN DATE,
p_data_fim IN DATE,
p_saida OUT saida_cursor);
How do I test it by sql Developer, ie only to run even, to see the result that is returning.
Thanks!!
have tried
execute pr_rel_saldo
passing the parameters?– Ricardo Pontual
@Ricardopunctual yes
– Stand Alone
And what’s the mistake? is just this... can try an introductory form tbm, click on the side equerdo I find the name of Procedure, right button and "run", will open a screen to inform the parameters and run. It’s been a while since I’ve used plsql Developer, so you might have changed something
– Ricardo Pontual
@Ricardopoint error is : PLS-00201: 'PR_REL_SALDO' identifier must be declared
– Stand Alone
With the selected SP click on the Run icon (blue button), fill the parameters and give ok , in "output variables" will have the result.
– Motta
if you didn’t even find proc, you’re not missing the schema name, namespace, none of that?
– Ricardo Pontual
She’s in a package, there’s a difference ?
– Stand Alone
And I’m not using PLSQL I’m using SQL Developer
– Stand Alone
In the case I passed 3 arguments, which are the input, the output also need to pass ?
– Stand Alone
The output is the return , naxsaída , never used in Packages. Alías discovered this option has little time.
– Motta