SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
Because Knowledge Matters




A market leader in the field of technical training for over a
decade is glad to organize a workshop on ORACLE
Technology to shape the career of bright students and to
turn them into great engineers. We hope to have a good
time with you.
ORACLE
Introduction to Oracle

        Physical Structure
        Logical Structure
               SOA
      Background Processes
        Backup Methods
 Computer Science Database – CS01
      Administrative Tasks
FEATURES OF ORACLE
      Managing Storage and Data

     Managing & Using Information
  Maintaining Availability, Security and
              Performance
Managing Systems And Managing Change
ORACLE TASK
• Cold Backup (aka Consistent Backups)
   – The only way to make a consistent whole database backup
     is to shut down the database with the NORMAL,
     IMMEDIATE, or TRANSACTIONAL options and make the
     backup while the database is closed.
   – Advantage : No recovery is required after datafiles are
     restored – quicker restore
   – Disadvantage : No access to database during backup time
     (depends on size/system speed)
Oracle Corporation

• US$ 10b company

• Over 40,000 employees

• 200,000 Database Customers Worldwide

• 13,000 Applications Customers Worldwide
Automatic Storage Management
                  • The preferred and best storage
ASM Disk
                    manager for Oracle Databases
 ASM Disk
   ASM Disk         –   Easier to manage than file systems
     ASM Disk
       ASM Disk     –   Performance of raw volumes
                    –   Built-in to Oracle database
                    –   Shared storage pool for all
                        databases
                  • Free, and widely adopted
                    – >65% of 10g RAC deployments on ASM
                    – >25% of 10g customers already using ASM
                    – Many VLDB over 10TB
SecureFiles Breaks the
      Performance Barrier!
      File Read Performance            • Innovative technology for high
      (MB/second)
                                         performance large object data
120            SecureFiles                –Smart buffering, write
100
                         Linux Files       gathering, intelligent locking
 80
 60                                       –Fast bulk data transfers, LOB
                                           prefetch
 40                           LOBs
 20                                    • Much faster than LOBs with more
  0                                      capabilities
      0.1      1         10      100   • File system-like performance with
             File Size (MB)
                                         database functionality!
Database
   Encryption

• Encrypt at a column level (10g)
• New: encrypt entire tablespaces
• Redo, undo, backups also
  encrypted
• Key management done by
  database
• Transparent to applications
Oracle Partitioning
               10 years of innovation
               Core functionality
Oracle8        Range partitions, global range index
Oracle8i       Hash and composite range-hash partitioning
Oracle9i       List partitioning
Oracle9i R2    Composite range-list partitioning
Oracle 10g     Global hash indexes
Oracle 10g R2 1M partitions per table
Extending Oracle’
                           XML Lead

                        Performance
            Comprehensive XML storage and indexing
              and efficient end-to-end XML processing

• Binary XML - Compact and efficient storage representation
   –   Complements existing object storage and text storage models
   –   XMLtype storage format transparent to developer
   –   Single, compact XML representation across client, mid-tier, db
   –   Plan to place our Binary XML format into open source
• XML Path Indexing for schema-less XML documents
Oracle XMLDB –
                       Sustained Innovation


                                                            Binary XML
                                                             Storage
                                                             & Indexing
                                            XQuery
Performance




                       XML
                        Storage &
              XML       Repository
               API’s

               1998      2001        2004            2007
Data Security: Oracle Products
                                              Access
Identity
                                              Control
Management                                    • Database Vault
• Oracle Identity Management                  • Label Security


                               Core
                               Platform
Monitoring
                               Security
                                          Data
• Audit Vault
• EM Configuration Pack                   Protection
                                          • Advanced Security
                                          • Secure Backup
Oracle Workflow Architecture

   Web
Notification                    Business Event      Notification      Workflow
                                   System            Services          Engine        Workflow
 Worklist                                                                             Builder
                                    Send              Send           Execution

  Web                              Receive           Respond         Definition
 Monitor
                                                                                     Workflow
                 Oracle             Raise            Forward       Administration     Loader
                  HTTP
                 Server             Listen            Cancel        Monitoring
   Web
  Admin                            Query              Query            Query
                                                                                       Workflow
   Tools
                                                                                       Definition
                                                                                         Files


                             Oracle Workflow Enabled Application


                                                                                      Workflow
 Browser       Application
                                             Oracle Database Server                 Development
  Client         Server                                                                Client
Automatic Diagnostic Workflow
           Diagnostic
            Repository
                                            Alert DBA
