Oracle HR 範例使用者的建立 10g,11g均可

來源:互聯網
上載者:User

標籤:des   style   http   color   strong   io   檔案   for   

Oracle HR 範例使用者的建立 10g,11g均可

先將附件(見文章尾部)上的 10 個 .sql 檔案放入這個路徑中 :

$ORACLE_HOME/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>@?/demo/schema/human_resources/hr_main.sql

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:runner 

j)  Specify log path as parameter 5:

k)  Enter value for 5: C:/oracle/product/10.1.0/db_1/RDBMS/log  (如果是Linux下的話就$ORACLE_HOME/rdbms/log)

 

可以通過此命令來查看 HR 使用者是否已經建立成功。

desc dba_users;

Select username, account_status from dba_users;


附件地址:

http://download.csdn.net/detail/fuzhangpeng/7712823

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.