-
Example for calling procedure
Give an example for calling procedure with user and system exception
-
PL/SQL tables
How will implement the PL/SQL tables?
-
-
Oracle triggers
Can we issue rollback, commit in the trigger body. if we issue what is the result
-
Difference between 'TABLE OF' and 'REF CURSOR'
What exactly the difference between 'TABLE OF' and 'REF CURSOR' in PL/SQL?For what purposes these both might be used?
-
Oracle Cursor types
What are the types of cursors apart from explicit and implicit cursors ? Explain when and where they are used ?
-
How to write a query or procedure or function to retrieve all the tables from database where the table dont have any data (no rows).
Database has 100 tables and some of the tables dont have any data. I want to pullout those table names from database in Oracle.
-
Problem with Utl_file.fopen
Hi,There is problem with ult_file.fopen. When I run from the server side, there is no issue with utl_file and it is working fine.If I run the same procedure from Client machine, I am facing problem. It throws an exception Invalid_operation.I am using Oracle 8.2 and Unix server.Can you please let me know what change needs to be done? Is this related to permission issue.Thanks & Regards,Ananth P
-
-
-
Skip Columns with SQLLDR
How to skip columns while loading data with SQLLDR
-
-
Temporary Tables
How to create temporary table? Give some example
-
Writing Pl/SQL function
Write a PL/SQL fuction named say TRUN, which does the same work as the oracle predefined function "TRUNCATE".
-
Long Raw Columns
How many columns you can create in table from this type "long raw"?
-
How do you Optimize query
How can i choose which query is best?i.e On which factors i can choose the best query?
-
-
Analytical functions
What are analytical functions and how are they used?
-
Filling a ref cursor
How to fill a refcursor with dataset in C#.i want to pass a dataset as parameter and fill a refcursor with the same dataset.
-
PL/SQL Interview Questions
Ans