export import utility in oracle 9i

Tài liệu Manual Creation of database in windows with oracle 9i ppt

Tài liệu Manual Creation of database in windows with oracle 9i ppt

Ngày tải lên : 25/01/2014, 05:20
... Creation of database in windows with oracle 9i (Step-by-Step) By M.B.G. Suranga De Silva @ ceylonlinux dot com (Name of the database=db18) (Note: all commands are in bold letters) 1. ... SID as set oracle_ sid=db18 4. Start a windows service with internal password oradim –new –sid <database name> intpwd <password> is the syntax. In this case I use ceylonlinux_suranga ... –sid db18 –intpwd ceylonlinux_suranga 5. Create a directory called db18. In my case I created it in d:\ drive (Note: all my parameter files and .sql file that are going to discuss following are...
  • 7
  • 375
  • 0
Xây dựng phần mềm xếp hạng giải vô địch bóng đá kết nối cơ sở dữ liệu với Oracle 9i

Xây dựng phần mềm xếp hạng giải vô địch bóng đá kết nối cơ sở dữ liệu với Oracle 9i

Ngày tải lên : 23/11/2012, 13:47
... USP_SANDAU Trang 19 masd in number, tensan in varchar2 ) as begin INSERT INTO SANDAU(Ma_SD, Ten_San) VALUES (masd, tensan); commit; end USP_SANDAU; PROCEDURE USP_VONGDAU ( mavd in number, tenvong in varchar2 ) as begin INSERT ... varchar2 ) as begin INSERT INTO VONGDAU(Ma_VD, Ten_Vong) VALUES (mavd, tenvong); commit; end USP_VONGDAU; PROCEDURE USP_TRANDAU ( matd in number, ngaytd in date, madb1 in number, madb2 in number, ... pkg_INSERT as PROCEDURE USP_DOIBONG ( madb in number, tendb in varchar2 ); PROCEDURE USP_LUOTDAU ( mald in number, tenluot in varchar2 ); PROCEDURE USP_SANDAU ( masd in number, tensan in varchar2 ); ...
  • 36
  • 1.3K
  • 1
XÂY DỰNG PHẦN MỀM  XẾP HẠNG GIẢI VÔ ĐỊCH BÓNG ĐÁ KẾT NỐI CƠ SỞ DỮ LIỆU VỚI ORACLE 9i

XÂY DỰNG PHẦN MỀM XẾP HẠNG GIẢI VÔ ĐỊCH BÓNG ĐÁ KẾT NỐI CƠ SỞ DỮ LIỆU VỚI ORACLE 9i

Ngày tải lên : 26/04/2013, 10:08
... kqdoi1 in number, kqdoi2 in number, vong in number, Trang 23 ); PROCEDURE USP_TRANDAU ( matd in number, ngaytd in date, madb1 in number, madb2 in number, kqdoi1 in number, kqdoi2 in number, ... varchar2 ) as begin INSERT INTO VONGDAU(Ma_VD, Ten_Vong) VALUES (mavd, tenvong); commit; end USP_VONGDAU; PROCEDURE USP_TRANDAU ( matd in number, ngaytd in date, madb1 in number, madb2 in number, ... đấu Trang 34 masd in number, tensan in varchar2 ) as begin INSERT INTO SANDAU(Ma_SD, Ten_San) VALUES (masd, tensan); commit; end USP_SANDAU; PROCEDURE USP_VONGDAU ( mavd in number, tenvong in varchar2 ) as begin INSERT...
  • 37
  • 825
  • 2
Oracle 9i

Oracle 9i

Ngày tải lên : 23/10/2013, 09:15
... titled: ■ Oracle9 i Database Getting Started for Windows ■ Oracle9 i Database Administrator’s Guide for Windows ■ Oracle9 i Security and Network Integration Guide for Windows Task Mapping We recognize ... Database" in Oracle9 i Database Administrator’s Guide for Windows See Also: Oracle9 i Database Concepts ix HKEY_LOCAL_MACHINE\SOFTWARE \ORACLE\ OSD9I\CM 9-12 HKEY_LOCAL_MACHINE\SOFTWARE \ORACLE\ OSD9I\IPC ... tools. Using Oracle9 i on Windows 2000 There are some differences between using Oracle9 i on Windows 2000 and Windows NT 4.0. For more information, see Chapter 3, "Using Oracle9 i on Windows...
  • 212
  • 325
  • 0
Bài tập thực hành Oracle 9i (bài số 1)

Bài tập thực hành Oracle 9i (bài số 1)

