SlideShare une entreprise Scribd logo
1  sur  56
Tips and Tricks for Patching R12
Oracle Applications E-Business Suite


             Ben Prusinski
          ben@ben-oracle.com
About the Speaker

• Ben Prusinski , Oracle ACE and OCP



• More than 13 years experience with Oracle
• Author
Agenda

•   Oracle Release 12 Patching Tips
•   Focus on E-Business Suite Patching
•   New features for Release 12 Patching
•   Will not discuss database patching (opatch)
•   Performance and Availability for patching
New Features Release 12
Oracle Applications E-Business Suite

• Oracle 10gAS replaces previous version for
  application server with three OC4J instances
• New file system changes: INST_TOP
• Oracle 10gR2 database standard for 12.0
• Oracle 11gR1 database standard for 12.1
• New patching features
New Patching features EBS R12

•   Patch Application Assistant (PAA)
•   Allows you to update patch activity
•   Available in GUI or CLI versions
•   Based on perl script called admsi.pl under
    $AD_TOP/bin directory
Patch Application Assistant (PAA)
Oracle Applications Release 12 EBS

• Completed previous failed patching or
  terminated sessions that have not completed.
• Performs automation for patch tasks which
  were a manual process before Release 12
• Available in graphical interface (GUI) and
  command line (CLI) versions.
• Required for some patches per README.txt
  file instructions.
Using Patch Application Assistant for
previous patch operations
Patch Applications Assistant (PAA) –
incomplete patch operations previous patch
Patch Application Assistant (PAA)-
Incomplete patch operations: Step 2

• Provides instructions to complete patches that failed
  to run to completion
• Useful tips and scripts provided
Example:
Using Patch Application Assistant (PAA) for
Incomplete Tasks
Patch Application Assistant (PAA) for Patch
Configuration with Oracle EBS Release 12

• View instance details for a patch
Patch Application Assistant-
View Instructions for patch
• Useful tool for preparation for major patches such as
  Release Update Packs (RUP) and Maintenance
  Packs (MP) with EBS Release 12
• Simplifies planning for patch strategy
• Eliminates common mistakes for EBS patching
• Self documenting tool
Patch Application Assistant (PAA) Continued
Patch Application Assistant (PAA)
Instructions
Using Command Line (CLI) Patch Application
Assistant (PAA) for EBS Release 12
• Useful for quick generation of scripts before apply patch versus
  GUI version. Use admsi.pl –cli –help for options with PAA.
Example: PAA with CLI for Release 12
Oracle E-Business Suite

• Specify options for PATCH_TOP directory
• Generates HELPME files with patch
  instructions
Best Practices Patching Release 12 Oracle
Applications E-Business Suite

•   Availability
•   Performance
•   Minimize Downtime
•   Maintenance and Communication
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Availability

• Use hotpatch option for Auto Patch to avoid
  downtime
• Syntax: adpatch options=hotpatch
• Be careful with hotpatch for adpatch
• No way to recover if patch fails other than
  restore/recovery
• Do not use for patches that have templates or
  require Auto Config!
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Availability

• Use staged APPL_TOP

• Use shared APPL_TOP
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Availability

• Why use shared APPL_TOP?
• Simplifies patch maintenance since you can
  apply patch to one node for a multi-node
  configuration
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Availability

• Why use Staged APPL_TOP file system?
• Allows you to apply patch without incur
  downtime to applications tier to production
  system.
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Performance

•   Distributed AD with Auto Patch
•   Merge Patch Utility
•   Multiple Workers for Auto Patch
•   Compile invalid objects before patching
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Performance
• Distributed AD for Patch Performance
   Uses multiple parallel processing to spread the load of apply the
   patch across multiple nodes for an Oracle Applications
   environment. It is especially useful for multi-node configurations.
   Now let’s explore the method to setup distributed AD.
• Start Auto Patch (adpatch) or AD Controller (adctrl) with the
  distributed option.
  localworkers=<number of workers on node>
    workers=<total number or workers>
 Example:
 AutoPatch session with a total of twelve workers (four workers on
  the local node and eight workers on a remote node):
 $ adpatch workers=12 localworkers=8
Example: Distributed AD

• Node 1:
• $ adpatch localworkers=5 workers=15
• Node 2:
• $ adctrl distributed=y
  Enter the worker range: 1-10

