oracle database concepts 11 2

Oracle Database Concepts

Oracle Database Concepts

Ngày tải lên : 22/10/2013, 15:15
... Security Policy 20 -22 Database User Management 20 -22 User Authentication 20 -23 Operating System Security 20 -23 Data Security Policy 20 -23 User Security Policy 20 -24 General User Security 20 -24 End-User ... Triggers 22 -8 Row Triggers and Statement Triggers 22 -8 Row Triggers 22 -8 Statement Triggers 22 -8 BEFORE and AFTER Triggers 22 -9 BEFORE Triggers 22 -9 AFTER Triggers 22 -9 Trigger Type Combinations 22 -10 INSTEAD ... CONSTRAINTS Mode 21 -22 Unique Constraints and Indexes 21 -23 Constraint States 21 -24 Constraint State Modification 21 -25 22 Triggers Introduction to Triggers 22 -1 How Triggers Are Used 22 -3 Some Cautionary...
  • 732
  • 412
  • 1
Lập trình VB với Oracle Database

Lập trình VB với Oracle Database

Ngày tải lên : 25/08/2012, 08:59
... option Oracle Objects for OLE trong mục Oracle9 i Development Kit khi cài Oracle database server hoặc download riêng các version khác nhau của OO4O ở đường link này: http://www .oracle. com/technology/software/tech/windows/ole/index.html ... application OraDatabase Thể hiện một session đến database và cung cấp phương thức thực thi các câu lệnh SQL và PL/SQL. Khởi tạo OraDatabase object bằng cách gọi phương thức OpenDatabase ... bạn đang lập trình với VB lớp ứng dụng Oracle Object for OLE (OO4O) do Oracle cung cấp cho phép kết nối và thao tác với Oracle database dễ dàng, hiệu quả hơn. 1. Sơ lược...
  • 7
  • 1.6K
  • 9
Quản trị oracle database

Quản trị oracle database

Ngày tải lên : 09/10/2013, 13:20
... lần mũ 2, có thể là 2K, 4K, 8K, 16K và 32K tuỳ theo phiên bản của Oracle và của Hệ điều hành. DB_NAME Định danh database từ 8 ký tự trở xuống. Tham số này chỉ cần thiết khi tạo mới một database. ... nhập vào database. RECOVER bắt đầu khôi phục dữ liệu khi database. 5.4.3. Thay đổi tính sẵn dùng của database hiện thời Khởi động database ở chế độ NOMOUNT Thực hiện sửa đổi database theo ... database mà chưa thể sử dụng database được. OPEN READ WRITE Mở database, sẵn sàng cho việc sử dụng database, cả đọc lẫn ghi. OPEN READ ONLY Mở database nhưng chỉ cho đọc database như sử dụng các...
  • 17
  • 566
  • 9
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
... Backup Sets 2- 20 Backups of Backup Sets 2- 22 Backups of Image Copies 2- 24 RMAN Backup Options: Naming, Sizing, and Speed 2- 25 Filenames for Backup Pieces 2- 25 Filenames for Image Copies 2- 26 Tags ... Manager Creating a Duplicate Database: Overview 11- 2 How Recovery Manager Duplicates a Database 11- 2 Database Duplication Options 11- 4 Duplicating a Database: Prerequisites and Restrictions 11- 5 Generating ... Duplicate Database with the Target Database: Example 11- 21 Creating Duplicate of the Database at a Past Point in Time: Example 11- 23 Duplicating with a Client-Side Parameter File: Example 11- 23 12 Migrating...
  • 586
  • 728
  • 2
OCA Oracle Database 11g Administration I Exam Guide P2

OCA Oracle Database 11g Administration I Exam Guide P2

Ngày tải lên : 17/10/2013, 11:15
... look like this: BOOKS ISBN Title Publisher 123 45 Oracle 11g SQL Fundamentals 1 Exam Guide McGraw-Hill, Spear Street, San Francisco, CA 67890 Oracle 11g New Features Exam Guide McGraw-Hill, Spear ... table will then look like this: BOOKS ISBN Title Publisher 123 45 Oracle 11g OCP SQL Fundamentals 1 Exam Guide McGraw-Hill 67890 Oracle 11g New Features Exam Guide McGraw-Hill ... developed into DB2) was not ported to non-IBM platforms for many years. Microsoft’s SQL Server is another relational database that has been limited by the platforms on which it runs. Oracle databases,...
  • 10
  • 1.2K
  • 6
Oracle Database Backup and Recovery Basics

Oracle Database Backup and Recovery Basics

Ngày tải lên : 18/10/2013, 17:15
... Oracle resources: ■ Oracle Database Recovery Manager Quick Start Guide ■ Oracle Database Backup and Recovery Advanced User's Guide ■ Oracle Database Recovery Manager Reference ■ Oracle Database ... you need to know the following: ■ Relational database concepts and basic database administration as described in Oracle Database Concepts and Oracle Database Administrator's Guide ■ The operating ... supported by the Oracle database are variations on the process described here. See also: Oracle Database Concepts for more information about control files. See also: Oracle Database Concepts for detailed...
  • 216
  • 555
  • 3
