Oracle 9i OCI on Tiger (Mac OS 10.4.2)

Hi,
Does anyone have this working?
I've installed the Oracle9i developer release because it seemed like the only way to get the client software for 9i on Mac OS X. I set up a TNSNAMES.ORA file and the ORACLE_HOME and DYLD_LIBRARY_PATH environment variables. After doing this, I was able to use SQL*Plus to connect to a database on another box.
However, when I try to use OCI from within PHP, I get the error:
dyld: Symbol not found: kumainglobals
Referenced from: <my oracle home>/lib/libcommon9.dylib
Expected in: flat namespace
I saw in another thread that some people had this error but never found a solution for it.
Thanks.

Can't you just use the 10g client ?
I have not tested the 9i dev. with oci calls but I would not be surprised if you try this on tiger. That won't work AFAIK.
regards,
Ronald.
http://homepage.mac.com/ik_zelf/oracle

Similar Messages

  • JSP demo PTS included with Oracle 9i Developer Release for Mac not working

    Hello all, please pardon my ignorance, but I am an Oracle DBA not a JSP programmer.
    I have installed Oracle 9i developer release for Mac OSX and it included a demo application in JSP called pts.
    I followed all the instruction and it still doesn't seem to work.
    When I try to login to the application I get the following exception:
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 3 in the jsp file: /oradev/pts/solmktinit.inc
    Generated servlet error:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 1 source file
    [javac] Since fork is true, ignoring compiler setting.
    [javac] /usr/local/jakarta-tomcat-4.1.24/work/Standalone/localhost/_/oradev/pts/login_jsp.java:7: cannot resolve symbol
    [javac] symbol : class DBAccess
    [javac] location: package pts
    [javac] import oradev.pts.DBAccess;
    I'm not sure what this means or how to fix it. I'm sure it's something simple like modifying my classpath or something, but, as I said, I don't know where to begin.
    Any assistance or suggestions would be greatly appreciated.

    Can't you just use the 10g client ?
    I have not tested the 9i dev. with oci calls but I would not be surprised if you try this on tiger. That won't work AFAIK.
    regards,
    Ronald.
    http://homepage.mac.com/ik_zelf/oracle

  • Installation oracle database 10.2 on mac snow leopard server

    Hi.,
    I am trying to install oracle database 10.2 on mac server snow leopard but getting following error:
    rsgsoftware:Disk1 oracle$ ./runInstaller
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-08-31_10-22-39AM. Please wait ...The Java RunTime Environment was not found at /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory
    hence JRE is inbuilt with mac.
    Can any one help me in this regard.
    --SD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    damorgan wrote:
    I am trying to use my pet cat as a boat and it doesn't work either.That's because, just like the OP, you are not taking the right approach. You simply need to MODIFY the cat - in your case, by adding a few things: a keel, ribs, hull, mast, sails, rudder, tiller (to name a few).
    Similarly, OP needs to MODIFY Snow Leopard by adding the appropriate infrastructure, executables, and configuration to meet the install requirements. Just because that implies a different kernel and system libs doesn't mean it can't be done.
    Just don't let the animal rights people (or professional administrator) know about the mods.

  • I run Tiger OSX on one MacBook and SnowLeopard on another. Photos were downloaded from Tiger to SnowLeopard, and now iPhoto won't open on the Tiger Mac. Will upgrading iPhoto fix this problem?

    I run Tiger OSX on one MacBook and SnowLeopard on another. Photos were downloaded from Tiger to SnowLeopard, and now iPhoto won't open on the Tiger Mac. Will upgrading iPhoto fix this problem?

    What matters is the version of iPhoto you have on the different machines. Can you tell us what they are, and what exact error message you get.
    Regards
    TD

  • Oracle 10g OCI based application talking to an Oracle 9i database

    Hi all,
    Got a question. I have an OCI C++ application that is written using the Oracle 10g OCI includes, etc ... This of course is running on a 10g client. The client OS is actually a Windows x64 system since 10g is the only native OCI client right now for 64 bit Windows systems. So this all works fine. Now, I am communicating with an Oracle 9i database server. Is there anything wrong or invalid about this configuration ? I didn't think that there was but I was asked to confirm this, that is having an Oracle 10g client communicating with an Oracle 9i database. Our application is making very straight forward OCI calls, and we are not using any of the newer OCI calls that were introduced in 10g, just the ones that are available in 9i OCI.
    Thanks in advance,
    Nick

    Thanks for the reply.
    Actually I thought that the OCCI forum was for Object oriented OCI, so while I'm using C++, I'm not using the object oriented side of OCI, just using the normal OCI calls. Guess I should have been a little clearer in my original post.
    But my main question really concerned the version of the client and the version of the database which you answered.
    Thanks,
    Nick

  • Will Oracle supports "Installations" on Tiger? Will MacOSX/Intel supported?

    Oracle 10g runs well on Mac OS X 10.4 (PowerPC) but is unable to install! Are there plans to fix it? And what's about Mac OS X (Intel)? The most problem should be byte-ordering ... no problem for Oracle i think, they supports MSB and LSB as well!
    Any reaction for Oracle since now?

    I certainly hope not. Lets not forget that it is not a small change. For some unknown reason oracle has datafiles that have formats inside that are cpu dependent. The shift to intel also means shifting from Big Endian to Little Endian cpus. This can not be solved by setting a flag in xcode 2.1, this wil mean a rewrite of more than a few lines of code. I expect that most of this code will be isolated to a few libraries.
    I think that as long as Apples plans for the xserve are not known, oracle won't do anything and I can't blame them for it. By the end of the year 10Gr2 and after that we will see.
    regards,
    Ronald
    http://homepage.mac.com/ik_zelf/oracle

  • SetString/executeBatch fails in Oracle 10g OCI JDBC driver

    Hi,
    I am using Oracle 10g OCI jdbc driver for batch updates.
    Following is the the code that I am using
    import java.sql.*;
    import oracle.jdbc.*;
    import oracle.jdbc.pool.OracleDataSource;
    public class BatchUpdates
    public static void main(String[] args)
    Connection conn = null;
    Statement stmt = null;
    PreparedStatement pstmt = null;
    ResultSet rset = null;
    int i = 0;
    try
    String url = "jdbc:oracle:oci:@kctutf8";
    try {
    String url1 = System.getProperty("JDBC_URL");
    if (url1 != null)
    url = url1;
    } catch (Exception e) {
    OracleDataSource ods = new OracleDataSource();
    ods.setUser("kctuser");
    ods.setPassword("kana");
    ods.setURL(url);
    conn = ods.getConnection ();
    stmt = conn.createStatement();
    try { stmt.execute(
    "create table mytest_table (col1 number, col2 varchar2(20))");
    } catch (Exception e1) {}
    pstmt = conn.prepareStatement("insert into mytest_table values (?, ?)");
    pstmt.setInt(1, 1);
    pstmt.setString(2, "row 1");
    pstmt.addBatch();
    pstmt.setInt(1, 2);
    pstmt.setString(2, "row 2");
    pstmt.addBatch();
    pstmt.setInt(1, 3);
    pstmt.setString(2, "row 3");
    pstmt.addBatch();
    pstmt.setInt(1, 4);
    pstmt.setString(2, "row 4");
    pstmt.addBatch();
    pstmt.setInt(1, 5);
    pstmt.setString(2, "row 5");
    pstmt.addBatch();
    pstmt.executeBatch();
    rset = stmt.executeQuery("select * from mytest_table");
    while (rset.next())
    System.out.println(rset.getInt(1) + ", " + rset.getString(2));
    catch (Exception e)
    e.printStackTrace();
    finally
    if (stmt != null)
    try { stmt.execute("drop table mytest_table"); } catch (Exception e) {}
    try { stmt.close(); } catch (Exception e) {}
    if (pstmt != null)
    try { pstmt.close(); } catch (Exception e) {}
    if (conn != null)
    try { conn.close(); } catch (Exception e) {}
    When I run this class I get the following output
    1, row 1
    2, row 3
    3, row 5
    4, null
    5,
    But It should have been
    1, row 1
    2, row 2
    3, row 3
    4, row 4
    5, row 5
    The same class runs fine if I use Thin driver.
    Can anyone please help me solve this issue.
    Note: This happens only in case we use setString with Varchar2 in the DB. This works fine if I have two number columns
    Thanks,
    Raja.S

    Please post this question to the Java forum. It is located under "Technologies".

  • Korean direct input method in tiger Mac OS X 10.4.3

    Hello,
    I need to use the korean direct input method in tiger Mac OS X 10.4.3
    but I can not find the icon or some bars to choose for the direct input in korean input menu.
    the korean direct input is used to be in Mac OS X 10.3
    can someone help me out?
    I really need this function.
    Power Mac G5 Quad 2.5G   Mac OS X (10.4.3)  

    Yes, it makes different when I tied with boris graffiti 4.0.
    when I type korean word in boris graffiti program using "direct input" on mac os x 10.3, there is no promblem typing korean.
    But using "syllable" in mac os x 10.4, when I type the korean letter, it automatical erase the word that I typed.
    for example, if I type "gift to my friend" in korean, I try to type "g" and when I type "i", "g" is erased.
    And using "word" option, the problem is whenever I use space bar or enter key between word, and try to enter the next word, the previous word I typed is erased,
    for example, "gift to my friend", I type "gift" and I need to enter space between "gift" and "to",
    so after press the spase bar, and try to type "to", the "gift" is erased.
    I hope that you could understand what I tring to explain, and I was wondering if there is any solution for this problem.

  • Oracle Workflow Builder for Apple Mac Laptop

    Hello Experts, Can anyone point me or share me the url for downloading a software for Oracle Workflow Builder for Apple Mac Laptop (Mac OS Version 10.9.2) ? Thanks, Niranjan.

    No client for Mac OS X that i'm aware off, you'll need a VM whith Windows and install WF builder there.

  • Migration Assistant from Tiger Mac to new Leopard MBP can't see disk

    Hi,
    I just bought a new MacBook Pro and am trying to migrate from my Tiger-based (10.4.10) dual 1 GHz Mac (mirrored-drive door) desktop machine. The boot drive on the Tiger machine is actually partitioned into an emergency boot drive of a few GB and my main working drive ("Macintosh HD"). When I run Migration Assistant (MA) on my MBP (after connecting the 6-pin Firewire cable and restarting the Tiger Mac in target disk mode), the MBP sees only the emergency boot-up partition and not the main working partition from which I want to migrate.
    I tried MA on my MBP connected to a different Mac with no HD partitions, and it sees "Macintosh HD" just fine, so I think all the new hardware is okay as well as the Firewire cable.
    Any ideas?
    -Eric

    Thanks for the info. I do know something about this (being a HW engineer), but I would have thought that the IDE master/slave jumpers would affect all the partitions on the disk. Since my emergency-boot partition is visible, I take that to mean that the IDE master/slave jumper issue is a non-issue for me.
    I don't know if this helps, but here's what Disk Utility reports about the disk (not the volumes residing on it):
    Name : ST380021A
    Type : Disk
    Disk Identifier : disk1
    Media Name : ST380021A Media
    Media Type : Generic
    Connection Bus : ATA
    Connection Type : Internal
    Connection ID : Device 0
    Partition Type : Applepartitionscheme
    Device Tree : pci2/ata-6@D/@0:0
    Writable : Yes
    Ejectable : No
    Mac OS 9 Drivers Installed : Yes
    Location : Internal
    Total Capacity : 74.5 GB (80,026,361,856 Bytes)
    S.M.A.R.T. Status : Verified
    Disk Number : 1
    Partition Number : 0
    Now, onto the partitions which I know less about.
    Here's what Disk Utility says about the Macintosh HD partition:
    Name : Macintosh HD
    Type : Volume
    Disk Identifier : disk1s10
    Mount Point : /
    File System : Mac OS Extended (Journaled)
    Connection Bus : ATA
    Partition Type : Apple_HFS
    Device Tree : pci2/ata-6@D/@0:10
    Writable : Yes
    Universal Unique Identifier : E6E9B335-60D0-3F06-97F9-2A9BAC522106
    Capacity : 68.4 GB (73,411,137,536 Bytes)
    Free Space : 819.5 MB (859,291,648 Bytes)
    Used : 67.6 GB (72,546,123,776 Bytes)
    Number of Files : 367,638
    Number of Folders : 74,198
    Owners Enabled : Yes
    Can Turn Owners Off : Yes
    Can Repair Permissions : Yes
    Can Be Verified : Yes
    Can Be Repaired : Yes
    Can Be Formatted : Yes
    Bootable : Yes
    Supports Journaling : Yes
    Journaled : Yes
    S.M.A.R.T. Status : Verified
    Disk Number : 1
    Partition Number : 10
    Here's what Disk Utility says about my emergency-boot partition:
    Name : Clean Boot
    Type : Volume
    Disk Identifier : disk1s12
    Mount Point : /Volumes/Clean Boot
    File System : Mac OS Extended (Journaled)
    Connection Bus : ATA
    Partition Type : Apple_HFS
    Device Tree : pci2/ata-6@D/@0:12
    Writable : Yes
    Universal Unique Identifier : 4A704075-200F-3CCB-B8ED-E7FEEDB655EC
    Capacity : 5.9 GB (6,345,846,784 Bytes)
    Free Space : 3.8 GB (4,133,232,640 Bytes)
    Used : 2.1 GB (2,212,093,952 Bytes)
    Number of Files : 76,846
    Number of Folders : 19,664
    Owners Enabled : Yes
    Can Turn Owners Off : Yes
    Can Repair Permissions : Yes
    Can Be Verified : Yes
    Can Be Repaired : Yes
    Can Be Formatted : Yes
    Bootable : Yes
    Supports Journaling : Yes
    Journaled : Yes
    S.M.A.R.T. Status : Verified
    Disk Number : 1
    Partition Number : 12
    I don't know how to determine from the above what the "first" partition would be. I don't know how to post an attachment here otherwise I'd show a screen shot, but when I got into Disk Utility's partition tab, the emergency-boot partition (called Clean Boot) shows up at the bottom of the space indicating all of the HD's space, and Macintosh HD shows above Clean Boot.
    So what are my options? Can I repartition w/o loosing Macintosh HD (I'm willing to loose the other partition Clean Boot)? Any way to change the partition numbers?
    I was thinking of cloning Macintosh HD to another HD and then migrating from that. Any experience with that?
    Thanks, Eric

  • Toad Error - Cannot load OCI DLL: C:\Oracle\instantclient_11_1\oci.dll

    Hello All,
    Help needed to fix this error.
    We are getting the below error from Toad after fresh install on Windows 7 64 Bit.
    Toad for Oracle Base
    Version: 10.6.1.3
    Cannot load OCI DLL: C:\Oracle\instantclient_11_1\oci.dll
    We are using the Oracle Instant Client (instantclient-basic-nt-11.2.0.2.0).
    We are able to connect to the database from the command line successfully, but when we tried to launch the Toad and connect it we are getting the above error.
    How do we fix this issue?
    Thanks in advance.
    Sandeep S

    mseberg wrote:
    So is this a Toad issue or an Oracle client issue?More like a general software or programming "issue". If Toad (or other program) is 32-bit, then loaded libraries (e.g. Oracle Client dll's) needs to be 32-bit.
    I'm sure this is documented in requirements for Toad. See e.g. [url http://toadfororacle.com/servlet/KbServlet/download/4264-102-12585/10.6_ReleaseNotes.htm#SystemRequirements]Toad 10.6 Release notes.
    Edited by: orafad on Aug 10, 2011 2:35 AM

  • Oracle Client NOT INSTANT on Mac OSX Tiger NOT X SERVER PPC

    Has anyone been able to install The Oracle Mac Client from on a g4 ppc. It has tiger and the latest updates ie java5 and gcc 4.
    I have seen many postings on installing Oracle 10g on Tiger ppc but not just the client. Does anyone have any experience with this. With some many developers going to macs, I would imagine someone has to.
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/macsoft.html
    Thanks
    Steve

    i,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Oracle 9i Client Install on Mac OSX

    Is there a way to just install the Oracle client on Mac OSX 10.2.7 (not OS X Server)?
    I downloaded the 9.2 Mac installer, but everything I've seen/read shows this installation will install the DB server and set up a database.
    If anyone knows, please let me know... I'm just looking to connect (through PHP CLI) to a Oracle DB within our corporation. Thanks.

    Hi,
    Checkout MacSQL on www.rtlabs.com, there is info on installing Oracle OCI client and a link to the client only software.
    HTH
    Koen

  • Geocoding in Oracle with the 2008 TIGER data

    Hello everyone,
    I am new to Oracle Spatial and am wondering if it is possible to use the 2008 TIGER shapefile data with Oracle Spatial's Geocoding package. From the information that I have read so far, it looks like I would have to convert the TIGER data into a specific format (the GC_ tables) in order for it to be Geocoded. So I guess my questions are as follows:
    Is this even possible?
    If it is possible, how difficult would it be to convert the data?
    Are there any tools/resources out there to help with this?
    Is Navteq the only company that supplies data in the proper format to be used by Oracle's geocoding package? I did import their sample data and get a proof of concept working with that pretty easily, but due to the cost of the data, using their data does not appear to be an option for us.
    Thanks in advance,
    John

    Hi,
    I am unsure if the tiger data includes the attribution required for the Oracle geocoder to work.
    Have you been quoted a price by NAVTEQ? Most customers are surprised by how affordable the geocoding data is.
    Please feel free to contact me: daniel dot abugov at navteq dot com
    Thanks and good luck,
    Dan

  • Installation oracle database 10.2 on mac snow leopard server JAVA ERROR

    When I try install DB 10g in my Macbook Pro with Snow leopard show this error when I try the 'installer' :
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-11-18_08-45-47PM. Please wait ...The Java RunTime Environment was not found at /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory
    logout
    Please help me its urgent !
    Thanks
    Best Regards

    Welcome to the forums !
    For urgent issues, pl open a Service Request with Support at http://support.oracle.com
    The forums are a loose organization of unpaid volunteers and cannot support urgent issues ;-)
    AFAIK, Snow Leopard has not been certified for 10g yet.
    Pl confirm that you meet all of the requirements for the install - http://download.oracle.com/docs/cd/B19306_01/install.102/b25286/toc.htm
    See related thread Re: Install Oracle Database 10g on Mac OS X Snow Leopard
    HTH
    Srini

Maybe you are looking for

  • How to send e-mail to many user one time

    I would like to send e-mail BCC to hundred people using one e-mail only How to I set the code to BCC? I don't want to make a for loop to send the e-mail hundred times. I know the following code can set the mail BCC to ohter person msg.setRecipient(Me

  • HELP. Screen seems to start flicker when watching move/playing games?

    Hello there. I could really use some help. Im having this problem that my screen freezes and start flimmering. I have some idea's of what can be trickering it. Because it happens when i watch movies or trying to play games. It looks like this: https:

  • Workflow in SharePoint 2013: Update item in list

    I have a task list where anyone can post a suggestion for a blog. There is a string field for the status. I have a library where the author can upload the blog article when ready to send for review. Uploading the document triggers the workflow to sta

  • Screen  exit example step by step

    screen  exit example step by step need.

  • Why the time in my calander changes the time zone?

    After addind event to my calender for a certain time. When i check back after sometime I see the time zone Cupertino instead of Halifax and this chages the alert alarm? Does anybody have I dea what's going on.  Also this events records different time