SlideShare a Scribd company logo
Implementation of Oracle
ExaData and OFM 11g with
Banner in HCT.

Presented by:
• Khalid Tariq, Head of Enterprise Systems, km.tariq@hct.ac.ae.
• Manoj Sam, Senior DBA. OCP, Guru (Oracle Support
  Communities.), manoj.sam@hct.ac.ae.
Agenda


 •   Introduction to HCT             (Khalid Tariq)
 •   History of Banner/Oracle @HCT   (Khalid Tariq)
 •   Exadata Specifications          (Manoj Sam)
 •   Exadata Implementation          (Manoj Sam)
 •   Q&A
Introduction to HCT
Introduction to HCT
 • Started in 1988 with 239 students and 4 colleges
 • Today …. Biggest institution of Higher Education
   in UAE with more than 18,000 students and 17
   colleges
                                                 Flexible
                                               Registration

           Banner                   Banner
           Finance               Advancement


                     Banner HR


           Banner
           Student
Introduction to HCT
 HCT achievements related to Banner
          • 1st in Middle East to upgrade to Banner 7
   2005

          • 1st outside US to upgrade to Banner 8 (3rd including US)
   2008

          • 1st in UAE to go live with Advancement
   2009

          • Award for leadership in Community Source Initiative
   2010

        • Award from Vovici on empowering constituents based on data from Banner
   2011 • 1st in Middle East to implement Flexible Registration and TouchNet

        • 1st in Middle East to implement Oracle Exadata for Banner
   2012 • 1st code camp hosted by a university in the Middle East
HCT Locations : We are everywhere in UAE!
Central Support Structure
HCT Enterprise Systems
           Student, Flex Reg,                       Grade Book &
              Finance, HR,                           Attendance
             Advancement                          Management System
              Learning
             Management                           Business Intelligence
               System
                                                       Enterprise
                 Portal
                                                      Architecture

          Library Information                         Document
                System                            Management System

          Scheduling Software                     Recruitment System

          Enterprise Feedback
                                                   Payment Gateway
             Management

                                  Curriculum
                                Management Sys.
History of Banner and
Oracle @ HCT
Banner in HCT …


 Major Banner Upgrade in 2004:

 • Open VMS DB           •   Hp-ux DB servers
   servers               •   Oracle 9i RAC
 • Oracle 8i OPS         •   Banner 5.x
 • Banner 2.x with       •   OAS 9i on Linux
   many customizations       servers.
 • Client Server
Banner in HCT …

 • In 2005
   – Oracle RAC was upgraded to 10g
   – Upgraded OAS to 10g
   – Banner was upgraded to 7.x


     • In 2008:
       – Upgraded to Banner 8.x
       – Moved to new hp-ux DB servers
       – Moved OAS to new RH Linux
         servers
Banner in HCT …


 • By 2010:

   – Increase in
      •   Users
      •   Students
      •   Applications
      •   Demand for more resources.


   – Started looking into different options
The Solution: Exadata
History of Exadata
  Fastest database server on the planet
  • Oracle launched Exadata at OpenWorld 2008 in
    San Francisco. The hardware was manufactured
    and supported by HP.
  • April 2009 – Oracle bought Sun Microsystems.
  • January 2010 - Oracle announced Exadata X2 on
    Sun based hardware.
  • August 2011 - Oracle announced Exadata
    availability with Solaris (in addition to OEL –
    Oracle Enterprise Linux).
  • October 1st, 2012 Oracle announced Exadata X3
Exadata DB Machine X2-2 Full Rack
Key Features of Exadata Database Machine


• Exadata Smart Flash Cache
  –   High-performance cache for frequently accessed objects
  –   Frequently accessed data and index blocks are cached.
  –   Control file reads and writes are cached.
  –   File header reads and writes are cached.
  –   DBA can influence caching priorities.
       • ALTER TABLE customers STORAGE (CELL_FLASH_CACHE
         KEEP)
Key Features of Exadata Database Machine
• Offloading / Smart Scan
   – cell_offload_processing=TRUE
• Predicate Filtering:
   – Only the requested rows are returned to the
     database server
• Column Filtering:
   – Only the requested columns are returned to the
     database
