How to use attributes of the implicit cursor in oracle?
Answer / Jagdeep Kumar
To use attributes of the implicit cursor in Oracle, you can access them directly like variables. Here is an example:n```sqlnDECLAREn your_cursor SYS_REFCURSOR;nBEGINn OPEN your_cursor FOR SELECT column1 FROM your_table;n FETCH NEXT FROM your_cursor INTO variable1;nEND;n```
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of segments in Oracle?
What is the purpose of a cluster?
can u call user defined functions in select statements
Explain the concept of the DUAL table.
What privilege is needed for a user to delete rows from tables in another schema?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
Can we call a trigger inside a function and function inside a trigger? Give example.
What is the data type of dual table?
query to find the maximum no persons with same age(age colomn) from emp table
What is max rowid in oracle?
How to Select second Maximum salary in a Table ?
after installatio of ORACLE 8i, work properly, but after restarting the system, it throw an error ORA 01034: ORACLE not availble