You are on page 1of 10

THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY.

COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only
Practices for Lesson 1:
Introduction to Integration
and Administration
Chapter 1

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 1
THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY. COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

Practices for Lesson 1: Overview

Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only
Practices Overview
In this practice, you explore the ODI 12c lab environment, start ODI Studio, and log in. You also
practice using the Start Page and Help system.

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 2
THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY. COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

Practice 1-1: Logging In and Help Overview

Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only
Overview
In this practice, you examine the technical setup for the practices, start ODI, and connect to ODI
Studio.

Assumptions
All software is preinstalled. Databases are preconfigured and prepopulated with user data.

Tasks
1. View the major software components that are installed on your system (as shown in the
preceding diagram). Your environment has the following major components:
• Oracle Database 12c
− SQL Developer
• MySQL Database
• WebLogic Server 12c
• Oracle Data Integrator 12c
• Repository Creation Utility

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 3
THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY. COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

2. View your machine’s desktop. Do NOT click yet, but simply note the following shortcuts:

Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only
a. ODI Studio 12c: Starts ODI Studio.

b. SQL Developer: Starts SQL Developer, which provides access to the objects in Oracle
Database 12c through a GUI.

c. Terminal: Starts the terminal window to perform Linux commands.

3. Reset the environment for your first practice.


Note: Each practice in this course has its own setup script that you run at the beginning of
the practice. If you need to restart a practice from the beginning, you can execute the setup
script again. To run the setup script, you have to be disconnected from ODI Studio.
a. If connected, disconnect from the ODI repository (select ODI > Disconnect).
Note: Alternatively, you can just close ODI Studio.

b. Start the Terminal window and execute the following command to change the directory:
cd /home/oracle/labs

[oracle@hostname ~]$ cd ~/labs


[oracle@hostname labs]$
c. Execute the command to reset your environment to Practice 1:
[oracle@hostname labs]$ ./reset01.sh
d. You are prompted to log off ODI. Verify that you disconnected from the ODI repository
(as directed in step 3a), and then press Enter.
YOU MUST BE LOGGED OFF OF ODI BEFORE RUNNING ************
Press [Enter] key to continue

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 4
THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY. COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

e. Wait until this script completely executes (as shown below).

Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only
Note: This process may take up to one or two minutes. You may see an attempt to
drop a nonexistent object resulting in an error. You can safely ignore those errors.
Note: Do not close the Terminal window. You use it in each practice.
...many lines omitted for clarity...
Import: Release 12.1.0.1.0 - Production on Mon Jan 13 13:30:06 2014

Copyright (c) 1982, 2013, Oracle and/or its affiliates. All rights reserved.

Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 -


64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing
options
Master table "SYSTEM"."SYS_IMPORT_SCHEMA_01" successfully loaded/unloaded
Starting "SYSTEM"."SYS_IMPORT_SCHEMA_01": system/******** directory=lab_dumps
dumpfile=lab1.dmp schemas=dev_odi_repo,sales_dev,odi_temp,scott
TABLE_EXISTS_ACTION=REPLACE
Processing object type SCHEMA_EXPORT/USER
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
. . imported "DEV_ODI_REPO"."SNP_CONV_DT" 1.821 MB 36684 rows
. . imported "DEV_ODI_REPO"."SNP_MTXT" 692.3 KB 3449 rows
...many lines omitted for clarity...
. . imported "SALES_DEV"."TRG_CUSTOMER_H" 0 KB 0 rows
. . imported "SALES_DEV"."TRG_REGION" 0 KB 0 rows
. . imported "SALES_DEV"."TRG_SALES" 0 KB 0 rows
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
Processing object type SCHEMA_EXPORT/STATISTICS/MARKER
Job "SYSTEM"."SYS_IMPORT_SCHEMA_01" successfully completed at Day Month 14
10:25:57 2014 elapsed 0 00:01:31
[oracle@hostname labs]$
4. Start Oracle Data Integrator Studio 12c and explore the Start page.
a. Double-click the ODI Studio 12c desktop shortcut. ODI 12c starts.

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 5
THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY. COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only
b. Examine the Start page. Note the online tutorials, which you can do later, at your
leisure.

c. Click the links provided on the Start page and view available resources. A web browser
starts. You may be prevented by firewalls from accessing the Internet. Some of the
resources are not local but are online.

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 6
THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY. COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

d. From the main menu bar, select Help > Table of Contents and then ODI Studio
Online Help 12c > Using the Online Help > Opening the Online Help to read how

Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only
you can access help at any time.

You can close the Help panels after you look at them.
5. Connect to the ODI repository. In a later lab, you will make a new repository.
a. Click Connect To Repository. When prompted for Wallet Password, enter Welcome1.
All passwords are case-sensitive. Then click OK.

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 7
THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY. COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only
b. For Login Name, select DEV_ODI_REPO. Click OK.

Note: In this ODI setup, the repository, username SUPERVISOR, and password
Welcome1 are predefined for login.
c. On the Designer tab, expand the Projects and Models accordions. In Projects, select
JunkForDemo > HandsOn. Expand and view the infrastructure for your practices.

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 8
THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY. COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

In a later lab you will be creating a new project similar to this one.

Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only
d. Close ODI Studio. This automatically disconnects you from any open repositories.
This completes Practice 1-1. This completes the practices for Lesson 1.

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 9
THESE eKIT MATERIALS ARE FOR YOUR USE IN THIS CLASSROOM ONLY. COPYING eKIT MATERIALS FROM THIS COMPUTER IS STRICTLY PROHIBITED

Practices for Lesson 1: Introduction to Integration and Administration


Chapter 1 - Page 10
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Oracle University and AUTOMATION & COMPUTER TECHNOLOGY SAL OFFSHORE use only

You might also like