-
-
-
-
-
-
-
-
-
-
-
-
Oracle Locks Concept
Please explain How to set locktime out in Oracle.
-
PL/SQL UTL_FILE Package
Which exception is used in UTL_FILE package in PL/SQL?
-
-
-
-
How to export SQL XML using SQL or PLSQL or dynamic SQL for Oracle data from Oracle database.
For example: I have 100's of tables and I need to take the data from database and export as a xml file.
-
-
For each hour, list the number of called, total transactions' values, and total duration.
For each hour, list the number of called, total transactions' values, and total duration?if you have these tables:1- 'calls'columns: called_number, Customer_ID, call_date, call_time_started, Call_time_ended,transaction_no.2- 'tariff'columns: Tarriff_per_Sec, country_code, time_started, time_ended.
-
Pl/SQL coding help
User Interface accepts the Employee information and this data needs to be compared with the existing data and the differences needs to be populated through a Pl/SQL table.Create a type (EMP_DATA) to populate the Employee table data.Create a type (ERR_TABLE) with the following attributes:ERR_NO NUMBER,ERR_COLUMN VARCHAR2(50),ERR_RESULT VARCHAR2(500)Create a package USER5_PKG1 with two procedures....
PL/SQL Interview Questions
Ans