Oracle Applications tablespace model (OATM)

OATM stands for Oracle Applications tablespace model. As per this new model, All the tables ,view etc are categorized in followings types Tables and Indexes: Tables are allocated to a tablespace based on their classification. Each table is classified as one of the following TRANSACTION: Tables that are populated by data entry screens or batch […]

Oracle Applications tablespace model (OATM) Read More »

How to use Oracle logon trigger to stop login from Particular program

What is Oracle Logon Triggers A trigger is called Oracle logon trigger if it is associated with logon action on triggering event. This is system triggers how to check logon triggers in oracle select * from dba_triggers where triggering_event like ‘%LOGON%’; Example SQL> Set lines 200 SQL> column owner format a10 SQL> column TRIGGER_NAME format

How to use Oracle logon trigger to stop login from Particular program Read More »

Initialization SQL Statement – Custom” (FND_INIT_SQL) profile option

Profile Option: ‘Initialization SQL Statement – Custom’ provides a profile option that allows to execute ‘custom’ code at the beginning of every database session. These sessions can be linked to an Oracle application Form, a Concurrent Program, Self Service Page or any other piece of code that requires accessing the database. The most common use

Initialization SQL Statement – Custom” (FND_INIT_SQL) profile option Read More »

Scroll to Top