Ngày tải lên : 28/10/2013, 03:15
... sau: (Gợi ý: sử dụng Full Outer Join ) ) select p.sp,p.mdv,d.tdv select p.sp,p.mdv,d.tdv from pnhap1 p join dmvt d from pnhap1 p join dmvt d using (mdv); using (mdv); 9. 9. Thực hành câu ... Natural Join ) ) select sp,mdv,tdv select sp,mdv,tdv from pnhap1 from pnhap1 natural join dmvt; natural join dmvt; 8. 8. Thực hành câu lệnh SQL để có kết quả như sau: (Gợi ý: sử dụng Using ) ) ... SQL để có kết quả như sau: (Gợi ý: sử dụng Join On ) ) select p.sp,p.mdv,d.tdv select p.sp,p.mdv,d.tdv from pnhap1 p join dmvt d from pnhap1 p join dmvt d on (p.mdv=d.mdv) on (p.mdv=d.mdv) 11....
  • 5
  • 686
  • 5
Bài tập thực hành Oracle 9i (bài số 2)

Bài tập thực hành Oracle 9i (bài số 2)

Ngày tải lên : 28/10/2013, 03:15
... job_id NOT LIKE ‘%REP%’ Group by job_id Having sum(salary)>12000 Order by sum(salary) desc; select job_id,sum(salary) from employees group by job_id having job_id not like '%REP%' and ... ra department_id, mức lương trung bình tính dựa theo department_id, với điều kiện: lương trung binh phải lớn hơn 5000 10. Chọn ra department_id, lương cao nhất tính dựa theo department_id, với ... nhất phải lớn hơn 8000. Select department_id,max(salary) From employees Group by department_id Having max(salary)>8000 Order by avg(salary) asc ; 11. Liệt kê job_id, tổng lương tính dưạ theo...
  • 4
  • 646
  • 4
Bài tập thực hành Oracle 9i (bài số 3)

Bài tập thực hành Oracle 9i (bài số 3)

Ngày tải lên : 06/11/2013, 14:15
... BÀI THỰC HÀNH SỐ 6 – ORACLE (Subquery) 1. Chọn ra last_name của tất cả nhân viên có lương cao hơn lương của nhân viên ... salary ở mức thấp nhất. SELECT LAST_NAME,JOB_ID,SALARY FROM EMPLOYEES WHERE SALARY= (SELECT MIN(SALARY) FROM EMPLOYEES); 4. Chọn ra employee_id, last_name, job_id, salary của những nhân viên...
  • 2
  • 664
  • 4
Bài tập thực hành Oracle 9i (bài số 5)

Bài tập thực hành Oracle 9i (bài số 5)

Ngày tải lên : 06/11/2013, 14:15
... trươ ́ c khi làm: - Truy vấn xem thông tin của bảng employees_cp - Sau đó xóa toàn bộ dư ̃ liệu của bảng employees_cp - Truy vấn xem lại thông tin của bảng employees_cp - Thư ̣ c hiện ... Employees_cp DELETE FROM EMPLOYEES_CP WHERE TO_DATE(HIRE_DATE ,’MM/YYYY’) = ‘01/1998’; 8. Xóa đi thông tin của departments_cp có location_id = 1600. DELETE FROM departments_cp WHERE location_id = 1600; 9. ... salary From employees Where employee_id = 112) Where employee_id = 205; 7. Xóa đi tất cả thông tin của nhân viên có ngày bắt đầu vào làm việc là trong tháng 1 năm 1998 trong bang Employees_cp...
  • 2
  • 587
  • 5
Tài liệu Introduction to oracle 9i : SQL ppt

Tài liệu Introduction to oracle 9i : SQL ppt

Ngày tải lên : 21/12/2013, 06:17
... 4-21 Joining Tables Using SQL: 1999 Syntax 4-22 Creating Cross Joins 4-23 Creating Natural Joins 4-24 Retrieving Records with Natural Joins 4-25 Creating Joins with the USING Clause 4-26 Retrieving ... SQL SQL1 Introduction to Oracle9 i: PL/SQL inClass Develop PL/SQL Program Units PL/SQL Fundamentals Introduction to Oracle9 i: SQL inClass Integrated Languages Curriculum Introduction to Oracle9 i: ... Dashed line Optional element indicating “ may be” Solid line Mandatory element indicating “must be” Crow’ s foot Degree element indicating “ one or more” Single line Degree element indicating...
  • 442
  • 492
  • 0
Tài liệu Introduction Oracle 9i - PLSQL Volume 2 docx

Tài liệu Introduction Oracle 9i - PLSQL Volume 2 docx

