Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shmelzer

    can't execute sql command from within jdeveloper

    Check which version of JDBC are you using inside JDeveloper under the project libraries as well as the embedded OC4J settings (under tools). http://forums.oracle.com/forums/forum.jspa?forumID=83
  2. shmelzer

    Integration of JDeveloper 10g with weblogic 8.1

    You can deploy to weblogic from JDeveloper with one click deploy. Check the online help and search for Weblogic.
  3. shmelzer

    JDEVELOPER FORMS

    You are confusing Oracle Forms with JDeveloper - two separate products. Follow the Forms configuration steps as explained in the technical paper on OTN http://otn.oracle.com/formsupgrade
  4. shmelzer

    JDeveloper - Order header and line item

    How about using something to persist your data to the database? Something like toplink for example. http://www.oracle.com/technology/products/ias/toplink/index.html Here is a little tutorial for you: http://www.oracle.com/technology/obe/obe9051jdev/ToplinktoDatabinding/toplinktodatabinding.htm
  5. shmelzer

    This .java code is giving error as stated, kindly help me, thanks

    You need to add the JDBC libraries to your project's class path. See the library node in your project's setting in JDeveloper. http://www.oracle.com/technology/products/jdev/index.html
  6. shmelzer

    UI Editor (newbie question)

    It is probably an issue with the type of layout of your frame. Check the layout property of the Frame in the property inspector in JDeveloper and switch it to be XYLayout. This is not a JDev specific issue but rather a Java Swing issue. Shay. http://otn.oracle.com/products/jdev
  7. shmelzer

    Run with Arguments

    right click on the project to choose project properties and go to the run node where you can add parameters. shay http://otn.oracle.com/products/jdev
  8. shmelzer

    Jdev and Java Script

    Check out JDeveloper 10g preview that you can get from OTN.oracle.com and you can get javascript aware editor as well.
  9. shmelzer

    How does one print from Oracle Forms in a web environment?

    The new WebUtil utility from Oracle will let your Oracle Forms write to the client disk using text_io even when you run on the Web. Check out http://otn.oracle.com/formsupgrade
  10. shmelzer

    Display photo

    Check out the reports discussion forum on http://otn.oracle.com/products/reports Make sure to change the type of the item in your report that is based on the long-raw to an image.
  11. shmelzer

    Given a jsp form can JDeveloper make the Struts Action Form code?

    To learn more about JDeveloper and Struts integration visit OTN. Specifically http://otn.oracle.com/products/jdev Have a look at the toy story demo there.
  12. shmelzer

    Need to translate Oracle forms from English to Japanese --- Need Help

    Check the characterset and NLS_LANG setting of your client and your database and make sure they support Japanese. Http://otn.oracle.com/products/forms
  13. shmelzer

    basic jdeveloper question - how to add a package to jdeveloper 3.2.3

    Isn't it time you upgrade to a newer version. Oracle9i JDeveloper has been around for 2 years now, you should check it out. get it at http://otn.oracle.com/products/jdev Anyway, you need to add the jar file to the project's libraries. right click on the project to access it's properties.
  14. shmelzer

    ANN: OTN Workshop - Oracle teaches you the latest technology for free

    Well, It is hard to do this workshop in every city in the US (and the world :-), so we target bigger cities. One thing to add to your formula is that after such a workshop your rate per hour can be bigger since you know more new technologies. Also the Forms Workshop is only half a day - so no...
  15. shmelzer

    ANN: OTN Workshop - Oracle teaches you the latest technology for free

    ??? I didn't understand this last remark. Both the OTN Workshop and the OTN site are free of charge.
  16. shmelzer

    Anyone ever use Oracle Workflow???

    yes it is very eay. You can interact with it from PL/SQL stored procedures (that you can call from Java with JDBC). Or you can even use it's Java API. Search for more info in http://otn.oracle.com under products-application server- integration
  17. shmelzer

    ANN: Free Oracle Technology Workshops

    Check out the OTN Workshops at http://otn.oracle.com This are free training on Oracle technology coming to a city near you.
  18. shmelzer

    Migrate Forms and Reports to 9i

    For all the information on upgrading Forms check out the OTN Forms Upgrade Ceneter at http://otn.oracle.com/formsupgrade You can also find there a forms migration assistant tool that helps you upgrade 6i to 9i. To migrate to unix you just need to recompile your fmbs on the unix machine.
  19. shmelzer

    help needed in creating sample databases in Oracle

    Check out the reviewer guide for Oracle9i JDeveloper at: http://otn.oracle.com/products/jdev/htdocs/JDev903_ReviewersGuide.zip There is a detailed explanation on setting up the database schema there. More JDeveloper info and a discussion forum at: http://otn.oracle.com/products/jdev/content.html
  20. shmelzer

    ANN: OTN Workshop - Oracle teaches you the latest technology for free

    and there is a lot more info on http://otn.oracle.com the discussion forum there are great.

Part and Inventory Search

Back
Top