« Home « Chủ đề data management

Chủ đề : data management


Có 40+ tài liệu thuộc chủ đề "data management"

Oracle Workflow Developer’s Guide

tailieu.vn

Oracle r Workflow. Chapter 1 Overview of Oracle Workflow. 1 – 1 Overview of Oracle Workflow for Developers. 2 – 1 Overview of Oracle Workflow Builder. 2 – 4 Creating Process Definitions in Oracle Workflow Builder. 2 – 18 Using Oracle Workflow Builder with Different Server. 3 – 73 Deleting Objects in Oracle Workflow Builder. 3 – 80 Modifying Objects...

Oracle Workflow User’s Guide

tailieu.vn

Oracle r Workflow. Chapter 1 Overview of Oracle Workflow. Chapter 2 Oracle Workflow Home Page. 2 – 1 Accessing the Oracle Workflow Home Page. Welcome to the Oracle Workflow User’s Guide.. Oracle Workflow. Oracle Workflow Administrator’s Guide. Oracle Workflow Developer’s Guide. Oracle Workflow API Reference. 1 – 1 Overview of Oracle Workflow. Overview of Oracle Workflow. 1 – 3 Overview...

Oracle XML API Reference

tailieu.vn

See Also:. xmlistream on page 2-4 Generic user-defined input stream.. xmlnodetype on page 2-5 The numeric type code of a node.. xmlostream on page 2-6 Generic user-defined output stream.. xmlpoint on page 2-7 XPointer point location.. xmlxptrloc on page 2-10 XPointer location datatype.. xmlxptrlocset on page 2-10 XPointer location set datatype.. xmlxslobjtype on page 2-10. xmlxslomethod on page 2-10. xmlxvmobjtype...

Oracle XML DB Developer's Guide

tailieu.vn

Oracle® XML DB. What's New In Oracle XML DB. Introducing Oracle XML DB. 1-1 Oracle XML DB Architecture. 1-3 Oracle XML DB Repository. 1-7 Oracle XML DB Protocol Architecture. 1-9 Oracle XML DB Features. Oracle XML DB Benefits. 1-23 Oracle XML DB Technical Support. 2 Getting Started with Oracle XML DB. Installing Oracle XML DB. 2-1 When to Use Oracle...

Oracle XML Developer's Kit Programmer's Guide

tailieu.vn

4-15 Example: demo1.xml. 4-15 Example: demo2.xml. 8-5 Install Your XSQLConfig.xml File in a Safe Directory. Figure 1–2 The XML Parsers: Java, C, C++. oracle.xml.parser.schema.XSDValidator class and adds capabilities for validating a DOM tree.. Figure 1–5 XML SQL Utility Processes SQL Queries and Returns the Result as an XML Document. for Java. A string representation of the XML document. With the...

Oracle Database Concepts

tailieu.vn

1-15 Overview of the Oracle Data Dictionary. 1-15 Overview of the Oracle Instance. 5-24 Overview of the Sequence Generator. 7-1 Structure of the Data Dictionary. 7-2 SYS, Owner of the Data Dictionary. 8-1 Overview of the System Global Area. 8-9 Organization of the Database Buffer Cache. 8-18 Control of the SGA’s Use of Memory. 8-19 Overview of the Program Global...

Oracle Database Administrator's Guide

tailieu.vn

Oracle® Database. What's New in the Oracle Database 10g Administrator's Guide. 1 Overview of Administering an Oracle Database. Types of Oracle Database Users. 1-5 Task 2: Install the Oracle Database Software. 1-5 Task 3: Plan the Database. 1-7 Identifying Your Oracle Database Software Release. 2 Creating an Oracle Database. Deciding How to Create an Oracle Database. 2-2 Manually Creating an...

PL/SQL User's Guide and Reference

tailieu.vn

PL/SQL. What's New in PL/SQL. 1 Overview of PL/SQL. Advantages of PL/SQL. 1-5 Processing Queries with PL/SQL. 1-6 Declaring PL/SQL Variables. 1-7 Writing Reusable PL/SQL Code. 1-12 PL/SQL Architecture. 2 Fundamentals of the PL/SQL Language. 2-12 PL/SQL Naming Conventions. 3 PL/SQL Datatypes. Overview of Predefined PL/SQL Datatypes. 3-1 PL/SQL Number Types. 3-4 PL/SQL National Character Types. 3-8 PL/SQL LOB Types....

