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
Why do we create stored procedures & functions in pl/sql and how are they different?
Why should I use postgresql?
What is the difference between inner join and outer join?
explain the delete statements in sql
Explain mutating table error.
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is pl/sql table? Why is it used?
Why do we use %rowtype & %type in plsql?
What is difference between rank () row_number () and dense_rank () in sql?
What does rownum mean in sql?
Mention what does plv msg allows you to do?
what is dbms? : Sql dba
Why stored procedure is faster than query?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
Which function is used to return remainder in a division operator in sql?