最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

OracleHR样例数据库用户的建立

来源:动视网 责编:小采 时间:2020-11-09 12:07:04
文档

OracleHR样例数据库用户的建立

OracleHR样例数据库用户的建立:先将附件上的 10 个 .sql 文件放入这个路径中 :E:\oracle\product\10.1.0\db_1\demo\schema\human_resources然后在 SQL*PLUS 上执 首页 → 数据库技术 背景: 阅读新闻 Oracle HR 样例数据库用户的建立 [
推荐度:
导读OracleHR样例数据库用户的建立:先将附件上的 10 个 .sql 文件放入这个路径中 :E:\oracle\product\10.1.0\db_1\demo\schema\human_resources然后在 SQL*PLUS 上执 首页 → 数据库技术 背景: 阅读新闻 Oracle HR 样例数据库用户的建立 [


先将附件上的 10 个 .sql 文件放入这个路径中 :E:\oracle\product\10.1.0\db_1\demo\schema\human_resources然后在 SQL*PLUS 上执

首页 → 数据库技术

背景:

阅读新闻

Oracle HR 样例数据库用户的建立

[日期:2011-04-27] 来源:Linux社区 作者:ecjtuxuan [字体:]

先将附件上的 10 个 .sql 文件放入这个路径中 :

E:\Oracle\product\10.1.0\db_1\demo\schema\human_resources

Script Name
Description

hr_analz.sql
Collects statistics on the tables in the schema.

hr_code.sql
Creates procedural objects in the schema.

hr_comnt.sql
Creates comments for each object in the schema.

hr_cre.sql
Creates the HR objects.

hr_dn_c.sql
Adds the distinguished name column used by Oracle Internet Directory to the employees and departments tables.

hr_dn_d.sql
Drops the Oracle Internet Directory distinguished name column from employees and departments .

hr_drop.sql
Drops the HR schema and all its objects.

hr_idx.sql
Creates indexes on the HR tables.

hr_main.sql
Main script for the HR schema; calls other scripts.

hr_popul.sql
Populates the objects.

然后在 SQL*PLUS 上执行 hr_main.sq 这个文件。

a) SQL>@e:\oracle\product\10.1.0\db_1\demo\schema\human_resources\hr_main.sq

b) Specify password for HR as parameter 1:

c) Enter value for 1: hr

d) Specify default tablespeace for HR as parameter 2:

e) Enter value for 2: users

f) Specify temporary tablespace for HR as parameter 3:

g) Enter value for 3: temp

h) Specify password for SYS as parameter 4:

i) Enter value for 4: welcome1

j) Specify log path as parameter 5:

k) Enter value for 5: C:\oracle\product\10.1.0\db_1\RDBMS\log

可以通过此命令来查看 HR 用户是否已经建立成功。

desc dba_users;

Select username, account_status from dba_users;

备注:关于 这个样例数据库用户的 script 文件下载

下载在Linux公社的1号FTP服务器里,下载地址:

FTP地址:ftp://www.linuxidc.com

用户名:

密码:

在 2011年LinuxIDC.com\4月\Oracle HR 样例数据库用户的建立

下载方法见

  • 0
  • WebLogic中Oracle jdbc驱动更新方法

    Oracle悲观锁和乐观锁浅析

    相关资讯 Oracle教程

    图片资讯

    本文评论   查看全部评论 (0)

    评论声明

    最新资讯

    本周热门

    Linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
    本站(LinuxIDC)所刊载文章不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。


    Copyright © 2006-2011 Linux公社 All rights reserved 浙ICP备06018118号

    文档

    OracleHR样例数据库用户的建立

    OracleHR样例数据库用户的建立:先将附件上的 10 个 .sql 文件放入这个路径中 :E:\oracle\product\10.1.0\db_1\demo\schema\human_resources然后在 SQL*PLUS 上执 首页 → 数据库技术 背景: 阅读新闻 Oracle HR 样例数据库用户的建立 [
    推荐度:
    标签: 建立 用户 oracle
    • 热门焦点

    最新推荐

    猜你喜欢

    热门推荐

    专题
    Top