OCA Oracle Database 11g SQL Fundamentals I Exam Guide P2

OCA Oracle Database 11g SQL Fundamentals I Exam Guide P2

Ngày tải lên : 19/10/2013, 19:15
... Relational Paradigm AUTHORS SSNO Name 111 11 John Watson 22 222 Damir Bersinic 33333 Roopesh Ramklass BOOKAUTHORS ISBN SSNO 123 45 111 11 123 45 22 222 67890 111 11 67890 33333 Figure 1-4 shows the entity-relationship ... CODE McGraw-Hill 123 ADDRESSES ADDRESS CODE STREET CITY STATE 123 Spear Street San Francisco California 22 Chapter 1: Oracle Server Technologies and the Relational Paradigm AUTHORS SSNO Name 111 11 John ... table will then look like this: BOOKS ISBN TITLE PUBLISHER 123 45 Oracle 11g OCP SQL Fundamentals 1 Exam Guide McGraw-Hill 67890 Oracle 11g New Features Exam Guide McGraw-Hill PUBLISHERS PUBLISHER...
  • 10
  • 661
  • 3
OCA Oracle Database 11g SQL Fundamentals I Exam Guide P1

OCA Oracle Database 11g SQL Fundamentals I Exam Guide P1

Ngày tải lên : 19/10/2013, 19:15
... . 22 3 Self Test Answers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 4 Lab Answer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 5 5 ... rows from a table 10 423 Control transactions 10 427 Using DDL Statements to Create and Manage Tables Categorize the main database objects 11 450 Review the table structure 11 456 List the data ... for columns 11 457 Create a simple table 11 4 62 Explain how constraints are created at the time of table creation 11 469 Creating Other Schema Objects Create simple and complex views 12 488 Retrieve...
  • 40
  • 839
  • 4
Oracle Database 10g-Administration Workshop 1

Oracle Database 10g-Administration Workshop 1

Ngày tải lên : 22/10/2013, 10:15
... Basics 10g Release 2 (10 .2) B141 92- 01 Oracle Database Concepts 10g Release 2 (10 .2) B1 422 0-01 Oracle Database Licensing Information 10g Release 2 (10 .2) B14199-01 Oracle Database Net Services ... Guide 10g Release 2 (10 .2) B1 421 2-01 Oracle Database Net Services Reference 10g Release 2 (10 .2) B1 421 3-01 Oracle Database New Features Guide 10g Release 2 (10 .2) B1 421 4-01 Oracle Database Performance ... Package 12- 21 Server-Generated Alerts 12- 22 Default Server-Generated Alerts 12- 23 Setting Thresholds 12- 24 Creating and Testing an Alert 12- 25 Alerts Notification 12- 26 Reacting to Alerts 12- 28 Alert...
  • 564
  • 750
  • 3
Oracle Database Data Warehousing Guide

Oracle Database Data Warehousing Guide

Ngày tải lên : 22/10/2013, 15:15
... a SQL Model 22 -4 Why Use SQL Modeling? 22 -6 SQL Modeling Capabilities 22 -7 Basic Topics in SQL Modeling 22 -10 Base Schema 22 -11 MODEL Clause Syntax 22 -11 Keywords in SQL Modeling 22 -14 Assigning ... Handling 22 -14 Calculation Definition 22 -15 Cell Referencing 22 -15 Symbolic Dimension References 22 -16 Positional Dimension References 22 -16 Single Cell References on the Right Side 22 -17 Multi-Cell ... DML 24 -19 Advantages of Parallel DML over Manual Parallelism 24 -20 When to Use Parallel DML 24 -21 Enabling Parallel DML 24 -22 Transaction Restrictions for Parallel DML 24 -23 Rollback Segments 24 -24 Recovery...
  • 806
  • 454
  • 0
Oracle Database Administrator''''s Guide

Oracle Database Administrator''''s Guide

Ngày tải lên : 22/10/2013, 15:15
... Features 1 -26 Data Utilities 1 -28 2 Creating an Oracle Database Deciding How to Create an Oracle Database 2- 2 Manually Creating an Oracle Database 2- 2 Considerations Before Creating the Database 2- 3 Creating ... Files 11- 21 Creating Archived Logs Using Oracle- Managed Files 11- 22 Behavior of Oracle- Managed Files 11- 23 Dropping Datafiles and Tempfiles 11- 23 Dropping Redo Log Files 11- 24 Renaming Files 11- 24 Managing ... 20 -19 Viewing Constraint Information 20 -21 Renaming Schema Objects 20 -21 Managing Object Dependencies 20 -22 Manually Recompiling Views 20 -24 Manually Recompiling Procedures and Functions 20 -24 Manually...
  • 1.1K
  • 444
  • 0