AD Utilities

AD Utilities (Applications DBA Utilities) are programs which perform a variety of tasks, including generating files, updating your system, merging and applying patches, installing off-cycle products.  

These AD Utilities are executable files in $AD_TOP/bin

Utility Executable/ Interface Role
AD Administration adadmin

Oracle Application Manager 

Performs maintenance tasks on the Oracle Applications file system and database.
AutoPatch  adpatch Applies patches to the Oracle Applications and Oracle database (also you can add new languages and products as a patch).
AD Controller adctrl Which this utility you can restart, see the status of parallel workers in AutoPatch, AD Administration and AutoUpgrade.
AutoUpgrade adaimgr Upgrades your database code and objects from an old version to the last 11i version. This is a time consuming step. 
AD Relink adrelink Used to re-link apps executables with product libraries. This must be done if some library definition is changed or an executable is corrupted.
AD Merge Patch admrgpch Used to merge multiple patches into a single one. This is useful when we have to apply many patches to reduce the patching time.  

AD Splicer adsplice Used to register the off-cycle products (a new oracle released product which is not delivered with the initial package). 
File Character Set Converter adncnv Used to convert a file from one character set to another.
AD Configuration $AD_TOP/sql/adutconf.sql Shows information about the installed configuration of the APPS. 
AD Job Timing Report $AD_TOP/admin/sql/adtimrpt.sql Shows timing statistics about the parallel workers. 
AD File Identification adident Shows the header file of one Oracle Application file. In the header we can see the version and the timestamp of the file.  
License Manager Oracle Application Manager Licenses products, country-specific functionalities or languages.
Patch Wizard Oracle Application Manager Determines which patches was applied and which need to be applied.
Applied Patches Oracle Application Manager Keeps a history of the patches which have been applied. 


 

For AD Utilities Details,Pls check my other posts:

adadmin:

Oracle Apps DBA工具:ADADMIN使用说明, see: http://blog.csdn.net/pan_tian/article/details/7859224
ADADMIN - Generate Applications Files 菜单项详解,see: http://blog.csdn.net/pan_tian/article/details/7873898

adpatch:   

Oracle Apps Patching:adpatch(Maintenance Mode),see: http://blog.csdn.net/pan_tian/article/details/7872433

Oracle EBS使用adpatch工具打patch过程(hotpatch mode),see: http://blog.csdn.net/pan_tian/article/details/7715942


admrgpch:

AD Merge Patch:http://blog.csdn.net/pan_tian/article/details/8760823

你可能感兴趣的:(AD Utilities)