How i can handle exception in large code like 1000 line
without distrubing the code or without exception handler sction?
No Answer is Posted For this Question
Be the First to Post Answer
how to hide the stored procedure inside a package
Display the number value in Words?
What are the major difference between truncate and delete?
Explain the use of show option in imp command.
Can we create trigger on materialized view in oracle?
What are transaction isolation levels supported by oracle?
How to see the table columns used in an index?
What is oracle join syntax?
How to pass a parameter to a cursor in oracle?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
Calculate difference between 2 date / times in oracle sql?
What is an oracle wallet?