zoukankan      html  css  js  c++  java
  • oracle hr schema建立

    oracle hr schema建立过程如下:

    1.下载相关用户建立脚本
    (1),下载地址为:http://download.csdn.net/source/3509018


    (2),下载后释放到$ORACLE_HOME/demo/schema/human_resources/ 目录下


    2.使用SQL建立用户

    SQL> @$ORACLE_HOME/demo/schema/human_resources/hr_main.sql

    specify password for HR as parameter 1:
    Enter value for 1: hr

    specify default tablespeace for HR as parameter 2:
    Enter value for 2: users

    specify temporary tablespace for HR as parameter 3:
    Enter value for 3: temp

    specify password for SYS as parameter 4:
    Enter value for 4: oracle

    specify log path as parameter 5:
    Enter value for 5: /archivelog/

  • 相关阅读:
    加一
    斐波那契数
    整数的各位积和之差
    移除元素
    删除排序数组中的重复项
    有效的括号
    爬楼梯
    最长公共前缀
    罗马数字转整数
    回文数
  • 原文地址:https://www.cnblogs.com/alang85/p/oracle_hr.html
Copyright © 2011-2022 走看看