Amal Singh

total: 25 | displaying: 21 - 25

EXECUTE_QUERY in Oracle Forms

SyntaxPROCEDURE EXECUTE_QUERY;PROCEDURE EXECUTE_QUERY (keyword_one    VARCHAR2); PROCEDURE EXECUTE_QUERY (keyword_two    VARCHAR2); PROCEDURE EXECUTE_QUERY (keyword_one    VARCHAR2, keyword_two    VARCHAR2); PROCEDURE EXECUTE_QUERY (keyword_one    VARCHAR2, keyword_two    VARCHAR2, locking    VARCHAR2);Built-in Type  restricted procedureEnter Query Mode  ... Read more

POST built-in Oracle Forms

37178 Writes data in the form to the database, but does not perform a database commit. Form Builder first validates the form. If there are changes ... Read more

Mutating Error In Database Trigger

Mutating error is one of the common error which one encounters while working with triggers which can involve operation of a particular table. Mutating error in ... Read more

Oracle database control file

An Oracle database is made up of control files, data files, online redo logs, and archived redo logs which can be collectively called as physical ... Read more

Data Blocks, Extents, Segments, Segments Oracle

Oracle Database is divided into Logical and Physical structure. This article, mainly covers some of the Logical structure or the Logical database that comprises in ... Read more

total: 25 | displaying: 21 - 25