Oracle HR Example User's build 10g,11g can be

Source: Internet
Author: User

Oracle HR Example User's build 10g,11g can be

Put the 10. sql files on the attachment (see the end of the article) in this path first:

$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.

Then run hr_main.sq this file on the Sql*plus.

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 (assuming Linux is $oracle_home/rdbms/log)

This command allows you to see if the HR user has established success.

Desc dba_users;

Select username, account_status from dba_users;


Attachment address:

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

Oracle HR Example User's build 10g,11g can be

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.