import csv file into oracle database

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 ... trong database. Ngoài ra, còn một số các object khác ít được sử dụng, cũng như chi tiết các lựa chọn của các object các bạn tham khảo file help oracle_ home/mshelp/oracleo.hlp ... http://www .oracle. com/technology/software/tech/windows/ole/index.html Khi download về các bạn sẽ có một file .exe, các bạn chạy file .exe này để extract file ra thư mục oo4o, rồi chạy tiếp Oracle Universal Installer chọn source path là...
  • 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
... V$CONTROLFILE Liệt kê tên của các control files V $DATABASE Thông tin về database V$DATAFILE Thông tin về các data file được sử dụng V$DATAFILE_HEADER Thông tin header của các data file được ... truy cập vào database. PARALLEL cho phép nhiều instances cùng được gắn với database (sử dụng Oracle Parallel Server) SHARED tương tự như PARALLEL. PFILE=parfile cho phép sử dụng file tham số ... khi đóng database, tất cả các dữ liệu còn trong bộ đệm (redo log buffer cache) sẽ được ghi ra file (online redo log file) . Các control file vẫn được mở. Dismount database Dissmount database...
  • 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
... for such purposes, and Oracle Corporation disclaims liability for any damages caused by such use of the Programs. Oracle is a registered trademark, and Oracle Store, Oracle7 , Oracle8 , Oracle9 i, PL/SQL, ... need to know the following: ■ Relational database concepts and basic database administration as described in Oracle Database Concepts and the Oracle Database Administrator's Guide ■ Basic ... CMDFILE commandfile.rcv LOG outfile.txt vii Connecting to the Target Database and Recovery Catalog from the RMAN Prompt 5-3 Connecting to an Auxiliary Database 5-4 Connecting to an Auxiliary Database...
  • 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
... 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, ... maintaining the many separate files that were needed for the many relational tables. Note that this problem is avoided in the Oracle database by abstracting the physical storage (files) from the logical ... needed to design the report definition. Oracle Discoverer empowers end users to develop reports themselves. Once Oracle Discoverer, which runs on an Oracle Application Server middle tier, has...
  • 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 ... Reference ■ Oracle Database Utilities Many of the examples in this book use the sample schemas of the seed database, which is installed by default when you install Oracle. Refer to Oracle Database Sample ... for such purposes, and Oracle Corporation disclaims liability for any damages caused by such use of the Programs. Oracle is a registered trademark, and Oracle Store, Oracle7 , Oracle8 , Oracle9 i, PL/SQL,...
  • 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
... 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, ... next? Can Oracle help? Attempt to normalize the data into two-dimensional tables, linked with one-to-many relationships. If this really cannot be done, consider other paradigms. Oracle may ... table will then look like this: BOOKS ISBN TITLE PUBLISHER 12345 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
... Oracle Server Architecture An Oracle database is a set of files on disk. It exists until these files are deliberately deleted. There are no practical limits to the size and number of these files, ... Technologies There is a family of products that makes up the Oracle server technologies: ■ The Oracle Database ■ The Oracle Application Server ■ The Oracle Enterprise Manager ■ Various application ... Control Oracle Enterprise Manager Database Control is a graphical tool for managing one database, which may be a RAC clustered database. It consists of a Java process running on the database server machine....
  • 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
... 2005, Oracle. All rights reserved. 1-5 Oracle Products and Services ã Oracle databases ã Oracle Application Server ã Oracle applications ã Oracle Collaboration Suite ã Oracle Developer Suite ã Oracle ... Data Files ã Tablespaces consist of one or more data files. ã Data files belong to only one tablespace. USERS tablespace Data file 1 Data file 2 Tablespaces and Data Files A database is divided into ... Publications Oracle Publications Title Part Number Oracle Database 2 Day DBA 10g Release 2 (10.2) B14196-01 Oracle Database Administrator's Guide 10g Release 2 (10.2) B14231-01 Oracle Database...
  • 564
  • 750
  • 3
Oracle Database Concepts

Oracle Database Concepts

Ngày tải lên : 22/10/2013, 15:15
... upgrading a previous release of Oracle ■ Oracle Database Administrator's Guide for information about how to administer the Oracle database server ■ Oracle Database Application Developer's ... information about developing Oracle database applications ■ Oracle Database Performance Tuning Guide for information about optimizing performance of an Oracle database ■ Oracle Data Warehousing Guide ... Tablespaces, Datafiles, and Control Files Introduction to Tablespaces, Datafiles, and Control Files 3-1 Oracle- Managed Files 3-3 Allocate More Space for a Database 3-3 Overview of Tablespaces 3-6 Bigfile...
  • 732
  • 412
  • 1
