Database - Call level interface (CLI)

Data System Architecture

About

Call level interface (CLI) is a type of database interface (next to Jdbc/ODBC).

It's also known as the callable Structured Query Language (SQL) programming interface.

A callable SQL interface is a WinSock application programming interface (API) for database access that uses function calls to start dynamic SQL statements.





Discover More
Data System Architecture
Database - API (Interface)

To be able to run command remotely, several API have been specified. The implementation for each database is called a driver. You can: use them directly via your code or install them in your application...
Data System Architecture
Database management system (DBMS)

A Database_management_systemDBMS is a set of software programs that controls the organization, storage, management, and retrieval of data. A database is a collection of permanently stored data used by...
Jdbc Class Architecture
JDBC (Java Database Connectivity)

JDBC – Java Database Connectivity is a Java API that provides access to most popular databases or to other tabular data sources. It provides methods for querying and updating data in a database. JDBC...
Obiee Connection Pool
OBIEE 10G/11G - Oracle Call Interface (OCI) configuration

This page shows you how to install an OCI driver with OBIEE. To use it you have to install it on the BI Server machine through an Oracle Client installation (for instance an Oracle Database, an...
Card Puncher Data Processing
Oracle - OCI (Oracle Call Interface)

OCI stands for Oracle Call Interface (OCI). It's an database Call Level Interface API that permits to communicate with the Database.



Share this page:
Follow us:
Task Runner