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
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 |
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 |
How do you write an index?
What is difference between ms sql and mysql?
What are the different sql languages?
Is sql port 1433 encrypted?
What are the packages in pl sql?
Are left and right joins the same?
Explain mutating table error.
What is the sql*loader? : aql loader
Does a user_objects view have an entry for a trigger?
Can ddl statements be used in pl/sql?
what is the differnce between procedure and function? in both dml operations can work and in procedure through out parameter you can return value ,then what is the differce?
Why procedure is used in sql?