Table type parameter to a procedure - Oracle Database

Table type parameter to a procedure - Oracle Database

瀏覽:1391
日期:2025-10-02
in the above example, i have few doubts 1. is that the right way to assign values to v_a inside a loop of cursor 2. is that the right way to pass v_a, which is table type, to procedure 3. can we use v_a(i) := i. name_varchar to assign value please help me...看更多