Ngày tải lên : 21/12/2013, 06:17
... 8-5 Trapping Exceptions 8-6 Trapping Exceptions Guidelines 8-7 Trapping Predefined Oracle Server Errors 8-8 Predefined Exceptions 8-11 Trapping Nonpredefined Oracle Server Errors 8-12 Nonpredefined ... 17-15 Enforcing Data Integrity within the Server 17-16 Protecting Data Integrity with a Trigger 17-17 Enforcing Referential Integrity within the Server 17-18 Protecting Referential Integrity with a ... subprograms in a package Mutually recursive programs are programs that call each other directly or indirectly. Introduction to Oracle9 i: PL/SQL 12-16 Invoking Package Constructs (continued) When you invoke...
  • 392
  • 327
  • 0
Tài liệu Introduction Oracle 9i - PLSQL Additional Practices ppt

Tài liệu Introduction Oracle 9i - PLSQL Additional Practices ppt

Ngày tải lên : 21/12/2013, 06:17
... &P_YEAR; V_REMAINDER1 NUMBER(5,2); V_REMAINDER2 NUMBER(5,2); V_REMAINDER3 NUMBER(5,2); BEGIN V_REMAINDER1 := MOD(V_YEAR,4); V_REMAINDER2 := MOD(V_YEAR,100); V_REMAINDER3 := MOD(V_YEAR,400); IF ((V_REMAINDER1 ... provided as a supplement to the course Introduction to Oracle9 i: PL/SQL. In these practices, you apply the concepts that you learned in Introduction to Oracle9 i: PL/SQL. The additional practices ... provides supplemental practice in declaring variables, writing executable statements, interacting with the Oracle server, writing control structures, and working with composite data types, cursors...
  • 78
  • 403
  • 0
Tài liệu Introduction Oracle 9i - PLSQL Volume 1 ppt

Tài liệu Introduction Oracle 9i - PLSQL Volume 1 ppt

Ngày tải lên : 21/12/2013, 06:17
... procedural programming capabilities. PL/SQL in Oracle Tools: Many Oracle tools, including Oracle Developer, have their own PL/SQL engine, which is independent of the engine present in the Oracle Server. The ... SQL SQL1 Introduction to Oracle9 i: PL/SQL inClass Develop PL/SQL Program Units PL/SQL Fundamentals Introduction to Oracle9 i: SQL inClass Integrated Languages Curriculum Introduction to Oracle9 i: ... Statements in PL/SQL 3-3 SELECT Statements in PL/SQL 3-4 Retrieving Data in PL/SQL 3-7 Naming Conventions 3-9 Manipulating Data Using PL/SQL 3-10 Inserting Data 3-11 Updating Data 3-12 Deleting Data...
  • 330
  • 364
  • 0
Tài liệu Center for Internet Security Benchmark for Oracle 9i/10g doc

Tài liệu Center for Internet Security Benchmark for Oracle 9i/10g doc

Ngày tải lên : 22/12/2013, 10:16
... 3.01 Files in $ORACLE_ HOME/bin Verify and set ownership All files in the $ORACLE_ HOME/bin must be owned by the Oracle software account. In Windows, this account must be part of the Administrators ... 10g ,9i √  1 S 3.03 Files in $ORACLE_ HOME (not including $ORACLE_ HOME/bin) Permissions set to 0750 or less on Unix systems All files in $ORACLE_ HOME directories (except for $ORACLE_ HOME/bin) ... known 1.01 Windows platform Do not install Oracle on a domain controller Oracle must only be installed on a domain member server or a standalone server. 10g ,9i √  1 1.02 Windows Services...
  • 56
  • 599
  • 0
Tài liệu Oracle 9i - SQL - Student Guide - Volume 1 docx

Tài liệu Oracle 9i - SQL - Student Guide - Volume 1 docx

Ngày tải lên : 17/01/2014, 06:20
... for Oracle9 i Introduction to Oracle9 i for Experienced SQL Users inClass or Advanced PL/SQL inClass SQL for End Users inClass Extended Data Retrieval with SQL SQL1 Introduction to Oracle9 i: ... INSERT 20-13 Pivoting INSERT 20-15 External Tables 20-18 xxi Preface Curriculum Map Introduction Objectives I-2 Oracle9 i I-3 Oracle9 i Application Server I-5 Oracle9 i Database I-6 Oracle9 i: Object Relational ... 4-4 Generating a Cartesian Product 4-5 Types of Joins 4-6 Joining Tables Using Oracle Syntax 4-7 Copyright © Oracle Corporation, 2001. All rights reserved. Introduction Creating a Script 8-10 Copying...
  • 442
  • 471
  • 0