CLUSTER Business and Marketing CONCENTRATION Oracle WVEIS CODE BM1930 NATIONAL STANDARDS Oracle - http://www.oracle.com/us/index.html Sample of job titles upon completion of the concentration: Database Administrator (DBA), Database Administration Manager, Database Coordinator, Database Programmer, Information Systems Manager, Computer Programmer, Applications Developer, Internet Programmer, Web Programmer Sample of job titles upon completion of additional education: Management Information Systems Director (MIS Director), Programmer Analyst, Software Engineer, Computer Programmer Analyst, Java Developer, Internet Programmer INDUSTRY CREDENTIALS Introduction to Oracle 9i SQL– http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=42 Oracle SQL Programming - http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=42 REQUIRED COURSES (Sequence Required) WVEIS Code Course 1932 Oracle I – Data Modeling 1933 Database Design and Management with PL/SQL, Part I 1934 Oracle II – SQL Programming 1935 Introduction to PL/SQL, Part II REQUIRED COURSE SKILL SETS Career Preparation Skills Safety Leadership Development Customer and Personal Service Data Modeling Introduction Data Flow Diagrams Entities and Attributes Relationships Relationship Validation Unique Identifiers Entity Relationship Diagram Data Model Normalization Data Types Relational Database Design PL/SQL Programs Procedures Functions Basic SQL Select Statements Data Tables Subqueries Group Functions iSQL*Plus Constraints Views Other Database Objects Packages Large Objects Triggers Dependencies Subprograms 1 Skill sets for Career Preparation Skills, Safety, Leadership Development and Customer and Personal Service should be integrated throughout the concentration as remaining skill sets are delivered. Skill Set Knowledge Objectives Career Preparation Skills Students will demonstrate knowledge of Performance Objectives career paths. goal development and achievement. attitudes and work habits that support career retention and advancement. communication in varied contexts. Students will Skill Set Knowledge Objectives relate skills and abilities to possible career pathways. explain methods of goal development. exhibit methods of time management and task coordination. practice professionalism in punctuality, appropriate dress, task completion, etc. investigate methods of supervision such as giving and receiving feedback and instruction. develop and present a statement of their personal work ethic beliefs. prepare an application, cover letter, resume and thank you letter. create a personal portfolio for use when applying for employment. practice simulated job interviews. Safety Students will demonstrate knowledge of Performance Objectives electrical equipment safety. basic computer equipment and hardware safety. work areas and furnishings setup. Students will Skill Set Knowledge Objectives demonstrate electrical safety procedures. perform basic computer equipment and hardware maintenance. set up effective work areas for surfaces and furnishings. Leadership Development Students will demonstrate knowledge of public speaking. parliamentary law. leadership concepts. characteristics of effective teams and organizations. 2 Performance Objectives Students will Skill Set Knowledge Objectives develop and deliver speeches. participate in meetings using parliamentary law procedures. attend leadership conferences or training (local, state or national). volunteer in community service opportunities. participate in career development events. Customer and Personal Service Students will demonstrate knowledge of Performance Objectives customer needs assessment. quality standards for services. evaluation of customer satisfaction. Students will hear and resolve complaints from customers or the public. check completed work for spelling, punctuation and format. access customer needs, meet quality standards for service and evaluate customer satisfaction. confer with customers by telephone or in person to provide information about products or services, take or enter orders, cancel accounts or obtain details of complaints. keep records of customer interactions or transactions, recording details of inquiries, complaints or comments, as well as actions taken. check to ensure that appropriate changes were made to resolve customers' problems. 3 Oracle I – Data Modeling WVEIS 1932 Skill Set Knowledge Objectives Data Modeling Introduction Students will demonstrate knowledge of Performance Objectives data modeling. database and application development lifecycle. Students will list the reasons why modeling is important. describe the phases of the Database and Application Development Lifecycle. identify which modeling approach to use for a given situation. Skill Set Knowledge Objectives Data Flow Diagrams Students will demonstrate knowledge of Performance Objectives data flow diagrams. process models. Students will Skill Set Knowledge Objectives list the reasons why process modeling is useful. describe the components of a Data Flow Diagram. build a Data Flow Diagram. edit the layout of a Data Flow Diagram. open and save the process model. validate a DFD based on a set of DFD rules. identify different types of processes. decompose processes into primitive processes. Entities and Attributes Students will demonstrate a knowledge of Performance Objectives diagramming entities. diagramming attributes. Students will Skill Set Knowledge Objectives identify and diagram entities. identify and diagram attributes. distinguish entities from attributes. Relationships Students will demonstrate knowledge of creating relationships. relationship matrix. 4 Performance Objectives Students will Skill Set Knowledge Objectives create a relationship between two entities. model relationships using a relationship matrix. determine a relationship’s existence. name the relationship. determine the relationship’s cardinality. validate the relationship. Relationship Validation Students will demonstrate knowledge of Performance Objectives hierarchical data. recursive relationships. exclusive relationships. entity type hierarchies. Students will Skill Set Knowledge Objectives resolve M:M relationships. model hierarchical data. examine recursive relationships. model exclusive relationships. model entity type hierarchies. model data over time. Unique Identifiers Students will demonstrate knowledge of Performance Objectives primary and secondary unique identifiers. non-identifying relationships. Students will Skill Set Knowledge Objectives identify unique identifiers for entities and relationships. identify relationships with multiple entities. describe non-identifying relationships. determine primary and secondary unique identifiers. search for unique identifiers. Entity Relationship Diagram Students will demonstrate knowledge of Performance Objectives building an ERD. editing a ERD. Students will examine the general options for Logical Data Modeling. build an ERD in Oracle SQL Developer Data Modeler. edit the layout of ERD. 5 Skill Set Knowledge Objectives create a subview and display. apply diagram layout and attribute rules. evaluate attribute optionality. supplement the ERD with useful information. create reports. Data Model Normalization Students will demonstrate knowledge of Performance Objectives normalizing an ERD. third normal form. Students will Skill Set Knowledge Objectives define normalization. normalize ERD to third normal form. Data Types Students will demonstrate knowledge of Performance Objectives data types. data type models. Students will Skill Set Knowledge Objectives create different types of data types. build a data type model. analyze various relationships between structured types on a data type model. assign data types to the attributes in a logical data model. Relational Database Design Students will demonstrate knowledge of Performance Objectives database design. naming conventions and rules. SQL Developer Data Modeler tool. Students will describe why a database design is needed. decide on naming conventions and rules. map the logical model into a relational model. map exclusive relationships to foreign keys. map subtypes to tables. apply general options and setting the Compare/Copy options. view the mapping comparison and synchronize deleted objects. utilize the SQL Developer Data Modeler tool. 6 Database Design and Management with PL/SQL, Part I Skill Set Knowledge Objectives PL/SQL Programs Students will demonstrate knowledge of Performance Objectives PL/SQL programs. subprograms. stored procedures/functions. Students will WVEIS 1933 Skill Set Knowledge Objectives describe a PL/SQL program construct. list the components of a PL/SQL block. list the benefits of subprograms. describe how a stored procedure/function is invoked. Procedures Students will demonstrate knowledge of Performance Objectives stored procedures. parameter modes. Students will Skill Set Knowledge Objectives define what a stored procedure is. list the development steps for creating a procedure. create a procedure. describe the difference between formal and actual parameters. list the types of parameter modes. list the methods for calling a procedure with parameters. describe the DEFAULT option for parameters. create a procedure with parameters. invoke a procedure that has parameters. define a subprogram in the declarative section of a procedure. describe how exceptions are propagated. remove a procedure. Functions Students will demonstrate knowledge of Performance Objectives stored functions. advantages of user-defined functions. procedures and functions differences. Students will define what a stored function is. create a function. list how a function can be invoked. list the advantages of user-defined functions in SQL statements. 7 list where user-defined functions can be called from within an SQL statement. describe the restrictions on calling functions from SQL statements. remove a function. describe the differences between procedures and functions. 8 Oracle II – SQL Programming WVEIS 1934 Skill Set Knowledge Objectives Basic SQL Select Statements Students will demonstrate knowledge of Performance Objectives SQL SELECT statements. iSQL*Plus commands. Students will Skill Set Knowledge Objectives list the capabilities of SQL SELECT statements. execute a basic SELECT statement. differentiate between SQL statements and iSQL*Plus commands. Data Students will demonstrate knowledge of Performance Objectives restricting data. sorting data. Students will Skill Set Knowledge Objectives limit the rows retrieved by a query. sort the rows retrieved by a query. describe each DML statement. insert rows into a table. update rows in a table. delete rows from a table. merge rows in a table. control transactions. Tables Students will demonstrate the knowledge of Performance Objectives table creation. table definitions. conversion functions. Students will describe various types of functions available in SQL. use character, number and date functions in SELECT statements. use conversion functions. write SELECT statements to access data from more than one table using equality and nonequality joins. view data that generally does not meet a join condition by using other joins. join a table to itself using a self-join. describe the main database objects. create tables. describe the datatypes that can be used when specifying column definition. 9 Skill Set Knowledge Objectives alter table definitions. drop, remame and truncate tables. Subqueries Students will demonstrate knowledge of Performance Objectives subqueries types. single-row and multiple-row subqueries. Students will Skill Set Knowledge Objectives describe the types of problems that subqueries can solve. define subqueries. list the types of subqueries. write single-row and multiple-row subqueries. Group Functions Students will demonstrate knowledge of Performance Objectives group functions. including and excluding grouped rows. Students will Skill Set Knowledge Objectives identify the available group functions. use group functions. group data using the GROUP BY clause. include or exclude grouped rows by using the HAVING clause. iSQL*Plus Students will demonstrate knowledge of Performance Objectives producing queries. creating and executing script files. Students will Skill Set Knowledge Objectives produce queries that require a substitution variable. produce more readable output. create and execute script files. Constraints Students will demonstrate knowledge of Performance Objectives creating constraints. maintaining constraints. Students will describe constraints. create and maintain constraints. 10 Skill Set Knowledge Objectives Views Students will demonstrate knowledge of Performance Objectives view types. view alteration. Students will Skill Set Knowledge Objectives describe a view. create, alter the definition and drop a view. retrieve data through a view. insert, update and delete data through a view. Other Database Objects Students will demonstrate knowledge of Performance Objectives creating indexes. creating private and public systems. Students will create, maintain and use sequences. create and maintain indexes. create private and public synonyms. 11 Introduction to PL/SQL, Part II WVEIS 1935 Skill Set Knowledge Objectives Packages Students will demonstrate knowledge of Performance Objectives package specifications and bodies. package restrictions. package functions. Students will Skill Set Knowledge Objectives use DESCRIBE command to describe packages and list their possible components. identify a package specification and body. create packages: create related variables, cursors, constants, exceptions, procedures and functions. designate a package construct as either public or private. invoke a package construct. use a bodiless package. drop packages. identify benefits of packages. write packages that use the overloading feature. use forward referencing. describe errors with mutually referential subprograms. initialize variables with a one-time-only procedure. identify persistent states in package variables and cursors. identify restrictions on using packaged functions in SQL statements. invoke packaged functions from SQL. use PL/SQL tables and records in packages. describe the benefits of Execute Immediate over DBMS_SQL for Native Dynamic SQL. identify the flow of execution. use EXECUTE IMMEDIATE. describe the use and application of some Oracle server-supplied packages: DBMS_SQL, DBMS_OUTPUT, UTL_FILE. Large Objects Students will demonstrate knowledge of Performance Objectives LONG and LOB data types. internal and external LOBs. managing Bfiles. Students will compare and contrast LONG and large object (LOB) data types. describe LOB datatypes and how they are used. differentiate between internal and external LOBs. 12 Skill Set Knowledge Objectives identify and manage Bfiles. migrate from LONG to LOB. use the DBMS_LOB PL/SQL package. create LOB columns and populate them. perform SQL operations on LOBS: Update LOBs with SQL, Select from LOBS, Delete LOBs. describe the use of temporary LOBs. Triggers Students will demonstrate the knowledge of Performance Objectives trigger types. trigger components. trigger design. Students will Skill Set Knowledge Objectives describe the different types of triggers. describe database triggers and their uses. list guidelines for designing triggers. create a DML trigger. list the DML trigger components. describe the trigger firing sequence options. use conditional predicates in a DML trigger. create a row level trigger. create a statement level trigger. use the OLD and NEW qualifiers in a database trigger. create an INSTEAD OF trigger. describe the difference between stored procedures and triggers. describe the trigger execution model. alter a trigger status. remove a trigger. define what a database trigger is. describe events that cause database triggers to fire. create a trigger for a DDL statement. create a trigger for a system event. describe the functionality of the CALL statement. describe the cause of a mutating table. list what triggers can be implemented for. list the privileges associated with triggers. view trigger information in the dictionary views. Dependencies Students will demonstrate knowledge of remote dependencies. dependent objects and referenced objects. 13 Performance Objectives Students will Skill Set Knowledge Objectives track procedural dependencies. describe dependent objects and referenced objects. view dependency information in the dictionary views. describe how the UTLDTREE script is used. describe how the IDEPTREE and DEPTREE procedures are used. describe a remote dependency. list how remote dependencies are governed. describe when a remote dependency is unsuccessfully recompiled. describe when a remote dependency is successfully recompiled. list how to minimize dependency failures. Subprograms Students will demonstrate knowledge of Performance Objectives system privileges with object privileges. invokers rights and definers rights. Students will contrast system privileges with object privileges. grant privileges. contrast invokers rights with definers rights. identify views in the data dictionary to manage stored objects. 14