How get ddl of JAVA CLASS? dbms_meta.get_ddl do not work with java_source

hi all,
i can not generate the DDL of java class in 10g r2 as below.
sys@RPTDB > select dbms_metadata.get_ddl('JAVA_SOURCE','BRStatus','HDADMIN') from dual;
ERROR:
ORA-31603: object "BRStatus" of type JAVA_SOURCE not found in schema "HDADMIN"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
ORA-06512: at "SYS.DBMS_METADATA", line 2806
ORA-06512: at "SYS.DBMS_METADATA", line 4333
ORA-06512: at line 1
actually, the object exists.
sys@RPTDB > select object_name,object_type,owner from dba_objects where object_name='BRStatus';
OBJECT_NAME OBJECT_TYPE OWNER
BRStatus JAVA CLASS HDADMIN
thanks for any inputs.

sys@RPTDB > select dbms_metadata.get_ddl('JAVA SOURCE','BRStatus','HDADMIN') from dual;
ERROR:
ORA-31600: invalid input value JAVA SOURCE for parameter OBJECT_TYPE in
function GET_DDL
ORA-06512: at "SYS.DBMS_METADATA", line 2682
ORA-06512: at "SYS.DBMS_METADATA", line 2733
ORA-06512: at "SYS.DBMS_METADATA", line 4333
ORA-06512: at line 1
no rows selected
did you really get right results with JAVA SOURCE? my version is 10g r2