• Node 3:
• $ adctrl distributed=y
  Enter the worker range: 11-15
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Performance

Merge Patch option (admrgpch)
• Reduces patch time in many cases
• Patch consolidation
• Fewer maintenance windows required
• Net result= more availability, less downtime
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Performance

• Options for merging patches with admrgpch
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Maintenance

•   Maintenance Notification
•   Restricted Mode with Apache
•   Timing Reports for Patch Activity
•   Patch Wizard for Automation of Patch Tasks
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Maintenance

Manage Downtime Schedules Feature
• Useful for scheduling patch activity
• Provides communication to user community
  and management
• Easy to setup and configure
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Maintenance
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Maintenance

• Notification webpage for maintenance
  window
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Maintenance

Enable Restricted Mode for Apache
• Useful for the Applications DBA when
  performing maintenance activity and need to
  access Oracle Applications Manager (OAM)
• Allows limited use of OAM interface
• Easy to setup
• Toggle on/Toggle Off as needed
• Uses txkrun script to configure
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Maintenance
How to configure Restricted Mode for Apache?
• Login as applmgr account to applications tier and
  source environment
• Shutdown application tier service with adstpall.sh
  script under $INST_TOP/admin/scripts or
  $ADMIN_SCRIPTS_HOME directory
• Run txkrun.pl script under $FND_TOP/bin directory
  with following options:
  txkrun.pl –script=ChangeApacheMode
Restart application tier services with
  $ADMIN_SCRIPTS_HOME/adstrtal.sh script
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Maintenance
• Example:
Patching Oracle Release 12 EBS
Example: Restricted Mode for Apache
Example Continued: Enable Restricted Mode
Apache for R12 Oracle EBS
Access During Restricted
Apache Mode
• Requires usage of ad_monitor account
• ad_monitor schema account must be unlocked from
  SQL*PLUS since it is disabled by default
• Access to URL must be specified in Apache
  configuration files for httpd.conf
• Auto Config variable
  s_trusted_admin_client_nodes must contain
  hostname to access OAM during downtime
• Metalink (MOS) Notes 789450.1 and 310969.1 have
  further details.
URL for Restricted Mode Access to OAM For
Release 12

• For Release 12 the default URL for Restricted
  access to OAM with ad_monitor:

http://<host>.<domain>:<port>/OA_HTML/weboamLocal/oamLogin


• Default password for ad_monitor account is lizard
Configure ad_monitor account for Restricted
Mode Access to OAM During Maintenance
Example: Access Restricted URL with
ad_monitor
Restricted Mode for Patch Monitoring with
OAM
• Restricted Mode provides monitoring of patch
  activities but not all functions available from
  OAM
Disable Apache Restricted
Mode
• Shutdown application tier services
  (adstpall.sh)
• Run txkrun.pl script under $FND_TOP/bin
  with following options:
    txkrun.pl –script=ChangeApacheMode

Specify Mode as Normal for Apache
Enter name and location for Context file
• Restart application tier services (adstrtal.sh)
Worked Example:
Disable Restricted Mode for Apache
Worked Example:
Disable Restricted Mode for Apache
Worked Example:
Disable Restricted Mode for Apache
Worked Example:
Disable Restricted Mode for Apache
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Maintenance

Timing Reports for Patch Activity
• Provides accurate method to measure
  requirements for maintenance windows
• Useful when apply patches between
  environments to estimate downtime for
  service level agreements (SLAs)
• Excellent way to troubleshoot a patch process
• Should be used as part of DBA patch strategy
Best Practices Patching Release 12 Oracle
Applications E-Business Suite- Maintenance

• Using Timing Reports for Patch Activity
• Available from Patch Wizard Utility in OAM
• Requires SYSADMIN level access
• Navigation Path:
 Site Map-> Maintenance->Timing Reports
Best Practices Patching Release 12 EBS
 Maintenance: Using Timing Reports
• Excellent way to track status for patch
  activities
Best Practices Patching Release 12 EBS
Maintenance: Using Timing Reports

• Allows you to measure and track patch run
  times and issues during and after patch
  sessions.
Best Practices Patching Release 12 EBS
Maintenance: Using Timing Reports
• Provides macro to micro level of detail for
  patch status and log files
Best Practices Patching Release 12 EBS
Maintenance: Inside the Patch Wizard

