OS X issue with 10g, dbca won't run due to classChangeError

I am trying to install oracle 10g on my powerbook G4 (1gb) and I keep getting the same problem with the database creation assistant (dbca). I am running OS X 10.3.6 and xCode 1.5. The installation goes fine with no issues but the at the point of launching dbca, I get the following error;
shadow:~ oracle$ dbca
Exception in thread "main" java.lang.IncompatibleClassChangeError
        at oracle.sysman.assistants.util.attributes.InitParamAttributes.fillCharacterSets(InitParamAttributes.java:1999)
        at oracle.sysman.assistants.util.attributes.InitParamAttributes.<init>(InitParamAttributes.java:446)
        at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:239)
        at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:608)
        at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:200)
        at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
        at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:155)
        at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:93)
        at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:175)
My environment is
shadow:~ oracle$ env
SHELL=/bin/bash
TERM=vt100
USER=oracle
ORACLE_SID=JCDB
ORACLE_BASE=/Users/jcart/Work/oracle/orahome10g
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/Users/jcart/Work/oracle/orahome10g/bin
PWD=/Users/jcart/Work/oracle
SHLVL=1
HOME=/Users/jcart/Work/oracle
ORACLE_HOME=/Users/jcart/Work/oracle/orahome10g
_=/usr/bin/env
any idea?
Is there a patch somewhere that I have forgotten?
regards
John.

Apparently windows 2000 does not meet the minimum requirements for QT7.5, so what you need to do is find out what version of QT7 does if one ever did, if not your probably going to have to install QT6.5, which may be the latest version 2000 can run?