Understanding SQL

tailieu.vn

You can find some of the examples shown in the following pages in the ContactsDataCopy.mdb sample database. Within the first section, you can find keywords used in the SQL language in alphabetical order. You can then study the major clauses of a SELECT statement in the order in which they appear in a SELECT statement:. You can find the details...

Module 5: Reading and Writing XML with ADO.NET

tailieu.vn

Complying with all applicable copyright laws is the responsibility of the user. Read all of the materials for this module.. All of the code examples for this module are contained in one .htm file. After you have finished teaching the code for an example, close the instance of the browser to conserve resources.. The purpose of the exercise is to...

Configuring ISA Server 2000 Building Firewalls for Windows 2000

tailieu.vn

ISA Server 2000. Everything You Need to Deploy ISA Server in the Enterprise. ISA SERVER 2000:. Configuring ISA Server 2000: Building Firewalls for Windows 2000. Microsoft ISA Server 1. What Is ISA Server? 2. ISA Server Options 15. Servers 19 The Role of ISA Server in. An Overview of ISA Server Architecture 22. INTERNET ISA Server Workstation Workstation Workstation. ISA...

Configuring Virtual Private Networks

tailieu.vn

Tunnel server—It terminates dial-in VPNs and initiates dial-out VPNs. In dial-in scenarios, users dial in to the NAS, and the NAS forwards the call to the tunnel server using a VPN tunnel.. In dial-out scenarios, the tunnel server initiates a VPN tunnel to the NAS, and the NAS dials out to the clients.. Usually, the ISP only maintains information about...

Designing SQL Server Databases for .NET Enterprise Servers

tailieu.vn

SQL SERVER 2000. SQL SERVER 2000 DATABASES. Chapter 1 SQL Server 2000 Overview. SQL Server Administration 23. SQL Server 2000 Desktop Engine 39. Planning a SQL Server Migration 44. Migrating to SQL Server 2000 46. Planning a SQL Server Installation 59. SQL Server Licensing 62. Upgrading to SQL Server 2000 69. Installing SQL Server 71. SQL Server Properties 76. SQL...

Oracle8 Administrator’s Guide

tailieu.vn

Reverse engineering of the software is prohibited.. 1-4 The Database Administrator’s Operating System Account. 2-3 Migrating an Older Version of the Database. 3-13 The Location of the Parameter File in Distributed Environments. Part II: Oracle Server Configuration Chapter 1, “The Oracle Database. For example, “If you create a private rollback segment, the name must be included in the ROLLBACK_SEGMENTS parameter...

Developer/2000 Guidelines for Building Applications

tailieu.vn

Printed in the U.S.A. 1-20 1.1.1 The Developer/2000 management strategy. The contents of the DEPLOY directory. 2 Deploying Applications on the Web. The best of the Web and client/server. 2-54 2.1.2 Benefits of the Developer/2000 Server. Section 1.1, “The Software Development Lifecycle: An Overview”. Figure 1–1 The phases of the development lifecycle: input and deliverables. rather, it is a description...

Oracle Developer Built-in Package Reference

tailieu.vn

