Home > Database > Mysql Tutorial > body text

OCM_Session1_7_SchemaCreation

WBOY
Release: 2016-06-07 15:29:16
Original
1055 people have browsed it

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_b



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.
Related labels:
sc
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!