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/

  • 相关阅读:
    事件基础
    DOM
    GoWeb编程之多路复用
    GoWeb编程之HelloWorld
    Linux libtins 库安装教程
    模式串匹配KMP详解
    树的重心
    Light OJ 1064
    Light OJ 1060
    1057
  • 原文地址:https://www.cnblogs.com/alang85/p/oracle_hr.html
Copyright © 2011-2022 走看看