1> how are u debugging in plsql ?
2> how to connect oracle database from unix. is there ne
way other than using sqlplus ?
Answer Posted / gourvendra singh
1> we can do the debugging in the plsql by placing the
message in the code, so that we can trace the values and
pointer in the pl/sql.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is 'mysqlshow'? : Sql dba
What is difference between stored procedure and trigger?
how to use myisamchk to check or repair myisam tables? : Sql dba
What are the different types of constraints?
How many clustered indexes can be created on a table?
What are the different types of triggers?
What does desc stand for?
Define implicit and explicit cursors.
how to enter characters as hex numbers? : Sql dba
How do I view a procedure in sql?
how many sql dml commands are supported by 'mysql'? : Sql dba
What is cold data?
What is int identity in sql?
Is sqlite good enough for production?
How do you modify a trigger?