Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
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 open and close a cursor variable?
5
like
0
dislike
How you open and close a cursor variable.Why it is required?
asked
1 year
ago
by
daneim
(
127,080
points)
cursor
variable
oracle
1 Answer
1
like
0
dislike
Best answer
OPEN cursor variable FOR SELECT...Statement
CLOSE cursor variable In order to associate a cursor variable with a particular SELECT statement OPEN syntax is used. In order to free the resources used for the query CLOSE statement is used.
answered
1 year
ago
by
marck_don
(
191,010
points)
Related questions
7
like
0
dislike
1
answer
What is use of a cursor variable? How it is defined?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
cursor
oracle
variable
5
like
0
dislike
1
answer
What should be the return type for a cursor variable?
asked
1 year
ago
by
marck_don
(
191,010
points)
variable
type
cursor
scalar
7
like
0
dislike
1
answer
How you were passing cursor variables in PL/SQL 2.2?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
sql
cursor
variable
7
like
0
dislike
1
answer
Can cursor variables be stored in PL/SQL tables.If yes how?
asked
1 year
ago
by
daneim
(
127,080
points)
pl
sql
variable
cursor
5
like
0
dislike
1
answer
What is a package cursor ?
asked
1 year
ago
by
rad_joshep
(
19,390
points)
package
cursor
oracle