Error!
                                            Run Health Checks


              Auto Incident Creation
              First-Failure Capture
                                                 Check Metalink




               If unknown issue                            If known issue
          Package incident & config                   Apply patch / workaround
          Use Repair Advisor           EM Support     Use Repair Advisors
                                        Workbench

         Reduce Time to Problem Resolution
Develop on Windows, Database on any
           Platform(.net)
                              Windows
   Oracle Developer
   Tools for VS.NET
                              Linux
      Visual Studio
      Environment
                              Unix

       Windows
                              Other


                        Oracle 10g, 9i, or 8i
Write .NET Stored Procedures for Oracle
    Oracle Developer
    Tools for VS.NET

     Visual Studio                 Client
     Environment                 Application

              Develop
                                        Invoke
     C#,VB.NET,C++
     Server Project
      (Use ODP.NET                             Invoke     Stored
       if required)                                     Procedure,
                                                          SQL ..
                Build   Deploy

       Assembly                                    Oracle DB
        foo.dll
       (proc sp)                                   Extensions
                                 Stored Proc        for .NET
Oracle AS Containers for J2EE
       Demonstration
• Highest Quality of Service
  – Performance
  – Scalability
  – Availability
  – Security
• Lowest Cost
• Easier to Manage
• Reduce risk of change
WHY ORACLE??
Oracle Developer
Tools for VS.NET
                                                             IIS
                                                                           MTS/
                 Develop    C++, C#,       Deploy           (ASP
                                                                           COM+
 Visual Studio              VB .NET                       ASP.NET)
 Environment               Application
                                                              Application
                                                                     IIS
                                  Deploy
         Database
         Development


                                                           ODP.NET
                           Oracle DB
                           Extensions
                            For .NET                Oracle Services for MTS
Benefits
• Easy to learn and intuitive
• Leverage SQL Server development experience
• Powerful features that enhance productivity – e.g
  designers, auto code generation
• Exposes latest and greatest Oracle functionality
• Stay in Visual Studio for project lifecycle
Go-to-Market
                                          Engagement
                                         PARTNER CATEGORIES

               EDUCATION        HW /                                     SERVICE       SYSTEM
                                           ISV         RESELLERS                    INTEGRATORS
               PROVIDERS         INF                                    PROVIDERS


                                                                    Certified
                      Partner              Certified               Advantage


                                  BUSINESS DEVELOPMENT INITIATIVES
GO-TO-MARKET




                                       INDUSTRIES
                                                                                MID-MARKET


                                 INFLUENCE / RESALE / REFERRAL
WHAT CETPA OFFERS….
•   Writing Basic SQL Statement.
•   Restricting and Sorting Data.
•   Single Row Function.
•   Displaying Data From Multiple Tables.
•   Aggregating Data Using GROUP Function.
•   Sub-Queries.
•   Creating and Managing Tables.
•   Including Constraints.
•   Views.
•   Other Database Objects.
•   Controlling User-Access.
•   USING SET Operators.
•   Enhancement to the GROUP BY Clause.
•   Advance Sub-Queries.
•   Hierarchical Retrieval.
Contact Details
THANK YOU…

   We are really very grateful to all of you for sharing your
    valuable time with us during the workshop. We hope
    you had a good time learning with us and we look
    forward to hear from you very soon in near future.!!!
            Have a great time ahead………!!!!!

Presented by:

Weitere ähnliche Inhalte

Was ist angesagt?

My sql 5.5_product_update
My sql 5.5_product_updateMy sql 5.5_product_update
My sql 5.5_product_update
henriquesidney
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sql
Samuel ZĂźrcher
 
A Practitioner's Guide to Successfully Migrate from Oracle to Sybase ASE Part 1
A Practitioner's Guide to Successfully Migrate from Oracle to Sybase ASE Part 1A Practitioner's Guide to Successfully Migrate from Oracle to Sybase ASE Part 1
A Practitioner's Guide to Successfully Migrate from Oracle to Sybase ASE Part 1
Dobler Consulting
 
Enabling: Optimized Integrations at Amway with Oracle SOA Suite
Enabling: Optimized Integrations at Amway with Oracle SOA SuiteEnabling: Optimized Integrations at Amway with Oracle SOA Suite
Enabling: Optimized Integrations at Amway with Oracle SOA Suite
Revelation Technologies
 

Was ist angesagt? (20)

