Ngày tải lên: 24/01/2014, 19:20
Oracle Database Data Warehousing Guide
... Enterprise Edition or Oracle Database Personal Edition. What is a Data Warehouse? 1-2 Oracle Database Data Warehousing Guide What is a Data Warehouse? A data warehouse is a relational database that ... Oracle Data Warehousing Guide contains information that describes the features and functionality of the Oracle Database Standard Edition, Oracle Database Enterprise Edition, and Oracle Database ... 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...
Ngày tải lên: 22/10/2013, 15:15
Tài liệu Import custom worksheets from Excel doc
... for advanced financial analysis. By importing tables from Excel, you can enhance and personalize your business plan while saving substantial time over starting from scratch. Manage your business ... pieces are already built and ready to use. And if you already have financial data in Microsoft Excel, you can easily import it and link it to your forecast. You can name, format and include these ... Import custom worksheets from Excel Anyone with strong knowledge of business and spreadsheets can probably build...
Ngày tải lên: 16/01/2014, 16:33
ODP.NET Developer''''s Guide: Oracle Database 10g Development with Visual Studio 2005 and the Oracle Data Provider for .NET pot
Ngày tải lên: 27/06/2014, 06:20
Hướng dẫn import dữ liệu vào database từ tập tin excel trong c tài liệu, ebook, giáo trình, hướng dẫn
Ngày tải lên: 11/04/2015, 15:48
Hướng dẫn Import dữ liệu và Database
... dữ liệu đọc được vào database ImportIntoDatabase (data) ; // Lấy hết dữ liệu import từ database hiển thị lên gridView ShowData(); } Where Code = @Code InsertEmployee() INSERT INTO [EmployeeInfo] ... ""; } void btnImportExcel_Click(object sender, EventArgs e) { if (!ValidInput()) return; // Đọc dữ liệu từ tập tin excel trả về DataTable DataTable data = ReadDataFromExcelFile(); // Import dữ liệu ... nối oledbConn.Close(); } return data; } private void ImportIntoDatabase(DataTable data) { if (data == null || data. Rows.Count == 0) { MessageBox.Show("Không có dữ liệu để import& quot;); return; } HumanResourceTableAdapters.EmployeeInfoTableAdapte...
Ngày tải lên: 18/08/2012, 11:53
Lập trình VB với Oracle Database
... 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 ... của OraDatabase object. OraMetaData Tập hợp các OraMDAttribute chứa thông tin về một object nào đó trong database. oradb.Close Set orasess = Nothing End Sub Sử dụng Oracle Data Control ... trong database */ Private Sub Command2_Click() Dim orasess As New OraSessionClass Dim oradb As OraDatabase Dim orameta As OraMetaData Dim oracols As OraMetaData Dim oracol As OraMetaData...
Ngày tải lên: 25/08/2012, 08:59
Turning Data into Information
... } Dwonloaded from: iDATA.ws Chapter 6 Turning Data into Information 99 To overcome these issues, ADO.NET includes the DataView class. As with the DataTable class, each DataView exposes a set of DataRow ... table to the DataView constructor. C# DataView someView = new DataView(someTable); Visual Basic Dim someView As New DataView(someTable) Dwonloaded from: iDATA.ws Chapter 6 Turning Data into Information ... the DataTable.AcceptChanges method. The DataRowView.Row property returns the actual row based on other settings in the DataRowView instance. Creating a DataView To create a DataView from a DataTable,...
Ngày tải lên: 03/10/2013, 00:20
Quản trị oracle 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 ... 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 sử dụng V$LOGFILE...
Ngày tải lên: 09/10/2013, 13:20
OCA oracle database 11g administrator certified associate study guide (1z0 052)
Ngày tải lên: 11/10/2013, 08:15
Oracle Database Backup and Recovery Advanced User’s Guide
... for Flashback Database 9-19 Monitoring Flashback Database 9-20 Running the FLASHBACK DATABASE Command from RMAN 9-21 Running the FLASHBACK DATABASE Command from SQL*Plus 9-22 Using Oracle Flashback ... primary database that is updated using archived logs created by the primary database. RMAN can create or back up a standby database. You can fail over to the standby database if the primary database ... 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...
Ngày tải lên: 16/10/2013, 11:15
OCA Oracle Database 11g Administration I Exam Guide P2
... 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, ... servers, and databases used in your environment. Then, concentrating on the databases, try to get a feeling for how big and busy they are. Consider the number of users, the volatility of the data, ... of the data, and the data volumes. Finally, consider how critical they are to the organization: how much downtime or data loss can be tolerated for each application and database? Is it possible...
Ngày tải lên: 17/10/2013, 11:15
Oracle Database Backup and Recovery Basics
... 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 ... recovery, and the database See Also: ■ Oracle Database Backup and Recovery Advanced User's Guide to learn how to perform point-in-time recovery for an entire database ■ Oracle Database Backup...
Ngày tải lên: 18/10/2013, 17:15
OCA Oracle Database 11g SQL Fundamentals I Exam Guide P2
... 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, ... language and SQL Server is a database, but in the Microsoft world, the term SQL is often used to refer to either. Data Normalization The process of modeling data into relational tables is known ... major platform from the first release. It may be this that gave Oracle the edge in the RDBMS market place. A note on terminology: confusion can arise when discussing relational databases with...
Ngày tải lên: 19/10/2013, 19:15
OCA Oracle Database 11g SQL Fundamentals I Exam Guide P1
... database server machine. Administrators connect to Database Control from a browser, and Database Control then connects to the database server. Database Control has facilities for real-time management ... 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. ... client-server model for their database access. The simplest form of the database server is one instance connected to one database, but in a more complex environment one database can be opened by...
Ngày tải lên: 19/10/2013, 19:15