• Exadata Storage Index
   – Storage regions of 1MB
      • Region Index
Classic Database I/O and SQL Processing
                 Model
Classic Database I/O and SQL Processing

1. The client issues a SELECT statement with a
   predicate to filter a table and return only the rows
   of interest to the user.
2. The database kernel maps this request to the file
   and extents containing the table.
3. The database kernel issues the I/Os to read all the
   table blocks.
4. All the blocks for the table being queried are read
   into memory.
5. SQL processing is conducted against the data
   blocks searching for the rows that satisfy the
   predicate.
6. The required rows are returned to the client.
Exadata Smart Scan Model
Exadata Smart Scan
1.   The client issues a SELECT statement to return some rows
     of interest.
2.   The database kernel determines that the data is stored on
     Exadata cells so an iDB command representing the SQL
     command is constructed and sent to the Exadata cells.
3.   The Exadata Storage Server software scans the data blocks
     to extract the relevant rows and columns that satisfy the
     SQL command.
4.   Exadata cells return to the database instance iDB
     messages containing the requested rows and columns of
     data. These results are not block images, so they are not
     stored in the buffer cache.
5.   The database kernel consolidates the result sets from
     across all the Exadata cells.
6.   The rows are returned to the client.
Comparison
Exadata Smart Scan
Exadata Storage Index
Exadata Database Machine X2-2
Exadata Database Machine X2-2 Quarter
Rack with 4 Storage Servers.
X2-2 Database Server Hardware Details
         (Sun Fire X4170 M2)
Exadata Storage Server X2-2 Hardware Details
            (Sun Fire X4270 M2)
Database Machine Storage Capacity
Exadata Rollout
Delivered on 15-Jan-12
Test/Development environment for Exadata.


  •   Two servers with OEL were configured with Oracle 11.2 RAC
  •   Configured OFM 11.1.1.6 on a new server.
  •   Cloned Banner DBs and configured.
  •   Banner patches for OFM 11g
      –   Web General: p1-9u56r9_bwg80300
      –   Web Tailor: b_0410_twb80300
      –   Student Self-Service: p1-9tz125_bws8040001
      –   Faculty Self-Service: p1-bc4flv_bwl8040001
      –   Employee Self-Service: p1-az6zi7_bwp80300
      –   Finance Self-Service: p1-b1ncjr_bwf80300
      –   Finance INB: p1-az74ow_fin80400
      –   p1-iov4k6_gen8040201
      –   b_0610_twb8030004
  • Configured Banner INB and SSB on OFM 11g.
  • Did rigorous testing.
Useful Banner related Documents:



  • FAQ 1-AUTYZE - Oracle 11G Database and
    Application Server
  • FAQ 1-BTZNOZ - Banner 8 Steps for
    installing and configuring Oracle WebLogic
    and Oracle Form Fusion
Banner Test environment with Exadata.


  • Selected OEL as the OS of Exadata.
  • Oracle 11.2.0.3.0
  • Configured Banner RAC DB in Exadata
    servers.
  • Installed OFM 11g on 2 new OEL servers and
    configured Banner INB and SSB.
  • Did rigorous testing with Exadata servers.
  • Tested with other applications and DBs
Exadata in Production.
  • Migration/Upgrade steps started after office hours
    on 03-May-2012 (Thursday).
      1. Migrated Production DBs to Exadata servers.
      2. Configure Banner environment and code tree.
      3. Applied Banner Patches
      4. Cobol compilers for OEL
      5. Configure job submission, sfrpipe, etc.
      6. Configured OFM 11g servers for INB and SSB
      7. Made configuration changes for Flexible Registration,
         Touch Net Payment gateway, etc.
      8. Scheduled daily jobs on new servers.
  •   05-May-2012 – Tested by different user groups.
  •   06-May-2012 – Applications Available to all users.
Administration and Monitoring using Enterprise
         Manager Cloud Control 12c
Performance improvements with Exadata.


  • Payroll
  • End of Semester processes
    –   GPA re-calculation
    –   Grade Roll
    –   Schedule Reports
    –   BI Reports
  • More DBs are being moved to ED
