|
precompiler is required,PL/SQL blocks are executed like other DML statements. -functions to parse SQL statemets -bind input variables -bind output variables -execute statements -fetch the results Difference between database triggers and form triggers ? a) Data base trigger(DBT) fires when a DML operation is performed on a data base table.Form c) Can manipulate data stored in Oracle tables via SQL Can manipulate data in Oracle tables as What is an UTL_FILE.What are different procedures and functions associated with it ? file No function? What is index ? INDEX is a general term for an ORACLE / SQL feature used primarily to speed execution an impose UNIQUENESS upon certain data. INDEX provides a faster access method to one table's data than doing a full table scan. There are several types of Indexes : UNIQUE INDEX, COMPRESSED INDEX, CONCATENATED INDEX. An Index has an entry for each value found in the table's Indexed field(s) ( except those with a NULL value ) and pointer(s) to the rows having that value. What is Data Dictionary ? source of information for the ORACLE RDBMS itself and for all users of ORACLE. The tables are automatically maintained by ORACLE, and holds a set of views and tables containing information about the database objects, users, privileges, events, and use. |