ExitCertified Formation Formation de Java Solaris Red Hat IBM Symantec Siebel PeopleSoft
 
ExitCertified Formation Formation de Java Solaris Red Hat IBM Symantec Siebel PeopleSoft
 
start courses and schedules education savings it certification education solutions
recherche de formation
Faites confiance à votre formation en TI   |
Oracle University reconnaît ExitCertified comme Partenaire en formation de l’année en Amérique du Nord.

Informix Database Administration: Managing and Optimizing Data  (IX221)

Format: Formation en classe avec formateur
Autres formats:
 
 

In this course, you will learn the basic concepts of data management within Informix. It discusses how to determine correct data types; how to create, manage and maintain tables and indexes; how the Informix optimizer works; how to manage data; and how to utilize the SET EXPLAIN feature to determine query effectiveness.

The course is updated for version 11.50 of Informix, but is suitable for those still running previous versions of IDS. This course is the classroom-delivered version of Instructor Led Online course  Informix Database Administration: Managing and Optimizing Data - ILO (3X221) and Self Paced Virtual course Informix Database Administration: Managing and Optimizing Data - SPVC (2X221).

 
This Course is Certified By IBM   Flex Training Savings
 

Compétences acquises

 

After completing this course, you should be able to:

  • Select the IBM IDS data types appropriate for storing your data
  • Create and maintain databases, tables, and indexes
  • Estimate size and extent requirements for tables and indexes
  • Create index strategies to improve performance
  • Create and maintain table and index partitioning (fragmentation)
  • Implement referential and entity integrity
  • Manage database and table modes
  • Manage violations logging
  • Describe how the optimizer builds an optimal query plan
  • Use the SET EXPLAIN feature to capture optimizer query plans
  • Use directives and environment variables to influence the optimizer
  • Optimize the query plan through the use of UPDATE STATISTICS
  • Manage end-user concurrency: Use permissions and roles to manage data security
  • Create and use views
  • Manage smart large objects
  • Create and manage triggers

Qui peut en profiter

 

This intermediate course is for Informix System Administrators, Database Administrators, and Applications Developers. It is appropriate for students using Informix Growth Edition, Informix Ultimate Edition, Informix Innovator-C Edition, or Informix Ultimate-C Edition.

Préalables

 

You should have a working knowledge of Structured Query Language (SQL).

Abstract

 

IBM Education Advantage Program eligibility:

  • Yes - IBM Education Pack - online account
 
Enroll For This Class
Enroll For This Class
 DB2 Lotus Tivoli Training Class Ce cours est donné par des formateurs certifiés IBM.

À titre de partenaire en formation agréée , ExitCertified peut vous inscrire à n’importe quel cours en Amérique du Nord.

Il y a une différence. Découvrez-la
Training Class Enrollment Ask A Question About This Training
Code: IX221
Format: Formation en classe avec formateur
Durée: 4 days
Certifié par: IBM
Frais d’inscription (CAD): $contact
TrainingIndustry.com selects ExitCertified as a Top 20 IT Training Company for 2011
Recherchez des cours semblables
Cours connexes

Trier l'horaire par: 
No Course Dates Ce cours n'est pas prévu à l'horaire pour l'instant. Si vous êtes intéressé à suivre ce cours, utilisez le lien ci-dessous pour demander une date.
   
demander la date/l’emplacement demander de la formation sur place
 

Informix Database Administration: Managing and Optimizing Data  (IX221) Contenu détaillé

 
 
Introduction to IDS Terminology
  • Define basic Informix Dynamic Server terms
  • Query the sysmaster database for information about the server
IDS Data Types
  • Identify the Informix data types
  • Choose the appropriate data type for a data column
Creating Databases and Tables
  • Create databases and tables
  • Determine database logging and storage requirements
  • Locate where the database server stores a table on disk
  • Create temporary tables
  • Locate where the database server stores temporary tables
  • Use the system catalog tables to gather information
  • Use the dbschema utility
Altering and Deleting Databases and Tables
  • Delete a database
  • Delete a table
  • Alter a table
  • Convert a simple large object to a smart large object
Create, Alter, and Drop Indexes
  • Build an index
  • Alter, drop, and rename an index
  • Identify the four index characteristics
Managing and Maintaining Indexes
  • Explain the benefits of indexing
  • Evaluate the costs involved when indexing
  • Explain the maintenance necessary with indexes
  • Describe effective management of indexes
  • Enable or disable indexes
Table and Index Partitioning
  • List the ways to fragment a table
  • Create a fragmented table
  • Create a detached fragmented index
  • Understand temporary fragmented table and index usage
Maintaining Table and Index Partitioning
  • Alter a fragmented table
  • Alter a fragmented index
  • Explain how to skip inaccessible fragments
Cost-Based Query Optimizer
  • Write queries that produce the following index scans: Sequential with a temporary table; -Sequential scan with filter; Key-only index scan; Index Scan: lower and upper index filters; Dynamic Hash Join; Key-first index scans
Updating Statistics and Data Distributions
  • Execute the UPDATE STATISTICS statement and explain the results
  • Use the system catalogs to monitor data distributions
