How is mapping of name of DLL and function done?
The dll can be created using the Visual C++ / Visual Basic Tools and then the dll is put in the path that is defined the registery. Read more »
The dll can be created using the Visual C++ / Visual Basic Tools and then the dll is put in the path that is defined the registery. Read more »
Specifies whether Oracle Forms should issue savepoints during a session. This property is included primarily for applications that will run against non-ORACLE data... Read more »
Identifies a block as transactional control block. i.e. non - database block that oracle forms should manage as transactional block.(NON-ORACLE datasource) default... Read more »
OLE automation allows an OLE server application to expose a set of commands and functions that can be invoked from an OLE container application. OLE automation provides... Read more »
This procedure invokes a method. Syntax: PROCEDURE OLE2.INVOKE (object obj_type, method VARCHAR2, list list_type := 0); Parameters: object Is an OLE2 Automation... Read more »
CALL_FORM : It calls the other form. but parent remains active, when called form completes the operation , it releases lock and control goes back to the calling... Read more »
A data file can be associated with only one database. Once created a data file can’t change size. One or more data files form a logical unit of database storage... Read more »
Every Oracle database has one or more physical data files. A database’s data files contain all the database data. The data of logical database structures such... Read more »
To generate read-consistent database information during database recovery and to rollback uncommitted transactions by the users. Read more »
Each non-clustered table has a data segment. All of the table’s data is stored in the extents of its data segment. Each cluster has a data segment. The data... Read more »
Data segment, index segment, rollback segment and temporary segment. Read more »
In circumstances, all of the data for a row in a table may not be able to fit in the same data block. When this occurs, the data for the row is stored in a chain... Read more »
A data block size is specified for each Oracle database when the database is created. A database users and allocated free database space in Oracle data blocks. Block... Read more »
Oracle database’s data is stored in data blocks. One data block corresponds to a specific number of bytes of physical database space on disk. Read more »
Network database link is created and managed by a network domain service. A network database link can be used when any user of any database in the network specifies... Read more »