SlideShare a Scribd company logo
REMINDER
Check in on the COLLABORATE
mobile app
What’s New in Oracle E-Business Suite
R12.2 for Database Administrators?
Prepared by:
Vasu Balla
Principal Consultant
The Pythian Group
Learn what’s new and different in
Oracle E-Business Suite R12.2
Session ID#: 14408
About Me
– Oracle Apps DBA with 11+
Years of Exp
– Oracle Apps ATG Customer
Advisory Board Member
– Oracle EBS Principal
Consultant at Pythian
– www.pythian.com/blog
– linked.in/in/vasuballa
– @vasuballa
About Pythian
■ Recognized Leader:
▪ Global industry-leader in remote database administration services and
consulting for Oracle, Oracle Applications, MySQL and Microsoft SQL Server
▪ Work with over 250 multinational companies such as Forbes.com, Fox Sports,
Nordion and Western Union to help manage their complex IT deployments
■ Expertise:
▪ Pythian’s data experts are the elite in their field. We have the highest
concentration of Oracle ACEs on staff—9 including 2 ACE Directors—and 2
Microsoft MVPs.
▪ Pythian holds 7 Specializations under Oracle Platinum Partner program,
including Oracle Exadata, Oracle GoldenGate & Oracle RAC
■ Global Reach & Scalability:
▪ Around the clock global remote support for DBA and consulting, systems
administration, special projects or emergency response
Agenda
■Architecture
■Installation Procedures
■Online Patching
■Database Schema Layout
■Cloning
Architecture
This is a subtitle or bulleted list
Dual File System
Source: Oracle
R12.1 vs R12.2
R12.1 | R12.2
------------------------------------------
opmn | opmn
|___ ohs | |___ ohs
|___ oacore |
|___ forms | Weblogic Admin Mgr
|___ oafm |
| Weblogic Node Mgr
CMs | |___ oacore
| |___ forms
Apps_Listener | |___ oafm
|
| CMs
|
| Apps_Listener
|
R12.1 File system Layout
Oracle Homes
/u01/E-BIZ/apps/tech_st/10.1.2
/u01/E-BIZ/apps/tech_st/10.1.3
Apps Code
/u01/E-BIZ/apps/apps_st/appl
/u01/E-BIZ/apps/apps_st/comn
Log/Config Files
/u01/E-BIZ/inst
R12.2 File system Layout
/u01/install/fsX/EBSapps/10.1.2
/u01/install/fsX/FMW_Home/oracle_common
/u01/install/fsX/FMW_Home/webtier
/u01/install/fsX/FMW_Home/Oracle_EBS-app1
/u01/install/fsX/FMW_Home/wlserver_10.3
/u01/install/fsX/EBSapps/appl
/u01/install/fsX/EBSapps/comn
/u01/install/fsX/inst
/u01/install/fs_ne
X = 1,2
R12.2 File system Layout
1. Two identical filesystems exist ( RUN &
PATCH )to support Online patching
feature
2. Single Non Editioned Filesystem that
holds AD executables, PATCH_TOP and CM
Log/Output files
3. Instance Top doesn’t hold Weblogic and
OHS config files
4. Cannot do Readonly shared appltop across
instances
Weblogic
1. Ships with both 64bit and 32bit Jrockit
Java Runtime
2. Forms Managed Server JVM, CMs & AD
utilities use 32bit jrockit
3. Rest all use 64bit jrockit
4. Known to use more memory than values set
by Xmx & Xms
Sample oacore JVM usage
$ which jrcmd
/u01/install/fs1/FMW_Home/jrockit32/bin/jrcmd
$ jrcmd 15637 print_memusage
15637:
Total mapped 2379480KB (reserved=1248288KB)
- Java heap 524288KB (reserved=0KB)
- GC tables 17548KB
- Thread stacks 27508KB (#threads=72)
- Compiled code 1048576KB (used=18784KB)
- Internal 1672KB
- OS 275448KB
- Other 267096KB
- Classblocks 11776KB (malloced=11744KB #31381)
- Java class data 204544KB (malloced=204440KB
#144252 in 31381 classes)
- Native memory tracking 1024KB (malloced=144KB #10)
Installation Procedures
This is a subtitle or bulleted list
Installation Procedures
■ Rapidwiz now shipped with RMAN backup
instead of datafiles
■ It can now install directly onto a existing
RAC cluster
■ Can also install onto to ASM
■ Cuts down build times of new instances
■ Default startCD installs JDK & JRE6
■ Download new startCD to get JDK & JRE7
{Online} Patching
This is a subtitle or bulleted list
Online Patching
■ Edition-Based-Redefinition (EBR) feature is
used by R12.2 to enable online patching
■ New edition called PATCH edition is created
during a patching cycle
■ Online users use the RUN Edition
■ Editioning Views enable new columns to be
added during a patching cycle
■ Cross-Edition Triggers enable data changed by
online users propagate to patch edition during a
patching cycle
Online Patching Overview
■ Prepare
▪ Synchronizes patch edition and run edition on the file system.
▪ Creates a new patch edition in the database.
■ Apply
▪ Executes patch drivers to update patch edition.
▪ Patches applied: can be one or many, including customizations.
■ Finalize
▪ Compiles invalid objects.
▪ Generates derived objects.
■ Cutover
▪ Configures patch edition file system to be the new run edition file system.
▪ Configures patch edition of database to be the new run edition.
▪ Restarts application tier services.
■ Cleanup
▪ Delete obsolete code and seed data to recover space.
Online Patching
■ Applied using the new utility called adop
■ Patches need to copied to PATCH_TOP before applying
( $NE_BASE/EBSapps/patch )
■ Adop can apply multiple patches in one go and has option to
merge them before apply
■ Can apply patches directly to RUN edition using hotpatch
option
■ Hotpatch option can be used to mimic old R12/11i kind of
patching style
adop phase=apply hotpatch=yes patches=xxx,yyy
■ Adop uses SID_patch service_name to connect to database
Online Patching contd.
■ Adop Connects to other nodes in multinodes setup via
ssh and applies the patch ( similar to RAC patchings)
■ Fs_clone option clones the PATCH fs from RUN fs.
■ Mandatory to Keep AD & TXK patchsets at same level
■ AD patches are online, don’t need downtime.
■ $APPL_TOP_NE/ad/custom/adop_sync.drv is used to
sync CUSTOM Code
Database Layout
This is a subtitle or bulleted list
Logical Layout
Editioning Views
Cross Edition Trigges
Editioned Storage
Cloning
This is a subtitle or bulleted list
Cloning in R12.2
■ For the most part did not change
■ FMW_Home cloning is handled by weblogic utilites
■ Adpreclone.pl creates a clone stage area of FMW_Home
under common top using weblogic utils
■ During clone, we don’t need to copy FMW_Home
■ adcfgClone builds FMW_Home using the stage area via
weblogic utilities
Misc
This is a subtitle or bulleted list
Misc
■ Apps Password change requires manual update to WLS
Datasource with new password
■ AFPASSWD utility can be used to change passwords without
DB accounts
■ SSO integration with OAM/OID is much simple as there is no
need of webgate and accessgate installs
■ 12.2.3 VirtualBox templates for single node and multinode
versions are available now
Please complete the session
evaluation
We appreciate your feedback and insight
You may complete the session evaluation either
on paper or online via the mobile app
Session ID# 14408
Thank You
balla@pythian.com
@vasuballa
www.slideshare.net/vasuballa
www.pythian.com/blog
Booth# 1535

More Related Content

PDF
Ebs 12.2 con9021_pdf_9021_0001
PPTX
Oracle EBS R12.2 - Deployment and System Administration
PPTX
cloud-migrations.pptx
PPTX
OOW15 - Online Patching with Oracle E-Business Suite 12.2
PPTX
NetScaler ADC - Customer Overview
PDF
Oracle EPM Solutions
PDF
Sharepoint Overview
PPTX
Docker basics
Ebs 12.2 con9021_pdf_9021_0001
Oracle EBS R12.2 - Deployment and System Administration
cloud-migrations.pptx
OOW15 - Online Patching with Oracle E-Business Suite 12.2
NetScaler ADC - Customer Overview
Oracle EPM Solutions
Sharepoint Overview
Docker basics

What's hot (20)

PDF
Migrating Oracle Databases to AWS
PPTX
Azure Stack Fundamentals
PDF
Kubernetes Concepts And Architecture Powerpoint Presentation Slides
PPTX
Oracle ebs db platform migration
PPTX
Oracle BI publisher intro
PDF
Terraform -- Infrastructure as Code
PDF
Docker-PPT.pdf for presentation and other
PDF
Microsoft Power Apps - A Getting Started Guide
PDF
OpenShift 4, the smarter Kubernetes platform
PPTX
Introduction to openshift
PDF
Hybrid cloud overview and VCF on VxRAIL
PDF
【Oracle Cloud ウェビナー】WebLogic Serverのご紹介
PDF
OpenShift 4 installation
PPTX
VMware vSphere technical presentation
PPT
Hyperion essbase overview
PDF
What’s New in VMware vSphere 7?
PDF
OpenShift-Technical-Overview.pdf
PPTX
Office 365 Mail migration strategies
PPT
Oracle WebLogic Server Basic Concepts
PDF
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Migrating Oracle Databases to AWS
Azure Stack Fundamentals
Kubernetes Concepts And Architecture Powerpoint Presentation Slides
Oracle ebs db platform migration
Oracle BI publisher intro
Terraform -- Infrastructure as Code
Docker-PPT.pdf for presentation and other
Microsoft Power Apps - A Getting Started Guide
OpenShift 4, the smarter Kubernetes platform
Introduction to openshift
Hybrid cloud overview and VCF on VxRAIL
【Oracle Cloud ウェビナー】WebLogic Serverのご紹介
OpenShift 4 installation
VMware vSphere technical presentation
Hyperion essbase overview
What’s New in VMware vSphere 7?
OpenShift-Technical-Overview.pdf
Office 365 Mail migration strategies
Oracle WebLogic Server Basic Concepts
Solution Manager 7.2 SAP Monitoring - Part 2 - Configuration
Ad

Viewers also liked (20)

PPTX
Oracle Ebiz R12.2 Features -- Ravi Sagaram
PPTX
E business suite r12.2 changes for database administrators
DOCX
R12.2.5 new features
PDF
OOW15 - technical upgrade best practices for oracle e-business suite 12.2
PDF
10 tips for successful 12.2 upgrade
PDF
Oracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and Administer
PDF
OOW15 - Advanced Architectures for Oracle E-Business Suite
PPT
R12 New Features In Order Management
PDF
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
PPT
Oracle Applications R12 Architecture
PPT
Basics of Oracle Purchasing
PPT
Oracle ebs overview 1
PPTX
Endeca extensions for Oracle eBusiness Suite
PDF
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
PPTX
Leverage your business with ebs extensions with endeca ppt
PPTX
Oracle endeca information discovery architecture
PPT
R12 d49656 gc10-apps dba 14
PPT
R12 d49656 gc10-apps dba 04
PPT
R12 d49656 gc10-apps dba 05
PPT
R12 d49656 gc10-apps dba 17
Oracle Ebiz R12.2 Features -- Ravi Sagaram
E business suite r12.2 changes for database administrators
R12.2.5 new features
OOW15 - technical upgrade best practices for oracle e-business suite 12.2
10 tips for successful 12.2 upgrade
Oracle E-Business Suite R12.2.5 on Database 12c: Install, Patch and Administer
OOW15 - Advanced Architectures for Oracle E-Business Suite
R12 New Features In Order Management
OOW16 - Running your E-Business Suite on Oracle Cloud (IaaS + PaaS) - Why, Wh...
Oracle Applications R12 Architecture
Basics of Oracle Purchasing
Oracle ebs overview 1
Endeca extensions for Oracle eBusiness Suite
COLLABORATE 16 Demystifying secrets of R12.2 upgrade_PPT
Leverage your business with ebs extensions with endeca ppt
Oracle endeca information discovery architecture
R12 d49656 gc10-apps dba 14
R12 d49656 gc10-apps dba 04
R12 d49656 gc10-apps dba 05
R12 d49656 gc10-apps dba 17
Ad

Similar to What’s New in Oracle E-Business Suite R12.2 for Database Administrators? (20)

PPTX
R12.2 dba
PDF
OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]
PPTX
E business suite r12.2 changes for database administrators
PDF
Online patching ebs122_aioug_appsdba_nov2017
PPT
Staged Patching Approach in Oracle E-Business Suite
PPTX
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
PPTX
SAP Basis Overview
PDF
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
PPT
R12 d49656 gc10-apps dba 01
PDF
6048618 cloning-procedure-of-r12-single-tier
PDF
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
PDF
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
PDF
App dba hints
PDF
Ae backup
DOC
Mahesh_Resume
PDF
Stored-Procedures-Presentation
PPT
Oracle Applications R12 architecture
PDF
Ebs upgrade-to-12.2 technical-upgrade_best_practices
PDF
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
PPT
Anatomy of Autoconfig in Oracle E-Business Suite
R12.2 dba
OOW16 - Online Patching with Oracle E-Business Suite 12.2 [CON6710]
E business suite r12.2 changes for database administrators
Online patching ebs122_aioug_appsdba_nov2017
Staged Patching Approach in Oracle E-Business Suite
Optimize DR and Cloning with Logical Hostnames in Oracle E-Business Suite (OA...
SAP Basis Overview
Aioug2017 deploying-ebs-on-prem-and-on-oracle-cloud v2
R12 d49656 gc10-apps dba 01
6048618 cloning-procedure-of-r12-single-tier
Tips_Tricks_for_Oracle_E-Business Suite_Database_Upgrade.pdf
Collaborate 2014 OAUG - EBS 11i Upgrade to R12 - Compare versions 12.2 vs 12.1
App dba hints
Ae backup
Mahesh_Resume
Stored-Procedures-Presentation
Oracle Applications R12 architecture
Ebs upgrade-to-12.2 technical-upgrade_best_practices
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Anatomy of Autoconfig in Oracle E-Business Suite

More from vasuballa (20)

PDF
Securing Oracle EBS on Oracle Cloud Infrastructure_PPT_v2.pdf
PPTX
Oracle E-Business Suite on Kubernetes Cluster
PPTX
Using oracle cloud to speed up e business suite 12.2 upgrade
PDF
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
PPTX
Oracle EBS database upgrade to 12c
PPTX
EBS on Oracle Cloud
PDF
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
PDF
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
PDF
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
PDF
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
PDF
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
PDF
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
PDF
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
PDF
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
PDF
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
PDF
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
PDF
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
PDF
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
PDF
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
PDF
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...
Securing Oracle EBS on Oracle Cloud Infrastructure_PPT_v2.pdf
Oracle E-Business Suite on Kubernetes Cluster
Using oracle cloud to speed up e business suite 12.2 upgrade
Securing oracle e-business suite 12.1 and 12.2 technology infrastructure
Oracle EBS database upgrade to 12c
EBS on Oracle Cloud
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Oracle E-Business Suite: What’s New in Release 12.2 Beyond Online Pat...
OOW16 - Oracle E-Business Suite 12 Upgrade Experience for a 14 TB Oracle E-Bu...
OOW16 - Planning Your Upgrade to Oracle E-Business Suite 12.2 [CON1423]
OOW16 - Testing Oracle E-Business Suite Best Practices [CON6713]
OOW16 - Technical Upgrade Best Practices for Oracle E-Business Suite 12.2 [CO...
OOW16 - Personalizing Oracle E-Business Suite: The Next Generation [CON6716]
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Simplified and Touch-Friendly User Interface in Oracle E-Business Sui...
OOW16 - Faster and Better: Oracle E-Business Suite Desktop Integration Enhanc...
OOW16 - Oracle E-Business Suite in Oracle Cloud: Technical Insight [CON6723]
OOW16 - Leverage Oracle Integration Cloud Service for Oracle E-Business Suite...
OOW16 - Maintenance Strategies for Oracle E-Business Suite [CON6725]
OOW16 - Oracle E-Business Suite: Technology Certification Primer and Roadmap ...

Recently uploaded (20)

PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation theory and applications.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Modernizing your data center with Dell and AMD
PPTX
Big Data Technologies - Introduction.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Cloud computing and distributed systems.
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Mobile App Security Testing_ A Comprehensive Guide.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation theory and applications.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
NewMind AI Weekly Chronicles - August'25 Week I
“AI and Expert System Decision Support & Business Intelligence Systems”
Modernizing your data center with Dell and AMD
Big Data Technologies - Introduction.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Empathic Computing: Creating Shared Understanding
Cloud computing and distributed systems.
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
20250228 LYD VKU AI Blended-Learning.pptx
NewMind AI Monthly Chronicles - July 2025
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...

What’s New in Oracle E-Business Suite R12.2 for Database Administrators?

  • 1. REMINDER Check in on the COLLABORATE mobile app What’s New in Oracle E-Business Suite R12.2 for Database Administrators? Prepared by: Vasu Balla Principal Consultant The Pythian Group Learn what’s new and different in Oracle E-Business Suite R12.2 Session ID#: 14408
  • 2. About Me – Oracle Apps DBA with 11+ Years of Exp – Oracle Apps ATG Customer Advisory Board Member – Oracle EBS Principal Consultant at Pythian – www.pythian.com/blog – linked.in/in/vasuballa – @vasuballa
  • 3. About Pythian ■ Recognized Leader: ▪ Global industry-leader in remote database administration services and consulting for Oracle, Oracle Applications, MySQL and Microsoft SQL Server ▪ Work with over 250 multinational companies such as Forbes.com, Fox Sports, Nordion and Western Union to help manage their complex IT deployments ■ Expertise: ▪ Pythian’s data experts are the elite in their field. We have the highest concentration of Oracle ACEs on staff—9 including 2 ACE Directors—and 2 Microsoft MVPs. ▪ Pythian holds 7 Specializations under Oracle Platinum Partner program, including Oracle Exadata, Oracle GoldenGate & Oracle RAC ■ Global Reach & Scalability: ▪ Around the clock global remote support for DBA and consulting, systems administration, special projects or emergency response
  • 5. Architecture This is a subtitle or bulleted list
  • 7. R12.1 vs R12.2 R12.1 | R12.2 ------------------------------------------ opmn | opmn |___ ohs | |___ ohs |___ oacore | |___ forms | Weblogic Admin Mgr |___ oafm | | Weblogic Node Mgr CMs | |___ oacore | |___ forms Apps_Listener | |___ oafm | | CMs | | Apps_Listener |
  • 8. R12.1 File system Layout Oracle Homes /u01/E-BIZ/apps/tech_st/10.1.2 /u01/E-BIZ/apps/tech_st/10.1.3 Apps Code /u01/E-BIZ/apps/apps_st/appl /u01/E-BIZ/apps/apps_st/comn Log/Config Files /u01/E-BIZ/inst
  • 9. R12.2 File system Layout /u01/install/fsX/EBSapps/10.1.2 /u01/install/fsX/FMW_Home/oracle_common /u01/install/fsX/FMW_Home/webtier /u01/install/fsX/FMW_Home/Oracle_EBS-app1 /u01/install/fsX/FMW_Home/wlserver_10.3 /u01/install/fsX/EBSapps/appl /u01/install/fsX/EBSapps/comn /u01/install/fsX/inst /u01/install/fs_ne X = 1,2
  • 10. R12.2 File system Layout 1. Two identical filesystems exist ( RUN & PATCH )to support Online patching feature 2. Single Non Editioned Filesystem that holds AD executables, PATCH_TOP and CM Log/Output files 3. Instance Top doesn’t hold Weblogic and OHS config files 4. Cannot do Readonly shared appltop across instances
  • 11. Weblogic 1. Ships with both 64bit and 32bit Jrockit Java Runtime 2. Forms Managed Server JVM, CMs & AD utilities use 32bit jrockit 3. Rest all use 64bit jrockit 4. Known to use more memory than values set by Xmx & Xms
  • 12. Sample oacore JVM usage $ which jrcmd /u01/install/fs1/FMW_Home/jrockit32/bin/jrcmd $ jrcmd 15637 print_memusage 15637: Total mapped 2379480KB (reserved=1248288KB) - Java heap 524288KB (reserved=0KB) - GC tables 17548KB - Thread stacks 27508KB (#threads=72) - Compiled code 1048576KB (used=18784KB) - Internal 1672KB - OS 275448KB - Other 267096KB - Classblocks 11776KB (malloced=11744KB #31381) - Java class data 204544KB (malloced=204440KB #144252 in 31381 classes) - Native memory tracking 1024KB (malloced=144KB #10)
  • 13. Installation Procedures This is a subtitle or bulleted list
  • 14. Installation Procedures ■ Rapidwiz now shipped with RMAN backup instead of datafiles ■ It can now install directly onto a existing RAC cluster ■ Can also install onto to ASM ■ Cuts down build times of new instances ■ Default startCD installs JDK & JRE6 ■ Download new startCD to get JDK & JRE7
  • 15. {Online} Patching This is a subtitle or bulleted list
  • 16. Online Patching ■ Edition-Based-Redefinition (EBR) feature is used by R12.2 to enable online patching ■ New edition called PATCH edition is created during a patching cycle ■ Online users use the RUN Edition ■ Editioning Views enable new columns to be added during a patching cycle ■ Cross-Edition Triggers enable data changed by online users propagate to patch edition during a patching cycle
  • 17. Online Patching Overview ■ Prepare ▪ Synchronizes patch edition and run edition on the file system. ▪ Creates a new patch edition in the database. ■ Apply ▪ Executes patch drivers to update patch edition. ▪ Patches applied: can be one or many, including customizations. ■ Finalize ▪ Compiles invalid objects. ▪ Generates derived objects. ■ Cutover ▪ Configures patch edition file system to be the new run edition file system. ▪ Configures patch edition of database to be the new run edition. ▪ Restarts application tier services. ■ Cleanup ▪ Delete obsolete code and seed data to recover space.
  • 18. Online Patching ■ Applied using the new utility called adop ■ Patches need to copied to PATCH_TOP before applying ( $NE_BASE/EBSapps/patch ) ■ Adop can apply multiple patches in one go and has option to merge them before apply ■ Can apply patches directly to RUN edition using hotpatch option ■ Hotpatch option can be used to mimic old R12/11i kind of patching style adop phase=apply hotpatch=yes patches=xxx,yyy ■ Adop uses SID_patch service_name to connect to database
  • 19. Online Patching contd. ■ Adop Connects to other nodes in multinodes setup via ssh and applies the patch ( similar to RAC patchings) ■ Fs_clone option clones the PATCH fs from RUN fs. ■ Mandatory to Keep AD & TXK patchsets at same level ■ AD patches are online, don’t need downtime. ■ $APPL_TOP_NE/ad/custom/adop_sync.drv is used to sync CUSTOM Code
  • 20. Database Layout This is a subtitle or bulleted list
  • 25. Cloning This is a subtitle or bulleted list
  • 26. Cloning in R12.2 ■ For the most part did not change ■ FMW_Home cloning is handled by weblogic utilites ■ Adpreclone.pl creates a clone stage area of FMW_Home under common top using weblogic utils ■ During clone, we don’t need to copy FMW_Home ■ adcfgClone builds FMW_Home using the stage area via weblogic utilities
  • 27. Misc This is a subtitle or bulleted list
  • 28. Misc ■ Apps Password change requires manual update to WLS Datasource with new password ■ AFPASSWD utility can be used to change passwords without DB accounts ■ SSO integration with OAM/OID is much simple as there is no need of webgate and accessgate installs ■ 12.2.3 VirtualBox templates for single node and multinode versions are available now
  • 29. Please complete the session evaluation We appreciate your feedback and insight You may complete the session evaluation either on paper or online via the mobile app Session ID# 14408