1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] How to enter cursor as an input in procedure oracle [duplicate]

Discussão em 'Outras Linguagens' iniciado por Stack, Novembro 5, 2024 às 00:32.

  1. Stack

    Stack Membro Participativo

    I want to create a procedure that uses cursor as an input in Oracle. I tried something like this:

    cursor cur is select * from table t1;


    and then also:

    create or replace procedure (I want to input cursor cur here)
    is
    begin
    end;/


    How can I do that?

    Continue reading...

Compartilhe esta Página