• Patch Wizard arrived in 11.5.10.2 (11iCU2)
  release for E-Business Suite
• Excellent tool to simplify and automate many
  tedious patch functions:
• Such as download recommended patches
• Also useful for patch impact analysis
• Helpful when you don’t have a test
  environment for patching!
Best Practices Patching Release 12 EBS
Maintenance: Inside the Patch Wizard

• Navigation Path to Patch Wizard:
• SYSADMIN then Site map->Maintenance
Best Practices Patching Release 12 EBS
Maintenance: Using the Patch Wizard

• Recommended Patches
• Patch Analysis
Demonstration
Oracle Applications
Release 12 Patching Tips and Tricks

•   Patch Wizard
•   Patch Application Assistant (PAA)
•   Timing Reports for Patching R12 EBS
•   Schedule Maintenance Window
Q&A Discussion
Thank You!

• Please provide feedback
• Email: ben@ben-oracle.com
• I will be available in the Oracle ACE lounge
• My blog has further tips on Oracle
  technology:
• http://oracle-magician.blogspot.com

Contenu connexe

Tendances

10 Tips for Successful 12.2 Upgrade
10 Tips for Successful 12.2 Upgrade10 Tips for Successful 12.2 Upgrade
10 Tips for Successful 12.2 UpgradeOAUGNJ
 
Preparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullPreparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullBerry Clemens
 
Managing EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceManaging EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceInSync Conference
 
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?vasuballa
 
Oracle R12 EBS Performance Tuning
Oracle R12 EBS Performance TuningOracle R12 EBS Performance Tuning
Oracle R12 EBS Performance TuningScott Jenner
 
Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1Amit Sharma
 
Oracle Release 12 E-Business Suite Patching Best Practices
Oracle Release 12 E-Business Suite Patching Best PracticesOracle Release 12 E-Business Suite Patching Best Practices
Oracle Release 12 E-Business Suite Patching Best PracticesScott Jenner
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationLinh Nguyen
 
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2vasuballa
 
EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2Berry Clemens
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationBerry Clemens
 
E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsSrinivasa Pavan Marti
 
How to Deliver a Successful Oracle E-Business Suite Upgrade
How to Deliver a Successful Oracle E-Business Suite UpgradeHow to Deliver a Successful Oracle E-Business Suite Upgrade
How to Deliver a Successful Oracle E-Business Suite UpgradeCapgemini
 
EBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-givenEBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-givenBerry Clemens
 
10 tips for successful 12.2 upgrade
10 tips for successful 12.2 upgrade10 tips for successful 12.2 upgrade
10 tips for successful 12.2 upgradeRavi Madabhushanam
 
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...vasuballa
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)pasalapudi123
 

Tendances (20)

10 Tips for Successful 12.2 Upgrade
10 Tips for Successful 12.2 Upgrade10 Tips for Successful 12.2 Upgrade
10 Tips for Successful 12.2 Upgrade
 
Upgrading 11i E-business Suite to R12 E-business Suite
Upgrading 11i E-business Suite to R12 E-business SuiteUpgrading 11i E-business Suite to R12 E-business Suite
Upgrading 11i E-business Suite to R12 E-business Suite
 
Preparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-fullPreparing for EBS R12.2-upgrade-full
Preparing for EBS R12.2-upgrade-full
 
Managing EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceManaging EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experience
 
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
What’s New in Oracle E-Business Suite R12.2 for Database Administrators?
 
Oracle R12 EBS Performance Tuning
Oracle R12 EBS Performance TuningOracle R12 EBS Performance Tuning
Oracle R12 EBS Performance Tuning
 
Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1Oracle EBS Upgrade to 12.2.5.1
Oracle EBS Upgrade to 12.2.5.1
 
Oracle Release 12 E-Business Suite Patching Best Practices
Oracle Release 12 E-Business Suite Patching Best PracticesOracle Release 12 E-Business Suite Patching Best Practices
Oracle Release 12 E-Business Suite Patching Best Practices
 
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - ConfigurationSolution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
 
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
OOW15 - Planning Your Upgrade to Oracle E-Business Suite 12.2
 
EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2EBS-technical_upgrade_best_practices 12.1 or 12.2
EBS-technical_upgrade_best_practices 12.1 or 12.2
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentation
 
E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administrators
 