Application-Driven Virtualization: Architectural Considerations
Application-Driven Virtualization: Architectural ConsiderationsApplication-Driven Virtualization: Architectural Considerations
Application-Driven Virtualization: Architectural Considerations
 
Oracle Database Appliance
Oracle Database ApplianceOracle Database Appliance
Oracle Database Appliance
 
Infrastruttura Scalabile Per Applicazioni Aziendali Oracle - Virtualise wit...
Infrastruttura Scalabile Per Applicazioni Aziendali   Oracle - Virtualise wit...Infrastruttura Scalabile Per Applicazioni Aziendali   Oracle - Virtualise wit...
Infrastruttura Scalabile Per Applicazioni Aziendali Oracle - Virtualise wit...
 
Managing Oracle Fusion Middleware
Managing Oracle Fusion MiddlewareManaging Oracle Fusion Middleware
Managing Oracle Fusion Middleware
 
My sql 5.6_replwebinar_may12
My sql 5.6_replwebinar_may12My sql 5.6_replwebinar_may12
My sql 5.6_replwebinar_may12
 
Password Policies in Oracle Access Manager. How to improve user authenticatio...
Password Policies in Oracle Access Manager. How to improve user authenticatio...Password Policies in Oracle Access Manager. How to improve user authenticatio...
Password Policies in Oracle Access Manager. How to improve user authenticatio...
 
Microsoft SQL Server Distributing Data with R2 Bertucci
Microsoft SQL Server Distributing Data with R2 BertucciMicrosoft SQL Server Distributing Data with R2 Bertucci
Microsoft SQL Server Distributing Data with R2 Bertucci
 
WebLogic 12c Developer Deep Dive at Oracle Develop India 2012
WebLogic 12c Developer Deep Dive at Oracle Develop India 2012WebLogic 12c Developer Deep Dive at Oracle Develop India 2012
WebLogic 12c Developer Deep Dive at Oracle Develop India 2012
 
Sybase To Oracle Migration for DBAs
Sybase To Oracle Migration for DBAsSybase To Oracle Migration for DBAs
Sybase To Oracle Migration for DBAs
 
My sql 5.5_product_update
My sql 5.5_product_updateMy sql 5.5_product_update
My sql 5.5_product_update
 
MySQL HA Solutions
MySQL HA SolutionsMySQL HA Solutions
MySQL HA Solutions
 
JavaOne 2012 - BOF7955 ­ Avoiding Java EE Application Design Traps to Achieve...
JavaOne 2012 - BOF7955 ­ Avoiding Java EE Application Design Traps to Achieve...JavaOne 2012 - BOF7955 ­ Avoiding Java EE Application Design Traps to Achieve...
JavaOne 2012 - BOF7955 ­ Avoiding Java EE Application Design Traps to Achieve...
 
What You Should Know About WebLogic Server 12c (12.2.1.2) #oow2015 #otntour2...
What You Should Know About WebLogic Server 12c (12.2.1.2)  #oow2015 #otntour2...What You Should Know About WebLogic Server 12c (12.2.1.2)  #oow2015 #otntour2...
What You Should Know About WebLogic Server 12c (12.2.1.2) #oow2015 #otntour2...
 
Architecture and tools
Architecture and toolsArchitecture and tools
Architecture and tools
 
Sp2010 high availlability_sql
Sp2010 high availlability_sqlSp2010 high availlability_sql
Sp2010 high availlability_sql
 
A Practitioner's Guide to Successfully Migrate from Oracle to Sybase ASE Part 1
A Practitioner's Guide to Successfully Migrate from Oracle to Sybase ASE Part 1A Practitioner's Guide to Successfully Migrate from Oracle to Sybase ASE Part 1
A Practitioner's Guide to Successfully Migrate from Oracle to Sybase ASE Part 1
 
AMIS OOW Review 2012 - Deel 7 - Lucas Jellema
AMIS OOW Review 2012 - Deel 7 - Lucas JellemaAMIS OOW Review 2012 - Deel 7 - Lucas Jellema
AMIS OOW Review 2012 - Deel 7 - Lucas Jellema
 
Multiple ldap implementation with ebs using oid
Multiple ldap implementation with ebs using oidMultiple ldap implementation with ebs using oid
Multiple ldap implementation with ebs using oid
 
The Very Very Latest in Database Development - Oracle Open World 2012
The Very Very Latest in Database Development - Oracle Open World 2012The Very Very Latest in Database Development - Oracle Open World 2012
The Very Very Latest in Database Development - Oracle Open World 2012
 
