What are the return values of functions SQLCODE and SQLERRM ?
Answer Posted / pervez
Hi Tulsi,
Sqlerrm returns error number as well as error message of
last error occured.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What will you get by the cursor attribute sql%found?
can sql servers linked to other servers like oracle? : Sql dba
differentiate between float and double. : Sql dba
Why are indexes and views important to an organization?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
Write an sql query to select all records from the table?
Explain the significance of the & and && operators in pl sql.
Can there be more than one function with a similar name in a pl/sql block?
Differentiate between sga and pga.
Can procedure in package be overloaded?
What is a ddl command?
How to read/write files from pl/sql?
What is sqlexception in java?
Explain the methods used to protect source code of pl/sql.
What are all ddl commands?