Managing the Optimizer
  • Understand how to set OPTCOMPIND
  • Understand how to set OPT_GOAL
  • Write optimizer directives to improve performance
Referential and Entity Integrity
  • Explain the benefits of referential and entity integrity
  • Specify default values, check constraints, and referential constraints
  • Determine when constraint checking occurs
 
Managing Constraints
  • Determine when constraint checking occurs
  • Drop a constraint
  • Delete and update a parent row
  • Insert and update a child row
Modes and Violation Detection
  • Enable and disable constraints and indexes
  • Use the filtering mode for constraints and the indexes
  • Reconcile the violations recorded in the database
Concurrency Control
  • Use the different concurrency controls
  • Monitor the concurrency controls for lock usage
  • Use the Retain Update Lock feature
Data Security
  • Use the database, table, and column level privileges
  • Use the GRANT and REVOKE statements
  • Use role-based authorization
Views
  • Create views
  • Use views to present derived and aggregate data
  • Use views to hide joins from users
Introduction to Stored Procedures
  • Explain the purpose of stored procedures
  • Explain advantages of using stored procedures
Triggers
  • Create and execute a trigger
  • Drop a trigger
  • Use the system catalogs to access trigger information
Agenda
 
Day 1
  • Welcome
  • Unit 1 - Introduction to IDS Terminology
  • Exercise 1
  • Unit 2 - IDS Data Types
  • Exercise 2
  • Unit 3 - Creating Databases and Tables
  • Exercise 3
  • Unit 4 - Altering and Deleting Databases and Tables
  • Exercise 4
Day 2
  • Unit 5 - Create, Alter, and Drop Indexes
  • Exercise 5
  • Unit 6 - Managing and Maintaining Indexes
  • Exercise 6
  • Unit 7 - Table and Index Partitioning
  • Exercise 7
  • Unit 8 - Maintaining Table and Index Partitioning
  • Exercise 8
  • Unit 9 - Cost-Based Query Optimizer
  • Exercise 9
  • Unit 10 - Update Statistics and Data Distributions
  • Exercise 10
Day 3
  • Unit 11 - Managing the Optimizer
  • Exercise 11
  • Unit 12 - Referential and Entity Integrity
  • Exercise 12
  • Unit 13 - Managing Constraints
  • Exercise 13
  • Unit 14 - Modes and Violation Detection
  • Exercise 14
  • Unit 15 - Concurrency Control
  • Exercise 15
Day 4
  • Unit 16 - Data Security
  • Exercise 16
  • Unit 17 - Views
  • Exercise 17
  • Unit 18 - Introduction to Stored Procedures
  • Exercise 18
  • Unit 19 - Triggers
  • Exercise 19


  ExitCertified is your Authorized IT Training Partner  
  Lorsque vous suivez un cours certifié chez ExitCertified, vous apprenez directement des concepteurs des produits que vous utilisez. Notre engagement envers la communauté des TI, de même que notre autorisation à offrir des cours certifiés, vous assurent une expérience de formation supérieure. Il y a une différence. Apprenez directement de la source.

Il y a une différence. Apprenez directement de la source.
 
Training Contacts  
   
Canada United States

Formation à Montréal :: 514.876.1666
Formation à Ville de Québec :: 514.876.1666
Formation à Ottawa :: 613.232.3948
Formation à Toronto :: 416.487.3948

Formation à Vancouver :: 604.633.3948
Formation à Victoria :: 1.866.328.3948
Formation à Calgary :: 403.291.2855
Formation à Edmonton :: 780.441.3948
Formation à Regina :: 1.866.328.3948

Formation à Sacramento :: 916.669.3970
Formation à San Francisco :: 415.975.3948
Formation à San Jose :: 408.288.3948
Formation à Las Vegas :: 1.800.803.3948
Formation à Phoenix :: 602.889.9350
À travers le monde - 613.232.3948 Des questions?
Il nous fait plaisir de vous aider. Transmettez-nous ce formulaire par courriel et nous vous répondrons dans les plus brefs délais.
   



(c) 2012 ExitCertified Corp. Tous droits réservés.


ExitCertified est un fournisseur international agréé de formation en technologies. Voici quelques-uns de nos cours les plus souvent consultés :
 
Formation Sun Formation Oracle Formation Symantec Formation IBM Formation Red Hat :: Linux
Formation Java, Cours J2EE, Formation JSP, servlets, EJB, Struts, réseaux, Formation Solaris, Java Composite Application Platform (JCAPS), SeeBeyond, XML, Formation Solaris 10, certification Java, certification Solaris Cours PeopleSoft, 11g, Formation Oracle SQL, Oracle PL/SQL, DBA, Hyperion, Fusion Middleware, 10g, 9i, certification 11g, certification DBA, certification Oracle Formation NetBackup, Cours Veritas, protection contre les virus, sécurité des TI, certification Symantec DB2, OS/400, Formation zSeries, s/390, iSeries, AIX SUSE, Formation RedHat
         
Formation MySQL Formation Apple Formation en gestion de projet    
Base de données MySQL Cours Apple, Formation Leopard Formation du PMI