ORACLE APPS DBA - 11i/r12 Concepts Ad Utilities
ORACLE APPS DBA - 11i/r12 Concepts Ad Utilities
-Orapundits Management
AD UTILITIES ==================================================
AD also called as Application DBA. AD_TOP is product in Application which is under directory APPL_TOP/ad/11.5.0. This top containing Utilities & program code which is very frequently used by DBAs. So where are these utilities or program in file system? (its in AD_TOP/bin ) Lets see one line definition of each AD Utility ? AD Utilities are a group of tools designed to install, upgrade, maintain, and patch applications. ADPATCH? Is a utility that is used to apply individual patches, mini-packs, or maintenance packs to an Oracle Applications instance ADADMIN? AD Administration (adadmin) is used performs maintenance/administration tasks on an Oracle Apps Instance. Task associated with adadmin are divided into two broad categories database and file system task. ADCTRL ? Utility to determine status of worker (started by adpatch , adadmin or other ad utility) and to control ( restart/drop/skip) workers. ADRELINK ? Used to relink apps executables with product libraries , if some library defination is changed or executable is corrupted. ADMRGPCH ? To merge different patches & create single patch . This is helpful when you have too many patches , you can merge them & apply in one shot. ADCLONE ? Utility to clone Insatnce from Test to Prod , Vice Versa ADCONFIG ? To configure different components in Aplications like changing port number or domainname or incresing number of JVM's ADIDENT ? utility to find version of a file in oracle applications (Identification ) ADLICMGR ?
Orapundits Consulting Services, A11/12, Banjara Gardens, Banjara Hills, Road No.12, Hyd-34
Page 1
AD Admin Adadmin is a utility that performs a number of tasks required from maintain and administering an Oracle Applications instance. On a broad level the tasks performed by adadmin can be categorized into database activities and Applications file system management tasks. In addition to these, adadmin in 11.5.10 onwards you can use adadmin to put the system in Maintenance Mode also. Maintenance mode is special mode introduced to facilitate maintenance tasks like patch application. Before you run adadmin you must ensure the following. Set your applications environment Ensure that you have sufficient space in tmp disk. For certain adadmin task you may require to shut down your concurrent managers You can run adadmin by typing adadmin at the command prompt after setting the environment. $adadmin At the time of execution adadmin prompts you to verify and enter several information pertaining to your applications installation like APPL_TOP location, ORACLE_HOME.adadmin log file name, batch size etc. The main menu of adadmin presents you with the following six choices AD Administration Main Menu -1. Generate Applications Files menu 2. Maintain Applications Files menu 3. Compile/Reload Applications Database Entities menu 4. Maintain Applications Database Entities menu 5. Change Maintenance Mode 6. Exit AD Administration First two options are related to maintaining applications file system the second two options relate to database activities, the fifth option here is used to put the system in maintenance mode and bring it back from maintenance mode.
Orapundits Consulting Services, A11/12, Banjara Gardens, Banjara Hills, Road No.12, Hyd-34
Page 2
Orapundits Consulting Services, A11/12, Banjara Gardens, Banjara Hills, Road No.12, Hyd-34
Orapundits Consulting Services, A11/12, Banjara Gardens, Banjara Hills, Road No.12, Hyd-34
Page 4