|
|
|
 
If you want to Ask any How to ? Question for Oracle Applications like
How to
Configure Shared APPL_TOP, SSL, Monitoring, Add Node, Backup, Start/Stop Services in
Oracle Applications then
Mail Me.
 
Q. How can we pining the objects in database ?
For Oracle Applications you can use script ADXGNPIN.sql (for Package & Functions)
and ADXSPPNS.sql (for Sequences) at $AD_TOP/sql/ADXGNPIN.sql on concurrent Manager tier.
*These scripts will pin all objects.
For pinning individual objects use
SQL> execute dbms_shared_pool.keep('APPS.FNDCP_TMSRV');
 
 
|
|
How to access Apps from Linux Client
|
|
|
|