Similar Messages

  • Is anyone else having issues with their I Phone 5 running ios 6.1?

    As stated above:  Is anyone else having issues with their I Phone 5 running ios 6.1?
    I am having issues with the WiFi connection to my AT&T router and voice recognition.
    It wont make post to Facebook half of the time. It is lacking the option to post videos to Facebook, only to mail, message, and You Tube. And finally the voice recognition messes up what it types in both Siri and messages.

    Not having any of those.

  • Issue with Office 2008 - won't start

    I've just installed Office 2008 and done updating it to 12.1.2. I'm using a MacBook with Leopard 10.5.4 running.
    But everytime I open anyone of the Office 2008 applications, the Get Started app pops up and Autoupdate follows. After Autoupdate finishes checking (no updates found), it just stays there.
    The Application I selected be it Word, Exel or Powerpoint, won't open. What's wrong?

    Since Office is not an Apple product, you should consider posting your question on Microsoft's own forums for their Mac products, as they would be more focused on the issue than an Apple forum that deals with installation issues of OS X:
    http://www.officeformac.com/productforums

  • Issues with FP on old iMac running 10.6.8

    Hi,
    I'm sorry if this has been posted before, but I am having issues with installing FP on my old iMac running 10.6.8.
    It seems to go through the motions, but it doesn't appear to install properly, as some websites are blank.  Has this happened to anyone else?  Is there a possible solution?
    If I am not able to make FP 13.0 work on this computer, I may have to revert back to an older version of FP.  All my usual websites worked well on FP 12.0, but not on 13.0.  Does anyone know where I can install an older version of FP?  I looked everywhere on the website but everything forced me back to FP 13.0, and there is no way of circumventing it.
    Thank you so much for your help and attention to my dilemma.
    Kind regards,
    GrandSlam

    I had problems after updating Flash Player on my 10.6.8 too, so I went back to 11.9.900.117 and everything worked again.
    I was afraid Adobe had dropped support for 10.6 already, so I didn't do any updates after that.
    But now I think there was some incompatibility only with that particular version (I don't remember the number), because just now I've installed 13.0.0.214 and things work as desired.
    If you get into trouble with Flash Player, this is the page to go for help:
    http://helpx.adobe.com/flash-player.html

  • Issue with Planning service getting crashed Automatically due to dll file

    Hello,
    I am having an issue with the Hyperion Planning service which is getting crashed and the following is noted in the Eventviewer:
    Faulting application name: HyS9Planning.exe, version: 1.0.0.2, time stamp: 0x4d110efc
    Faulting module name: jrosal.dll, version: 0.0.0.0, time stamp: 0x4e8c8104
    Exception code: 0x40000015
    Fault offset: 0x000000000000cb0b
    Faulting process id: 0x1960
    Faulting application start time: 0x01ce14f7a8434b04
    Faulting application path: D:\Oracle\Middleware\user_projects\domains\EPMSystem\bin\HyS9Planning.exe
    Faulting module path: D:\Oracle\Middleware\jrockit_160_29\jre\bin\jrosal.dll
    Report Id: 967733e6-8152-11e2-9257-5cf3fc335086The following is recorded in the log file:
    <Mar 2, 2013 2:45:22 PM CST>
    <Error> <HTTP> <BEA-101017> <[ServletContext@271625046[app:PLANNING module:HyperionPlanning path:/HyperionPlanning spec-version:2.5 version:11.1.2.0]]
    Root cause of ServletException.
    java.lang.OutOfMemoryError: classblock allocation, 11312928 loaded, 11M footprint, in check_alloc (src/jvm/model/classload/classalloc.c:215).
    Attempting to allocate 2G bytes
    There is insufficient native memory for the Java
    Runtime Environment to continue.
    Possible reasons:
      The system is out of physical RAM or swap space
      In 32 bit mode, the process size limit was hit
    Possible solutions:
      Reduce memory load on the system
      Increase physical memory or swap space
      Check if swap backing store is full
      Use 64 bit Java on a 64 bit OS
      Decrease Java heap size (-Xmx/-Xms)
      Decrease number of Java threads
      Decrease Java thread stack sizes (-Xss)
      Disable compressed references (-XXcompressedRefs=false)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:343)
         Truncated. see log file for complete stacktraceI checked the following forum
    Re: Oracle JRockit R28.2.2. OutOfMemoryError: classblock allocation
    Should I need to increase -XX:MaxClassBlockMemory to 75M. If so, how should I do it, I am unaware of how I can set the values? My Planning server has 136GB Ram and 18 Cores.
    Thanks,
    hyperionEPM

    The issue was related to the heap size being too much and as a result the Class block memory was not getting enough memory. I think we can make a use of -XXCompressedRefs:32 parameter in the Java start up to allow the heap size to increase till 32 Gb.

  • Anyone having vimeo playback issues with Safari 5.1.10 running OS 10.6.8?

    Since upgrading to Safari 5.1.10 for snow leopard I've notice play back issues with some of my video's posted on vimeo. Video pops up or down in brighteness and contrast and in one case goes all pixelated for one shot and back to normal after that.
    http://www.marcosdurian.com/Five_Hours_South.html
    @ aprox: 02:07-02:11 (brightness/contrast pop) & 03:38-03:41 (sever pixelation)
    http://www.marcosdurian.com/Narrative.html     (Northbay - the first clip)
    @ aprox 00:28-00:50 (brightness/contrast pops)
    The video files playback normal in FireFox, Safari 6.0.5 on 13" Macbook pro. Also plays normal on iPhone 5 w/ ios 6. The files also playback normal on the vimeo website when viewed as flash player but when switched to HTML5 Player the issue is back.
    Please advise.
    thx

    I looked at the first one - I see the same behaviour  here on 5.1.10
    When viewed in Safari, the vimeo iframe code is defaulting to 'HD'  from the several HTML5 versions of video available - the oddness around 3.38 (screenshot below) is visible on that version in any browser, or even if downloaded & played in quicktime. Firefox defaults to Flash, here anyway. Switching 'HD' off in the player, loads a different file, without the problems.
    I haven't looked in Safari 6 - but it's presumably using a different file.
    Vimeo's conversion seems to have slipped up.

  • Stuffit issues with an SMB server? Running 10.7.3

    I use a MBP running 10.7.3. I need to use Stuffit to stuff things to an SMB server. Whenever I try, it gives me error #17527 (insufficient access privileges). Any idea how this could be resolved?
    We used to use an AFP version of the same server, but due to the Adobe Creative Suite issues with Lion, we had to switch to SMB to get any work done.
    Any help would be great.

    Support - Smith Micro

  • Issue with 10g Server Name in HTTPServletRequest

    Hi,
    We found an issue 10g (Sol8). When we intercept the HTTP request through a J2EE Filter, we see that :
    Server name : hostname
    HOST header : hostname.domainname:port
    Why is the Server Name not same as "hostname.domainname" ?
    In 9iAS, the "Server Name" correctly matches the fully qualified hostname that is present in HOST header.
    Any feedback on this issue will be greatly appreciated.
    Thanks,
    Krishnendu

    You have to create a workbook to do this.
    Refresh your query/report. In Bex analyser, there is one toolbar named BEx design toolbox, If you are not able to see it in analyser, right click on the toolbar space of BEx analyser and click on BEx design toolbox. Here, goto to design mode, by clicking on a sysbol like 'A'. after that place the curser where you want to see the Query description. and click on insert text (T) in BEx toolbox. click on it and check "Query description" in constant tab. in the general tab you need to assign a dataprovider, for that assign your query name in workbook settings (in Bex design toolbox). also check the "display caption" in general tab.
    Pravender

  • Having recent connectivity issues with AirPlay, it won't connect with Apple devices when promptedi have had no problems with AirPlay from my tablet until recently. I bring up the AirPlay button on my tablet, ipad 3, and I see the AirPlay button. I pl

    i recently have been problem with my AppleTV. I select the AirPlay button on my ipad3 and select AppleTV below my iPad selection. The tablet thinks for a little bit, about 5 seconds, and then gives up, deselecting the AppleTV button and refreshing automatically to display on my tablet. My spouse has the same issue at the same time with her ipad air. All software is up to date and re verified wifi. The AppleTV can still stream from its internal apps. Seems like the only problem is AirPlay.
    any ideas to fix this problem?

    Welcome to the Apple Community.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
    Restart your mobile device.
    If you are still having problems, the following article(s) may help you.
    Troubleshooting AirPlay
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.
    When making adjustments to your network for better optimisation, you may find some of the points mentioned on this page helpful.

  • Migration issues with 10G

    All,
    Am trying to migrate 10gr1 to 10gr2 and also going from 32bit to 64bit red hat linux. It appears that some packages are not migrated correctly. Has anyone gone through this exercise and had similar issues.
    regards
    Alan

    all,
    Found a good note on metalink.
    Note:62290.1
    cheers.

  • Issues with gtk3 (scrollbar won't scroll)

    recently installed the flatstudio theme, and whenever i use the scrollbar it bounces back to the original position after i've scrolled, and if i hold it down it just goes backwards and forwards really fast...tried it with another theme (boje-blue) and it still does the same thing... -.-'
    ...help? ^^

    Welcome to the Forums.
    saustindavis wrote:
    Eventually we took it to a repair place nearby while it was still under Apple Care and they said they weren't able to reproduce the problem, and then charged us like $45.
    An Apple Service center should not charge anything when you have it serviced if you had AppleCare active at the time. I had mine replaced under AppleCare and paid nothing.
    Try these.
    Intel-based Macs: Resetting the System Management Controller (SMC)
    Resetting your Mac's PRAM and NVRAM
    It sounds like you drive has failed and will need to be replaced.

  • Printing issues with 10g

    At a client where their worksheet originally had page items and it printed fine. Now we've removed the page items and it doesn't print.
    Anyone else run into this?
    Help please!!!
    Kris

    Figured it out. Nothing with print if you say to show the title page but you have no title. ;)
    Learn something new everyday....

  • Issues with Shared Variables in Systems Running for Extended Periods of Time

    I am designing a large SCADA system using LabVIEW DSC and cRIOs. My plan is to use shared variables to communicate the majority of the information across my network (much like "tags" in a normal SCADA system).
    I'm wondering if anyone has experienced issues (connection failures, etc...) with shared variables running on systems for months (both real-time and windows based PCs) without the cRIO or PC being restarted/redeploying the variables. What is the stability of the Shared Variable Engine over extended periods of time?
    Thank you for the input.
    --CLD--
    LV 6.1, 8.6.1, 2011 SP1, 2012 SP1

    I have a system with 2 cRIO's each with Ethercat extension chassis.  Each cRIO hosts ~100 NSV's and is running the scan engine at 40 Hz.
    Each cRIO is coupled to a HMI that has front panel control bindings to NSV's hosted on the cRIO as well as a windows hosted mirror library (used for citadel db logging) that is also bound to the cRIO NSV library.  The cRIO's have monay months of contiguous run time without reboot and I closely monitor cpu and memory usage and also rt performance metrics and will log faults if there are any such events.  I also use NSV's for messaging from the HMI to the cRIO for such things as setting zero offset values and deploying configuration parameters.  My overall findings are that the SV engine and the PSP are stable and efficient (especially NSV<->NSV and NSV<->HMI binding)

  • 64-bit Xeon with Win2k3 app won't run

    Hi,
    I've read Technote f760350a regarding Itanium 64-bit
    processors not being supported. Does this apply to the Xeons?
    We are running a Xeon 5160 on W2k3 R2 Std x64. Jrun 4 Updater
    6 appears to install fine. I had it using JRE 1.4.1.03 at first,
    then installed 1.4.2.14. The admin interface comes up fine.
    Needless to say once I install the files for our internal app I get
    the message :
    %1 is not a valid Win32 application.
    When trying to access the default page.
    Is this a misconfiguration thing or is this a 64-bit lack of
    support issue??
    Thanks.

    It is because xCode 3 setting are set to be used with Objective-C 2.0.
    This mean you must have a runtime environement (OS) compatible with that technologie.
    That technologie is new in X.5. So it can only run on X.5 for now.
    So if you use the garbage colector you can't run that app. in system prior to X.5.
    (I think it's default is on)
    Cause when it is on all relese an retain call are ignore by the compiler.
    So It can't work at all without a garbage colector compatile runtime system.
    I don't have xCode 3 and X.5 yet so I can't tell you what setting you got to change.
    But I've read about this new OBJ-C release and I've read about that.
    Luckly someone else on this site will be able help you more.
    But you can check in the xCode documentation on how to make your software backward compatible. That sould get you some usefull info.
    Message was edited by: Vince Burn

  • 10g report won't run in 11g

    Hi,
    I'm trying to migrate some reports from our 10.1.2.0.2 app server to an 11.1.2.0 one. The report I am currently working with compiles and runs fine in 10g Reports Builder, but when I copy it to the new 11g middleware server and try to run it, it gives me the following error:
    REP-1247: Uncompiled program units exist.
    REP-1247: The report contains uncompiled PL/SQL.
    There is no uncompiled PL/SQL in the report (that I can find), however googling this error it appears there could be something else wrong. I have been unable to get Developer 11g working on my workstation and I can't find a script to compile the report on the 11g middleware server. I am using a .RDF report and not a .REP one. Can someone help me troubleshoot this problem?
    Thanks
    Adam

    Hi,
    you can try the following options
    1- Run the report passing RECURSIVE_LOAD=no as parameter and see behavior
    2- To compile all the reports you can use rwconverter and a windows script.
    Example
    @ECHO OFF
    REM WINDOWS COMPILE REPORT
    ::compile_report.bat
    cls
    Echo compiling Report .....
    for %%f IN (*.rdf) do (
    <YOUR ORACLE_HOME>\bin\RWCONVERTER.bat USERID=user/pass@db BATCH=yes STYPE=RDFFILE SOURCE=%%f DTYPE=REPFILE OVERWRITE=NO
    ping 1.1.1.1 -n 1 -w 20000 > nul
    ECHO FINISHED COMPILING
    Hope this helps, Roberto

Maybe you are looking for

  • Webservice Connection error in PI 7.1

    Dear all, I got the following error , when im tring to post the SOAP request. It is SOAP to RFC synchronous scenario . [ HTTP operation 'POST' could not be performed on URL'/XISOAPAdapter/MessageServlet? channel=:servicexxx:CCxxx' due to an error: A

  • How to fix an object in one layer to an object in another layer?

    I have tried to find a soloution to this in the forum, but perhaps my english not being native prevents me from using the correct search terms - so here it is for you to solve Layer one: background with some rocks Layer two: a person standing in fron

  • Automate  Approved Purchase Requsition to  Approved Purchase Order

    Hi all, How can we automate the flow from the Approved Purchase Requisition to Approved PO. What are the basic setups(ASL, SOURCING RULES) needed? To brief it, by Requisition Import process we get approved PURCHASE REQUISITION. In a similar fashion,

  • Air 3.8 -  Installation parse error

    Hi, I'm building an Android app with Adobe Air 3.8. Some users with newer Android devices (e.g. Nexus 4) told me that they got a parse error by trying to install my app. "Parse error. There was a problem parsing the package" Is something wrong with t

  • Rendering issue - explained

    Hi, I have developed a PDF form to collect details from users. the form works as expected. I rendered the file and tried giving some inputs and saving the file. once i hit the save button, i observe the display settings are not working as expected. f