zoukankan      html  css  js  c++  java
  • OCM_Session1_7_Schema Creation



    7. Schema Creation
     7.1 As user SYS, run the script /home/oracle/scripts/create_bishhr.sql Ignore any errors concerning OE. But do not ignore any other errors.



    7. Schema Creation
    •  7.1 As user SYS, run the script /home/oracle/scripts/create_bishhr.sql Ignore any errors concerning OE. But do not ignore any other errors.

    此题主要是跑/home/oracle/scripts/create_bishhr.sql这个脚本,这个脚本主要是创建hr方案,考试时会提供,我这里没有,故手动创建了一个简单的。

    [oracle@ocm1 admin]$ mkdir -p /home/oracle/scripts/
    [oracle@ocm1 admin]$ cd /home/oracle/scripts/
    [oracle@ocm1 scripts]$ vi create_bishhr.sql
    create user hr identified by hr;
    grant connect,resource to hr;
    ~
    ~
    "create_bishhr.sql" [New] 3L, 64C written                                                                              
    [oracle@ocm1 scripts]$ 

    SQL> @/home/oracle/scripts/create_bishhr.sql   

    User created.


    Grant succeeded.

  • 相关阅读:
    冒泡排序(可传函数参数)
    字符串转化成整数
    遍历文档内容,得到HTML层级结构
    跨域通信问题
    矩阵的快速幂
    CSS tricks
    牛客赛马网笔试攻略
    项目中遇到的问题
    Mysql远程链接访问权限设置
    恢复delete删除的数据
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13315895.html
Copyright © 2011-2022 走看看