Other Advantages/Improvements

 • Moved DBs from standalone servers to ED
 • Reduction in number of DB servers
 • All DBs are managed at a single place
 • DBAs should change to DBMA / DMA
 • Even after moving more DBs, cpu utilization is
   still below 20%
 • No complaints related to executing multiple
   requests of high resource demanding
   reports/processes.
CPU in User Mode:
Other Advantages/Improvements

 • Twice Patch bundles were applied w/o
   downtime.
 • Involvement of Sys Admins is only around 10%
 • Reduced dependencies on components like
   SAN
 • Support from same vendor for all components –
   ORACLE.
Issues / Challenges faced.

  • Cross-platform migration
    – Hp-ux to OEL
    – Big-endian to Little-endian
    – Expdp/impdp or transportable tablespace
  • Difference in Arabic support in OFM from OAS.
  • User related issues:
    – Enabled case-sensitive passwords (11g feature)
Plans

 • Move all DBs
 • Organize data for performance enhancements.
 • Utilization of other features.
Higher Colleges of Technology
    http://www.hct.ac.ae

More Related Content

DOC
Mustafa_CV
DOC
SAMADMohammad
PPTX
One database solution for your enterprise business - Oracle 12c
DOC
PPTX
DBCS Office Hours - Modernization through Migration
DOC
Mahmoud-Fathi-CV
DOC
Ghulam_DBA_CV
PDF
Oracle Database 12c Multitenant for Consolidation
Mustafa_CV
SAMADMohammad
One database solution for your enterprise business - Oracle 12c
DBCS Office Hours - Modernization through Migration
Mahmoud-Fathi-CV
Ghulam_DBA_CV
Oracle Database 12c Multitenant for Consolidation

What's hot (19)

