What is a REF CURSOR? Compare strong and week ref cursor types.
Answer Posted / shailendra chauhan
For the strong ref cursor the returning columns with
datatype and length need to be known at compile time.
For the weak ref cursor the structure does not need to be
known at compile time.
TYPE WEAK_REF_CURSOR IS REF CURSOR;
TYPE STRONG-_ REF_CURSOR IS REF CURSOR RETURN
TABLE_NAME%ROWTYPE;
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
What is the starting oracle error number? What is meant by forward declaration in functions?
explain advantages of innodb over myisam. : Sql dba
What is the difference between the conventional and direct path loads? : aql loader
Why is sql better than hql?
How do I truncate a sql log file?
How do I run a pl sql procedure in sql developer?
Is left join same as join?
Explain the order of sql statement execution?
Does sql backup shrink transaction log?
Explain the difference between 'between' & 'and' operators in sql
Write a query to find the names of users that begin with "um" in sql?
How do you write a subquery?
What do you mean by dbms? What are its different types?
What does pl sql developer do?
Write a sql query to convert all character to uppercase after hypen.