Enabling: Optimized Integrations at Amway with Oracle SOA Suite
Enabling: Optimized Integrations at Amway with Oracle SOA SuiteEnabling: Optimized Integrations at Amway with Oracle SOA Suite
Enabling: Optimized Integrations at Amway with Oracle SOA Suite
 

Ähnlich wie Summer training oracle

2.Oracle’S High Availability Vision
2.Oracle’S High Availability Vision2.Oracle’S High Availability Vision
2.Oracle’S High Availability Vision
Ermando
 
OOW09 Ebs Tuning Final
OOW09 Ebs Tuning FinalOOW09 Ebs Tuning Final
OOW09 Ebs Tuning Final
jucaab
 
Oracle my sql cluster cge
Oracle my sql cluster cgeOracle my sql cluster cge
Oracle my sql cluster cge
seungdon1
 
Exadata overview audio
Exadata overview audioExadata overview audio
Exadata overview audio
Ahmed Mekawy
 
20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser
ahmed farouk
 
Workflow bis17
Workflow bis17Workflow bis17
Workflow bis17
sakpob
 
Ultimate SharePoint Infrastructure Best Practices Session - Live360 Orlando 2012
Ultimate SharePoint Infrastructure Best Practices Session - Live360 Orlando 2012Ultimate SharePoint Infrastructure Best Practices Session - Live360 Orlando 2012
Ultimate SharePoint Infrastructure Best Practices Session - Live360 Orlando 2012
Michael Noel
 
Oracle day co_opensource_final
Oracle day co_opensource_finalOracle day co_opensource_final
Oracle day co_opensource_final
Manuel Contreras
 

Ähnlich wie Summer training oracle (20)

Summer training oracle
Summer training   oracle Summer training   oracle
Summer training oracle
 
Oracle Application Management Suite
Oracle Application Management SuiteOracle Application Management Suite
Oracle Application Management Suite
 
2.Oracle’S High Availability Vision
2.Oracle’S High Availability Vision2.Oracle’S High Availability Vision
2.Oracle’S High Availability Vision
 
(ATS4-APP09)Tips and tricks for Managing Symyx Notebook Server Performance
(ATS4-APP09)Tips and tricks for Managing Symyx Notebook Server Performance(ATS4-APP09)Tips and tricks for Managing Symyx Notebook Server Performance
(ATS4-APP09)Tips and tricks for Managing Symyx Notebook Server Performance
 
OOW09 Ebs Tuning Final
OOW09 Ebs Tuning FinalOOW09 Ebs Tuning Final
OOW09 Ebs Tuning Final
 
Oracle my sql cluster cge
Oracle my sql cluster cgeOracle my sql cluster cge
Oracle my sql cluster cge
 
Oracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition WebcastOracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition Webcast
 
Exadata overview audio
Exadata overview audioExadata overview audio
Exadata overview audio
 
21st Century SOA
21st Century SOA21st Century SOA
21st Century SOA
 
20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser
 
Workflow bis17
Workflow bis17Workflow bis17
Workflow bis17
 
Oow Ppt 2
Oow Ppt 2Oow Ppt 2
Oow Ppt 2
 
Exalogic Bcn
Exalogic BcnExalogic Bcn
Exalogic Bcn
 
Expertezed 2012 Webcast - XML DB Use Cases
Expertezed 2012 Webcast - XML DB Use CasesExpertezed 2012 Webcast - XML DB Use Cases
Expertezed 2012 Webcast - XML DB Use Cases
 
(ATS4-PLAT05) Accelrys Catalog: A Search Index for AEP
(ATS4-PLAT05) Accelrys Catalog: A Search Index for AEP(ATS4-PLAT05) Accelrys Catalog: A Search Index for AEP
(ATS4-PLAT05) Accelrys Catalog: A Search Index for AEP
 
ORACLE 9i
ORACLE 9iORACLE 9i
ORACLE 9i
 
(ATS3-APP14) Troubleshooting Symyx Notebook client performance
(ATS3-APP14) Troubleshooting Symyx Notebook client performance(ATS3-APP14) Troubleshooting Symyx Notebook client performance
(ATS3-APP14) Troubleshooting Symyx Notebook client performance
 
Ultimate SharePoint Infrastructure Best Practices Session - Live360 Orlando 2012
Ultimate SharePoint Infrastructure Best Practices Session - Live360 Orlando 2012Ultimate SharePoint Infrastructure Best Practices Session - Live360 Orlando 2012
Ultimate SharePoint Infrastructure Best Practices Session - Live360 Orlando 2012
 
Oracle day co_opensource_final
Oracle day co_opensource_finalOracle day co_opensource_final
Oracle day co_opensource_final
 
Oracle web center
Oracle web centerOracle web center
Oracle web center
 

Mehr von Arshit Rai

Mehr von Arshit Rai (20)

Summer training introduction to matlab
Summer training  introduction to matlabSummer training  introduction to matlab
Summer training introduction to matlab
 
Summer training in matlab
Summer training in matlabSummer training in matlab
Summer training in matlab
 
Summer training vhdl
Summer training vhdlSummer training vhdl
Summer training vhdl
 
Summer training plc & scada
Summer training  plc & scada Summer training  plc & scada
Summer training plc & scada
 
Summer training matlab
Summer training matlab Summer training matlab
Summer training matlab
 
Summer training embedded system
Summer training embedded systemSummer training embedded system
Summer training embedded system
 
Summer training embedded system and its scope
Summer training  embedded system and its scopeSummer training  embedded system and its scope
Summer training embedded system and its scope
 
Summer training robotics 2010
Summer training   robotics 2010Summer training   robotics 2010
Summer training robotics 2010
 
Summer training vhdl
Summer training vhdlSummer training vhdl
Summer training vhdl
 
Summer training java
Summer training javaSummer training java
Summer training java
 
Summer training
Summer trainingSummer training
Summer training
 
Summer training vhdl
Summer training vhdlSummer training vhdl
Summer training vhdl
 
Summer training
Summer trainingSummer training
Summer training
 
Summer training vhdl
Summer training vhdlSummer training vhdl
Summer training vhdl
 
Summer training plc & scada
Summer training  plc & scada Summer training  plc & scada
Summer training plc & scada
 
Summer training matlab
Summer training matlab Summer training matlab
Summer training matlab
 
Summer training java
Summer training javaSummer training java
Summer training java
 
Summer training embedded system
Summer training embedded systemSummer training embedded system
Summer training embedded system
 
Summer training embedded system and its scope
Summer training  embedded system and its scopeSummer training  embedded system and its scope
Summer training embedded system and its scope
 
Summer training robotics 2010
Summer training   robotics 2010Summer training   robotics 2010
Summer training robotics 2010
 

KĂźrzlich hochgeladen

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

KĂźrzlich hochgeladen (20)

Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 

