rem
rem Header: hr_popul.sql 09-jan-01
rem
rem Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved.
rem
rem Owner : ahunold
rem
rem NAME
rem hr_popul.sql - Populate script for HR schema
rem
rem DESCRIPTON
rem
rem
rem NOTES
rem There is a circular foreign key reference between
rem EMPLOYESS and DEPARTMENTS. That's why we disable
rem the FK constraints here
rem
rem CREATED
rem Nancy Greenberg, Nagavalli Pataballa - 06/01/00
rem
rem MODIFIED (MM/DD/YY)
rem hyeh 08/29/02 - hyeh_mv_comschema_to_rdbms
rem ahunold 03/07/01 - small data errors corrected
rem - Modified region values of countries table
rem - Replaced ID sequence values for employees
rem and departments tables with numbers
rem - Moved create sequence statements to hr_cre
rem - Removed dn values for employees and
rem departments tables
rem - Removed currency columns values from
rem countries table
rem ngreenbe - Updated employee 178 for no department
rem pnathan - Insert new rows to job_history table
rem ahunold 02/20/01 - NLS_LANGUAGE, replacing non American
rem ahunold 01/09/01 - checkin ADE
SET VERIFY OFF
ALTER SESSION SET NLS_LANGUAGE=American;
REM ***************************insert data into the REGIONS table
Prompt ****** Populating REGIONS table ....
INSERT INTO regions VALUES
( 1
, 'Europe'
);
INSERT INTO regions VALUES
( 2
, 'Americas'
);
INSERT INTO regions VALUES
( 3
, 'Asia'
);
INSERT INTO regions VALUES
( 4
, 'Middle East and Africa'
);
REM ***************************insert data into the COUNTRIES table
Prompt ****** Populating COUNTIRES table ....
INSERT INTO countries VALUES
( 'IT'
, 'Italy'
, 1
);
INSERT INTO countries VALUES
( 'JP'
, 'Japan'
, 3
);
INSERT INTO countries VALUES
( 'US'
, 'United States of America'
, 2
);
INSERT INTO countries VALUES
( 'CA'
, 'Canada'
, 2
);
INSERT INTO countries VALUES
( 'CN'
, 'China'
, 3
);
INSERT INTO countries VALUES
( 'IN'
, 'India'
, 3
);
INSERT INTO countries VALUES
( 'AU'
, 'Australia'
, 3
);
INSERT INTO countries VALUES
( 'ZW'
, 'Zimbabwe'
, 4
);
INSERT INTO countries VALUES
( 'SG'
, 'Singapore'
, 3
);
INSERT INTO countries VALUES
( 'UK'
, 'United Kingdom'
, 1
);
INSERT INTO countries VALUES
( 'FR'
, 'France'
, 1
);
INSERT INTO countries VALUES
( 'DE'
, 'Germany'
, 1
);
INSERT INTO countries VALUES
( 'ZM'
, 'Zambia'
, 4
);
INSERT INTO countries VALUES
( 'EG'
, 'Egypt'
, 4
);
INSERT INTO countries VALUES
( 'BR'
, 'Brazil'
, 2
);
INSERT INTO countries VALUES
( 'CH'
, 'Switzerland'
, 1
);
INSERT INTO countries VALUES
( 'NL'
, 'Netherlands'
, 1
);
INSERT INTO countries VALUES
( 'MX'
, 'Mexico'
, 2
);
INSERT INTO countries VALUES
( 'KW'
, 'Kuwait'
, 4
);
INSERT INTO countries VALUES
( 'IL'
, 'Israel'
, 4
);
INSERT INTO countries VALUES
( 'DK'
, 'Denmark'
, 1
);
INSERT INTO countries VALUES
( 'HK'
, 'HongKong'
, 3
);
INSERT INTO countries VALUES
( 'NG'
, 'Nigeria'
, 4
);
INSERT INTO countries VALUES
( 'AR'
, 'Argentina'
, 2
);
INSERT INTO countries VALUES
( 'BE'
, 'Belgium'
, 1
);
REM ***************************insert data into the LOCATIONS table
Prompt ****** Populating LOCATIONS table ....
INSERT INTO locations VALUES
( 1000
, '1297 Via Cola di Rie'
, '00989'
, 'Roma'
, NULL
, 'IT'
);
INSERT INTO locations VALUES
( 1100
, '93091 Calle della Testa'
, '10934'
, 'Venice'
, NULL
, 'IT'
);
INSERT INTO locations VALUES
( 1200
, '2017 Shinjuku-ku'
, '1689'
, 'Tokyo'
, 'Tokyo Prefecture'
, 'JP'
);
INSERT INTO locations VALUES
( 1300
, '9450 Kamiya-cho'
, '6823'
, 'Hiroshima'
, NULL
, 'JP'
);
INSERT INTO locations VALUES
( 1400
, '2014 Jabberwocky Rd'
, '26192'
, 'Southlake'
, 'Texas'
, 'US'
);
INSERT INTO locations VALUES
( 1500
, '2011 Interiors Blvd'
, '99236'
, 'South San Francisco'
, 'California'
, 'US'
);
INSERT INTO locations VALUES
( 1600
, '2007 Zagora St'
, '50090'
, 'South Brunswick'
, 'New Jersey'
, 'US'
);
INSERT INTO locations VALUES
( 1700
, '2004 Charade Rd'
, '98199'
, 'Seattle'
, 'Washington'
, 'US'
);
INSERT INTO locations VALUES
( 1800
, '147 Spadina Ave'
, 'M5V 2L7'
, 'Toronto'
, 'Ontario'
, 'CA'
);
INSERT INTO locations VALUES
( 1900
, '6092 Boxwood St'
, 'YSW 9T2'
, 'Whitehorse'
, 'Yukon'
, 'CA'
);
INSERT INTO locations VALUES
( 2000
, '40-5-12 Laogianggen'
, '190518'
, 'Beijing'
, NULL
, 'CN'
);
INSERT INTO locations VALUES
( 2100
, '1298 Vileparle (E)'
, '490231'
, 'Bombay'
, 'Maharashtra'
, 'IN'
);
INSERT INTO locations VALUES
( 2200
, '12-98 Victoria Street'
, '2901'
, 'Sydney'
, 'New South Wales'
, 'AU'
);
INSERT INTO locations VALUES
( 2300
, '198 Clementi North'
, '540198'
, 'Singapore'
, NULL
, 'SG'
);
INSERT INTO locations VALUES
( 2400
, '8204 Arthur St'
, NULL
, 'London'
, NULL
, 'UK'
);
INSERT INTO locations VALUES
( 2500
, 'Magdalen Centre, The Oxford Science Park'
, 'OX9 9ZB'
, 'Oxford'
, 'Oxford'
, 'UK'
);
INSERT INTO locations VALUES
( 2600
, '9702 Chester Road'
, '09629850293'
, 'Stretford'
, 'Manchester'
, 'UK'
);
INSERT INTO locations VALUES
( 2700
, 'Schwanthalerstr. 7031'
, '80925'
, 'Munich'
, 'Bavaria'
, 'DE'
);
INSERT INTO locations VALUES
( 2800
, 'Rua Frei Caneca 1360 '
, '01307-002'
, 'Sao Paulo'
, 'Sao Paulo'
, 'BR'
);
INSERT INTO locations VALUES
( 2900
, '20 Rue des Corps-Saints'
, '1730'
, 'Geneva'
, 'Geneve'
, 'CH'
);
INSERT INTO locations VALUES
( 3000
, 'Murtenstrasse 921'
, '3095'
, 'Bern'
, 'BE'
, 'CH'
);
INSERT INTO locations VALUES
( 3100
, 'Pieter Breughelstraat 837'
, '3029SK'
, 'Utrecht'
, 'Utrecht'
, 'NL'
);
INSERT INTO locations VALUES
( 3200
, 'Mariano Escobedo 9991'
, '11
没有合适的资源?快使用搜索试试~ 我知道了~
ORACLE database 10g: administration workshop i and ii (英文3.1原版)目...
共423个文件
sh:278个
sql:76个
ppt:46个
5星 · 超过95%的资源 需积分: 9 66 下载量 139 浏览量
2010-05-05
12:45:22
上传
评论
收藏 12.38MB ZIP 举报
温馨提示
ORACLE database 10g: administration workshop i and ii (英文3.1原版)目前是最新的版本 包含了实验部分和附录部分 完全版本 与2008版的书籍完全一致 看时请打开查看备注页面 包含内容:D17090GC31 D17092GC31
资源推荐
资源详情
资源评论
收起资源包目录
ORACLE database 10g: administration workshop i and ii (英文3.1原版)目前是最新的版本 (423个子文件)
lab_18_05.ctl 540B
lab_18_06.ctl 449B
lab_18_06.dat 3KB
lab_18_05.dat 2KB
lab_16_04_a.dmp 16KB
Appendix_B_Solutions.doc 1.38MB
Appendix_D_SQLSyntax.doc 494KB
Appendix_A_Practices.doc 230KB
Appendix_C_Linux.doc 151KB
Appendix_E_Acronyms.doc 69KB
topics.doc 52KB
online_ttbs.exe 1.88MB
online_ttbs_viewlet_swf.html 1KB
online_ttbs_launcher.html 551B
init_sgalab.ora 976B
walletlocation.ora 104B
xpp_f.ppt 1.54MB
les_14.ppt 1.03MB
les_13.ppt 756KB
les_09.ppt 727KB
Less07_Schema_TB3.ppt 708KB
les_12.ppt 646KB
Less13_Performance_TB3.ppt 590KB
les_10.ppt 564KB
Less04_Instance_TB3.ppt 532KB
les_08.ppt 521KB
les_11.ppt 511KB
Less18_MovingData_MB3.ppt 510KB
Less12_ProactiveM_MB3.ppt 488KB
Less06_Users_MB3.ppt 477KB
les_15.ppt 463KB
les_03.ppt 454KB
Less17_Flashback_TB3.ppt 441KB
les_05.ppt 439KB
les_06.ppt 435KB
Less08_Data_TB3.ppt 415KB
Less05_Storage_TB3.ppt 406KB
Less03_DB_DBCA_MB3.ppt 401KB
Less11_Network_MB3.ppt 399KB
Less10_Security_MB3.ppt 372KB
Less01_DB_Architecture_MB3.ppt 351KB
Less14_BR_Concepts_MB3.ppt 346KB
Less15_Backups_TB3.ppt 339KB
les_16.ppt 339KB
xpp_e.ppt 336KB
Less02_Installation_MB3.ppt 322KB
les_07.ppt 291KB
les_02.ppt 284KB
les_01.ppt 274KB
les_04.ppt 266KB
xpp_h.ppt 260KB
Less09_Undo_TB3.ppt 249KB
xpp_g.ppt 237KB
les_17.ppt 188KB
Appendix_F_Education.ppt 178KB
Less16_Recovery_TB3.ppt 170KB
index_(from-GC30).ppt 157KB
index.ppt 93KB
preface.ppt 72KB
ep_cover.ppt 53KB
csg1.ppt 53KB
csg2.ppt 53KB
sol_03_04.rman 25B
sol_03_07.rman 20B
sol_02_02.rman 15B
sol_03_03.rman 15B
netca.rsp 6KB
lab_10_02.sh 2KB
sol_13_02.sh 2KB
lab_11_07.sh 1KB
sol_13_06.sh 1KB
sol_13_05.sh 1018B
lab_15_05.sh 959B
sol_14_02_06.sh 858B
ws_prep.sh 845B
sol_14_02_04.sh 817B
lab_10_04.sh 791B
sol_14_02_01.sh 786B
sol_14_02_07.sh 732B
sol_09_02.sh 731B
sol_05_03_b.sh 710B
sol_13_03.sh 703B
lab_07_02.sh 697B
sol_14_02_02.sh 675B
sol_10_03.sh 670B
lab_12_03.sh 658B
lab_09_03.sh 639B
lab_10_01.sh 631B
lab_11_10.sh 630B
sol_13_04.sh 601B
sol_13_01.sh 597B
sol_11_11.sh 594B
lab_12_07.sh 581B
sol_07_02.sh 578B
sol_11_08.sh 555B
lab_06_01.sh 552B
lab_11_06.sh 551B
sol_14_04.sh 538B
sol_14_02_03.sh 536B
sol_12_02_03.sh 533B
共 423 条
- 1
- 2
- 3
- 4
- 5
资源评论
- zangbingling2012-10-17这份资料还是不错的,对考认证有点帮助,真的把这个上面的知识理解了,那你水平还是相当不错的!
- woccccccc2012-08-29还以为是pdf的,谁知道是ppt,不过还是挺不错的,赞
- vivsan2012-02-09下之前没注意,以为是PDF的,原来是ppt的。不过资料还比较全
- hkibs2011-10-10学习ORACLE很有用的资料, 包含: Oracle Database 10g: Administration Workshop I -- PPT文件, lab scripts Volume I • Student Guide Appendix_A_Practices Appendix_B_Solutions etc.
- ackou2012-09-19很不错的官方ppt
wanzai01
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功