Windows【ODBC数据源】远程连接oracle数据库
资源文件列表:

META-INF/MANIFEST.MF 4.98KB
META-INF/ORACLE_C.SF 5.14KB
META-INF/ORACLE_C.RSA 11.24KB
instantclient_19_24/
instantclient_19_24/sqresus.dll 21KB
instantclient_19_24/ODBC_LICENSE 1.21KB
instantclient_19_24/odbc_uninstall.exe 142KB
instantclient_19_24/sqoras32.dll 214.5KB
instantclient_19_24/help/
instantclient_19_24/help/ja/
instantclient_19_24/help/ja/img/
instantclient_19_24/help/ja/img/odbcmodel.gif 12.8KB
instantclient_19_24/help/ja/img/setup_app.gif 25.84KB
instantclient_19_24/help/ja/img/odbcdrvarch.gif 16.76KB
instantclient_19_24/help/ja/img/setup_ora.gif 12.87KB
instantclient_19_24/help/ja/img/setup_ssmig.gif 19.47KB
instantclient_19_24/help/ja/img/setup_work.gif 14.15KB
instantclient_19_24/help/ja/cpyr.htm 8.48KB
instantclient_19_24/help/ja/toc.htm 8.6KB
instantclient_19_24/help/ja/blafdoc.css 8.25KB
instantclient_19_24/help/ja/img_text/
instantclient_19_24/help/ja/img_text/setup_ssmig.htm 975B
instantclient_19_24/help/ja/img_text/setup_work.htm 975B
instantclient_19_24/help/ja/img_text/odbcdrvarch.htm 3.17KB
instantclient_19_24/help/ja/img_text/odbcmodel.htm 1.34KB
instantclient_19_24/help/ja/img_text/setup_app.htm 972B
instantclient_19_24/help/ja/img_text/setup_ora.htm 969B
instantclient_19_24/help/ja/sqora.htm 227.48KB
instantclient_19_24/help/ja/map.xml 17.79KB
instantclient_19_24/help/ja/oracle.gif 2.07KB
instantclient_19_24/help/us/
instantclient_19_24/help/us/blafdoc.css 8.39KB
instantclient_19_24/help/us/img_text/
instantclient_19_24/help/us/img_text/setup_ssmig.htm 979B
instantclient_19_24/help/us/img_text/odbcdrvarch.htm 2.61KB
instantclient_19_24/help/us/img_text/setup_work.htm 969B
instantclient_19_24/help/us/img_text/setup_ora.htm 963B
instantclient_19_24/help/us/img_text/setup_app.htm 967B
instantclient_19_24/help/us/img_text/odbcmodel.htm 1.21KB
instantclient_19_24/help/us/map.xml 17.74KB
instantclient_19_24/help/us/oracle.gif 2.07KB
instantclient_19_24/help/us/cpyr.htm 6.97KB
instantclient_19_24/help/us/toc.htm 8.43KB
instantclient_19_24/help/us/sqora.htm 207.13KB
instantclient_19_24/help/us/img/
instantclient_19_24/help/us/img/setup_app.gif 25.84KB
instantclient_19_24/help/us/img/odbcmodel.gif 12.8KB
instantclient_19_24/help/us/img/setup_ora.gif 12.87KB
instantclient_19_24/help/us/img/odbcdrvarch.gif 16.58KB
instantclient_19_24/help/us/img/setup_ssmig.gif 19.47KB
instantclient_19_24/help/us/img/setup_work.gif 14.15KB
instantclient_19_24/ODBC_README 10.38KB
instantclient_19_24/sqora32.dll 660.5KB
instantclient_19_24/odbc_install.exe 150.5KB
instantclient_19_24/sqresja.dll 20KB
资源介绍:
Windows【ODBC数据源】远程连接oracle数据库
|
Oracle® Database
ODBCドライバ・オンライン・ヘルプ
リリース2 (12.2.0.2.0)
E86138-01
2017年6月
Oracle ODBC Driverについて
ODBCとは
Open Database Connectivity (ODBC)は、1つのアプリケーションが多くの異なるデータソースにアクセスできるようにする標準インタフェースを提供します。アプリケーションのソース・コードは、データソースごとに再コンパイルする必要がありません。データベース・ドライバは、アプリケーションを特定のデータソースにリンクします。データベース・ドライバは、アプリケーションが特定のデータソースにアクセスするためにオンデマンドで呼び出すことのできるダイナミック・リンク・ライブラリです。したがって、アプリケーションはデータベース・ドライバが存在する任意のデータソースにアクセスできます。
ODBCインタフェースには次のものが定義されています。
ODBC関数コールのライブラリ。アプリケーションではこのライブラリを利用してデータソースに接続し、構造化問合せ言語(SQL)文を実行して結果を取り出すことができます。
SQL-99仕様に基づくSQL構文
エラー・コードの標準セット
データソースへの接続とログインの標準的な方法
データ型の標準的な表現
ODBCモデルのコンポーネントを次の図に示します。ODBCアプリケーション・プログラム・インタフェース(API)を介してドライバ・マネージャをコールして、モデルはODBCアプリケーションから開始されます。ドライバ・マネージャは、Microsoftドライバ・マネージャまたはunixODBCドライバ・マネージャです。ドライバ・マネージャは、ここでもODBC APIを使用してODBCドライバをコールします。ODBCドライバは、データベースAPIを使用し、ネットワーク通信リンク経由でデータベースにアクセスします。この図は、異なる3つのデータベースにアクセスするODBCアプリケーションを示したものです。
関連トピック