SlideShare a Scribd company logo
1 of 26
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                                        gathering, intelligent locking
                         Linux Files
 80
                                          –Fast bulk data transfers, LOB
 60
                                           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:

More Related Content

What's hot

Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new featuresRemote DBA Services
 
Oracle Architecture
Oracle ArchitectureOracle Architecture
Oracle ArchitectureNeeraj Singh
 
Cooper Oracle 11g Overview
Cooper Oracle 11g OverviewCooper Oracle 11g Overview
Cooper Oracle 11g Overviewmoin_azeem
 
Oracle architecture ppt
Oracle architecture pptOracle architecture ppt
Oracle architecture pptDeepak Shetty
 
An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)Marco Gralike
 
Oracle database 12c intro
Oracle database 12c introOracle database 12c intro
Oracle database 12c intropasalapudi
 
The oracle database architecture
The oracle database architectureThe oracle database architecture
The oracle database architectureAkash Pramanik
 
Oracle mysql comparison
Oracle mysql comparisonOracle mysql comparison
Oracle mysql comparisonArun Sharma
 
Oracle architecture with details-yogiji creations
Oracle architecture with details-yogiji creationsOracle architecture with details-yogiji creations
Oracle architecture with details-yogiji creationsYogiji Creations
 
Oracle database 12c introduction- Satyendra Pasalapudi
Oracle database 12c introduction- Satyendra PasalapudiOracle database 12c introduction- Satyendra Pasalapudi
Oracle database 12c introduction- Satyendra Pasalapudipasalapudi123
 
Oracle db architecture
Oracle db architectureOracle db architecture
Oracle db architectureSimon Huang
 
Introduction to Oracle Database
Introduction to Oracle DatabaseIntroduction to Oracle Database
Introduction to Oracle Databasepuja_dhar
 
Oracle Database Introduction
Oracle Database IntroductionOracle Database Introduction
Oracle Database IntroductionChhom Karath
 
Oracle architecture
Oracle architectureOracle architecture
Oracle architectureSoumya Das
 

What's hot (20)

Lecture2 oracle ppt
Lecture2 oracle pptLecture2 oracle ppt
Lecture2 oracle ppt
 
Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new features
 
Oracle Architecture
Oracle ArchitectureOracle Architecture
Oracle Architecture
 
Cooper Oracle 11g Overview
Cooper Oracle 11g OverviewCooper Oracle 11g Overview
Cooper Oracle 11g Overview
 
Oracle Tablespace - Basic
Oracle Tablespace - BasicOracle Tablespace - Basic
Oracle Tablespace - Basic
 
Oracle 12c Architecture
Oracle 12c ArchitectureOracle 12c Architecture
Oracle 12c Architecture
 
Oracle architecture ppt
Oracle architecture pptOracle architecture ppt
Oracle architecture ppt
 
An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)An AMIS Overview of Oracle database 12c (12.1)
An AMIS Overview of Oracle database 12c (12.1)
 
Oracle database 12c intro
Oracle database 12c introOracle database 12c intro
Oracle database 12c intro
 
Oracle database introduction
Oracle database introductionOracle database introduction
Oracle database introduction
 
The oracle database architecture
The oracle database architectureThe oracle database architecture
The oracle database architecture
 
Oracle mysql comparison
Oracle mysql comparisonOracle mysql comparison
Oracle mysql comparison
 
Oracle architecture with details-yogiji creations
Oracle architecture with details-yogiji creationsOracle architecture with details-yogiji creations
Oracle architecture with details-yogiji creations
 
Oracle database 12c introduction- Satyendra Pasalapudi
Oracle database 12c introduction- Satyendra PasalapudiOracle database 12c introduction- Satyendra Pasalapudi
Oracle database 12c introduction- Satyendra Pasalapudi
 
Orcale dba training
Orcale dba trainingOrcale dba training
Orcale dba training
 
Oracle db architecture
Oracle db architectureOracle db architecture
Oracle db architecture
 
Introduction to Oracle Database
Introduction to Oracle DatabaseIntroduction to Oracle Database
Introduction to Oracle Database
 
Oracle Database Introduction
Oracle Database IntroductionOracle Database Introduction
Oracle Database Introduction
 
Oracle DB
Oracle DBOracle DB
Oracle DB
 
Oracle architecture
Oracle architectureOracle architecture
Oracle architecture
 

Viewers also liked

BHEL SUMMER TRAINING REPORT
BHEL SUMMER TRAINING REPORTBHEL SUMMER TRAINING REPORT
BHEL SUMMER TRAINING REPORTBhupendra Shukla
 
