Loadjava doesn't have desired effect

I am deploying an application tp Oracle 8.1.7 database on a Windows 2000 PC . The app makes use of the OracleXMLQuery class which is provided in xsu12.jar (I am using java1.22).
When deploying I get a resolve error stating that oracle/xml/sql/query/... is not found. When I query all_objects table I don't see any oracle/xml/sql/query classes at all. I do however see them from jdev's database browser???
I have run
"loadjava -f -r -u sys/password -g PUBLIC xsu12.jar" and could see the output stating that classes were being created. However when I go back and do a select:
select status, owner, object_name from all_objects where object_type='JAVA CLASS' and object_name like 'oracle/xml/sql%'
I see absolutely none of my files - any ideas?

Colin,
You may have a bad jvm install on your 817 dataserver.
SELECTcount(*)
FROM dba_objects
WHERE object_type LIKE '%JAVA%'
<< should return approx. 10k object count>>
SELECT dbms_java.longname(name)
FROM sys.obj$
WHERE type# = 29 andstatus != 1
should be 0 ...
If not..suggest you file an iTAR with OSS
regards,
Steve
Oracle Sr. Tech Analyst

Similar Messages

  • My thread is ceated but doesn't have desired effect. Help?

    Basically I have a jDesktopPane wiith many jInternalFrames. I need each one to be its own thread so if one locks up the whole program doesn't crash. Right now it all works fine, but if you run a method on a huge file in a jInternalFrame it'll lock the whole program up. Using netbeans I can tell that I am indeed creating a thread. I think. ok here's some code- (yes I know its not the simple, compilable, blah blah blah thing. Its 12 java files, I'm not making an example program)
    getCurFrame();
    new Thread(SimpleJavaEditor.ifArr[SimpleJavaEditor.curFrame]=new NewJInternalFrame(SimpleJavaEditor.curFrame,jFileChooser1.getSelectedFile())).start();
    SimpleJavaEditor.jDesktopPane1.add(SimpleJavaEditor.ifArr[SimpleJavaEditor.curFrame]);
    public class NewJInternalFrame extends javax.swing.JInternalFrame implements Runnable, InternalFrameListener, ActionListener, KeyListener, MouseListener {
        @Override
        public void run() {
            initComponents();
            requestFocus();
            jTextPane1.getDocument().addUndoableEditListener(
            new UndoableEditListener() {
              public void undoableEditHappened(UndoableEditEvent e) {
                if(e.getEdit().isSignificant()){
                    undoManager.addEdit(e.getEdit());
            jScrollPane1.getVerticalScrollBar().addAdjustmentListener(new java.awt.event.AdjustmentListener() {
                public void adjustmentValueChanged(AdjustmentEvent e) {
                    if(jScrollPane1.getVerticalScrollBar().getValue()<=jScrollPane2.getVerticalScrollBar().getValue()){
                       jScrollPane2.getVerticalScrollBar().setValue(jScrollPane1.getVerticalScrollBar().getValue());
                    }else{
                       jScrollPane2.getVerticalScrollBar().setValue(jScrollPane2.getVerticalScrollBar().getMaximum());
            jScrollPane2.getVerticalScrollBar().addAdjustmentListener(new java.awt.event.AdjustmentListener() {
                public void adjustmentValueChanged(AdjustmentEvent e) {
                    if(jScrollPane2.getVerticalScrollBar().getValue()<=jScrollPane1.getVerticalScrollBar().getValue()){
                       jScrollPane1.getVerticalScrollBar().setValue(jScrollPane2.getVerticalScrollBar().getValue());
                    }else{
                       jScrollPane1.getVerticalScrollBar().setValue(jScrollPane1.getVerticalScrollBar().getMaximum());
            FontMetrics fm = jTextPane1.getFontMetrics(jTextPane1.getFont());
            int charWidth = fm.charWidth( 'w' );
            int tabWidth = charWidth * 3;
            TabStop[] tabs = new TabStop[10];
            for (int j=0;j<tabs.length;j++){
                int tab = j + 1;
                tabs[j] = new TabStop(tab*tabWidth);
            TabSet tabSet = new TabSet(tabs);
            SimpleAttributeSet attributes = new SimpleAttributeSet();
            StyleConstants.setTabSet(attributes, tabSet);
            int length = jTextPane1.getDocument().getLength();
            jTextPane1.getStyledDocument().setParagraphAttributes(0, length, attributes, true);
            length = jTextPane2.getDocument().getLength();
            jTextPane2.getStyledDocument().setParagraphAttributes(0, length, attributes, true);
            keyWord();       
        public NewJInternalFrame(int Frame,File fileA) {
            frame=Frame;
            file=fileA;
        }I think that should be enough. Ask if you need more code.
    Thanks
    Edited by: ghostbust555 on Dec 23, 2009 12:57 PM

    ghostbust555 wrote:
    ok here's some code- (yes I know its not the simple, compilable, blah blah blah thing. Its 12 java files, I'm not making an example program)That's your prerogative, but you have to note that we won't put a shred more effort into fixing your problem than you do. And since you aren't making the effort to make an example program, we probably won't go to much effort to help.
    That said, I didn't read your code since it wasn't simple or compilable, but it sounds like you need to do your logic on a separate thread. Try looking at SwingWorker.

  • How come the "do not dispose" option in photoshop doesn't have any effect on my stopmotion animations when I import them in After Effects?

    Hi,
    i'm trying to create an animation in photoshop. It's a sort of spiral shape that appears bit by bit.
    I'm drawing different frames, but each frame is build onto the previous frame. So i don't have to redraw to part that came before the new part:
    So first i drew all the different frames (yes they have transparent backgrounds). Then I selected all layers and went to window > animation.Here I made frames from all the layers and converted it to a frame animation. here I selected all frames and selected " do not dispose" because I want all the previous frames to stay visible when a new frame appears.
    Then  I did export >render video
    file options:
    image sequence: photoshop
    range: all frames
    render opt: straight
    frame rate: 20fps
    Now I get all the different layers as PSD files. After this I imported the files in after effects:
    file>import >multiple files 
    import as: footage, photoshop sequence, merged layers
    this gives me a single animated file with all the frames behind each other. But the "do not dispose" option has no effect here. I just shows all the different frames, but it disposes all previous frames. Instead of this as a final frame:
    I get this:
    Can someone help me with this? I'm kinda new to animation.

    An image sequence is an image sequence is an image sequence. AE does not care for specifics of PS' internal animation system and that is that. I'm also not clear why you choose to import as multiple files. A simple image sequence surely would do the trick?!
    Mylenium

  • Sudo ip link set enp0s8 down - doesn't have any effect [SOLVED]

    ip link show dev enp0s8
    2: enp0s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 00:1a:4d:84:91:b9 brd ff:ff:ff:ff:ff:ff
    - all working well, but
    sudo ip link set enp0s8 down
    or
    sudo ip link set dev enp0s8 down
    - has no effect on the device - it stays UP.  This is contrary to the guidance in Network configuration, and elsewhere. So I have to resort to unplugging the Cat5 cable from the back of my box.  Any idea how to get this working normally?
    Last edited by ttoirrah (2015-05-12 06:27:50)

    I discovered the obstacle (duh): I'd been using ifplugd to manage my Cat5 connection:
    systemctl enable [email protected]
    I can shut it down with:
    systemctl stop [email protected]
    <enter my user password in the pop-up Authentication window>
    - then ip link set works as normal.

  • Network Link Conditioner installed successfully but doesn't have an effect

    Hi community,
    i installed Network Link Conditioner while Mountain Lion has been Beta.
    I see the Network Link Conditioner Pane in my Preferences but if i turn on the effect with the toggle nothing happens. I setup a no connectivity profile to test it and Safari, my own application i want test and the iPhone simulator as well are able to open web pages.
    It seems, that the version i had installed has no effect on the network stack?
    However, i downloaded the latest version but im unable to uninstall the Network Link Conditioner.
    If you have any suggestions i would be happy to know them.
    I don't want to reinstall my system just for setting up Network Link Conditioner but i really need it for testing purposes.

    I had the same problem but it was my mistake that I downloaded the "Network LInk Conditioner" of Mountain Lion where as i am usling Lion OSX . Actually in https://developer.apple.com/downloads/index.action , there are two links for download and there is specified the OS also . I checked and download again for Lion and it isworking fine .

  • My iphone 3gs will not turn on. it keeps saying to plug into itunes but this doesn't have any effect. help please

    my iphone keeps shuting down and now refuses to turn back on, it comes up with the message to plug into itunes but this doesnt help?! i dont know what i should do? is it beyond repair help please

    JasmineHill1 wrote:
    my iphone keeps shuting down and now refuses to turn back on, it comes up with the message to plug into itunes ...
    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...
    But... if the Device has been Modified... this will Not necessarily work.

  • Setting mediaplayer.autoPlay doesn't seem to have any effect

    Hi,
    As topic says, setting the autoPlay property on MediaPlayer to false doesn't seem to have any effect on the VideoElement.
    The MediaPlayer always auto play when assigning it a new VideoElement. I'm using OSMF 1.5
    Thanks

    Hi,
    It looks ok. Can you provide the code for createVideoElement as well?
    This is the snipet that works for me:
    var resource:URLResource = new URLResource("http://mediapm.edgesuite.net/strobe/content/test/AFaerysTale_sylviaApostol_640_500_short.f lv");
    // Create the MediaElement and add it to our container class.
    var videoElement:VideoElement =  new VideoElement(resource);
    container.addMediaElement(videoElement);
    var mediaPlayer:MediaPlayer = new MediaPlayer();
    mediaPlayer.autoPlay = false;
    mediaPlayer.media = videoElement;
    Gelu

  • My After effects doesn't have the CC Cylinder Effect!

    My After effects doesn't have the CC Cylinder Effect!??
    I installed it and I watched a tutorial, but my AE doesn't have the CC Cylinder addon/plugin! Why?
    Can anyone help?

    Are you on a Mac? Perhaps one more case of PPC vs. intel and the plugins not showing up due to the wrong versions being installed? Or some odd setting with Rosetta? Not sure, that stuff surprisingly always works for me even though I'm still not the most astude Mac user on the planet...
    Mylenium

  • If my iphone, ipad, MAC and macbook pro are all linked, and then I upgrade only my phone to iOS 7.0, does that have an effect on my calendar, etc.  It doesn't seem to be showing the same data it was before the update.  Lost lot of info from calendar.

    If my iphone, ipad, MAC and macbook pro are all linked, and then I upgrade only my ipone to IOS 7.0, does that have an effect on the linking to my other MAC products.  It seems my calendar has lost a lot of information since the upgrade.

    If you purchased Lion for your iMac, just log into the Mac App Store from your MacBook using the Apple ID under which you purchased Lion and go to the Purchases page. You will be able to download and install Lion there. 
    searching the internet i found a link to upgrtade to 10.7
    The only place you get get Lion is from the Mac App Store. If you found some other site, that was an illegal copy and almost certainly tied to someone else's Apple ID and hence unusable by you. If the link was just to the Mac App Store, see above.
    As to the problem with synchronization to iCloud, that's not a 10.6 question, so I'd suggest you take up that specific issue in either the Lion or iCloud forums, providing full details, and someone there can probably help you sort things out.
    Regards.

  • Calendar Display Attributes have no effect

    Application Express 3.0.1.00.08
    I am having problems with the following attributes:
    Begin at Start of Interval
    Item Containing Start Date
    Item Containing End Date
    This is how you can reproduce my problems:
    Create page -> New page -> Calendar -> SQL Calendar-> "Calendar test page" -> SQL Query ( just to simulate whole month of activity ):
    select to_char(date_col, 'Day') char_col, date_col date_col
    from (SELECT trunc(sysdate, 'mm') + LEVEL - 1 as date_col
    FROM DUAL
    CONNECT BY LEVEL <= to_char(last_day(sysdate), 'dd'))
    ... next next next
    then I go to Calendar Attributes and uncheck "Begin at Start of Interval"
    But "Monthly" Calendar view does not change a bit ( it should not start at the begining of this month ). I also tried creating two hidden items and put their names into "Item Containing Start Date" and "Item Containing End Date" fields; and assigning them different values spanning from couple of days to couple of months. It does not have any effect.
    What am I doing wrong ? Can anyone reproduce this ? Did that ever worked ?
    Any help would be appreciated.
    Regards,
    Matjaz

    It doesn't seem to work for me neither...
    Not as explained here: http://download-uk.oracle.com/docs/cd/B25329_01/doc/appdev.102/b25309/bldapp.htm#CEGIGEJI
    I also found an error in the help for the "Item Containing End Date". There's stated that the date format should be YYYMMDD... I suppose that's YYYYMMDD (like in the online doc)
    I didn't see that before... bizar.
    Dimitri
    -- http://dgielis.blogspot.com

  • How to "enter" a text field on a website that doesn't have an enter button?

    Hi All,
    I wanted to know I can press "enter" in a text field on a website that doesn't have an enter button.
    I have used the following to help me code (i.e. login, enter values into fields).
    https://decibel.ni.com/content/docs/DOC-25396
    The above link helps but there isn't a submit on the website I am trying to access or in the code.
    What has worked for me, but isn't the best solution, is to simulate a mouse click on the desired field, after text entry, then simulate the keyboard "pressing enter".  The problem with this is the mouse click depends on the position of the labview front panel. The code runs in the background and is also a subvi.
    thanks in advance,
    Jose

    Just a question/idea - but can you not just POST the data to the web server directly? Take a look at the HTML of the page and see if you can find the <form action="<THE URL TO POST TO>"> and then find all of the names of the form fields and send them along with the values via the HTTP Client POST VI.
    It sounded to me like you are trying to push data into a web server so it shouldn't be necessary to render the page and fill out the fields on the rendered page if you can bypass all that and just submit the data and get the response.
    If the form data is sent asynchronously (using AJAX), then you might need to delve a little into the site's javascript to find the POST URL and field names.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • Embedding code behind a site created in muse to trigger a desired effect

    I built another great site using Muse but the client wants to use a third party processing application that requires I:
    1.) embed script (not a url) in the body section of the html (not the head),
    Instead of placing the code in the <body><body> section (which I do not know how to access in muse), I tried placing the code in the head section available via the "Page Properties" metadata field -- and it does work. However. now I need to create a custom button to trigger this effect.
    2.) I want to use a custom button but the client wants the button to blink between to colors. The third party vendor provided a code that would trigger the action of the first code but I need to find a way to make this all work.
    First, I created the blinking effect by using a blank slideshow and placed a .png version of a button I created in ai in the fist position followed by a button also created in .png with the alternate color on top. I Then set the "Fade" speed to the minimum of .06 seconds. This method did provide the desired effect, but now how do I make it clickable?
    I tried using the "Rectangle Tool" to place an empty, sans stroke div over the blinking button that I created with the idea that I would copy the designated action code into the html by way of the "Object" > "Insert HTML" but instead of placing the code behind the empty rectangle div, it creates it's own link with a "?" mark image. As a test I placed the unwanted "?" on top of the blinking button and previewed the page in the browser and it works causing the intended trigger effect when clicked. Also note that placing the element over the rotating slideshow did not obstruct the blinking effect.
    The only problem is that I don't want to show this "?" that the "Insert HTML" path created, I need to show the blinking "Order Now" button that the client asked for.
    Can anyone help?

    Hi,
    take a look o this thread, Can I use a php script in muse?
    if you still have any question, please let us know

  • Storing sercurity certifications exceptions doesn't have option to accept exceptions.

    On websites with a security certificate in a different name than the domain name it shows the certificate and I can view it but it doesnt give me the option to store an exception. What has to be done to store an exception. I have the feeling it also messed up the security certificates in thunderbird
    I am on version 9.0.1.

    You can remove all data stored in Firefox from a specific domain via "Forget About This Site" in the right-click context menu of an history entry ("History > Show All History" or "View > Sidebar > History") or via the about:permissions page.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make sure to backup this data or make a note.
    You can't recover from this 'forget' unless you have a backup of the involved files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.
    Also make sure that your security software isn't causing problems.

  • My MBP doesn't have com.apple.PhotoBooth.plist

    My Photobooth is acting up. It's a bit blurry looking. If I open iChat and look ath the webcam from there, it looks great.

    sherrrrilyn wrote: ... My MBP doesn't have com.apple.PhotoBooth.plist
    If there is no PhotoBooth.plist currently in your User / Library / Preferences folder, quit Photo Booth (if it is open) and re-launch it.  A new PhotoBooth.plist will be created automatically by the Photo Booth app unless your software is damaged or has been modified somehow.
    If you do not already know, the Library Folder is hidden OS X Lion. Use the <option> Key and the Finder > Go menu command to access the hidden folder as instructed here: http://support.apple.com/kb/PH4567
    sherrrrilyn wrote:
    My Photobooth is acting up. It's a bit blurry looking... iChat ... looks great.
    (1)  Be sure you are testing Photo Booth in bright light.  Using brighter light for iChat
          might make its pictures look better than Photo Booth.
    (2) If more light does not help, be sure you haven't applied a Photo Booth effect
         that is causing the blur.
    Launch Photo Booth, click the "Effects" button, and then click the center ("Normal") choice before you take a new test picture.
    (3) If your Photo Booth test picture is still blurry, you may need to
         repair your Photo Booth app.
    Use your Mac's Disk Utility to repair permissions and then download and apply the latest Lion Combo Update: http://support.apple.com/kb/DL1524
    Repair permissions again immediately following the system restart that completes the Combo update.
    Properly applying the Combo version of updates can sometimes correct software problems.
    (4) If properly applying the latest available Combo Update doesn't fix Photo Booth,
         reinstall OS X.
    Reinstalling Lion will reinstall all its component apps, including Photo Booth.  If you need help reinstalling, see this article: http://support.apple.com/kb/PH3878
    Message was edited by: EZ Jim
    Mac OSX 10.7.4

  • Bulk size seems to have no effect

    Hi folks,
    Any idea why bulk size setting of a mapping seems not to have any effect?
    My settings are as adviced in the documentation:
    Bulk size: 1000 (default)
    Default Operating Mode: Row based
    Bulk processing code: selected
    Source database (remote) Oracle 8.1
    Target database & OWB database 10gR2
    Nevertheless when I execute a mapping TOAD doesn't show me any row count until the whole table has been loaded. As I've understood the load should be done in parts of 1000 rows, right? Could it be that a database setting prevents bulk size parameter to work like it should?
    Thanks,
    Ilmari

    Hi there,
    the script generated contained the elements you mentioned David, thanks.
    I was trying to commit every 1000 rows and to process approximately 10M rows.
    Wasn't able to solve it, it still doesn't commit in the meantime. However, probably some database parameters were changed and it doesn't end in an error. So not solved, but somehow got past it. Not ideal, but works.
    BR,
    Ilmari

Maybe you are looking for

  • User Exit for Company Code verification

    Helo All. I have to add a validation that Company code of the sales organisation should be same as company code of the plant from where the product is sourced. Is there any User Exit for this? Thanks in advance.

  • HOSTS file does not retain changes between boots

    I make a number of changes to my HOSTS file for various reasons. Lately, though, I've noticed that attempts to alter the HOSTS file are reverted automatically for some reason. I modify my HOSTS file by using the command at the terminal: sudo nano /pr

  • Subscribe to other views apart from wd_this

    Hi How would I subscribe to another view to the one I'm currently coding in? I wish to subscribe to an event in one view but have the action that is triggered in another event. Is this possible and if so recommended? Cheers Ian

  • 9300i sending mesages through PC suite

    HI Has anyone tried to sync or send messages through the PC suing PC Suite for 9300i , my device shows sending failed. Both PC suite and device firmware are the latest.

  • Flash media encoder 3.1

    Hello, I am trying to stream my xbox 360 gameplay through justin.tv. I am having major problems with this, the first problem is when i use the flash media encoder 3.1 The software that I am using is - Totalmedia extreme VHScrCap Flash media encoder 3