How to Deliver a Successful Oracle E-Business Suite Upgrade
How to Deliver a Successful Oracle E-Business Suite UpgradeHow to Deliver a Successful Oracle E-Business Suite Upgrade
How to Deliver a Successful Oracle E-Business Suite Upgrade
 
EBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-givenEBS 12.1 and 12.2 strategy-roadmap-given
EBS 12.1 and 12.2 strategy-roadmap-given
 
SAP Landscape 2014
SAP Landscape 2014SAP Landscape 2014
SAP Landscape 2014
 
Sap system landscape best practice
Sap system landscape best practiceSap system landscape best practice
Sap system landscape best practice
 
10 tips for successful 12.2 upgrade
10 tips for successful 12.2 upgrade10 tips for successful 12.2 upgrade
10 tips for successful 12.2 upgrade
 
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
 

Similaire à Oracle EBS Release 12: Tips for Patching

Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015andreas kuncoro
 
Staged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business SuiteStaged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business Suitevasuballa
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practicesEbs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practicesaioughydchapter
 
Teraproc Application Cluster-as-a-Service Overview Presentation
Teraproc Application Cluster-as-a-Service Overview PresentationTeraproc Application Cluster-as-a-Service Overview Presentation
Teraproc Application Cluster-as-a-Service Overview PresentationGord Sissons
 
Teraproc Customer Presentation
Teraproc Customer PresentationTeraproc Customer Presentation
Teraproc Customer PresentationWilliam Lu
 
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]vasuballa
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Andrejs Prokopjevs
 
ebs-performance-tuning-part-1-470542.pdf
ebs-performance-tuning-part-1-470542.pdfebs-performance-tuning-part-1-470542.pdf
ebs-performance-tuning-part-1-470542.pdfElboulmaniMohamed
 
0396 oracle-goldengate-12c-tutorial
0396 oracle-goldengate-12c-tutorial0396 oracle-goldengate-12c-tutorial
0396 oracle-goldengate-12c-tutorialKlausePaulino
 
SAP BASIS Simplified Learning with End to End
SAP BASIS Simplified Learning with End to EndSAP BASIS Simplified Learning with End to End
SAP BASIS Simplified Learning with End to Endnagaraj2004811
 
Best practices for large oracle apps r12 implementations apps14
Best practices for large oracle apps r12 implementations apps14Best practices for large oracle apps r12 implementations apps14
Best practices for large oracle apps r12 implementations apps14Ajith Narayanan
 
KoprowskiT_SQLRelay2014#2_Southampton_MaintenancePlansForBeginners
KoprowskiT_SQLRelay2014#2_Southampton_MaintenancePlansForBeginnersKoprowskiT_SQLRelay2014#2_Southampton_MaintenancePlansForBeginners
KoprowskiT_SQLRelay2014#2_Southampton_MaintenancePlansForBeginnersTobias Koprowski
 
OOW15 - Getting Optimal Performance from Oracle E-Business Suite
OOW15 - Getting Optimal Performance from Oracle E-Business SuiteOOW15 - Getting Optimal Performance from Oracle E-Business Suite
OOW15 - Getting Optimal Performance from Oracle E-Business Suitevasuballa
 
Sap basis training demo basis online training in usa,uk and india
Sap basis training demo  basis online training in usa,uk and indiaSap basis training demo  basis online training in usa,uk and india
Sap basis training demo basis online training in usa,uk and indiamagnifics
 
Sap basis training demo basis online training in usa,uk and india
Sap basis training demo  basis online training in usa,uk and indiaSap basis training demo  basis online training in usa,uk and india
Sap basis training demo basis online training in usa,uk and indiamagnificsmile
 
St Hilaire Ajax Start Odtug Nov 2009
St Hilaire   Ajax Start Odtug Nov 2009St Hilaire   Ajax Start Odtug Nov 2009
St Hilaire Ajax Start Odtug Nov 2009ruiruitang
 
The Top 5 Practices of a Highly Successful ChangeMan ZMF Administrator
The Top 5 Practices of a Highly Successful ChangeMan ZMF AdministratorThe Top 5 Practices of a Highly Successful ChangeMan ZMF Administrator
The Top 5 Practices of a Highly Successful ChangeMan ZMF AdministratorSerena Software
 
Sap basis online training classes
Sap basis online training classesSap basis online training classes
Sap basis online training classessapehsit
 
E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsSrinivasa Pavan Marti
 

Similaire à Oracle EBS Release 12: Tips for Patching (20)

Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015
 
Staged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business SuiteStaged Patching Approach in Oracle E-Business Suite
Staged Patching Approach in Oracle E-Business Suite
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practicesEbs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practices
 
R12.2 dba
R12.2 dbaR12.2 dba
R12.2 dba
 
Teraproc Application Cluster-as-a-Service Overview Presentation
Teraproc Application Cluster-as-a-Service Overview PresentationTeraproc Application Cluster-as-a-Service Overview Presentation
Teraproc Application Cluster-as-a-Service Overview Presentation
 
Teraproc Customer Presentation
Teraproc Customer PresentationTeraproc Customer Presentation
Teraproc Customer Presentation
 
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
OOW16 - Getting Optimal Performance from Oracle E-Business Suite [CON6711]
 
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
 
ebs-performance-tuning-part-1-470542.pdf
ebs-performance-tuning-part-1-470542.pdfebs-performance-tuning-part-1-470542.pdf
ebs-performance-tuning-part-1-470542.pdf
 
0396 oracle-goldengate-12c-tutorial
0396 oracle-goldengate-12c-tutorial0396 oracle-goldengate-12c-tutorial
0396 oracle-goldengate-12c-tutorial
 
SAP BASIS Simplified Learning with End to End
SAP BASIS Simplified Learning with End to EndSAP BASIS Simplified Learning with End to End
SAP BASIS Simplified Learning with End to End
 
Best practices for large oracle apps r12 implementations apps14
Best practices for large oracle apps r12 implementations apps14Best practices for large oracle apps r12 implementations apps14
Best practices for large oracle apps r12 implementations apps14
 
KoprowskiT_SQLRelay2014#2_Southampton_MaintenancePlansForBeginners
KoprowskiT_SQLRelay2014#2_Southampton_MaintenancePlansForBeginnersKoprowskiT_SQLRelay2014#2_Southampton_MaintenancePlansForBeginners
KoprowskiT_SQLRelay2014#2_Southampton_MaintenancePlansForBeginners
 
OOW15 - Getting Optimal Performance from Oracle E-Business Suite
OOW15 - Getting Optimal Performance from Oracle E-Business SuiteOOW15 - Getting Optimal Performance from Oracle E-Business Suite
OOW15 - Getting Optimal Performance from Oracle E-Business Suite
 
Sap basis training demo basis online training in usa,uk and india
Sap basis training demo  basis online training in usa,uk and indiaSap basis training demo  basis online training in usa,uk and india
Sap basis training demo basis online training in usa,uk and india
 
Sap basis training demo basis online training in usa,uk and india
Sap basis training demo  basis online training in usa,uk and indiaSap basis training demo  basis online training in usa,uk and india
Sap basis training demo basis online training in usa,uk and india
 
St Hilaire Ajax Start Odtug Nov 2009
St Hilaire   Ajax Start Odtug Nov 2009St Hilaire   Ajax Start Odtug Nov 2009
St Hilaire Ajax Start Odtug Nov 2009
 
The Top 5 Practices of a Highly Successful ChangeMan ZMF Administrator
The Top 5 Practices of a Highly Successful ChangeMan ZMF AdministratorThe Top 5 Practices of a Highly Successful ChangeMan ZMF Administrator
The Top 5 Practices of a Highly Successful ChangeMan ZMF Administrator
 
Sap basis online training classes
Sap basis online training classesSap basis online training classes
Sap basis online training classes
 
E business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administratorsE business suite r12.2 changes for database administrators
E business suite r12.2 changes for database administrators
 

Dernier

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Dernier (20)

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

Oracle EBS Release 12: Tips for Patching

  • 1. Tips and Tricks for Patching R12 Oracle Applications E-Business Suite Ben Prusinski ben@ben-oracle.com
  • 2. About the Speaker • Ben Prusinski , Oracle ACE and OCP • More than 13 years experience with Oracle • Author
  • 3. Agenda • Oracle Release 12 Patching Tips • Focus on E-Business Suite Patching • New features for Release 12 Patching • Will not discuss database patching (opatch) • Performance and Availability for patching
  • 4. New Features Release 12 Oracle Applications E-Business Suite • Oracle 10gAS replaces previous version for application server with three OC4J instances • New file system changes: INST_TOP • Oracle 10gR2 database standard for 12.0 • Oracle 11gR1 database standard for 12.1 • New patching features
  • 5. New Patching features EBS R12 • Patch Application Assistant (PAA) • Allows you to update patch activity • Available in GUI or CLI versions • Based on perl script called admsi.pl under $AD_TOP/bin directory
  • 6. Patch Application Assistant (PAA) Oracle Applications Release 12 EBS • Completed previous failed patching or terminated sessions that have not completed. • Performs automation for patch tasks which were a manual process before Release 12 • Available in graphical interface (GUI) and command line (CLI) versions. • Required for some patches per README.txt file instructions.
  • 7. Using Patch Application Assistant for previous patch operations
  • 8. Patch Applications Assistant (PAA) – incomplete patch operations previous patch
  • 9. Patch Application Assistant (PAA)- Incomplete patch operations: Step 2 • Provides instructions to complete patches that failed to run to completion • Useful tips and scripts provided
  • 10. Example: Using Patch Application Assistant (PAA) for Incomplete Tasks
  • 11. Patch Application Assistant (PAA) for Patch Configuration with Oracle EBS Release 12 • View instance details for a patch
  • 12. Patch Application Assistant- View Instructions for patch • Useful tool for preparation for major patches such as Release Update Packs (RUP) and Maintenance Packs (MP) with EBS Release 12 • Simplifies planning for patch strategy • Eliminates common mistakes for EBS patching • Self documenting tool
  • 13. Patch Application Assistant (PAA) Continued
  • 14. Patch Application Assistant (PAA) Instructions
  • 15. Using Command Line (CLI) Patch Application Assistant (PAA) for EBS Release 12 • Useful for quick generation of scripts before apply patch versus GUI version. Use admsi.pl –cli –help for options with PAA.
  • 16. Example: PAA with CLI for Release 12 Oracle E-Business Suite • Specify options for PATCH_TOP directory • Generates HELPME files with patch instructions
  • 17. Best Practices Patching Release 12 Oracle Applications E-Business Suite • Availability • Performance • Minimize Downtime • Maintenance and Communication
  • 18. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Availability • Use hotpatch option for Auto Patch to avoid downtime • Syntax: adpatch options=hotpatch • Be careful with hotpatch for adpatch • No way to recover if patch fails other than restore/recovery • Do not use for patches that have templates or require Auto Config!
  • 19. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Availability • Use staged APPL_TOP • Use shared APPL_TOP
  • 20. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Availability • Why use shared APPL_TOP? • Simplifies patch maintenance since you can apply patch to one node for a multi-node configuration
  • 21. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Availability • Why use Staged APPL_TOP file system? • Allows you to apply patch without incur downtime to applications tier to production system.
  • 22. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Performance • Distributed AD with Auto Patch • Merge Patch Utility • Multiple Workers for Auto Patch • Compile invalid objects before patching
  • 23. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Performance • Distributed AD for Patch Performance Uses multiple parallel processing to spread the load of apply the patch across multiple nodes for an Oracle Applications environment. It is especially useful for multi-node configurations. Now let’s explore the method to setup distributed AD. • Start Auto Patch (adpatch) or AD Controller (adctrl) with the distributed option. localworkers=<number of workers on node> workers=<total number or workers> Example: AutoPatch session with a total of twelve workers (four workers on the local node and eight workers on a remote node): $ adpatch workers=12 localworkers=8
  • 24. Example: Distributed AD • Node 1: • $ adpatch localworkers=5 workers=15 • Node 2: • $ adctrl distributed=y Enter the worker range: 1-10 • Node 3: • $ adctrl distributed=y Enter the worker range: 11-15
  • 25. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Performance Merge Patch option (admrgpch) • Reduces patch time in many cases • Patch consolidation • Fewer maintenance windows required • Net result= more availability, less downtime
  • 26. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Performance • Options for merging patches with admrgpch
  • 27. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Maintenance • Maintenance Notification • Restricted Mode with Apache • Timing Reports for Patch Activity • Patch Wizard for Automation of Patch Tasks
  • 28. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Maintenance Manage Downtime Schedules Feature • Useful for scheduling patch activity • Provides communication to user community and management • Easy to setup and configure
  • 29. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Maintenance
  • 30. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Maintenance • Notification webpage for maintenance window
  • 31. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Maintenance Enable Restricted Mode for Apache • Useful for the Applications DBA when performing maintenance activity and need to access Oracle Applications Manager (OAM) • Allows limited use of OAM interface • Easy to setup • Toggle on/Toggle Off as needed • Uses txkrun script to configure
  • 32. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Maintenance How to configure Restricted Mode for Apache? • Login as applmgr account to applications tier and source environment • Shutdown application tier service with adstpall.sh script under $INST_TOP/admin/scripts or $ADMIN_SCRIPTS_HOME directory • Run txkrun.pl script under $FND_TOP/bin directory with following options: txkrun.pl –script=ChangeApacheMode Restart application tier services with $ADMIN_SCRIPTS_HOME/adstrtal.sh script
  • 33. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Maintenance • Example:
  • 34. Patching Oracle Release 12 EBS Example: Restricted Mode for Apache
  • 35. Example Continued: Enable Restricted Mode Apache for R12 Oracle EBS
  • 36. Access During Restricted Apache Mode • Requires usage of ad_monitor account • ad_monitor schema account must be unlocked from SQL*PLUS since it is disabled by default • Access to URL must be specified in Apache configuration files for httpd.conf • Auto Config variable s_trusted_admin_client_nodes must contain hostname to access OAM during downtime • Metalink (MOS) Notes 789450.1 and 310969.1 have further details.
  • 37. URL for Restricted Mode Access to OAM For Release 12 • For Release 12 the default URL for Restricted access to OAM with ad_monitor: http://<host>.<domain>:<port>/OA_HTML/weboamLocal/oamLogin • Default password for ad_monitor account is lizard
  • 38. Configure ad_monitor account for Restricted Mode Access to OAM During Maintenance
  • 39. Example: Access Restricted URL with ad_monitor
  • 40. Restricted Mode for Patch Monitoring with OAM • Restricted Mode provides monitoring of patch activities but not all functions available from OAM
  • 41. Disable Apache Restricted Mode • Shutdown application tier services (adstpall.sh) • Run txkrun.pl script under $FND_TOP/bin with following options: txkrun.pl –script=ChangeApacheMode Specify Mode as Normal for Apache Enter name and location for Context file • Restart application tier services (adstrtal.sh)
  • 46. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Maintenance Timing Reports for Patch Activity • Provides accurate method to measure requirements for maintenance windows • Useful when apply patches between environments to estimate downtime for service level agreements (SLAs) • Excellent way to troubleshoot a patch process • Should be used as part of DBA patch strategy
  • 47. Best Practices Patching Release 12 Oracle Applications E-Business Suite- Maintenance • Using Timing Reports for Patch Activity • Available from Patch Wizard Utility in OAM • Requires SYSADMIN level access • Navigation Path: Site Map-> Maintenance->Timing Reports
  • 48. Best Practices Patching Release 12 EBS Maintenance: Using Timing Reports • Excellent way to track status for patch activities
  • 49. Best Practices Patching Release 12 EBS Maintenance: Using Timing Reports • Allows you to measure and track patch run times and issues during and after patch sessions.
  • 50. Best Practices Patching Release 12 EBS Maintenance: Using Timing Reports • Provides macro to micro level of detail for patch status and log files
  • 51. Best Practices Patching Release 12 EBS Maintenance: Inside the Patch Wizard • Patch Wizard arrived in 11.5.10.2 (11iCU2) release for E-Business Suite • Excellent tool to simplify and automate many tedious patch functions: • Such as download recommended patches • Also useful for patch impact analysis • Helpful when you don’t have a test environment for patching!
  • 52. Best Practices Patching Release 12 EBS Maintenance: Inside the Patch Wizard • Navigation Path to Patch Wizard: • SYSADMIN then Site map->Maintenance
  • 53. Best Practices Patching Release 12 EBS Maintenance: Using the Patch Wizard • Recommended Patches • Patch Analysis
  • 54. Demonstration Oracle Applications Release 12 Patching Tips and Tricks • Patch Wizard • Patch Application Assistant (PAA) • Timing Reports for Patching R12 EBS • Schedule Maintenance Window
  • 56. Thank You! • Please provide feedback • Email: ben@ben-oracle.com • I will be available in the Oracle ACE lounge • My blog has further tips on Oracle technology: • http://oracle-magician.blogspot.com