INDUSTRIAL TRAINING AT HINDUSTAN AERONAUTICS LIMITED, LUCKNOW
INDUSTRIAL TRAINING AT HINDUSTAN AERONAUTICS LIMITED, LUCKNOWINDUSTRIAL TRAINING AT HINDUSTAN AERONAUTICS LIMITED, LUCKNOW
INDUSTRIAL TRAINING AT HINDUSTAN AERONAUTICS LIMITED, LUCKNOWAdrija Chowdhury
 
HAL training report
HAL training reportHAL training report
HAL training reportShivam Singh
 
Summer Training report at TATA CMC
Summer Training report at TATA CMCSummer Training report at TATA CMC
Summer Training report at TATA CMCPallavi Srivastava
 
A Project report on ERP system in Hindustan Aeronautics Limited(Summer Intern...
A Project report on ERP system in Hindustan Aeronautics Limited(Summer Intern...A Project report on ERP system in Hindustan Aeronautics Limited(Summer Intern...
A Project report on ERP system in Hindustan Aeronautics Limited(Summer Intern...Rohit Srivastava
 
Full summer training report
Full summer training reportFull summer training report
Full summer training reportwadhwa.ritika8
 
Industrial training report
Industrial training reportIndustrial training report
Industrial training reportAnurag Gautam
 
Summer Training Report
Summer Training ReportSummer Training Report
Summer Training ReportSavigya Singh
 

Viewers also liked (10)

BHEL SUMMER TRAINING REPORT
BHEL SUMMER TRAINING REPORTBHEL SUMMER TRAINING REPORT
BHEL SUMMER TRAINING REPORT
 
HAL Report
HAL ReportHAL Report
HAL Report
 
INDUSTRIAL TRAINING AT HINDUSTAN AERONAUTICS LIMITED, LUCKNOW
INDUSTRIAL TRAINING AT HINDUSTAN AERONAUTICS LIMITED, LUCKNOWINDUSTRIAL TRAINING AT HINDUSTAN AERONAUTICS LIMITED, LUCKNOW
INDUSTRIAL TRAINING AT HINDUSTAN AERONAUTICS LIMITED, LUCKNOW
 
HAL training report
HAL training reportHAL training report
HAL training report
 
Summer Training report at TATA CMC
Summer Training report at TATA CMCSummer Training report at TATA CMC
Summer Training report at TATA CMC
 
A Project report on ERP system in Hindustan Aeronautics Limited(Summer Intern...
A Project report on ERP system in Hindustan Aeronautics Limited(Summer Intern...A Project report on ERP system in Hindustan Aeronautics Limited(Summer Intern...
A Project report on ERP system in Hindustan Aeronautics Limited(Summer Intern...
 
Full summer training report
Full summer training reportFull summer training report
Full summer training report
 
Industrial training report
Industrial training reportIndustrial training report
Industrial training report
 
Hal ppt
Hal pptHal ppt
Hal ppt
 
Summer Training Report
Summer Training ReportSummer Training Report
Summer Training Report
 

Similar to Summer training oracle

Summer training oracle
Summer training   oracle Summer training   oracle
Summer training oracle Arshit Rai
 
2.Oracle’S High Availability Vision
2.Oracle’S High Availability Vision2.Oracle’S High Availability Vision
2.Oracle’S High Availability VisionErmando
 
Exadata overview audio
Exadata overview audioExadata overview audio
Exadata overview audioAhmed Mekawy
 
OOW09 Ebs Tuning Final
OOW09 Ebs Tuning FinalOOW09 Ebs Tuning Final
OOW09 Ebs Tuning Finaljucaab
 
Oracle my sql cluster cge
Oracle my sql cluster cgeOracle my sql cluster cge
Oracle my sql cluster cgeseungdon1
 
Oracle Application Management Suite
Oracle Application Management SuiteOracle Application Management Suite
Oracle Application Management SuiteOracleVolutionSeries
 
Oracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition WebcastOracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition WebcastThanos TP
 
(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 PerformanceBIOVIA
 
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 CasesMarco Gralike
 
My sql 5.5_product_update
My sql 5.5_product_updateMy sql 5.5_product_update
My sql 5.5_product_updatehenriquesidney
 
Workflow bis17
Workflow bis17Workflow bis17
Workflow bis17sakpob
 
TMOUG - Engineered Systems Overview
TMOUG - Engineered Systems OverviewTMOUG - Engineered Systems Overview
TMOUG - Engineered Systems OverviewMark Rabne
 
21st Century SOA
21st Century SOA21st Century SOA
21st Century SOABob Rhubart
 
Oracle Database Appliance
Oracle Database ApplianceOracle Database Appliance
Oracle Database Appliancevkv_vkv
 
20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauserahmed farouk
 
Application-Driven Virtualization: Architectural Considerations
Application-Driven Virtualization: Architectural ConsiderationsApplication-Driven Virtualization: Architectural Considerations
Application-Driven Virtualization: Architectural ConsiderationsBob Rhubart
 

Similar to Summer training oracle (20)

Summer training oracle
Summer training   oracle Summer training   oracle
Summer training oracle
 
11g R2 Live Part 1
11g R2 Live Part 111g R2 Live Part 1
11g R2 Live Part 1
 
2.Oracle’S High Availability Vision
2.Oracle’S High Availability Vision2.Oracle’S High Availability Vision
2.Oracle’S High Availability Vision
 
Exadata overview audio
Exadata overview audioExadata overview audio
Exadata overview audio
 
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 Application Management Suite
Oracle Application Management SuiteOracle Application Management Suite
Oracle Application Management Suite
 
Oracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition WebcastOracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition Webcast
 
Oow Ppt 2
Oow Ppt 2Oow Ppt 2
Oow Ppt 2
 
(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
 
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
 
My sql 5.5_product_update
My sql 5.5_product_updateMy sql 5.5_product_update
My sql 5.5_product_update
 
Workflow bis17
Workflow bis17Workflow bis17
Workflow bis17
 
TMOUG - Engineered Systems Overview
TMOUG - Engineered Systems OverviewTMOUG - Engineered Systems Overview
TMOUG - Engineered Systems Overview
 
21st Century SOA
21st Century SOA21st Century SOA
21st Century SOA
 
Oracle Database Appliance
Oracle Database ApplianceOracle Database Appliance
Oracle Database Appliance
 
ORACLE 9i
ORACLE 9iORACLE 9i
ORACLE 9i
 
20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser20100604 unyoug apex40_bauser
20100604 unyoug apex40_bauser
 
Application-Driven Virtualization: Architectural Considerations
Application-Driven Virtualization: Architectural ConsiderationsApplication-Driven Virtualization: Architectural Considerations
Application-Driven Virtualization: Architectural Considerations
 

More from Arshit Rai

Summer training introduction to matlab
Summer training  introduction to matlabSummer training  introduction to matlab
Summer training introduction to matlabArshit Rai
 
Summer training in matlab
Summer training in matlabSummer training in matlab
Summer training in matlabArshit Rai
 
Summer training vhdl
Summer training vhdlSummer training vhdl
Summer training vhdlArshit Rai
 
Summer training plc & scada
Summer training  plc & scada Summer training  plc & scada
Summer training plc & scada Arshit Rai
 
Summer training matlab
Summer training matlab Summer training matlab
Summer training matlab Arshit Rai
 
Summer training embedded system
Summer training embedded systemSummer training embedded system
Summer training embedded systemArshit Rai
 
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 scopeArshit Rai
 
Summer training robotics 2010
Summer training   robotics 2010Summer training   robotics 2010
Summer training robotics 2010Arshit Rai
 
Summer training vhdl
Summer training vhdlSummer training vhdl
Summer training vhdlArshit Rai
 
Summer training java
Summer training javaSummer training java
Summer training javaArshit Rai
 
Summer training
Summer trainingSummer training
Summer trainingArshit Rai
 
Summer training vhdl
Summer training vhdlSummer training vhdl
Summer training vhdlArshit Rai
 
Summer training
Summer trainingSummer training
Summer trainingArshit Rai
 
Summer training vhdl
Summer training vhdlSummer training vhdl
Summer training vhdlArshit Rai
 
Summer training plc & scada
Summer training  plc & scada Summer training  plc & scada
Summer training plc & scada Arshit Rai
 
Summer training matlab
Summer training matlab Summer training matlab
Summer training matlab Arshit Rai
 
Summer training java
Summer training javaSummer training java
Summer training javaArshit Rai
 
Summer training embedded system
Summer training embedded systemSummer training embedded system
Summer training embedded systemArshit Rai
 
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 scopeArshit Rai
 
Summer training robotics 2010
Summer training   robotics 2010Summer training   robotics 2010
Summer training robotics 2010Arshit Rai
 

More from 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
 

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 gathering, intelligent locking Linux Files 80 –Fast bulk data transfers, LOB 60 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: