oracle 档案资料库,使用Oracle Data Integrator Studio创建资料档案库

一、Creating the Database Schema

/*第1步:创建临时表空间*/

create temporarytablespace user_temp

tempfile'C:\app\ORACLE\oradata\orcl\user_temp.dbf'size 50m

autoextendon

next50m maxsize 20480m

extent management local;/*第2步:创建数据表空间*/

createtablespace user_data

logging

datafile'C:\app\ORACLE\oradata\orcl\user_data.dbf'size 50m

autoextendon

next50m maxsize 20480m

extent management local;/*第3步:创建用户并指定表空间*/

create user ODI_REPO identified byODI_REPOdefaulttablespace user_datatemporarytablespace user_temp;/*第4步:给用户授予权限*/

grant connect,resource,dba to ODI_REPO;

二、创建Master Repository"并连接

启动 odi64.exe,运行新建主资料档案库向导

c8538b4d7dacc01bcf4ed86630e3593f.png

配置连接信息,用户名和口为第一步创建的

fb5aa8599876fb31913a54c1600324ad.png

忽略掉,字符编码问题

4570a76a11d32faa23a948365b91a82a.png

输入SUPERVISOR的密码

48376bee18837d9d218ee812280a7c4c.pngfeec988a0b4f4f6fdc268569ab572307.png

创建中

7819095b56d868e75ac187a1e8454b23.png

创建成功

5cae5261ec909101aaa6701aacdfadcf.png

三、Connecting to the Master Repository"

ODI→连接 新建登陆

4edf73d6b0a37adab32bce89b4e88c97.png

ed029c9e13939ef59f0f30def0cc9616.png

输入资料档案库连接信息

f238e9b6bc52ca41d29ee7e0c68f2376.png

连接成功,设计器tab页是灰显的,因为项目存在资料档案库

76b4c339551ccd78b3970b4046bda4bd.png

四、创建工作资料档案库

登陆主资料档案库,选择拓扑→主资料档案库 右键新建工作资料档案库,

58d171bcf678e5b73c02c2597c7e95e2.png

默认,即可。

指定类型,开发

21d6160fcca7a366ac7fcf7476c9d76f.png

登陆进去后发现设计器不是灰显的了,说明资料档案库登陆成功。

fa87e87f5563c136579cb6e2e18a31c0.png

五、资料档案库其他操作

Attaching a work repository consists of linking an existing work repository to the current master repository. This existing work repository already exists in the database and has been previously detached from this or another master repository.

Detacheing a work repository, by deleting its link to the master repository. This is an opposite operation to attaching. This operation does not destroy the work repository content.

Erasing a work repository consists of deleting the work repository from the database.Erasing your work repository is an irreversible operation. All information stored in the work repository will be definitively deleted, including the metadata of your models, projects and run-time information such as scenarios, schedules, and logs.

连接和分离是相反的操作,分离资料档案库只是删除和主资料档案库的连接,分离后后面可以重新attache。从数据库中擦除资料档案库会从数据库物理删除内容,不可恢复。

5.1 修改工作资料档案库口令 Changing a Work Repository Password

5.2 连接资料档案库 Attaching a work repository

5.3 分离资料档案库Detaching  a Work Repository

5.4 从数据库擦除资料档案库 Erasing a work repository

参考文献:

ODI Studio创建资料档案库

Contents Document Control ii 1. ODI基础 2 1.1. 参考资料 2 1.2. ODI基础 2 1.3. ODI理解之1 6 1.4. ODI组件 6 1.5. ODI安装 8 1.6. 服务和菜单 10 1.7. 基本训练 10 2. 完整的简单例子(资料库、体系结构、项目、模型、接口、包、方案) 11 2.1. ODI理解之2 11 2.2. 环境准备 12 2.3. 创建资料库 13 2.4. 创建物理体系结构 17 2.5. 创建逻辑体系结构 20 2.6. 创建项目 20 2.7. 创建模型 21 2.8. 创建接口 23 2.9. 运行接口 25 2.10. 监控和查看会话状态 26 2.11. 创建并运行包 27 2.12. 创建并运行方案 28 2.13. ODI理解之3 28 3. 最常用特性和功能实例一(CDC、Agent、Schedule) 30 3.1. ODI理解之4 30 3.2. ODI理解之5(CDC) 30 3.3. O2O CDC(Simple) 32 3.4. O2O CDC(Consistent Set) 35 3.5. O2O CDC(Consistent Set Using Log Minner) 41 3.6. Agent 42 3.7. Schedule 43 4. 最常用特性和功能实例二(SQL Server、XML) 45 4.1. Oracle to SQL Server 45 4.2. SQL Server to Oracle 46 4.3. XML to Oracle 47 5. Sequence、Variable、User Function、Procedure 50 5.1. 作用域 50 5.2. Variable变量 50 5.3. Sequence序列 51 5.4. User Function自动义函数 53 5.5. Procedure过程 54 5.6. Procedure最简单的例子 55 5.7. 在Procedure中用序列、函数 56 6. Knowledge Module 58 6.1. 客户化KM最佳简单例子 58 7. Package及ODI工具箱 59 7.1. 概述 59 8. Web Service 61 8.1. 安装Public Web Services 61 8.2. 设置Data Services 61 9. FAQ&How To 62 9.1. 常见问题 62 9.2. 中英文名词 62 9.3. 对象加密 63 9.4. Agent负载均衡 63 9.5. Jython 63 9.6. Substitution Methods 64 9.7. 常用代码块 64 9.8. 命令行工具 64 9.9. 升级 65 9.10. 用户权限 65 9.11. 安装Metadata Navigator 67 9.12. 安装Lightweight Designer 68 10. 专题 70 10.1. DBLink 70 10.2. 对象冲突 70 11. Open and Closed Issues for this Deliverable 71 Open Issues 71 Closed Issues 71
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值