Similar Messages

  • I keep trying to download Photoshop CS3 and a get a 404 error page, does Photoshop CS3 not working with a new Mac operating system?

    I keep trying to download Photoshop CS3 and a get a 404 error page, does Photoshop CS3 not working with a new Mac operating system?

    you must also use a browser that allows cookies.  try a different browser or download from adobe.com
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5.4 (win), 5.4 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Java 1.4.2_04-b05 not working with netscape 7.1

    I am unable to get java to work with netscape 7.1 on Windows XP. I just get the puzzle icon when running the installation test.
    1. I have de-installed and reinstalled java 1.4.2_04-b05 multiple times
    2. Netscape/Plugins directory has npjpi142_04.dll, and npjava(11,12,13,14).dlls
    3. Netscape cache has been cleared. Enable Java is checked under Preferences/Advanced
    4. Java Plug-in Control Panel shows browser Netscape 6 or later checked, use browser settings for proxy
    5. Java does work with my IE 6.0 browser.

    NPOJI610.dll is a very important file for Java Plugin to work with Netscape/Mozilla. So first check whether that file exisits in your system or not. If no, you probably need to reinstall JRE.
    If yes, you can try the following.
    1. Would you be able to open "Java Console" from Netscape's Tools->Web Development?
    2. Also you can try to rename C:\Document And Settings\Username\Application Date\Mozilla directory and then re-launch the browser to see whether it works or not.
    Xiaobin

  • Java Plug-in 1.4 not working with IE5.5

    Hi All,
    I got problem loading a simple java class to IE5 using java plug-in JRE 1.4.0 beta 2.
    The error message is following:
    However, it works fine when I open the html page directly in the browser( i.e. use file:// instead of http://)
    I'm using IE 5.5 sp 2, apache 1.3.14 for win NT 4.0 sp 6.
    The page works for Netscape 4.7, but not for Netscape 6.
    load: class Test.class not found.
    java.lang.ClassNotFoundException: Test.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 11 more

    Hi,
    I saw your posting about the solution to the problem of "class not found" when trying to load a simple applet from the browser. I've got the same exact error:
    Java(TM) Plug-in: Version 1.4.1
    Using JRE version 1.4.1 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator Proxy Configuration: No proxy ----------------------------------------------------
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class HelloApplet.class not found.
    java.lang.ClassNotFoundException: HelloApplet.class      
    at sun.applet.AppletClassLoader.findClass(Unknown Source)      
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)      
    at java.lang.ClassLoader.loadClass(Unknown Source)      
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)      
    at java.lang.ClassLoader.loadClass(Unknown Source)      
    at sun.applet.AppletClassLoader.loadCode(Unknown Source)      
    at sun.applet.AppletPanel.createApplet(Unknown Source)      
    at sun.plugin.AppletViewer.createApplet(Unknown Source)      
    at sun.applet.AppletPanel.runLoader(Unknown Source)      
    at sun.applet.AppletPanel.run(Unknown Source)      
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.      
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)      
    at sun.applet.AppletClassLoader.access$100(Unknown Source)      
    at sun.applet.AppletClassLoader$1.run(Unknown Source)      
    at java.security.AccessController.doPrivileged(Native Method)      
    ... 11 more
    I checked the Proxy settings in the java plugin console, and it says "use browser settings" . I also checked the settings in the browser in "LAN settings" but there is nothing checked (there is no ip address of any proxy server), does that mean we don't use a proxy server? and I should keep on looking for another cause to the problem?
    Thanks in advance
    Cecilia
    ([email protected])

  • Juniper Java Secure Application Manager does not work with Snow Leopard

    Anyone else having issues as well? I'm not using a client - its basically the Java based application manager for VPN connections to work (so I can remote desktop to my work PC).
    Once logged in, it gives a "Restart your browser" error.
    Thanks for your help

    OK - so I got it to work. Here's what I did. Let me know if it works for you:
    I wasn't able to follow the instructions exactly as noted in the original link I posted above.
    The terminal command, specifically wget would not work - there is no wget.
    I manually downloaded the Java 1.5 version, by following the link (just clicked on it). I 'unzipped' it and moved it into the library/frameworks/JavaVM.framework/versions folder.
    So now the 1.5.0 is not an alias (as it is by default in SL), but the older version of Java.
    I then followed the instruction related to changing the order in JAVA PREFERENCES.
    The final stop - and I think this is key, is that I forced Safari to start in 32 bit mode. You can do this by going to Applications, highlighting Safari and hitting CMD-I. Then check the 32 bit option.
    Start Safari, go to the appropriate URL and login. The Java Secure Application Manager should then start as it used to do in Leopard. You should be all set.
    Hope this helps - let me know if someone has questions.

  • How do I get a virtual lab to play,quicktime does not work with this CD,I have quicktime on other computers works fine with this CD. Technician said Cd could

    How  do  I  get  a  virtual lab to  work  on  this  computer.  The  technician  said  the  CD  is  not  compatible. Maybe  corrupt. He  seemed  he  did  not  know
    what  he  was  talking  about. I  asked  him  was  it  any  software  I  could  download  he  said  no.  This  CD  works  fine  on  my  other  computer, no  it  is  not  an  apple  computer. And  I  use  quicktime  on  both  computers. But  on  this  apple  computer  quicktime  does  not  play  this  CD, which  this  type
    of  CD  works  better  with  quicktime. Any  suggestions  on  how  to  solve  this  problem.  This  is  a   new  computer,  I  would  hate  to  think  their  is  nothing  that  can  be  done.

    I  need  step  by step  instructions  on  how  to  get  my  virtual  lab  cd  to  work. The  technician  said  cd  not  compatible  or  is  corrupt.  I  do  not  believe  their  is  nothing  that  can  be  done.  When  I  put  the  cd  in  the  side  slot  nothing  comes  up  on  the  screen.  I  have  tried  several   ways, the  technician  did  not  seem  very  knowledgeable  on  what  to  do. Also  this  cd  plays  fine  on  my  other  computer  which  is  not  an  apple  computer. Is  there  anything  I  can  do  to  correct  this?

  • Java 7 Update 51 is not working with Discoverer

    We are unable to get Discoverer Plus to load with Java 7 Update 51, does anybody know of a fix for this?
    We are on Discoverer Plus Version 11.1.1.6.0
    Thanks

    Hi,
    same issue here. Installed JRE 7u51 on local client and when trying to use Discoverer Plus (11.1.1.7.0) i get the following SecurityException message:
    "Missing required Permission manifest attribute in main jar:
    http://url:port/discoverer/plus_files/disco5i.jarjar"
    I have installed the Jan-2014 CPUs on the server for WebLogic 10.3.6 (patch 17572726) and Discoverer 11.1.1.7.0 (patches 17617649 and 17664563) as i thought Oracle would deliver a new and correctly signed disco5i.jarjar file but the error is still shown.
    Edit: After going through MOS i have found the following notes:
    * Using Java 7 Unable To Launch Discoverer Plus from -or- With Another Java Application Running (Doc ID 1574749.1)
    * Missing Attributes Warning While Launching Discoverer Plus Using Java 7u25+ (Doc ID 1596541.1)
    I then installed the mentioned patches 17303613 and 17295586 (delivers new disco5i.jarjar but only 11.1.1.7.0) on the server and the issue is resolved. At least for Discoverer Plus 11.1.1.7.0.

  • Java JDK 6.0.25 not working with Firefox 4, OK with IE 8.0

    I am not able to run java enabled websites or applets I am currently developing. Any help would be appreciated. I have the latest JDK's and JRE's installed, 6.0.25 on Win 7 32 bit. I have no Ad Blockers and I am running my machine as an Admin. Java applets load perfectly on IE 8.0 and other browsers, the Java cpanel launches as well, and I have enabled Java for both browsers in the cpanel settings.
    In the Advanced Tab of the cpanel, the Enable the next Gen plugin is checked.
    Windows's Path and classpath are defined correctly in the Env Variables.
    Thank you

    I have attached the images where I see the issue.

  • How do I determine which applications I have which will work with OSX Yosemite?

    I am Currently running OSX 10.6.8, and am considering upgrading to OSX Yosemite.  I would like to know how to determine which applications I have which will not work with OSX Yosemite? 

    Click here and check the table.
    (123205)

  • How to call a Java class from another java class ??

    Hi ..... can somebody plz tell me
    How to call a Java Class from another Java Class assuming both in the same Package??
    I want to call the entire Java Class  (not any specific method only........I want all the functionalities of that class)
    Please provide me some slotuions!!
    Waiting for some fast replies!!
    Regards
    Smita Mohanty

    Hi Smita,
    you just need to create an object of that class,thats it. Then you will be able to execute each and every method.
    e.g.
    you have developed A.java and B.java, both are in same package.
    in implementaion of B.java
    class B
                A obj = new A();
                 //to access A's methods
                 A.method();
                // to access A's variable
                //either
               A.variable= value.
               //or
               A.setvariable() or A.getvariable()

  • How to use a java class in difference project under a same workspace!

    Hi, there:
    I have a problem. I want to reuse a java class which is located in another project of the same workspace. I do not know how to set the two project setting or how to import the java class. I deeply appreciate.
    Sheng-He

    include it as a library
    open project settings goto libraries and simply add your class

  • How do I get this beta IOS 7.0.2 JUNK TO WORK with my iPod touch 5???

    How do I get this beta IOS 7.0.2 JUNK TO WORK with my iPod touch 5?? I was prefectly happy with my iPod until I got the notice to upgrade itunes to 11.1 and would you like to upgrade your iPod from IOS 6 to IOS 7. And like an idiot I took the little green pill and pushed the button. Now I can't open iTunes, some apps; like the Lindsey Sterling app, Safari and Disney don't work either (not that I care about the Disney one, but, it's part of the base setup, you'd think "IT" would work!) almost anything with video links will not open, iCloud can't find me. All I get is that annoying white screen. I'M NOT HAPPY! I could have bought a Windows machine for a lot less money and have the same problems!?! (I'll bet Mr. Jobs is spinning like a top right now!)  And I have goggled-- found a few fixes: re-install, restore, etc. found one that stated to get iTunes back to go into the iPods setting by double ckicking the home button go to iTunes app and sign out, then sign in again-- those options didn't work. JEM24

    If you restored to factory settings/new iPod via iTunes (Not via Settings>General>Reset>Erase all Content and Setting) and still have the problem that indicates a hardware problem.
    Make an appointment at the Genius Bar of an Apple store..
      Apple Retail Store - Genius Bar

  • I lost my Iphone and I stored my photos on icloud, how to get those data back? My PC also not working.

    I lost my Iphone and I stored my photos on icloud, how to get those data back? My PC also not working.

    Welcome to the Apple Community Rahul.
    Photos in photo stream...
    You can log into your iCloud account on another computer or device and enable photo stream to see your photos. You should do this as soon as possible because photo stream in the cloud only keeps photos for 30 days and each day you delay, you will lose another days photos.
    Photos in the camera roll...
    If you kept a back up of your device you can use it to restore to a replacement device, this will restore all of the photos in your camera roll and isn't time limited.

  • Tried to download version 4, which replaced old 3.6, but I'm getting a message that version 4 will not work with Mac OS 10 (I have OS 10.4.11). How can I download previous Firefox version?

    Tried to download version 4, which replaced old 3.6, but I'm getting a message that version 4 will not work with Mac OS 10 (I have OS 10.4.11). How can I download previous Firefox version?

    You can download firefox 3.6.16 here: http://www.mozilla.com/en-US/firefox/all-older.html

  • TS1702 How do I get a refund for an app that did not work/deliver well at all?

    How do I get a refund for an app that did not work/deliver well at all?

    You may not get a refund, but you can try contacting itunes support and asking.
    Click Support at the top of the page, then click the link under Contact Apple Support.

Maybe you are looking for

  • Time Machine incomplete backup on new External Hard Drive

    I have a LaCie 2TB firewire external hard drive I bought 2 years ago. I made 3 partitions, one called "Time Machine" for TM backups of my iMac HD, one called "Video" for video files, and one called "HD2" that I used to install new programs and store

  • My Toshiba is stuck on shutting down screen

    I have a Toshiba satellite p55t a5118 with windows 8.1 i7 8gb ram 1tb HDD. My computer is stuck on blue "shutting down" screen. And the keys are not responding. I have tried letting the computer die, there is no place for me to take out the battery,

  • Spectacular Reports in Flex

    Hello, and thank you, collectively, for all the online and community support. Flex is simply awesome! 2 months ago I was doing my first installation and I now have a pretty exciting demo... except for one thing. Reports! Reading post, after post, aft

  • HT201210 I up date my iphone 3G in time on my iphone 3g screen only USB cable photo & itunes name show.Ple. what can i do for restart my iphone.

    When i up date my iphone 3G  in itunes this time on my iphone 3G screen only USB cable & itunes name sceen & my phone in not working ple . send me  what can i do ? thanks.

  • About Fault messages?

    Hi experts, i have a senario where i have to create fault message,What is the use off fault message........To create the fault message sholud i create complete source structrue in data type of fault messsage.....can any one please send doc's and info