Oracle Database Data Warehousing Guide

Oracle Database Data Warehousing Guide

Ngày tải lên : 22/10/2013, 15:15
... Data Files 12-7 Extracting into Flat Files Using SQL*Plus 12-8 Extracting into Flat Files Using OCI or Pro*C Programs 12-9 Exporting into Export Files Using the Export Utility 12-10 Extracting into ... the Oracle Database Enterprise Edition or Oracle Database Personal Edition, and some of these are optional. For example, to create partitioned tables and indexes, you must have the Oracle Database ... information that describes the features and functionality of the Oracle Database Standard Edition, Oracle Database Enterprise Edition, and Oracle Database Personal Edition products. These products have...
  • 806
  • 454
  • 0
Oracle Database Administrator''''s Guide

Oracle Database Administrator''''s Guide

Ngày tải lên : 22/10/2013, 15:15
... 9-19 Mapping Files to Physical Devices 9-19 Overview of Oracle Database File Mapping Interface 9-20 How the Oracle Database File Mapping Interface Works 9-20 Using the Oracle Database File Mapping ... Automated File and Storage Management 11 Using Oracle- Managed Files What Are Oracle- Managed Files? 11-1 Who Can Use Oracle- Managed Files? 11-2 Benefits of Using Oracle- Managed Files 11-3 Oracle- Managed ... 11-6 Creating Oracle- Managed Files 11-7 How Oracle- Managed Files Are Named 11-8 Creating Oracle- Managed Files at Database Creation 11-9 Creating Datafiles for Tablespaces Using Oracle- Managed Files 11-15 Creating...
  • 1.1K
  • 444
  • 0
OCP Oracle Database 11g New Features Exam Guide P1

OCP Oracle Database 11g New Features Exam Guide P1

Ngày tải lên : 23/10/2013, 17:15
... to upgrade your Oracle OCP DBA certification to the latest level Oracle Database 11g. It is a study guide for Oracle Database administrators who plan to take the OCP Oracle Database 10g: New ... xvi INTRODUCTION O racle Database 11g offers several highly powerful enhancements to the management of Oracle databases. Oracle databases are the leading commercial databases in the world today, ... upgrade your OCP certification from Oracle Database 10g to Oracle Database 11g. (The complete name of the test required for upgrading your certification is Oracle Database 11g: New Features for...
  • 30
  • 488
  • 3
Oracle Database 11g The Complete Reference P1

Oracle Database 11g The Complete Reference P1

Ngày tải lên : 28/10/2013, 00:15
... I Critical Database Concepts 1 Oracle Database 11g Architecture Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 Installing Oracle Database 11g and Creating a Database ... tuning of Oracle databases. An enterprise database architect in the financial industry, he was named Consultant of the Year by Oracle Magazine in 2002. His best-selling books include Oracle Database ... collected into packages. You can also create triggers, telling the database what steps to take when different events occur within the database. Triggers may occur during database events (such as database...
  • 40
  • 634
  • 1
OCP Oracle Database 11g New Features Exam Guide P2

OCP Oracle Database 11g New Features Exam Guide P2

Ngày tải lên : 28/10/2013, 00:15
... can use the Oracle 11.1 client to access an Oracle 8i, Oracle 9i, Oracle Database 10g, and Oracle Database 11g (11.1) database. Let’s first look at the manual upgrade process using Oracle- supplied ... The db_securefile parameter enables you to specify whether to treat a LOB file as a traditional Oracle LOB or the new Oracle SecureFiles format. Oracle SecureFiles is a new Oracle Database 11g ... the Oracle Database 11g Release 1 (11.1) version. You can directly upgrade to Oracle Database Release 1 if your current database is based on an Oracle 9.2.0.4 or newer release. For Oracle database...
  • 20
  • 527
  • 1
Oracle Database 11g The Complete Reference P2

Oracle Database 11g The Complete Reference P2

Ngày tải lên : 06/11/2013, 10:15
... completion of the Oracle software installation. Chapter 2: Installing Oracle Database 11g and Creating a Database 17 After the Oracle software has been successfully installed, the Database Configuration ... version of the Oracle database. It includes features such as Flashback Database and allows you to add additional pieces of licensed functionality, such as Oracle Spatial, Oracle OLAP, Oracle Label ... Chapter 2: Installing Oracle Database 11g and Creating a Database 13 Familiarity with a couple of key Web sites is a must. Oracle Technology Network (OTN), at http://otn .oracle. com, has a wealth...
  • 10
  • 433
  • 0