How can I change the data stored with JDeveloper Java classes?

Hello!
First of all, I am experienced PL/SQL coder, but I'm quite beginner what comes to Java.
JDeveloper is also a new tool for me and the reason why I am interested, it's the good Java Editor.
With the good Java editor I can create classes and store them in the Oracle database and executing those inside PL/SQL code.

I am currently faced with a minor problem, and I'm not able to find the answer to this:
How can I change/edit/create stored with JDeveloper, Java classes to database (Toad for Oracle can do but it's not good editor Java)?

I can navigate to Java classes with database browser, but I can't change those. Just view and drop it.

[http://users.metropolia.fi/~jokkek/Oracle/jdeveloper.png]


Thanks to all helpers!
ARO
Jokke Heikkila

Published by: user10385021 on 2.6.2009 03:56

JDeveloper is not a direct modification of the classes inside the database. Instead, you must change your java classes locally (including the management of versions, unit tests etc.) and then load them into the database. Load in the datab ase could be done using the Loadjava and the deployment profile stored procedure Java (file-> New-> General-> profiles of deployment-> Loadjava and Java Stored Procedures). I think it's even better let your build tool do the work. An example of task of Ant describing this is shown at http://davidmoten.blogspot.com/2007/11/oracle-loadjava-ant-task.html (I have not tried this, but have used a similar approach in a project)

Trygve

Tags: Java

Similar Questions

  • How can I change the date on photos with the Photosmart A646?

    How can I change the date on my photos when using the Photosmart A646 with Windows 7?

    It says 01/01/70. I explored all the options on the touch screen of the printer as well as the print on the computer properties screen and can't seem to find a way to change the date.

    If you took a picture with the turn date stamp feature then you can not change the stamp.

  • How can I change the date and time on my HP officejet pro

    How can I change the date and time on my HP Officejet pro?

    I'll be gald to help you in this situation.

    What officejet do you have?

    You can go to the settings on the printer screen.

    1. click on Setup

    2. click on Preferences

    3. choose the Date and time

  • How can I change the date on my Officejet 6500E709N

    How can I change the date on my Officejet 6500e 709n

    Hi IKH,.

    Follow the instructions below

    1. press the Setup button on printer

    2. go to 6. Tools and then press ok

    3. press OK on Date & time and then enter date

    4 close ok to enter in time

  • How can I change the data format of the digital display of the digital meter?

    I created a screen that uses digital counters to display data.  Each meter has its visible digital display so that the user can see the level accurately.  I have changed the format of the data from the meter to 2 digits of precision and want to display to have the same format, but there seems to be no way to do it.  The digital display is locked to 6 significant figures, which will be confusing for my users.  I know that this was possible in previous versions of LabVIEW, but was somehow lost to 8.6.1 and 2009.

    I am aware that I could do some "work-arounds" with channels or replacing the digital screens with digital indicators, but it is not acceptable.  How can I change the properties of digital signage?

    Hi AEI_JR,

    on the Properties dialog box, when you set the display format of the counter, you will find a switch to choose between 'Digital' (the default) and "digital display"...

  • How can I change the beige tabs with white text to the text of the tabs beige with black (or another dark color)?

    Classic restoration changed by FF 29 tabs beige with black text on the tab active and beige with white text on other open tabs. The white text is not visible. How can I change the text in white with a darker color?
    If this cannot be done, is there a way to reinstall FF 29 with just the security updates (and not all the other stuff) so that I can keep my 28 FF settings? Thank you.

    1. Open the modules (Ctrl + Shift + A Manager; Mac: Command + shift + A), then the Extensions category.
    2. Beside the classical restaurant theme, click on the Options button.
    3. Click the custom colors tab, then the less than (active/hover/default) tab.
    4. Below (active) tab, check 'Text', then click on the color swatch and choose black.
    5. Click the tab (unread) / new tab.
    6. (Unread) tab, check 'Text', then click on the color swatch and choose black.
  • How can I change the data of the music in iTunes? When I download a CD, a few songs show "track 1" etc. I want to enter data of song and artist for each track?

    How can I change the song and artist data in iTunes?

    Sometimes when I download a CD, the song and the artist show "track 1" etc., rather than names. I would like to add this info myself.

    To add yourself to the information, can help at this link:

    12 iTunes for Windows: change the song and CD information >

  • How can I change the date used to filter the screen heat for a resource map?

    The dates that appear at the top of the heat map of resources are blocked on March 2014 until August 2014. How can I change these dates to see the current and future commitments to my resources?

    HeatMapDates.png

    To change the dates, you will need to save on the registration page and modify the advanced search criteria. These filter dates apply for the following clicks and pages of details when displaying resources.

  • How can I change the date to the Uk style format

    When I get my calendar reminders, it displays the date in the action column in the American style, which is confusing for example something today shows that the 11/05/2013 and not as 05/11/2013.

    If you can't find an extension based on the reminder, the next step would be the options for your calendar site. If it is a popular (e.g., Google calendar), you'll probably find advice on how to change the date format in a web search. If it is a more obscure, you could try their support if the option is not obvious.

  • How can I change the date of 1970 until 2015, because I can't reboot my iphone!

    I can't reboot my iphone, after when I changed the date from 02.12. 2016 to January 1, 1970. How can I restart my iphone? Can I repair my iphone?

    You can read about it in this post:January 1, 1970

    The short answer is that you need to take your device to an Apple Store, as when you set to January 1, 1970, the brick permanently the iPhone.

  • How can I access the data associated with an event within the event handler function?

    Hello

    In my LabWindows code, I try to use a DLL that has been developed in .NET (c#).  I used the built-in labwindows Wizard that converts the DLL to a usable 'instrument'.  Almost everything seems to work, except that I have 1 problem.

    There is an event (defined in the DLL) that I am able to detect.  I know that the reminder of the event is called at the right time.  But the problem is that in this function, I can't access the data that is supposed to be attached to the event.  It worked fine in c#, but I don't know how to do in LabWindows.  Here's what looked like in c# event handler function:

    void AppLoaderEventCallback (CommonLib.CommandResult MyResults)

    {

    MyResults is used in the body of this function

    }

    But in LabWindows, I can't seem to access the MyResults data structure.  Here's what I do:

    public static int CVICALLBACK AppLoaderEventCallback (CommonLib_CommandResult MyResults)

    {

    I can't access MyResults here

    }

    Can you help me with this?  I'm doing something wrong?

    Thank you very much for your help.

    -Mike

    I think that your statement of callback function is perhaps not quite correct. Look using the parameter "callback function" function Panel of the generated __Create function associated with this event. This shows the declaration of the callback function - make sure that your callback function is declared in the same way.

  • How can I change the date on when I pay my Bill?

    I need to change the date when I paid my Adobe Creative Cloud membership. I've done it before, but I don't remember how. Anyone know?

    Hi Jack,

    There is no change in the invoice date of the subscriptions of CC process.

    For more information, you can see the discussion below.

    The date change Creative Cloud subscription is paid

    Hope this will help you.

    Kind regards

    Hervé Khare

  • How can I change the date on my outgoing faxes on my officejet hp 4620?

    I can't seem to access the HP support page to change the settings on my HP Officejet 4620 e all-in-one.  I need to change the date on my Fax of Jan 00 0000 to the correct date.  Am brand new to this machine and I don't know where to go to get this info. Help.

    Hello

    Please follow step eight below in order to set the Date and time:

    http://support.HP.com/us-en/document/c03149951

    Kind regards

    Shlomi

  • How can I change the country associated with my account. I need to make an urgent purchase?

    I need to make a purchase, and I can't do it because I need to change the country associated with my account. What is the best way to do it without re-creating a new account?

    That's the best you can do (with the help of Adobe):

    Change the country associated with your Adobe ID

  • How can I change the date/time data (Sysdate) without changing the date of the BONE

    Hi all

    I have a need to change the sysdate to a database for testing purposes and need to fix the date of database at a date later (e.g., 30/06/2009). I have 2 other instances on the same server in order to change the date of the OS is not an option. I am familiar with the sysdate affecting a fixed value, but doing so changes the date to a constant because I still need time to elapse. I searched the forum and cannot find a way to do it. Any help would be greatly appreciated.

    Thank you

    Like this:
    ALTER SYSTEM SET FIXED_DATE = "."

    Published by: user503699 on May 14, 2009 21:13

Maybe you are looking for