Need to find out the Oracle Connecting driver's that work for C or C++.
e.g. Java uses JDBC-ODBC driver to connect to Oracle data base ..... (4 different types of JDBC drivers are available)
There should be such drivers for C or C++ language as well ..... Google on C++ Oracle driver ....
You can use the Oracle precompiler (Pro*C) or the Oracle Call Interface (OCI).
OCILIB is an open source and cross platform Oracle Driver that delivers really fast and reliable access to Oracle databases.
The first in a company developping a well-known database system, the second is a programming language.
Oracle is developed using C language...
C is the computer language bases on K&R's language that has evolved over the years. It includes C++, as extended by Stroustroup.. Pro*C is an Oracle precompiler that will read a C or C++ program, detect Oracle extensions to it, and convert it to native code for subsequent processing by the C or C++ compiler. This involves building the data structures and function calls needed to use Oracle while passing the non-Oracle C or C++ code through intact. The amalgamated code is then processed by the C or C++ compiler and it now works with Oracle.
Oracle is the company that owns Java and is partnered with Microsoft who owns Visual Basic.
in C
c in 12c Stand For Cloud
No, you do not need SQL*Server, Oracle, or any RDBMS with MS Visual C/C++. It is optional. You would only need it if you wanted to develop database aware software with ODBC, OLE, OCI, or any of the RDBMS protocols.
Structured Query Lanaguage(SQL) is a command language to communicate with oracle server.whereas SQL*PLUS is an oracle tool that recognises and submits sql statements to the oracle server for execution.
If you mean Oracle Pro*C then yes, they are different things.
SQL*PLUS is a interface between user and Oracle database. It Provide an environment to use the SQL which is a query language to communicate with oracle database
iSQL*Plus is a browser-based implementation of SQL*Plus. You can use it to connect to an Oracle database system over the Internet to perform the same tasks as those that are performed through the SQL*Plus command line. The iSQL*Plus implementation uses a Web browser, an Oracle HTTP Server with the iSQL*Plus Server, and an Oracle database.
David C. Kreines has written: 'Oracle data dictionary pocket reference' -- subject(s): Database management, Oracle (Computer file) 'Oracle database administration' -- subject(s): Oracle (Computer file), Relational databases, SQL (Computer program language)