Questions tagged [instantclient]

The Oracle Instant Client is an easy to install client for Oracle Databases utilizing the Oracle Call Interface (OCI)

145 questions
0
votes
1 answer

Instant file sharing between users in PHP

Working on a rather complex system in which users can directly exchange files with eachother from the website. However is any of these things possible: EITHER * Have another user download a file which is still being uploaded by another user ( in…
Skyfe
  • 33
  • 1
  • 3
0
votes
1 answer

Update instantClient on solaris x86

i want update my instantClient on my Solaris x86 server. After i updated it, i get an error message from DBD. install_driver(Oracle) failed: Can't load '..../perl/lib/site_perl/5.005/i86pc-solaris/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle:…
user3181885
  • 49
  • 2
  • 9
0
votes
0 answers

How to load PHP's oci/pdo_oci modules in windows?

I am using PHP 5.4.28 as downloaded from windows.php.net. I am using the threadsafe version. I have also tried 32bit and 64bit Windows7 and I get the same results. I have installed the oracle instantclient and have set/created the following system…
mrjayviper
  • 2,258
  • 11
  • 46
  • 82
0
votes
2 answers

Oracle instant client status

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…
Alex
  • 124
  • 1
  • 12
0
votes
2 answers

Where do I put the Oracle Instant Client 11.2 SDK Symlinks?

Oracle finally released the 64-bit Instant Client 11.2 for OS X last week. I got it all installed and set up on Mountain Lion, and sqlplus works great. However, I can't build anything with the SDK. For past versions of Instant Client, to build stuff…
theory
  • 9,178
  • 10
  • 59
  • 129
0
votes
1 answer

Can I use Direct Path Loads in Oracle Instant Client?

I have used SQL*LOADER in Oracle full client for bulk upload using ctl files. But I am planning to move to instant client in which SQL*LOADER doesn't work. I found from the Oracle OCI reference…
Onnesh
  • 1,169
  • 3
  • 15
  • 31
0
votes
1 answer

Connecting to Oracle DB 11g with 10g client - syntax error

On a Ubunut machine, I use this command to connect to an Oracle 11g database with the 11g instant client: sqlplus username/password@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = the.address.com)(PORT = theport)) (CONNECT_DATA = (SERVER =…
tamasgal
  • 24,826
  • 18
  • 96
  • 135
-1
votes
0 answers

Is there an Oracle command line tool that lets me copy schemas from a remote db to a local, containerized instance?

I’m looking to copy a remote Oracle (19) database schema to a local database (Oracle 23 container in Docker) I was exploring expdp but it only exports a db dump in the remote db’s file system. I’m looking for similar tool that lets me do something…
-1
votes
1 answer

What am i doing wrong? cx_Oracle installation error

Hi I'm trying to connect Python jupyter to my Oracle sql developer. Please please someone tell me what I'm doing wrong. Install cx_Oracle pip install cx_Oracle Success!!! I went to Oracle Instant Client and downloaded Basic package instant client…
-1
votes
1 answer

Oracle Express edtion 11g

I am getting this error when I am trying to run SQLPLUS using cmd. I followed the instruction given on the link below to download, install and setup sqlplus instantclient…
Vatsal Aggarwal
  • 318
  • 2
  • 6
  • 18
1 2 3
9
10