How to trace the errors in pl/sql block code?
Answer Posted / madhuri
SHOW ERROR will show the error code and message in a pl/sql
block.
If you know where exactly the error is then uses number of
dbms statements before/after each sql statement.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can you sum a count in sql?
How do I view a sql database?
What does the hierarchical profiler does?
Which command is used to call a stored procedure?
Show code of a cursor for loop.
What is pl sql quora?
Can you have a foreign key without a primary key?
what is the command used to fetch first 5 characters of the string? : Sql dba
Are stored procedures faster than dynamic sql?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
Explain the methods used to protect source code of pl/sql.
what is innodb? : Sql dba
How can you select unique records from a table?
What are types of indexes in sql?
What is a .db file?