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

php中文网
发布: 2016-06-07 17:00:49
原创
1332人浏览过

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

Linux公社

首页 → 数据库技术

背景:

阅读新闻

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 样例数据库用户的建立

下载方法见

linux

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

    Oracle悲观锁和乐观锁浅析

    相关资讯       Oracle教程 

    图片资讯      

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

    评论声明

    最新资讯

    本周热门

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


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

    最佳 Windows 性能的顶级免费优化软件
    最佳 Windows 性能的顶级免费优化软件

    每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

    下载
    来源:php中文网
    本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
    最新问题
    开源免费商场系统广告
    热门教程
    更多>
    最新下载
    更多>
    网站特效
    网站源码
    网站素材
    前端模板
    关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
    php中文网:公益在线php培训,帮助PHP学习者快速成长!
    关注服务号 技术交流群
    PHP中文网订阅号
    每天精选资源文章推送
    PHP中文网APP
    随时随地碎片化学习
    PHP中文网抖音号
    发现有趣的

    Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号