Jump to content

HELP Oracle, Curseur, package..


NeuFreu

Recommended Posts

Une question : je dois executer les commandes suivantes :

SQL> VAR V1 REFCURSOR

SQL> EXEC SIMPLE.GET_REF_C_WHOLE_TAB(1,:V1);

SQL> PRINT V1

Est-il possible d'executer l'ensemble sur une seule ligne du type

SQL> VAR V1 REFCURSOR; EXEC SIMPLE.GET_REF_C_WHOLE_TAB(1,:V1); PRINT V1 (ce qui ne marche pas...) :wallbash:

J'apelle ces commandes dans du perl et je voudrais éviter passer les 3 commandes les unes après les autres.

Merci

Free, what else ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...