PPTX
DBaaS - The Next generation of database infrastructure
PPTX
Eng systems oracle_overview
DOC
abhishek tyagi
DOC
abhishekResume
PPTX
Things learned from OpenWorld 2013
DOC
Oracle_DBA_Biswachetak_palo
PPT
PPTX
Enterprise Manager DBaaS
DOC
CV_avneet
DOC
Abhishek_Mishra
PPTX
Oracle 12c Architecture
PPTX
Oracle 12c
DOC
rakesh_resume
PPT
Informix IWA: Architectural options
DOC
Ashokkumar mani's cv
DOC
Sudhanshu_CV
PDF
Informix NoSQL & Hybrid SQL detailed deep dive
DOC
Neha Sharma
PPTX
The Evolution of the Oracle Database - Then, Now and Later (Fontys Hogeschool...
DBaaS - The Next generation of database infrastructure
Eng systems oracle_overview
abhishek tyagi
abhishekResume
Things learned from OpenWorld 2013
Oracle_DBA_Biswachetak_palo
Enterprise Manager DBaaS
CV_avneet
Abhishek_Mishra
Oracle 12c Architecture
Oracle 12c
rakesh_resume
Informix IWA: Architectural options
Ashokkumar mani's cv
Sudhanshu_CV
Informix NoSQL & Hybrid SQL detailed deep dive
Neha Sharma
The Evolution of the Oracle Database - Then, Now and Later (Fontys Hogeschool...
Ad

Similar to Implementation of Oracle ExaData and OFM 11g with Banner in HCT (20)

PPTX
Majlis 2013 25 mar13 -02
PDF
Exadata Performance Optimization
ODP
100 Exadata Implementations Later-Tim Fox
PDF
Colvin exadata and_oem12c
PDF
Colvin exadata and_oem12c
PPT
SMEUG 2006 - Project IBIS: ERP at UAE University
PDF
Arrow hw barcelona_2012-18-12_v2
ODP
Exadata
PDF
Vizuri Exadata East Coast Users Conference
PPTX
Miro Consulting Oracle Exadata Database Machine Offering
PPT
Teradata vs-exadata
PPTX
Exadata 12c New Features RMOUG
PDF
Summer training oracle
PDF
Oracle Exadata Database
PPTX
Summer training oracle
PPTX
Oracle 11gR2 plain servers vs Exadata - 2013
PPTX
All (that i know) about exadata external
PDF
Big Data: Business Opportunities, Requirements and Approach
PDF
PDoolan Oracle Overview
PPT
Perfsystems- Consulting Services
Majlis 2013 25 mar13 -02
Exadata Performance Optimization
100 Exadata Implementations Later-Tim Fox
Colvin exadata and_oem12c
Colvin exadata and_oem12c
SMEUG 2006 - Project IBIS: ERP at UAE University
Arrow hw barcelona_2012-18-12_v2
Exadata
Vizuri Exadata East Coast Users Conference
Miro Consulting Oracle Exadata Database Machine Offering
Teradata vs-exadata
Exadata 12c New Features RMOUG
Summer training oracle
Oracle Exadata Database
Summer training oracle
Oracle 11gR2 plain servers vs Exadata - 2013
All (that i know) about exadata external
Big Data: Business Opportunities, Requirements and Approach
PDoolan Oracle Overview
Perfsystems- Consulting Services
Ad

More from Khalid Tariq (20)

PPTX
The Next Generation of HCT's Mobile App
PDF
Scheduling Using SyllabusPlus At Higher Colleges of Technology
PPTX
A Case Study of Banner @ HCT
PPTX
Ankabut presentation Mobile Learning in Higher Education
PPTX
Banner Enabled Enterprise Applications Ecosystem at Hct - Ankabut Presentation
PDF
Ellucian Case Study for Oracle Exadata
PDF
Vovici case study
PDF
Hct image now case study
PPTX
Student Retention & Success Tools at HCT
PPTX
SunGard Higher Education Commons and Community Source Overview
PPTX
Student Key Performance Indicators (KPIs) at Higher Colleges of Technology
PPTX
Banner 8 Upgrade at Higher Colleges of Technology
PPTX
Student Support Services on Banner Self-Service
PPT
Oracle Discoverer Reports via BSS
PPTX
Fine Grain Access Control for Admission & Graduation
PPTX
Banner - The Backbone of HCT Unified Digital Campus
PPT
CAPP and Curriculum Management at HCT
PPTX
Banner 8 Upgrade at Higher Colleges of Technology
PPTX
Banner Advancement at Higher Colleges of Technology
PPTX
HCT and SunGard HE Community Source Initiative
The Next Generation of HCT's Mobile App
Scheduling Using SyllabusPlus At Higher Colleges of Technology
A Case Study of Banner @ HCT
Ankabut presentation Mobile Learning in Higher Education
Banner Enabled Enterprise Applications Ecosystem at Hct - Ankabut Presentation
Ellucian Case Study for Oracle Exadata
Vovici case study
Hct image now case study
Student Retention & Success Tools at HCT
SunGard Higher Education Commons and Community Source Overview
Student Key Performance Indicators (KPIs) at Higher Colleges of Technology
Banner 8 Upgrade at Higher Colleges of Technology
Student Support Services on Banner Self-Service
Oracle Discoverer Reports via BSS
Fine Grain Access Control for Admission & Graduation
Banner - The Backbone of HCT Unified Digital Campus
CAPP and Curriculum Management at HCT
Banner 8 Upgrade at Higher Colleges of Technology
Banner Advancement at Higher Colleges of Technology
HCT and SunGard HE Community Source Initiative

Recently uploaded (20)

PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
RMMM.pdf make it easy to upload and study
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Sports Quiz easy sports quiz sports quiz
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Cell Structure & Organelles in detailed.
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
RMMM.pdf make it easy to upload and study
2.FourierTransform-ShortQuestionswithAnswers.pdf
Microbial diseases, their pathogenesis and prophylaxis
Sports Quiz easy sports quiz sports quiz
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
102 student loan defaulters named and shamed – Is someone you know on the list?
Pharma ospi slides which help in ospi learning
Cell Structure & Organelles in detailed.
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Supply Chain Operations Speaking Notes -ICLT Program
Microbial disease of the cardiovascular and lymphatic systems
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
VCE English Exam - Section C Student Revision Booklet
Final Presentation General Medicine 03-08-2024.pptx
PPH.pptx obstetrics and gynecology in nursing
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
school management -TNTEU- B.Ed., Semester II Unit 1.pptx

Implementation of Oracle ExaData and OFM 11g with Banner in HCT

  • 1. Implementation of Oracle ExaData and OFM 11g with Banner in HCT. Presented by: • Khalid Tariq, Head of Enterprise Systems, km.tariq@hct.ac.ae. • Manoj Sam, Senior DBA. OCP, Guru (Oracle Support Communities.), manoj.sam@hct.ac.ae.
  • 2. Agenda • Introduction to HCT (Khalid Tariq) • History of Banner/Oracle @HCT (Khalid Tariq) • Exadata Specifications (Manoj Sam) • Exadata Implementation (Manoj Sam) • Q&A
  • 4. Introduction to HCT • Started in 1988 with 239 students and 4 colleges • Today …. Biggest institution of Higher Education in UAE with more than 18,000 students and 17 colleges Flexible Registration Banner Banner Finance Advancement Banner HR Banner Student
  • 5. Introduction to HCT HCT achievements related to Banner • 1st in Middle East to upgrade to Banner 7 2005 • 1st outside US to upgrade to Banner 8 (3rd including US) 2008 • 1st in UAE to go live with Advancement 2009 • Award for leadership in Community Source Initiative 2010 • Award from Vovici on empowering constituents based on data from Banner 2011 • 1st in Middle East to implement Flexible Registration and TouchNet • 1st in Middle East to implement Oracle Exadata for Banner 2012 • 1st code camp hosted by a university in the Middle East
  • 6. HCT Locations : We are everywhere in UAE!
  • 8. HCT Enterprise Systems Student, Flex Reg, Grade Book & Finance, HR, Attendance Advancement Management System Learning Management Business Intelligence System Enterprise Portal Architecture Library Information Document System Management System Scheduling Software Recruitment System Enterprise Feedback Payment Gateway Management Curriculum Management Sys.
  • 9. History of Banner and Oracle @ HCT
  • 10. Banner in HCT … Major Banner Upgrade in 2004: • Open VMS DB • Hp-ux DB servers servers • Oracle 9i RAC • Oracle 8i OPS • Banner 5.x • Banner 2.x with • OAS 9i on Linux many customizations servers. • Client Server
  • 11. Banner in HCT … • In 2005 – Oracle RAC was upgraded to 10g – Upgraded OAS to 10g – Banner was upgraded to 7.x • In 2008: – Upgraded to Banner 8.x – Moved to new hp-ux DB servers – Moved OAS to new RH Linux servers
  • 12. Banner in HCT … • By 2010: – Increase in • Users • Students • Applications • Demand for more resources. – Started looking into different options
  • 14. History of Exadata Fastest database server on the planet • Oracle launched Exadata at OpenWorld 2008 in San Francisco. The hardware was manufactured and supported by HP. • April 2009 – Oracle bought Sun Microsystems. • January 2010 - Oracle announced Exadata X2 on Sun based hardware. • August 2011 - Oracle announced Exadata availability with Solaris (in addition to OEL – Oracle Enterprise Linux). • October 1st, 2012 Oracle announced Exadata X3
  • 15. Exadata DB Machine X2-2 Full Rack
  • 16. Key Features of Exadata Database Machine • Exadata Smart Flash Cache – High-performance cache for frequently accessed objects – Frequently accessed data and index blocks are cached. – Control file reads and writes are cached. – File header reads and writes are cached. – DBA can influence caching priorities. • ALTER TABLE customers STORAGE (CELL_FLASH_CACHE KEEP)
  • 17. Key Features of Exadata Database Machine • Offloading / Smart Scan – cell_offload_processing=TRUE • Predicate Filtering: – Only the requested rows are returned to the database server • Column Filtering: – Only the requested columns are returned to the database • Exadata Storage Index – Storage regions of 1MB • Region Index
  • 18. Classic Database I/O and SQL Processing Model
  • 19. Classic Database I/O and SQL Processing 1. The client issues a SELECT statement with a predicate to filter a table and return only the rows of interest to the user. 2. The database kernel maps this request to the file and extents containing the table. 3. The database kernel issues the I/Os to read all the table blocks. 4. All the blocks for the table being queried are read into memory. 5. SQL processing is conducted against the data blocks searching for the rows that satisfy the predicate. 6. The required rows are returned to the client.
  • 21. Exadata Smart Scan 1. The client issues a SELECT statement to return some rows of interest. 2. The database kernel determines that the data is stored on Exadata cells so an iDB command representing the SQL command is constructed and sent to the Exadata cells. 3. The Exadata Storage Server software scans the data blocks to extract the relevant rows and columns that satisfy the SQL command. 4. Exadata cells return to the database instance iDB messages containing the requested rows and columns of data. These results are not block images, so they are not stored in the buffer cache. 5. The database kernel consolidates the result sets from across all the Exadata cells. 6. The rows are returned to the client.
  • 26. Exadata Database Machine X2-2 Quarter Rack with 4 Storage Servers.
  • 27. X2-2 Database Server Hardware Details (Sun Fire X4170 M2)
  • 28. Exadata Storage Server X2-2 Hardware Details (Sun Fire X4270 M2)
  • 32. Test/Development environment for Exadata. • Two servers with OEL were configured with Oracle 11.2 RAC • Configured OFM 11.1.1.6 on a new server. • Cloned Banner DBs and configured. • Banner patches for OFM 11g – Web General: p1-9u56r9_bwg80300 – Web Tailor: b_0410_twb80300 – Student Self-Service: p1-9tz125_bws8040001 – Faculty Self-Service: p1-bc4flv_bwl8040001 – Employee Self-Service: p1-az6zi7_bwp80300 – Finance Self-Service: p1-b1ncjr_bwf80300 – Finance INB: p1-az74ow_fin80400 – p1-iov4k6_gen8040201 – b_0610_twb8030004 • Configured Banner INB and SSB on OFM 11g. • Did rigorous testing.
  • 33. Useful Banner related Documents: • FAQ 1-AUTYZE - Oracle 11G Database and Application Server • FAQ 1-BTZNOZ - Banner 8 Steps for installing and configuring Oracle WebLogic and Oracle Form Fusion
  • 34. Banner Test environment with Exadata. • Selected OEL as the OS of Exadata. • Oracle 11.2.0.3.0 • Configured Banner RAC DB in Exadata servers. • Installed OFM 11g on 2 new OEL servers and configured Banner INB and SSB. • Did rigorous testing with Exadata servers. • Tested with other applications and DBs
  • 35. Exadata in Production. • Migration/Upgrade steps started after office hours on 03-May-2012 (Thursday). 1. Migrated Production DBs to Exadata servers. 2. Configure Banner environment and code tree. 3. Applied Banner Patches 4. Cobol compilers for OEL 5. Configure job submission, sfrpipe, etc. 6. Configured OFM 11g servers for INB and SSB 7. Made configuration changes for Flexible Registration, Touch Net Payment gateway, etc. 8. Scheduled daily jobs on new servers. • 05-May-2012 – Tested by different user groups. • 06-May-2012 – Applications Available to all users.
  • 36. Administration and Monitoring using Enterprise Manager Cloud Control 12c
  • 37. Performance improvements with Exadata. • Payroll • End of Semester processes – GPA re-calculation – Grade Roll – Schedule Reports – BI Reports • More DBs are being moved to ED
  • 38. Other Advantages/Improvements • Moved DBs from standalone servers to ED • Reduction in number of DB servers • All DBs are managed at a single place • DBAs should change to DBMA / DMA • Even after moving more DBs, cpu utilization is still below 20% • No complaints related to executing multiple requests of high resource demanding reports/processes.
  • 39. CPU in User Mode:
  • 40. Other Advantages/Improvements • Twice Patch bundles were applied w/o downtime. • Involvement of Sys Admins is only around 10% • Reduced dependencies on components like SAN • Support from same vendor for all components – ORACLE.
  • 41. Issues / Challenges faced. • Cross-platform migration – Hp-ux to OEL – Big-endian to Little-endian – Expdp/impdp or transportable tablespace • Difference in Arabic support in OFM from OAS. • User related issues: – Enabled case-sensitive passwords (11g feature)
  • 42. Plans • Move all DBs • Organize data for performance enhancements. • Utilization of other features.
  • 43. Higher Colleges of Technology http://www.hct.ac.ae