Oracle® Database Extensions for .NET Developer's Guide 11g Release 1 (11.1) Part Number B28376-01 |
|
|
View PDF |
assembly
Assembly is the Microsoft term for the module that is created when a DLL or .EXE is complied by a .NET compiler.
Common Language Runtime
Microsoft Common Language Runtime (CLR) is the component of the .NET framework that allows many languages to create and develop applications using the same library.
external procedure
A function written in a third-generation language (3GL), such as C, and callable from within PL/SQL or SQL as if it were a PL/SQL function or procedure.
Microsoft .NET Framework Class Library
The Microsoft .NET Framework Class Library provides the classes for the .NET framework model.
namespace
.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.
Oracle Net Services
The Oracle client/server communication software that offers transparent operation to Oracle tools or databases over any type of network protocol and operating system.
stored function
A stored function is a PL/SQL block that Oracle stores in the database and can be executed from an application.