Summer training oracle

  • 1. Because Knowledge Matters A market leader in the field of technical training for over a decade is glad to organize a workshop on ORACLE Technology to shape the career of bright students and to turn them into great engineers. We hope to have a good time with you.
  • 3. Introduction to Oracle  Physical Structure  Logical Structure  SOA  Background Processes Backup Methods  Computer Science Database – CS01  Administrative Tasks
  • 4. FEATURES OF ORACLE Managing Storage and Data Managing & Using Information Maintaining Availability, Security and Performance Managing Systems And Managing Change
  • 5. ORACLE TASK • Cold Backup (aka Consistent Backups) – The only way to make a consistent whole database backup is to shut down the database with the NORMAL, IMMEDIATE, or TRANSACTIONAL options and make the backup while the database is closed. – Advantage : No recovery is required after datafiles are restored – quicker restore – Disadvantage : No access to database during backup time (depends on size/system speed)
  • 6. Oracle Corporation • US$ 10b company • Over 40,000 employees • 200,000 Database Customers Worldwide • 13,000 Applications Customers Worldwide
  • 7. Automatic Storage Management • The preferred and best storage ASM Disk manager for Oracle Databases ASM Disk ASM Disk – Easier to manage than file systems ASM Disk ASM Disk – Performance of raw volumes – Built-in to Oracle database – Shared storage pool for all databases • Free, and widely adopted – >65% of 10g RAC deployments on ASM – >25% of 10g customers already using ASM – Many VLDB over 10TB
  • 8. SecureFiles Breaks the Performance Barrier! File Read Performance • Innovative technology for high (MB/second) performance large object data 120 SecureFiles –Smart buffering, write 100 Linux Files gathering, intelligent locking 80 60 –Fast bulk data transfers, LOB prefetch 40 LOBs 20 • Much faster than LOBs with more 0 capabilities 0.1 1 10 100 • File system-like performance with File Size (MB) database functionality!
  • 9. Database Encryption • Encrypt at a column level (10g) • New: encrypt entire tablespaces • Redo, undo, backups also encrypted • Key management done by database • Transparent to applications
  • 10. Oracle Partitioning 10 years of innovation Core functionality Oracle8 Range partitions, global range index Oracle8i Hash and composite range-hash partitioning Oracle9i List partitioning Oracle9i R2 Composite range-list partitioning Oracle 10g Global hash indexes Oracle 10g R2 1M partitions per table
  • 11. Extending Oracle’ XML Lead Performance Comprehensive XML storage and indexing and efficient end-to-end XML processing • Binary XML - Compact and efficient storage representation – Complements existing object storage and text storage models – XMLtype storage format transparent to developer – Single, compact XML representation across client, mid-tier, db – Plan to place our Binary XML format into open source • XML Path Indexing for schema-less XML documents
  • 12. Oracle XMLDB – Sustained Innovation Binary XML Storage & Indexing XQuery Performance XML Storage & XML Repository API’s 1998 2001 2004 2007
  • 13. Data Security: Oracle Products Access Identity Control Management • Database Vault • Oracle Identity Management • Label Security Core Platform Monitoring Security Data • Audit Vault • EM Configuration Pack Protection • Advanced Security • Secure Backup
  • 14. Oracle Workflow Architecture Web Notification Business Event Notification Workflow System Services Engine Workflow Worklist Builder Send Send Execution Web Receive Respond Definition Monitor Workflow Oracle Raise Forward Administration Loader HTTP Server Listen Cancel Monitoring Web Admin Query Query Query Workflow Tools Definition Files Oracle Workflow Enabled Application Workflow Browser Application Oracle Database Server Development Client Server Client
  • 15. Automatic Diagnostic Workflow Diagnostic Repository  Alert DBA Error!  Run Health Checks  Auto Incident Creation  First-Failure Capture  Check Metalink If unknown issue If known issue  Package incident & config  Apply patch / workaround  Use Repair Advisor EM Support  Use Repair Advisors Workbench Reduce Time to Problem Resolution
  • 16. Develop on Windows, Database on any Platform(.net) Windows Oracle Developer Tools for VS.NET Linux Visual Studio Environment Unix Windows Other Oracle 10g, 9i, or 8i
  • 17. Write .NET Stored Procedures for Oracle Oracle Developer Tools for VS.NET Visual Studio Client Environment Application Develop Invoke C#,VB.NET,C++ Server Project (Use ODP.NET Invoke Stored if required) Procedure, SQL .. Build Deploy Assembly Oracle DB foo.dll (proc sp) Extensions Stored Proc for .NET
  • 18. Oracle AS Containers for J2EE Demonstration
  • 19. • Highest Quality of Service – Performance – Scalability – Availability – Security • Lowest Cost • Easier to Manage • Reduce risk of change
  • 20. WHY ORACLE?? Oracle Developer Tools for VS.NET IIS MTS/ Develop C++, C#, Deploy (ASP COM+ Visual Studio VB .NET ASP.NET) Environment Application Application IIS Deploy Database Development ODP.NET Oracle DB Extensions For .NET Oracle Services for MTS
  • 21. Benefits • Easy to learn and intuitive • Leverage SQL Server development experience • Powerful features that enhance productivity – e.g designers, auto code generation • Exposes latest and greatest Oracle functionality • Stay in Visual Studio for project lifecycle
  • 22. Go-to-Market Engagement PARTNER CATEGORIES EDUCATION HW / SERVICE SYSTEM ISV RESELLERS INTEGRATORS PROVIDERS INF PROVIDERS Certified Partner Certified Advantage BUSINESS DEVELOPMENT INITIATIVES GO-TO-MARKET INDUSTRIES MID-MARKET INFLUENCE / RESALE / REFERRAL
  • 23.
  • 24. WHAT CETPA OFFERS…. • Writing Basic SQL Statement. • Restricting and Sorting Data. • Single Row Function. • Displaying Data From Multiple Tables. • Aggregating Data Using GROUP Function. • Sub-Queries. • Creating and Managing Tables. • Including Constraints. • Views. • Other Database Objects. • Controlling User-Access. • USING SET Operators. • Enhancement to the GROUP BY Clause. • Advance Sub-Queries. • Hierarchical Retrieval.
  • 26. THANK YOU… We are really very grateful to all of you for sharing your valuable time with us during the workshop. We hope you had a good time learning with us and we look forward to hear from you very soon in near future.!!! Have a great time ahead………!!!!! Presented by: