Tuesday, 30 May 2017

Automatic Asset Numbering Skips Numbers (Fix Assets)


Automatic Asset Numbering Skips Numbers (Fix Assets)


Pinning the sequence is achieved by invoking the rdbms package dbms_shared_pool.keep() as follows:


execute dbms_shared_pool.keep('APPS.FA_ADDITIONS_S','Q') ;



To Check Pinning of Object:

SELECT owner, name, type
FROM gv$db_object_cache
WHERE kept = 'YES' and OWNER = 'FA';

No comments:

Post a Comment

Oracle E-Business Suite R12 Configuration in a DMZ - Linux

Oracle E-Business Suite R12 Configuration in a DMZ Index :    1. OS verification.    2. Backup the source system.    3. Copy the so...