Use EXEC_SQL.. EXEC_SQL.DEFAULT_CONNECTION;. EXEC_SQL.OPEN_CONNECTION(connection_string);. EXEC_SQL.OPEN_CURSOR(connection_id);. EXEC_SQL.PARSE(connection_id, cursor_number, sql_string);. EXEC_SQL.EXECUTE(connection_id, cursor_number);. EXEC_SQL.CLOSE_CURSOR(connection_id, cursor_number);. EXEC_SQL.CLOSE_CONNECTION(connection_id);. EXEC_SQL.OPEN_CONNECTION(source_connection);. EXEC_SQL.CURR_CONNECTION;. EXEC_SQL.OPEN_CONNECTION(destination_connection);. EXEC_SQL.OPEN_CURSOR(source_connid);. EXEC_SQL.DEFINE_COLUMN(source_connid, source_cursor, 1, id);. EXEC_SQL.DEFINE_COLUMN(source_connid, source_cursor, 2, name, 30);. EXEC_SQL.DEFINE_COLUMN(source_connid, source_cursor, 3, birthdate);. EXEC_SQL.EXECUTE(source_connid, source_cursor);. EXEC_SQL.OPEN_CURSOR(destination_connid);. EXEC_SQL.COLUMN_VALUE(source_connid, source_cursor, 1, id);. EXEC_SQL.COLUMN_VALUE(source_connid, source_cursor, 2, name);. EXEC_SQL.COLUMN_VALUE(source_connid, source_cursor, 3, birthdate);. EXEC_SQL.BIND_VARIABLE(destination_connid, destination_cursor, ':id', id);. EXEC_SQL.BIND_VARIABLE(destination_connid, destination_cursor, ':name', name);. EXEC_SQL.BIND_VARIABLE(destination_connid, destination_cursor, ':birthdate', birthdate);. EXEC_SQL.PARSE(destination_connid, destination_cursor, 'commit');....

Oracle8 Backup and Recovery Guide

tailieu.vn

5-2 Recovery Manager. 5-3 Recovery Manager. 6 Getting Started with Recovery Manager. Decisions to Make Before Using Recovery Manager. 6-7 Recovery Manager Connection Options. 6-7 Connecting to Recovery Manager Without a Recovery Catalog. 6-7 Connecting to Recovery Manager With a Recovery Catalog. 6-8 Running Recovery Manager Commands. 6-9 Running Recovery Manager Commands Interactively: Example 1. 7 Recovery Manager Concepts. Introduction...

Oracle Developer Form Builder Reference

tailieu.vn

ABORT_QUERY BUILT - IN. BELL BUILT - IN. BREAK BUILT - IN. CALL_FORM BUILT - IN. CLEAR_FORM BUILT - IN. CLEAR_RECORD BUILT - IN. CLOSE_FORM BUILT - IN. COMMIT_FORM BUILT - IN. COPY BUILT - IN. COUNT_QUERY BUILT - IN. CREATE_RECORD BUILT - IN. DEFAULT_VALUE BUILT - IN. DELETE_GROUP BUILT - IN. DELETE_RECORD BUILT - IN. DISPLAY_ITEM BUILT - IN....

Oracle Developer Graphics Builder Reference 6.0

tailieu.vn

OG_Get_Object('Sal_Bars', chart);. OG_Get_Column. OG_Get_Column(Elem);. OG_Get_Field. OG_Get_Row. OG_Get_Charcell(Query, 'ENAME');. OG_Get_Object('Chart0');. OG_Get_Row(Elem);. OG_Get_Display. offset.x:=OG_Inch;. offset.y:=OG_Inch;. OG_Get_Object(Group_Name);. OG_Get_Childcount(Group_Obj);. OG_Get_Child(Group_Obj, i);. OG_Get_Smptext(msgobj, 0, 0, msgrec);. OG_Get_Object(Obj_Name);. OG_Get_Child. OG_Get_Cmptext. OG_Get_Object. OG_Get_Point. OG_Get_Smptext. OG_Get_Smptext(Msgobj, 0, 0, msgrec);. OG_Get_Query('Image_Query');. aper.x:=3*OG_App.HSCREEN_RES. aper.y:=3*OG_App.VSCREEN_RES. anchor.x:=OG_Inch;. anchor.y:=OG_Inch;. oldpt.x:=OG_Inch+1;. oldpt.y:=OG_Inch+1;. newpt.x:=OG_Inch+2;. newpt.y:=OG_Inch+2;. offset.x:=(1/4)*OG_Inch;. OG_Get_Layer. OG_Get_Attr (Printer) OG_Get_Attr (Query). OG_Get_Attr (Reference Line) OG_Get_Attr (Sound). og_get_attr (my_chart, chart_record);. OG_Get_Attr (Application). PROCEDURE OG_Get_Attr (attr IN...

Oracle8i Getting to Know Oracle8i

tailieu.vn

Reverse engineering, disassembly, or decompilation of the Programs is prohibited. Government or anyone licensing or using the Programs on behalf of the U.S. and use, duplication, and disclosure of the Programs including documentation, shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement. Your input is an important part of the information used for revision.....