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
What is a package cursor ?
5
like
0
dislike
Hello
What is a package cursor ?
Please give me your feedback......
asked
1 year
ago
by
rad_joshep
(
19,390
points)
package
cursor
oracle
1 Answer
2
like
0
dislike
Best answer
A package cursor is a cursor which you declare in the package specification without an SQL statement. The SQL statement for the cursor is attached dynamically at runtime from calling procedures.
answered
1 year
ago
by
daneim
(
127,080
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
6
like
0
dislike
1
answer
What is the difference between restricted and unrestricted package procedure ?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
restricted
unrestricted
package
procedure
oracle
6
like
0
dislike
1
answer
What are the constructs of a procedure, function or a package ?
asked
1 year
ago
by
rad_joshep
(
19,390
points)
constructs
procedure
function
package
oracle
7
like
0
dislike
1
answer
Can we use GO-BLOCK package in a pre-field trigger ?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
go-block
package
pre-field
trigger
oracle
5
like
0
dislike
1
answer
How you open and close a cursor variable?
asked
1 year
ago
by
daneim
(
127,080
points)
cursor
variable
oracle