1> how are u debugging in plsql ?
2> how to connect oracle database from unix. is there ne
way other than using sqlplus ?

Answers were Sorted based on User's Feedback



1> how are u debugging in plsql ? 2> how to connect oracle database from unix. is there ne ..

Answer / 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

1> how are u debugging in plsql ? 2> how to connect oracle database from unix. is there ne ..

Answer / guru

hi friends click below link to see Debugging in Plsql

http://www.adp-gmbh.ch/ora/plsql/debug.html#dbr

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SQL PLSQL Interview Questions

What is a mutating table

5 Answers   TCS, Tech Mahindra,


What are all the different normalization?

0 Answers  


difference between anonymous blocks and sub-programs.

0 Answers  


What is the syntax and use of the coalesce function?

0 Answers  


Explain the difference between drop and truncate commands in sql?

0 Answers  






Types of cursors and explanation each of them ?

4 Answers   DELL,


What does (*) mean in sql?

0 Answers  


What is the difference between a query and a report?

0 Answers  


how to insert the records in particular position

1 Answers  


What is before trigger?

0 Answers  


What is substitution variable?

0 Answers  


Write the sql query using dual table for below output? 1 L R --- --- ---- 1 1 1 1 2 1 1 3 1 1 1 2 1 2 2 1 3 2 1 1 3 1 2 3 1 3 3 Write a query using only Dual table with out writing any pl/sql program.

3 Answers   JPMorgan Chase,


Categories