Oracle9i Developer release 2 for Mac OS 10.2

Oracle 9i was released in August for Mac OS X. The release notes specify as a requirement Mac OS Server 10.2.
Does Oracle 9i run on Mac OS 10.2 (as opposed to Mac OS 10.2 Server)? If not, what is missing in Mac OS 10.2?

hello droberts, please update your os to 10.6.8 - this should solve the problems you've described.

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

  • IOUSBFamily Log Release for Mac OS X 10.6.2 - Problem with USB ports

    I download - IOUSBFamily Log Release for Mac OS X 10.6.2 (Fall 2009 Systems)(IOUSBFamily-390.4.4-log on my iMac from the Developer Member web site and after instaling my USB ports are not working.
    Can someboday please help me with this issue.
    Thank you in advance!

    You need to talk to ADC or post to the developer forums under OS X Technologies. Make sure you downloaded the correct version.

  • Does anyone know a good developer magazine for mac development

    Does anyone know a good developer magazine for mac development I will be happy to get multiple answers

    K T wrote:
    And the fact that it's was a vertical, slow-moving, dead-tree, subscription-driven, ad-based business model has nothing at all to do with it... Mac mags died a long time ago, for good reason - get over it
    I guess I don't really agree with that. There are still a few Mac magazines around. Interestingly, they are often magazines from the UK. I find it funny that there isn't a big enough market in the US to support homegrown Mac magazines, but they continue to print them in the UK with a much smaller market, and ship them over here. But I digress. I do think the points you cite for the demise of Mac magazines are all incorrect. The same system works just fine for any number of other magazines. The difference is the reader...
    Google is your friend.
    Now I greatly disagree. Not only is Google not your friend, but it (or rather the internet - it gets hard to tell the two apart anymore) is turning into a massive source of disinformation. There was a time when programmers were expected to read the manual, read magazines, and try things out in order to figure out how to do something. Now, we are expected to just Google it.
    Well, I do Google things on a regular basis and I find the advice dispensed to be wrong or otherwise useless more than half the time. Google is on the way out. Information networks are the wave of the future. That is why people come here. Apple Discussions is more reliable than Google.

  • Photoshop Elements 9.0.2 patch released for MAC users

    A patch has been released for Photoshop Elements 9 to fix some import from iPhoto issues.
    The patch can be downloaded from http://www.adobe.com/support/downloads/detail.jsp?ftpID=4918 link.
    One should be able to import media from iPhoto'011 after the patch has been applied. The application hang issue should also not come while importing a large iPhoto'09 catalog into Organizer.
    The patch can also be applied from Adobe Application Manager via Help>Updates.
    The patch has also fixed an issue for MAC Leopard. More details about this issue can be read through @ http://kb2.adobe.com/cps/885/cpsid_88567.html.
    Thanks,
    ~V

    List of major issues resolved in this update.
    1. 2299340 : Commands drop down in the designers do not work and numbering building blocks
    in Para designer do not get populated if FM is launched afresh and the designers are present in
    the workspace.
    2. 2307931 : FrameMaker crashes on inserting any file of a type other than the type defined for
    the column in a reltable.
    3. 2300993 : FrameMaker crashes while opening a file with view->options set as "Facing Pages"

  • Is there any new release for Mac Pro in this few months?

    I want to buy a MacBook pro but I'm afraid if I buy it in these few months and it'll have a new release. So I wonder if there's any release for MacBook Pro this soon?

    Apple has no set schedule for updating or releasing new hardware and the general rules of the past have pretty much all gone by the wayside these last 2 years. All I can tell you is that speculation about new Apple products is against the terms of service here and that the best time to buy a new computer is when you need it. Waiting to try and get the newest Apple product is a mug's game - just not worth it.

  • What programming language should a beginner use for developing apps for mac and I phone etc

    Hi all
    I have just made the transition from pc to mac, years a go I dabbled in visual basic and was going to give it another go but having made the move to mac, now owning an iMac/ iPhone and iPad I am now thinking I would be better off learning a programming language that would enable me to create program's /apps for apple products. Can someone please point me in the right direction.

    If you want to develop apps natively, you'll have to go with Objective-C (language), Xcode (IDE), and the Cocoa Touch libraries. Objective-C is a super-set of C. So, if you've no background in C, start there. In fact, here are three books I recommend:
    Dave Mark, Learn C on the Mac:
    http://www.amazon.com/Learn-C-Mac-Dave-Mark/dp/1430218096
    Aaron Hillegass, Objective-C Programming: The Big Nerd Ranch Guide:
    http://www.bignerdranch.com/book/objective-c_programming_the_big_nerd_ranch_guid e
    Joe Conway & Aaron Hillegass, iOS Programming: The Big Nerd Ranch Guide (3rd Edition):
    http://www.bignerdranch.com/book/ios_programming_the_big_nerd_ranch_guide_rd_edi tion_
    Dave Mark's book covers C, and you probably don't need all of it. Once it gets to really elaborate storage issues (for which you'll end up using Core Data on iOS), you can skim. On the up side, you have some programming experience, which will make learning C easier. On the downside, it's in VB, which isn't as similar to C as most other languages are. But, it's a start.
    Hillegass covers some basic C in his book on Objective C as well. So you might can start with that. The final book only touches on Objective-C lightly and is really about using the iOS frameworks to do real work. It's entirely project based and will get to you building things and testing them and really creating iOS apps.

  • Developer Platform for Mac

    Hi
    im new to Mac world and im a developer a .NET developer but i would love to use Mac in my work, so what Mac have similar to Visual Studio for Microsoft ? and what language it uses ? and the softwares made with it just run on Mac ?
    thank you

    PureHeartKnight wrote:
    ok if i used one f the Cores in my software will it work in other softwares ?
    I don't understand the question... However, Cores are just low-level API that allows you to program easily parts of your software that will use the power of the dedicated material directly.
    PureHeartKnight wrote:
    and please can i know what you mean by other tools what they add to the developing
    environment ?
    Well, Xcode is an IDE that allows you to create projects, manage sources, targets (they allow you to link your sources the way you want, for example to create a framework or an application), coding your sources with helpers like code completion, refactor, code folding, etc.
    The closest friend of Xcode is Interface Builder which allows you to build your... Yes, interfaces, but it's not like winforms, it doesn't generate any code, it actually stores in .nib files every attributes of used objects, the links between objects, etc. And when the application is load, the objects are unarchived and links are made.
    Other tools alongside with Xcode are generally utilities to test the performances, memory usage, memory leaks, speed, etc. And you other kidn of tools, you'll just check.
    PureHeartKnight wrote:
    also i would like to know if they are third party companies that do cool ready made controls to be added such as advanced grids and other controls if you have refrences to them or links please provide to me,
    One advice, first look at what is already provided by Apple, then you search for those things, and maybe you can also build those things yourself, but first try out things that are already provided.

  • What is the deal with the latest Reader release for mac 11.0.3?

    Last week I upgraded the Adobe Reader on my Mac to release 11.0.3 and now all my .pdfs get corrupted.  No matter if I am saving a pdf file form a website or downloading an email attachment. A message about corrupted file echos back to the screen.  They seem to work fime in the windows version though. I also noticed that Adobe wants to introduce there own "print wizard", really?  Why are you reinventing the wheel here?  I thought adobe was the most trust worth application on the web but now its seems they are as bad as HP and Microsoft. Please find this release and remove the printer crap. The Apple stuff worked far, far better.  If you have a mac do not download this release.

    MacMini (late 2012 model Core i5 purchased NEW 06/22/2013)
    OS X 10.8.4 (It came with 10.8.3 and I updated it on first startup)
    Reader 11.0.03
    I've downloaded half a dozen PDFs only this morning testing Firefox, Reader and MacMail. All open as they should, no error messages, no corruption, nothing.
    As many posts as I've seen that reference this, I can't help but think there's some software out there I haven't got installed that's causing the corruption, because I haven't seen it yet. Granted, it's been three days since I took this Mini out of the box, but I've installed alot of software and it's been up and running more than 18 hours a day since Saturday morning.

  • There is a version of Developer Studio 7.31 for Mac OSX ??

    Hello i need a distribution of Developer Studio for mac ... can it possible to find?

    Hi Julian,
    this is also described on the corresponding update site, e.g.
    https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/nw/731/doc/prerequisites.html
    To make things easier I copy paste here the current state:
    Hardware (minimal requirements)
    3 GB free disk space
    2 GB RAM
    Software
    Operating system
    Supported operating systems are:
    Windows XP 32-bit
    Windows Vista 32-bit
    Windows Server 2008 64-bit
    Windows 7 32-bit
    Windows 7 64-bit
    For more information, see the product availability matrix (PAM) at:
    http://service.sap.com/pam
    JDK version
    Supported Java Development Kit (JDK) are from SAP AG or Oracle. Note that the JDK you use must be the 32-bit version. You can either use:
    JDK provided with the SAP JVM 6 "Windows Server on IA32 32-bit".
    You can start the installation process from here.
    JDK from Oracle.
    You need JDK version 1.6.0_7 or higher, 32-bit. You can download a JDK from http://java.sun.com/javase/downloads.
    Thank you for your understanding!
    Best regards,
    Ervin

  • How do I update my browser is not compatiable and when try to update to 3.6 for Macs says the file is corrupt.

    Hi,
    I am currently using a borrowed back up computer due to my computer crashing. The borrowed computer is a Mac running OS 10.3.9 with a really old Firefox version installed is 2. something. When I go to Mozilla site it says that 4.0 is not compatible with my OS. I navigated on the site till I found the location that I could download 3.6 version thinking that would solve my problem, but when I downloaded and tried to open it said that the file was a corrupt image file.
    I really need the newest version possible cannot watch Netflix and sites do not load correctly with current Firefox. I just cannot make myself use IE, have not used that browser in over 6 years and don't want to start now. I have been using FireFox forever and am lost without being able to access like I am accustomed to.
    Thanking you in advance for your assistance

    Firefox 2.0.0.20 is the last ever release for Mac OSX 10.3.9 and earlier Mac versions.
    Other browsers that you can look at:
    * http://caminobrowser.org/download/releases/#os10.3.8
    * iCab: http://www.icab.de/
    * http://www.seamonkey-project.org/releases/seamonkey1.1.19

  • Is Project Raptor available for MAC OS?

    Please let me know the tentative time frame for Project Raptor release for MAC OS....
    Thanks,
    Navtesh

    While Oracle has stated that Raptor will be available for Mac OS X, you can run the early adopter releases today OS X Tiger.
    The instructions in this posting worked for me anyway:
    Re: Raptor on Mac OS X (10.4)

  • Oracle database 10g Developer release

    I would like to know when will the support for Java be available in Oracle database 10g Developer release for Microsoft Windows XP x64 (AMD/Xeon processors). I want a full working Enterprise version for Window XP x64.

    This forum deals with Oracle database related questions. For Forms, please check and post the question in Forms forum,
    Forms
    Aman....

  • For Mac Powerbook G4 (10.3.9), downloading Firefox "3.6.24 dmg" always fails to "verify" and when opening the archive it says the dmg is corrupt. This version appears to be the latest one that will run on this system.

    Now using Firefox 2.0.0.2. Running okay, however can't access cetain sites. Only want to upgrade enough to get by.

    Firefox 3.6 versions aren't compatible with OSX 10.3.9, Firefox 2.0.0.20 is the last ever release for Mac OSX 10.3.9 and earlier versions. <br />Get it here: <br />
    https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.20/mac/en-US/

  • DAQmxBase for Mac OS X: where's the support for all DIO ports?

    As of version 1.5.0f2 of the NI-DAQmxBase release for Mac OS X, only port0 is supported for digitial IO. I would like to have the full functionality of my E-series board; does anyone know if a new release is in beta now or will be released soon that, you know, supports more than 1/4 of the board's DIO functionality? Are there workarounds one can employ with the current version? Thanks in advance.

    There are no current plans to add support for the extended digital on the NI 6025E.  The architecture is unique to that board and the newer M Series boards now have an extended number of digital lines. Another option is to use an E series board and the PCI-DIO-96 which is also supported in NI-DAQmx Base.
    With that said, we continually add features based on customer requests.  Do you have a lot of these systems?  Do other people out there want the extended digital on the 6025E supported?

Maybe you are looking for

  • Database logon failed

    Hi everyone, I know this is a famous error in CR but due to my special case, I need to make sure before enacting any further actions. We are developing a java application which uses CR2013 as its report server (32bit) installed on a 2012 windows serv

  • Errors in starting OPMN

    Hi All, I am facing errors in start OPMN presentation service. Found below error in opmn logs. Any suggestions pls ?? [2013-03-28T12:50:29+05:30] [opmn] [NOTIFICATION:1] [662] [pm-process] Starting Process: coreapplication_obiccs1~OracleBIClusterCont

  • Training And Events

    Hi Experts, My customer has the following demand: He wants a user to be notified via mail (internal sap mail) 10 days before the start date of a seminar. Is there a standard procedure for this? Please describe the steps to be followed. Thanks in adva

  • What's wrong with my workflow?  Reimporting deleted photos.

    Can anybody offer some advice?  I am sure I am neglecting to use a useful LR feature, or more likely there is something strange about my workflow that I should fix. Normally I import photos from my card reader, copying to a local hard drive.  I do no

  • Mac doesn't recognise peripherals

    My new new Macbook will not recognise my marantz voice recorder.  The icon comes up, but when I click on it it tells me that the device has not been properly disconnected rather than opening it.  The device works well on my old G4.  Can anybody help?