Oracle ODBC connectivity - What is ODBC? Explain its purposes posted by
Babu Kunwar
What is ODBC? Explain its purposes
ODBC stands for Open Database Connectivity is an interface written in C program.
Oracle ODBC Driver provides a standard interface that allows one application to
access many different data sources. The application's source code does not have
to be recompiled for each data source. A database driver links the application
to a specific data source. A database driver is a dynamic link library that an
application can invoke on demand to gain access to a particular data source.
Therefore, the application can access any data source for which a database
driver exists. Access to databases is managed by the Microsoft ODBC Driver
Manager. The driver manager provides the linkage between an ODBC application
and an ODBC driver for a specific database management system.
More links
What is RAC and how is it different from non RAC databases?
Can any application be deployed on RAC? Explain
Explain how to convert a single instance database to RAC
How do we stop and start RAC instances?
Can we test if a database is running in RAC mode? How?
How can we keep track of active instances?..........
|