Oracle® Data Provider for .NET Developer's Guide 10g Release 1 (10.1) Part Number B10117-01 |
|
|
View PDF |
Assembly is Microsoft's term for the module that is created when a DLL or .EXE is complied by a .NET compiler.
External binary files that exist outside the database tablespaces residing in the operating system. BFILES are referenced from the database semantics, and are also known as external LOBs.
A large object datatype whose content consists of binary data. Additionally, this data is considered raw as its structure is not recognized by the database.
The LOB datatype whose value is composed of character data corresponding to the database character set. A CLOB
may be indexed and searched by the Oracle Text search engine.
As the term is used with Oracle Data Provider for .NET, a data provider is the connected component in the ADO.NET model and transfers data between a data source and the DataSet
.
Dirty writes means writing uncommitted or dirty data.
DDL refers to data definition language, which includes statements defining or changing data structure.
Document Object Model (DOM) is an application program interface (API) for HTML and XML documents. It defines the logical structure of documents and the way that a document is accessed and manipulated.
Flush or flushing refers to recording changes (that is, sending modified data) to the database.
A term used in object-based languages such as C# to refer to the creation of an object of a specific class.
The class of SQL datatype that is further divided into internal LOBs and external LOBs. Internal LOBs include BLOB
s, CLOB
s, and NCLOB
s while external LOBs include BFILE
s.
The Microsoft .NET Framework Class Library provides the classes for the .NET framework model.
.NET:
A namespace is naming device for grouping related types. More than one namespace can be contained in an assembly.
XML Documents:
A namespace describes a set of related element names or attributes within an XML document.
The LOB datatype whose value is composed of character data corresponding to the database national character set.
The Oracle client/server communication software that offers transparent operation to Oracle tools or databases over any type of network protocol and operating system.
An OracleDataReader
is a read-only, forward-only result set.
Oracle XML DB is the name for a distinct group of technologies related to high-performance XML storage and retrieval that are available within the Oracle database. Oracle XML DB is not a separate server.
Oracle XML DB is based on the W3C XML data model.
Oracle's procedural language extension to SQL.
The column or set of columns included in the definition of a table's PRIMARY KEY constraint.
Reference semantics indicates that assignment is to a reference (an address such as a pointer) rather than to a value. See value semantics.
The output of a SQL query, consisting of one or more rows of data.
Safe Type Mapping allows the OracleDataAdapter
to populate a DataSet
with .NET type representations of Oracle data without any data or precision loss.
A point in the workspace to which operations can be rolled back.
A stored procedure is a PL/SQL block that Oracle stores in the database and can be executed from an application.
Transparent Application Failover is a runtime failover for high-availability environments. It enables client applications to automatically reconnect to the database if the connection fails. This reconnect happens automatically from within the Oracle Call Interface (OCI) library.
Unicode is a universal encoded character set that enables information from any language to be stored using a single character set.
Value semantics indicates that assignment copies the value, not the reference or address (such as a pointer). See reference semantics.
XML Path Language (XPath), based on a W3C recommendation, is a language for addressing parts of an XML document. It is designed to be used by both XSLT and XPointer. It can be used as a searching or query language as well as in hypertext linking.