oracle 9i export and import utilities

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
... PROCEDURE USP_TRANDAU ( p_cur_TRANDAU out cur_TRANDAU ) as begin Trang 20 e. Sequence cho bảng TRAN_DAU : TRANDAU_seq Mục đích : Tạo số tuần tự cho khóa chính duy nhất CREATE SEQUENCE TRANDAU_seq ... USP_VONGDAU ( p_cur_VONGDAU out cur_VONGDAU ); type cur_TRANDAU is ref cursor return TRAN_DAU%rowtype; PROCEDURE USP_TRANDAU ( p_cur_TRANDAU out cur_TRANDAU ); END pkg_SELECT; b. Package INSERT : pkg_INSERT Mục ... 15 ( p_cur_SANDAU out cur_SANDAU ) as begin open p_cur_SANDAU for SELECT * FROM SANDAU ; exception when others then dbms_output.put_line('Error : '||sqlerrm); end USP_SANDAU; Lấy danh sách...
  • 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
... mald; commit; end USP_LUOTDAU; PROCEDURE USP_SANDAU ( masd in number ) as begin DELETE TRANDAU WHERE San = masd; DELETE SANDAU WHERE MA_SD = masd; commit; end USP_SANDAU; Trang 27 6. Màn hình Quản Lý ... USP_LUOTDAU ( p_cur_LUOTDAU out cur_LUOTDAU ); type cur_SANDAU is ref cursor return SAN_DAU%rowtype; PROCEDURE USP_SANDAU ( p_cur_SANDAU out cur_SANDAU ); type cur_VONGDAU is ref cursor return VONG_DAU%rowtype; PROCEDURE ... bảng TRAN_DAU : TRANDAU_seq Mục đích : Tạo số tuần tự cho khóa chính duy nhất CREATE SEQUENCE TRANDAU_seq START WITH 1 INCREMENT BY 1 NOMAXVALUE NOCYCLE ; Thuyết minh : TRANDAU_seq Tên của...
  • 37
  • 825
  • 2
Oracle Database Backup and Recovery Advanced User’s Guide

Oracle Database Backup and Recovery Advanced User’s Guide

Ngày tải lên : 16/10/2013, 11:15
... such use of the Programs. Oracle is a registered trademark, and Oracle Store, Oracle7 , Oracle8 , Oracle9 i, PL/SQL, and SQL*Plus are trademarks or registered trademarks of Oracle Corporation. Other ... RMAN and then type commands into the command-line interface. For example, you can start RMAN from the UNIX command shell and then execute interactive commands as follows: % rman TARGET SYS /oracle@ trgt ... database concepts and basic database administration as described in Oracle Database Concepts and the Oracle Database Administrator's Guide ■ Basic backup and recovery concepts and strategies...
  • 586
  • 728
  • 2
Oracle Database Backup and Recovery Basics

Oracle Database Backup and Recovery Basics

Ngày tải lên : 18/10/2013, 17:15
... such use of the Programs. Oracle is a registered trademark, and Oracle Store, Oracle7 , Oracle8 , Oracle9 i, PL/SQL, and SQL*Plus are trademarks or registered trademarks of Oracle Corporation. Other ... these Oracle resources: ■ Oracle Database Recovery Manager Quick Start Guide ■ Oracle Database Backup and Recovery Advanced User's Guide ■ Oracle Database Recovery Manager Reference ■ Oracle ... Image Copies and Backup Sets 4-3 Full and Incremental Datafile Backups 4-5 RMAN Backups and Tags 4-5 Backing Up Database Files and Archived Logs with RMAN 4-5 Making Consistent and Inconsistent...
  • 216
  • 555
  • 3
Oracle 9i

Oracle 9i

Ngày tải lên : 23/10/2013, 09:15
... use of the Programs. Oracle is a registered trademark, and Oracle Store, Oracle7 , Oracle8 , Oracle8 i, Oracle9 i, OracleMetaLink, Oracle Names, PL/SQL, Pro*C/C++, Pro*COBOL, and SQL*Plus are trademarks ... capabilities. See Also: Oracle9 i Database Concepts See Also: ■ Oracle9 i Database Administrator’s Guide for Windows ■ Oracle9 i Backup and Recovery Concepts See Also: " ;Oracle9 i Database Specifications ... 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...
  • 212
  • 325
  • 0
Export và Import ra tập tin text từ Access

Export và Import ra tập tin text từ Access

Ngày tải lên : 26/10/2013, 02:20
... EOF(FileHandle) Line Input #FileHandle, ImportRecord RowPosition = RowPosition + 1 EmpNumber = Trim(Mid(ImportRecord, 1, InStr(1, ImportRecord, Delimiter, 1) - 1)) EmpName = Trim(Mid(ImportRecord, ... String Dim Delimiter As String flnName = C:\Exported.txt Delimiter = , FileHandle = FreeFile Open flnName For Input As FileHandle Line Input #FileHandle, ImportRecord FullName = C:\General Set ... rsGeneral = Nothing Close FileHandle Exit Sub LocalErrorHandler: MsgBox Error Occured : & Err.Description, , Error End Sub &apos ;Import Text vào Ms-Access Public Sub Import_ TextFile_2_Table() ...
  • 3
  • 330
  • 0
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
... like '%REP%' and sum(salary)>12000 order by sum(salary) desc; 12. Hiển thị mức lương trung bình cao nhất tính dựa theo department_id. BÀI THỰC HÀNH SỐ 5 – ORACLE (Hàm nhóm dữ liệu) 1. ... department_id 80 có được commission_pct. Select count(employee_id) From employees Where department_id =80 and commission_pct is not null ; 5. Cho biết commission_pct trung bình cuả các nhân viên. Select...
  • 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 ... lương của employee_id = 141. SELECT LAST_NAME,JOB_ID,SALARY FROM EMPLOYEES WHERE EMPLOYEE_ID=143 AND SALARY> (SELECT SALARY FROM EMPLOYEES WHERE EMPLOYEE_ID=141); 3. Chọn ra last_name, job_id, ... LAST_NAME,JOB_ID,SALARY FROM EMPLOYEES WHERE SALARY< ALL (SELECT SALARY FROM EMPLOYEES WHERE JOB_ID=’IT_PROG’) AND JOB_ID <> ’IT_PROG’; ...
  • 2
  • 664
  • 4

Xem thêm