Oracle 8i v8.1.7.1 OCI / Mac OS X

Hi,
I have installed Oracle8i client on Mac OS X as described in the provided readme but i can't find a way to connect to my oracle server. How do i get SQL running? i get a command not found error when typing sqlplus on the prompt and i cannot even find a file like this. What's wrong? This is my first time testing oracle on Mac. oracle server is on linux.
Thank you very much in advance for your reply
Bench K.

Hi,
I am not aware of a sqlplus v8 for macosx so the nonexistence of it might be your problem. The way I remember it, there are sqlnet libs that are usable from other apps. What you could do is install the v9.2 developers release. This contains sqlplus and in that case just make sure the directory containing sqlplus is in your PATH (you also need a few other environment variables; they are set in DBENV).
Ronald.
http://ronr.nl/unix-dba

Similar Messages

  • Oracle as good as dead on the Mac

    Yes its as contentious title but I believe it to be true.
    I have asked Oracle support & sales over 20 times for information on a Mac OS X roadmap. Each time they're promised me one, after I extend our support agreement. Yah, right, like I'm gonna do that. And each time they fail to deliver, instead shuffling me through so many departments that my head spins.
    OK I realize the resources required to certify Oracle for Mac. But no progress has been made in over 18 months.
    - why are we still stuck on 10.3.9?
    - why are we still stuck on R1 with its 1 GB SGA limit?
    - why can oracle support not provide effective answers to mac problems?
    If anyone has any actual info on a roadmap please post it here. Conjecture, insight, etc, need not apply. We can all take educated guesses. Mine is that Oracle is dead on the Mac. Thanks for the big tease Larry and Steve.

    Once again, I agree with all the others on the value of an Oracle DB Svr (and all the other components as well) on a current version of the Mac OS.
    However I have to admit more important to me is a strong set of development tools for the Mac. I too use a MacBook Pro for my development work against DB and App Servers running on Linux. This particular configuration is working very well for me.
    Yet with that admission, yes, SQL Developer is a very good tool, but I still want SQL*Plus. I've been doing this work for long enough to have started without GUI's and I LIKE the command prompt. So my fail safe has been to shell into a linux account and get a SQL Plus command prompt there. And that's a decent crutch but it still isn't idea for all sorts of minor reasons.
    OK.... so in summary the DB Server would be trick on our Apple platform. However at a very minimum, please provide a full array of client development tools! Oracle is doing so very much very right... please close this gap!
    [email protected]

  • I am planning to buy macbook pro,as i am working as a oracle developer,so i want to ask will i be able to install oracle 10G or above versions on my mac...??

    i am planning to buy macbook pro,as i am working as a oracle developer,so i want to ask will i be able to install oracle 10G or above versions on my mac...??

    did you get a satisfactory response on your question re oracle 10g on os x snow leopard?  I am curious as I have been 'struggling' with it for a few days now.  To my experience thusfar, the oracle files provided are not up to date with current java versions or os x leopard and require some tweaking.  my own answer to your question is that it does appear that you can install and run oracle 10g on mac os x snow leopard, but it seems to be a little hacky to get through it all.  Some information here, other information there, haven't yet found a single source that has all the play by play and gotcha fixes documented.  I am rsisting nuking my debian install on amd64 just to put fedoracore which does appear to be a supported env for oracle 10 on linux.

  • Oracle 8.1.5 and JDBC OCI connection problem

    We are running Oracle 8.1.5 on Solaris 7 machine, and our java application running on JDK 1.2 connects to Oracle via JDBC thin driver because we couldn't make jdbc oci driver work.
    When we try to connect via oci with the driver originally shipped with 8.1.5, we get:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: make_c_state
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:213)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at JDBCTest.main(Compiled Code)
    After we downloaded 8.1.6sdk driver from technet and install it, we get:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Error.<init>(Error.java:50)
    at java.lang.LinkageError.<init>(LinkageError.java:43)
    at java.lang.UnsatisfiedLinkError.<init>(UnsatisfiedLinkError.java:42)
    at java.lang.ClassLoader.loadLibrary(Compiled Code)
    at java.lang.Runtime.loadLibrary0(Runtime.java:471)
    at java.lang.System.loadLibrary(System.java:745)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:209)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at JDBCTest.main(Compiled Code)
    I searched this forum for answer and only relevent answer from oracle was: consult README file! Readme file mentions that lobocijdbc.so file is shared library file for oci connection. That't all. So what?
    I added the directory where libocijdbc8.so resides to LD_LIBRARY_PATH, and System.getProperty("java.library.path") shows content of LD_LIBRARY_PATH correctly.
    null

    Please this is not simple as simple as checking the classpath and LD_LIBRARY_PATH.
    I tried the sample program and the result is the same. As pointed out first by Won, putting the libocijdbc8.so from SDK8.1.6 in the LD_LIBRARY_PATH has no effect at all. It gives the unsatisfied linker error. The sample program fails. However the sample program works fine with the libocijdbc8.so from sdk8.1.5. The library gets loaded. But at the time of creating the connection it gives make_c_state error.
    Here is my CLASSPATH, PATH and LD_LIBARY_PATH variables
    ORACLE_HOME=/opt/oracle/product/8.1.5
    LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/opt/oracle/product/8.1.5/lib
    PATH=/usr/openwin/bin:/usr/sbin:/usr/local/bin:/usr/ccs/bin:/usr/ucb:/opt/oracle/product/8.1.5/lib
    Hope you are able to provide better answer then check your environment variables.
    THE libocijdbc8.so FROM SDK8.1.6 DOES NOT GET LOADED AT ALL.
    Waiting for the reply.
    Please Help.
    Regards,
    Vipul Modi.
    Novell Inc.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Won, Taewoong([email protected]):
    We are running Oracle 8.1.5 on Solaris 7 machine, and our java application running on JDK 1.2 connects to Oracle via JDBC thin driver because we couldn't make jdbc oci driver work.
    When we try to connect via oci with the driver originally shipped with 8.1.5, we get:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: make_c_state
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:213)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at JDBCTest.main(Compiled Code)
    After we downloaded 8.1.6sdk driver from technet and install it, we get:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Error.<init>(Error.java:50)
    at java.lang.LinkageError.<init>(LinkageError.java:43)
    at java.lang.UnsatisfiedLinkError.<init>(UnsatisfiedLinkError.java:42)
    at java.lang.ClassLoader.loadLibrary(Compiled Code)
    at java.lang.Runtime.loadLibrary0(Runtime.java:471)
    at java.lang.System.loadLibrary(System.java:745)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:209)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:198)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at JDBCTest.main(Compiled Code)
    I searched this forum for answer and only relevent answer from oracle was: consult README file! Readme file mentions that lobocijdbc.so file is shared library file for oci connection. That't all. So what?
    I added the directory where libocijdbc8.so resides to LD_LIBRARY_PATH, and System.getProperty("java.library.path") shows content of LD_LIBRARY_PATH correctly.
    <HR></BLOCKQUOTE>
    null

  • Error to connect to oracle 10.2.0.4 using oci driver in solaris

    Urgent Please help me.
    This is the error i am getting when connecting to oracle10.2.0.4 version using oracle oci driver.
    09/10/05 13:52:47 java.lang.UnsatisfiedLinkError: t2cGetCharSet
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CConnection.t2cGetCharSet(Native Method)
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CConnection.getCharSetIds(T2CConnection.java:2954)
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:318)
    09/10/05 13:52:47 at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:433)
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:141)
    09/10/05 13:52:47 at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:78)
    09/10/05 13:52:47 at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
    09/10/05 13:52:47 at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:217)
    09/10/05 13:52:47 at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:108)
    09/10/05 13:52:47 at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:76)
    09/10/05 13:52:47 at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:58)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.getPooledConnection(OrionPooledDataSource.java:542)
    09/10/05 13:52:47 at com.evermind.sql.PooledConnectionUsage.getPooledConnection(PooledConnectionUsage.java:39)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.checkAndGetMinConnections(OrionPooledDataSource.java:376)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.getTheConnection(OrionPooledDataSource.java:251)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.getTheConnection(OrionPooledDataSource.java:345)
    09/10/05 13:52:47 at com.evermind.sql.OrionPooledDataSource.getConnection(OrionPooledDataSource.java:339)
    09/10/05 13:52:47 at uk.gov.fsa.elms.persistence.base.BaseDataAccess.getValidConnection(BaseDataAccess.java:67)
    09/10/05 13:52:47 at uk.gov.fsa.elms.persistence.base.BaseDataAccess.getConnection(BaseDataAccess.java:125)
    09/10/05 13:52:47 at uk.gov.fsa.elms.persistence.base.dao.BaseDAOImpl.getConnection(BaseDAOImpl.java:76)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.ProcessHandler.getProcessId(ProcessHandler.java:48)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.ProcessHandler.startProcess(ProcessHandler.java:87)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.ProcessManager.startProcess(ProcessManager.java:43)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.EventDispatcherServlet$JMSRunner.handleMessage(EventDispatcherServlet.java:306)
    09/10/05 13:52:47 at uk.gov.fsa.elms.processes.batch.EventDispatcherServlet$JMSRunner.run(EventDispatcherServlet.java:355)
    09/10/05 13:52:47 at java.lang.Thread.run(Thread.java:534)

    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    #SQLNET.AUTHENTICATION_SERVICES = (NTS)I have configured the listener by using NETCA.
    However the TNS connection failed with SQLNET.AUTHENTICATION_SERVICES = (NTS)
    , so I had to disable this parameter

  • Can Oracle 9i be installed on non-server Mac OS 10.3?

    Hello All,
    I apologize if I'm repeating questions, but I've combed the forums for an answer to this question and I've been unable to find much info.
    I need to install Oracle 9i on my Ti PowerBook (10.3.2, 1 GHz G4 processor, 1 GB RAM). I want the DB server in addition to the client. All the documentation I found refers to 10.2 server.
    Has anyone done this successfully? I'm currently taking a Java course devoted to JDBC and JSP. The instructor chose Ora 9i as the DB. I'm the only non-Windows XP machine in the class. Fortunately the instructor is a UNIX user, so he's fine with me using my Mac. He's even agreed to let me use MySQL in this isolated case. However, I'd really like to get Ora working if I can.
    Any information anyone could provide would be greatly appreciated.
    Thanks in advance,
    Larry Polk

    I have installed oracle9i on my imac with 10.2

  • When will Oracle 10g Release 2 be available for Mac OS X?

    It's been awhile since Release 2 has been available for other OSes (Win, Linux...).
    I'm wondering what is the status for OS X?
    Oracle had a podcast back in June'05 endorsing Apple OS X.
    But it appears that Oracle's support for OS X is ...'secondary'.
    Given that OS X is now running full throlle on Intel and is rapidly evolving (Tiger, Leopard, ...).
    Where is Oracle in this scheme?
    When can we expect to have access to Release (for ppc & intel architectures)?

    No one here would have any idea when or if Apple is planning on releasing an iBook app/reader for OS X.
    But I do agree with you. I would like to be able to read them on my Mac as well.

  • Oracle Client 11gR2 11.2.03 - OCI.dll version ?

    Hi,
    I have a system installed with Oracle cleint as Administartor without any patch
    All the drivers liek ODBC and all refer to thr right version number which is - 11.2.3 but OCI.DLL version is 11.2.0.1.
    Is this correct or i m miising something?

    khushi wrote:
    Hi,
    I have a system installed with Oracle cleint as Administartor without any patch
    All the drivers liek ODBC and all refer to thr right version number which is - 11.2.3 but OCI.DLL version is 11.2.0.1.
    Is this correct or i m miising something?Individual components may or may not be upgraded at any given patch.

  • Oracle Calendar Sync for Palm - Not Intel Mac compatible?

    I've tried installing the Oracle Calendar Sync for Palm on my Intel-based iMac and the installer crashes just after authenticating. Has anyone else seen this behavior?
    Usually applications will install and then fail later if there is a compatibility problem with the Intel processors. This is the first application I've seen that simply won't install. Any ideas?

    I am getting these errors after I try to install Oracle Calendar Sync installer on a MacPro duo Core system:
    Install File: /Library/CFMSupport/OCALACipher1EncrLib
    Status: ERROR
    Additional Notes: WARNING - Unable to de-MacBinary
    ERROR - java.io.FileNotFoundException: /Library/CFMSupport/OCALACipher1EncrLib (Permission denied)
    Install File: /Library/CFMSupport/OCALLightEncrLib
    Status: ERROR
    Additional Notes: WARNING - Unable to de-MacBinary
    ERROR - java.io.FileNotFoundException: /Library/CFMSupport/OCALLightEncrLib (Permission denied)
    Install File: /Library/CFMSupport/OCALSimpleCompLib
    Status: ERROR
    Additional Notes: WARNING - Unable to de-MacBinary
    ERROR - java.io.FileNotFoundException: /Library/CFMSupport/OCALSimpleCompLib (Permission denied)
    Install File: /Library/CFMSupport/OCALStdAuthLib
    Status: ERROR
    Additional Notes: WARNING - Unable to de-MacBinary
    ERROR - java.io.FileNotFoundException: /Library/CFMSupport/OCALStdAuthLib (Permission denied)
    Install File: /Library/CFMSupport/OCALSASLAuthLib
    Status: ERROR
    Additional Notes: WARNING - Unable to de-MacBinary
    ERROR - java.io.FileNotFoundException: /Library/CFMSupport/OCALSASLAuthLib (Permission denied)
    Install File: /Library/CFMSupport/OCALGssapiAuthLib
    Status: ERROR
    Additional Notes: WARNING - Unable to de-MacBinary
    ERROR - java.io.FileNotFoundException: /Library/CFMSupport/OCALGssapiAuthLib (Permission denied)

  • Steps to Connect remote Oracle Server using OCi C in Linux

    Hi !
    I am trying to connect oracle server through my application using OCI C in linux, it works fine in my oracle server machine.
    I want to connect oracle server through my C application from Oracle Client Machine
    can anyone help me in this issue ?
    regards
    Balaji.C

    Sounds like you did not specify your database name. Or you database name is hard-coded.
    Can you show us the code?
    Is your TNSNAMES.ORA set up correctly?
    Also, you did not specify any error messages or anything. Are you checking the result codes after any functions?

  • Production Usage: Oracle 10.1.0.5 on Mac OS X 10.4.11

    Curious of who is running Oracle 10.1.0.5 (PPC) on Mac OS X 10.4.11 (or 10.4.X) in production?
    I'm encountering Kernel panics that I'm working with Oracle (metalink SR) to diagnose but I was curious if anyone else is running this configuration without issue in production.
    Thanks!
    -Mark

    Processes is set to 750 and the ulimit for processes is 2048. The kernel panic is happening intermittently and not while starting up oracle.
    Looking at the forums it looks like their are two kernel panic issues but seem to relate to 10.3.6-9 and 10.5.1-2 but not to 10.4.X:
    10.3 issue
    Mac OS X 10.3.6 vs. higher versions
    10.5 issue
    Re: Oracle 10.1 + Leopard
    -Mark

  • Unable to Connect to Oracle 10gR1 database from JDeveloper 11g using OCI

    We are migrating our application from OC4J to Weblogic server. As a part, I am trying to create a database connection in JDeveloper 11g (11.1.1.3.0 - Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) to Oracle 10gR1 database. Previously I had Oracle 10g Client installed in the machine. Created a database connection using OCI driver and when I try to test connect, I got "Test Failed: no ocijdbc11 in java.library.path". I searched through Metalink and forums and one suggestion was to install Oracle 11g Client on the machine where Jdeveloper 11g is installed. I installed 11g R1 client and tried the same test connection using OCI driver. Now I am getting "Test failed: ORA-12705: Cannot access NLS data files or invalid environment specified" error.
    The same database connection works good with Thin driver with both Oracle 10g client and 11gR1 client.
    Previously I had Jdeveloper 10.1.3.2 and Oracle 10g Client and I was able to connect to database without any errors.
    Could you provide me the steps for this or if I missed any steps?
    Steps to Replicate:
    For the error: no ocijdbc11 in java.library.path
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 10g Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    ORA-12705: Cannot access NLS data files or invalid environment specified
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 11gR1 Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    Note: Tried the same scenarios with Oracle 11gR2 client as well. It was not working at all.
    Any ideas and pointers would be great.

    1. will my problem get solved after i install oracle 11g client on my machine.Yes, your problem should get solved. The version of the Oracle 11g Client must match the version of the JDev's JDBC drivers. Alternatively you may install an Oracle 11g Client and replace JDev's Oracle JDBC drivers with these from the installed client. Please, read carefully my 1st posting above in this thread.
    2. can i patch JDeveloper 11g on my machine to work with 10g client, or can i do the same with 10g client.You might succeed if you replace JDev's built-in JDBC drivers (which are 11g versions) with 10g versions, but I do not recommend you to try that because JDeveloper 11g and ADF 11g may be using some 11g features that do not exist in 10g drivers, so you may have problems.
    I also have PLSql developer installed on my machine and it works well.PL/SQL Developer does not use JDBC drivers, so it is not an relevant example in this case.
    My generall recommendation is to use Oracle JDBC Thin drivers. Oracle claimed that OCI drivers had better performance, but this was really true about earlier releases. Current Oracle 11g JDBC Thin drivers offer excellent performance and they offer all the features of the OCI versions (which was not true about earlier releases). In my opinion, the most important disadvantage of Oracle JDBC OCI drivers is that most versions have native memory leaks so all the RAM would get consumed after long application execution. The fact that WebLogic Server does not offer Oracle JDBC OCI drivers by default anymore says that Oracle discourages the usage of the OCI driver in favour of Thin driver.
    Dimitar

  • Unable to Connect to Oracle 10gR1 database from JDeveloper 11g using OCI JD

    We are migrating our application from OC4J to Weblogic server. As a part, I am trying to create a database connection in JDeveloper 11g (11.1.1.3.0 - Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) to Oracle 10gR1 database. Previously I had Oracle 10g Client installed in the machine. Created a database connection using OCI driver and when I try to test connect, I got "Test Failed: no ocijdbc11 in java.library.path". I searched through Metalink and forums and one suggestion was to install Oracle 11g Client on the machine where Jdeveloper 11g is installed. I installed 11g R1 client and tried the same test connection using OCI driver. Now I am getting "Test failed: ORA-12705: Cannot access NLS data files or invalid environment specified" error.
    The same database connection works good with Thin driver with both Oracle 10g client and 11gR1 client.
    Previously I had Jdeveloper 10.1.3.2 and Oracle 10g Client and I was able to connect to database without any errors.
    Could you provide me the steps for this or if I missed any steps?
    Steps to Replicate:
    For the error: no ocijdbc11 in java.library.path
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 10g Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    ORA-12705: Cannot access NLS data files or invalid environment specified
    1) Install JDeveloper 11g (With embedded Weblogic Server)
    2) Install Oracle 11gR1 Client on the same machine
    3) Create a database connection in the "Application Resources --> Connection"
    4) Use OCI driver. Enter the host details about the Oracle 10g R1 database
    5) Test connect to the database.
    Note: Tried the same scenarios with Oracle 11gR2 client as well. It was not working at all.
    Any ideas and pointers would be great.

    1. will my problem get solved after i install oracle 11g client on my machine.Yes, your problem should get solved. The version of the Oracle 11g Client must match the version of the JDev's JDBC drivers. Alternatively you may install an Oracle 11g Client and replace JDev's Oracle JDBC drivers with these from the installed client. Please, read carefully my 1st posting above in this thread.
    2. can i patch JDeveloper 11g on my machine to work with 10g client, or can i do the same with 10g client.You might succeed if you replace JDev's built-in JDBC drivers (which are 11g versions) with 10g versions, but I do not recommend you to try that because JDeveloper 11g and ADF 11g may be using some 11g features that do not exist in 10g drivers, so you may have problems.
    I also have PLSql developer installed on my machine and it works well.PL/SQL Developer does not use JDBC drivers, so it is not an relevant example in this case.
    My generall recommendation is to use Oracle JDBC Thin drivers. Oracle claimed that OCI drivers had better performance, but this was really true about earlier releases. Current Oracle 11g JDBC Thin drivers offer excellent performance and they offer all the features of the OCI versions (which was not true about earlier releases). In my opinion, the most important disadvantage of Oracle JDBC OCI drivers is that most versions have native memory leaks so all the RAM would get consumed after long application execution. The fact that WebLogic Server does not offer Oracle JDBC OCI drivers by default anymore says that Oracle discourages the usage of the OCI driver in favour of Thin driver.
    Dimitar

  • Why no oracle for intel mac?

    Our company uses intel macs for oracle development & production, currently we having to run the windows 10g db under XP in Parellels which is a poor solution.
    Does anyone in Oracle know of a release date?
    Is Oracle not supporting Macs?
    If not, we will have to either change db platform or throw away a lot of apple hardware.

    I doubt Oracle will even notice the loss of our million dollar yearly license / maintenance >> fees. I'm afraid you are right. According to the certify matrix the Mac OS X operating system will have 10gR1 as the last Oracle certified version, as 10gR2 is not planned.
    You have already participated on this Mac OS thread (Oracle as good as dead on the Mac so you know what could be the future of it.

  • OCI mode of communication with the oracle server

    I would like to know the mechanism used by OCI dll to communicate with the oracle database server. I found that the oracle jdbc thin driver uses java sockets to connect to oracle.
    Any idea about the OCI driver?

    It uses whatever mechanism is specified in the TNSNAMES.ORA on the client, most commonly this is a TCP/IP connection to port 1521 on the server.

Maybe you are looking for

  • Adobe Galleries in iWeb 2? html snippets?

    What I am seeking is a better grasp of how the html widgets work - but most specifically, I want to put some Adobe galleries on my iWeb site. iPhoto doesn't seem to do the trick I want - which is a horizontal row of thumbnails in one pane/frame & the

  • Japanese Auto-Fill Problem

    Hey All, I have an iMac running OS X 10.9.4. I purchased the mac in Japan and have found it to be very good when switching between English and Japanese. However, for some reason while I have set-up English as the default language, my computer still a

  • Create Material Master using workflow (urgent)

    Hello all, We have an urgent client requirement to create material master using workflow. Different views for the material master will be created by the relevant departments. ex: Accouting 1, 2 will go to accounts deptt. I have studied the workflow t

  • BADI or UserExit for MIGO Tcode

    Hi ,     I want to capture purchase order number and movement type.I have check whether excise duty is posted or not. If it is posted means i should not allow the user to reverse the GR with Movement type '102' and it should throw a message.So kindly

  • Indixes and like statement

    hi folx, hmm i need to know of there is any chance to create an index or a kind of hash table for a column (varchar) wich needs to be compared to '%string%'. No index is usefull for me cause to many differences for bitmap index. normal and reverse in