Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

How you were passing cursor variables in PL/SQL 2.2?

7 like 0 dislike
Hello
How you were passing cursor variables in PL/SQL 2.2?
please reply me. i am waiting for your reply.
Thanx
asked 1 year ago by DBA-boss (120,990 points)

1 Answer

1 like 0 dislike
 
Best answer
n PL/SQL 2.2 cursor variables cannot be declared in a package.This is because the storage for a cursor variable has to be allocated using Pro*C or OCI with version 2.2, the only means of passing a cursor variable to a PL/SQL block is via bind variable or a procedure parameter.
answered 1 year ago by eagles11 (179,830 points)

Related questions

7 like 0 dislike
1 answer
5 like 0 dislike
1 answer
7 like 0 dislike
1 answer
5 like 0 dislike
1 answer
5 like 0 dislike
1 answer