instantclient

Oracle instant client status

六眼飞鱼酱① 提交于 2019-12-12 04:24:46
问题 I saw some presentations about a very promising product "Oracle Instant Client". Could you tell me what is the status of this product? Is it really used? How is the support from Oracle? It seems to be kind of equivalent to the thin driver for Java. Is it really something as simple as unzip, modify 1 or 2 environment variables and run your client application? http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html http://www.dbatoolz.com/t/installing-oracle

Connection to Oracle through VBA no longer working

爱⌒轻易说出口 提交于 2019-12-12 02:55:39
问题 I have been using this connection string: fn_Connection_String = "Provider=MSDAORA;Data Source=[address]:1521/orcl;User ID=xxx;Password=xxx" ...and it has been working fine. The IT company that works for my client has reported that the client is unable to use my software any longer, it is not connecting to the database. I test with the Oracle tools and all seems to be well, so I assume the problem is with the provider. I tried this as well and was met with the same error but from different

64-bit Oracle Client library cannot be loaded in mac

扶醉桌前 提交于 2019-12-11 07:58:17
问题 I have created a sample Python script for Oracle Database connectivity for running queries for Database testing, I have ran the same script on Windows and its running fine but while running on Mac, its showing me this exception again and again. cx_Oracle.DatabaseError: DPI-1047: 64-bit Oracle Client library cannot be loaded: "dlopen(libclntsh.dylib, 1): image not found". See https://oracle.github.io/odpi/doc/installation.html#macos for help I have changed my Environmental Variable on bash

Oracle ORA-01805 on Oracle 11g database

我的未来我决定 提交于 2019-12-09 13:26:44
问题 Our Oracle 10g database was recently upgraded to 11g. The database is running on a Windows Server 2003 X64 machine. In SQL queries from a .NET application that access a table that has a TIMESTAMP (6) WITH TIME ZONE data columns, I am getting the following exception. System.Data.OracleClient.OracleException : ORA-01805: possible error in date/time operation The suggested action for the exception is to ensure that the client and server are the same version: ORA-01805: possible error in date

How does one enable the OCI8 PHP extension, using the Oracle Instant Client, in Ubuntu 18.04 LTS with PHP-FPM and NGINX?

时光毁灭记忆、已成空白 提交于 2019-12-06 03:02:38
问题 I'm using the latest PHP packages available from https://launchpad.net/~ondrej/+archive/ubuntu/php . When I build and install the OCI8 extension, everything appears to be in order, but despite enabling the extension in the PHP-FPM configuration, its presence is not reflected in the output from phpinfo() . The following Gist details the exact process that I'm using to configure, build, and install the OCI8 PHP extension: https://gist.github.com/cbj4074/fa761f60b6f8db431539d76ebfba828e The very

Oracle instant client : ORA-28759: failure to open file

被刻印的时光 ゝ 提交于 2019-12-06 00:54:09
What i have: red hat 6 server, remote Oracle Database with TCPS connection setup, installed oracle instant client (basic, odbc, sqlplus) from rpms. I'm trying to set up oracle instant client to connect to a remote database . While entering command : /usr/lib/oracle/11.2/client64/bin/sqlplus /@AVAYAPDSDB I get the error: SQL*Plus: Release 11.2.0.4.0 Production on Sat Aug 29 12:04:39 2015 Copyright (c) 1982, 2013, Oracle. All rights reserved. ERROR: ORA-28759: failure to open file Unfortunately I have no engineers nearby who can help me to resolve this problems, so I really hope on the stack's

installing Oracle Instantclient on Linux without setting environment variables?

三世轮回 提交于 2019-12-04 13:07:56
问题 Oracle's instructions specify setting LD_LIBRARY_PATH. This makes my application dependent on random users' configuration and is very troublesome to set up. How can I avoid having to set any environment variables? related note for OS/X: installing Oracle Instantclient on Mac OS/X without setting environment variables? 回答1: Oracle's instantclient installation instructions specify that the user set LD_LIBRARY_PATH. This is very troublesome to manage for multiple users. To use the instantclient

Oracle ORA-01805 on Oracle 11g database

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-03 16:33:53
Our Oracle 10g database was recently upgraded to 11g. The database is running on a Windows Server 2003 X64 machine. In SQL queries from a .NET application that access a table that has a TIMESTAMP (6) WITH TIME ZONE data columns, I am getting the following exception. System.Data.OracleClient.OracleException : ORA-01805: possible error in date/time operation The suggested action for the exception is to ensure that the client and server are the same version: ORA-01805: possible error in date/time operation Cause: The timezone files on client and server do not match. Operation can potentially

Excel VBA connect to remote Oracle DB with InstantClient

对着背影说爱祢 提交于 2019-12-03 08:41:01
I am trying to use Excel (mainly 2003, for more user compatibility) to connect to a remote Oracle DB. I would like to run a .sql script and return the dataset to a worksheet. I am on a Windows 7 64bit machine. I do not know the specs of the Oracle DB server. I would like to keep this as lightweight as possible (no extra file installations on client machines, use shared network locations for required files as much as possible) So Far: I downloaded and "installed" the InstantClient from Oracle (versions 12.1 and 11.2 for both 32bit and 64bit) onto a remote network location. I tried connecting to

How to install Oracle Instant Client on a Mac?

只谈情不闲聊 提交于 2019-12-02 18:18:44
How to install Oracle Instant Client Version 12.1.0.2 (64-bit) on a Mac (OS X 10.11.5) I have downloaded version 12.1.0.2 (64-bit) version and unzipped the file. I now have the following files under /downloads/instantclient: libclntsh.dylib.12.1 libclntshcore.dylib.12.1 libnnz12.dylib libocci.dylib.12.1 libociei.dylib libocijdbc12.dylib libons.dylib liboramysql12.dylib ojdbc6.jar ojdbc7.jar uidrvci xstreams.jar adrci BASIC_README genezi I don't have the slightest idea how to go from this to a working version of Instant Client so I can connect to a db from the CLI. The instructions on Oracles