|
Oracle EBS R12 Applications DBA Beta Exam Released !!!!!!!!! |
Wednesday, December 19, 2007 |
Oracle EBS R12: Install, Patch and Maintain Applications [1Z0-238]
This new exam is required as part of earning the new Oracle EBS R12 Applications Database Administrator Certified Professional certification.
By participating in this beta exam, you have the opportunity to provide the Oracle Certification program with feedback about exam content which is integral to the process of exam development. We depend on the contributions of experienced professionals and developers as we continually improve exam content and maintain the value of Oracle certifications.
There are a limited number of seats available for the beta exam. The beta version of the exam is only available for a limited period as well.
Note: You will be given 3-3.5 hours to complete the beta exam. Please plan accordingly
Testing is held at Prometric testing centers worldwide, although this exam may not be available in all countries. You must register at least 24 hours prior to taking the exam. Contact your exam provider for seat availability.
Registration begins: December 13, 2007
Beta exam period runs: January 03 – April 04, 2008
Click here for more info.
This mail has been published by Oracle. |
posted by Jaswinder Singh @ 10:52 PM |
|
|
Maintenance Mode is a new mode of operation introduced with Release 11.5.10!!!!!!!! |
|
Maintenance Mode is a new mode of operation introduced with Release 11.5.10, in which the Oracle Applications system is made accessible only for patching activities not allowing the users to login to any responsibility. This provides optimal performance for auto patch sessions, and minimizes downtime needed.
We can make the maintenance mode enable or disable either by using Ad utility (adadmin) or OAM(oracle applications Manager)
steps for enabling and disabling maintenance mode (adadmin)
1)Run the consolidated contextname.env file which is available in $APPL_TOP/ usually file name is like APPS.env Context name= SID_
2)start adadmin answer the subsequent prompts you can get the main menu of the adadmin utility select 5) change maintenance mode afterthat you will get another menu select 1)enable maintenance mode 3)When you Enable or Disable 'Maintenance Mode', adadmin will execute the script: $AD_TOP/patch/115/sql/adsetmmd.sql sending the parameter 'ENABLE' or 'DISABLE' :
4)Even you can enable the maintenance mode by calling the scripts in sql prompt sqlplus /@adsetmmd.sql ENABLE | DISABLE
5)When adsetmmd.sql runs, it sets the Profile Option 'Applications Maintenance Mode' (APPS_MAINTENANCE_MODE) to 'MAINT' to Enable 'Maintenance Mode' and to 'NORMAL' to Disable it.
After the auto patch process we have to disable the maintenance mode by using adadmin
How we know that maintenance mode is enabled ?
We can find out whether maintenance mode is enabled or not by executing the simple query
sqlplus apps/apps SQL> select fnd_profile.value('APPS_MAINTENANCE_MODE') from dual;
If the query returns MAINT then maintenance mode is enabled . If the query returns NORMAL then maintenance mode is disabled
Maintenance Mode is only needed for AutoPatch Sessions. Other AD utilities do not require Mainten |
posted by Jaswinder Singh @ 8:02 PM |
|
|
Useful Scripts!!!! Once try it ....... |
|
1. afimchk.sql Tells the status of the ICM and PMON method
2. afcmstat.sql Lists active manager processes
3. afrqrun.sql Lists all the running, waiting and terminating requests
4. afrqwait.sql Lists requests that are constrained and waiting for the ICM to release them
5. afrqscm.sql Prints log file name of managers that can run a given request. It can be used to check for possible errors when a request stays in pending status. It requires a request id value.
6. afcmcreq.sql Prints the log file name of the manager that processed the request
7. afrqstat.sql Summary of completed concurrent requests grouped by completion status and execution type. It requires number of days prior to today on which to report parameter.
8. afimlock.sql Lists locks that the ICM is waiting to get
9. afcmrrq.sql Lists managers that currently are running a request |
posted by Jaswinder Singh @ 7:50 PM |
|
|
|
|