-- Establishing contact with Oracle 8i & JDeveloper Teams

Hi,
We are a tool vendor (Quintessence Systems). We have developed a
generalized, fully automated tool which generates 100% pure Java
classes from stored PL/SQL (Packages, Procedures, Function etc)
objects.
The tool itself, written entirely in Java, parses and tokenizes
PL/SQL objects then rapidly generates 100% pure Java. This
provides existing Oracle customers with the ability to:
- Continue developing in PL/SQL for as long as necessary
transparently gain the benefits of a Java deployment of their
business logic
- Migrate their PL/SQL automatically to Java if required
- Create EJBs from Stored Procedures in conjunction with
JDeveloper and gain the benefits of distributed component based
computing
- Automatically deploy PL/SQL stored procedures in Java in an
Oracle Application Server
We would be very interested in developing close contacts within
your group (at both technical and product manangement levels) as
I believe this technology could become and important Internet,
distributed computing and e-commerce enabler for your customers.
Please advise me who you think would be useful people for us to
contact by email at both a technical and product management
level.
I look forward to your reply. Please email me directly at
[email protected]
Thanks.
Elton Barendse
CEO
Quintessence Systems
null

Hi Gloria,
If you mean, "Will it work?" the answer is yes. Oracle9i JDeveloper should work with either the 8i or 9i versions of the database.
Something in your question (perhaps it was that you mentioned you had a "free" copy of JDeveloper) makes me unsure whether this is what you were asking, however. If your question is "Is it legal?" then it depends on what you want to do with it. You're welcome to play around with JDeveloper and the database all you want; explore its features and evaluate it. However, if you want to deploy an application developed with JDeveloper in a commercial or other production setting, you do need to buy a license.
Hope this helps,
Avrom

Similar Messages

  • Frustrated with DATA TAGS (JDEVELOPER TEAM)

    I have been trying to delete a record from an HTML form using data tags and unfortunately I am unable to make any progress.
    It keeps telling me that I got to use either
    "rowkey" or "rowkeyparam" and when I try to use it, it gives me a jsp exception.
    This is the same case with me when I try to locate a record using the "Find" action.
    So how am I to delete or update a record which is displayed in an HTML form?
    I saw the "howto" on using the "rowkeyparam" but it simply doesn't work as advertised.
    I always end up getting a JSP exception and the end result being I am unable to "UPDATE" OR "DELETE" any record from an HTML form.
    JDeveloper Team, Please advice. Do you have any sample examples of "UPDATING" and "DELETING" a record from an HTML form?
    I am really frustrated!!!!
    null

    To see a quick example of a working UPDATE example simply use the "DataPage" Wizard.
    When you choose the Edit Form generation option from the wizard, it will generate a working example of an "Edit Form"
    JSP app using the Data Tags and a RowKey parameter.
    For more info on the DataPage Wizard see: http://otn.oracle.com/products/jdev/info/jdev/datapage/s000.html
    As for deleting a record, this is also done with the Row tag.
    Instead of
    <jbo:Row id="myrow" datasource="ds" rowkeyparam="MyRowKey" action="Update">
    <jbo:SetAttribute dataitem="*"/>
    </jbo:Row>
    You can use:
    <jbo:Row id="myrow" datasource="ds" rowkeyparam="MyRowKey" action="Delete"></jbo:Row>
    Providing you pass the rowkey value as the Html parameter "MyRowKey"..
    null

  • Cannot establish connection with Oracle database

    Hello
    This is the first time I use BOE server with Crystal Report to execute some tests, and one issue is blocking me now, and I am not even sure if this is the right Forum where I should post it.
    I installed BOE server XI 3.1 SP4 on Linux machine (new installation), and then I uploaded some existing Crystal Report templates that are working fine on another BOE server. Those CR templates have to establish a connection with a remote Oracle database to get the data, and we pass all credentials for this purpose.
    The first time I run my first test I received this error that I could not find anywhere on the web :
    ErrorLog 2011  8 10  7:05:52.505 14215 356 (Administrator:82) (../reporthandler.cpp:12462): CReportHandler::buildReportViewerError: CSResultExceFailed to open the connection." FileName:"../reporthandler.cpp" LineNum:12458 ErrorCode:756 ErrorMsg:"Failed to open the connection.
    {FBAD55EE-BEAF-11E0-BC1C-005056813A72}.rpt" DetailedErrorMsg:""
    I believe that the CR was not able to establish the connection with Oracle, so I install Oracle Client on the same machine (test remote connection ==> pass), I set the ORACLE_HOME variable, and I edit the file <installation_home>/ bobje/java/CRConfig.xml to add the path to ojdbc14.jar, and finnaly restart the tomcat server. However I am still getting the same error message.
    Is there any hint that can help me troubleshooting this issue?
    Thank you

    do the reports use native oracle connectivity or JDBC ?
    what version of Oracle client did you install ?
    was it 32bit or 64bit client ?
    what your LD_LIBRARY_PATH variable set to ?
    what does it say in the CMC when you look at CR report's DB properties ?

  • Servlets with Oracle 9i JDeveloper

    To whom it may concern:
    I am using JDeveloper to create a servlet. Previously, I have tested my code out vvia an application using Oracle 8.1.7
    by adding an extra path to a JDeveloper project. However, when I try using the simple servlet that I built, it wants
    to connect to the database using an Oracle 9i driver. Is there any way I can override the servlet's server to use
    Oracle 8.1.7libraries?
    Thanks for reading this and hopefully giving me an answer.
    Jim Nalbandian
    [email protected]

    It's always advisable to use the latest JDBC driver available. These still connect fine to previous versions of the database.
    However, if you want to use a JDBC driver other than the built-in driver, just go to your Project Properties dialog, click on the "Libraries" tab, create a named library like "Oracle JDBC 8.1.7" and add the JAR/ZIP files to the libraries list of archives.
    Then, make sure that your "Oracle JDBC 8.1.7" library appears in the library list instead of "Oracle JDBC" (which will be the 9.0.2 JDBC driver that JDev9i ships.
    Hopefully when running in the servlet environment this takes precedence over the one that's pre-installed into the OC4J 9.0.2 container.

  • How to establish connection with oracle........

    Hi,
    I'm using ODBC driver and
    I've given
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection cn=DriverManager.getConnection("jdbc:odbc:mydatabase","scott","tiger");
    where mydatabase is the datasource name,scott is the user name,tiger is the password.
    while running I got the error as:
    java.sql.SQLException:[Oracle][ODBC][Ora]ORA-12560:TNS:protocol adaptor error.
    I don't know how to solve this one.
    Should I give the "ServiceName" while creating my datasource name............?????
    Can anyone help me...........
    Thanks in Advance.
    Subha.

    There are a couple of things that you might need to take into account while using the ODBC. Firstly, you need to set up an ODBC connection to the database. Secondly, you need to have the tnsnames.ora to point to the database the connection info.

  • Oracle's JDeveloper 11g IDE

    Has anyone else played around with Oracle's JDeveloper IDE? I just found it today and decided to give it a whirl to see what their software is like. I have to say that it's pretty pathetic. Here's what I noticed in the 10 minutes that I tried to use it:
    1) It's not intuitive at all.
    2) It's uber slow. And it's not my machine. I'm on a pretty beefy lenovo (4GB RAM, Intel dual core 2.16GHz) running Ubuntu. (Speaking of beefy lenovos, my dream machine is shipping tomorrow: Lenovo Thinkpad w500, 8GB RAM, dual core 3.04GHz ... blah blah blah)
    3) The default color scheme just hurts your eyes. It's like that nasty blue default Windows XP theme ... remember that? Everything is a really weird off-colored blue.
    4) Creating a project takes a long time. What kind of project, what technologies would you like to use (you actually have to select java and add it to the "used technologies" list). I found it interesting that one of the listed technologies was: "SOA." <-- WTF?!?! (Methinks Oracle is less technology-oriented and much more business-oriented.)
    5) It tries to be like Eclipse, but fails pretty miserably. (perhaps it's even based on Eclipse - I don't know. I've used NetBeans for most of my development and have only recently (last week or so) played with Eclipse to amount to anything.) My previous experience with eclipse has been bad to fair at best, but JDeveloper - on a scale of 0 to 10, 10 being usable 0 being horrible - would receive a -22.
    6) Did I mention that it's terribly slow? And to compound the issue, you have to go through an eight-step wizard just to start a simple "hello world" Java project. (I only wish that I were kidding.)
    7) Right-clicking on the default package and navigating to the <new> menu, you don't get the options you'd expect. Instead, it's something sort-of like eclipse, but not as robust. They've taken the Microsoft: "I know better than you what you do and don't want to do in this project." I.e., you can't just add an empty java file. You have to go through their add-class/add-interface/add-enum wizard (which also seems to be based (at least partially) on eclipse.)
    8) The interface is really busy and cluttered. It's very difficult to try to focus on something. They have way too much going on. (Yeah, that's likely configurable.) I thought that eclipse was bad, but this is eclipse X 50. Seriously. They have dozens of tabs, status windows, toolbars, toolkits, toolboxes, project and solution explorers, tips and tricks, debuggers, profilers, etc. windows everywhere.
    9) This should perhaps be 8b. Like I said - they have way too much going on. I like a simple, bare-bones IDE. Let me add in the extra shiit when and where I want.
    10) It's sllooooowwwwww NetBeans isn't the quickest tool out there, but I've never been negatively effected by its speed. (And, as I said, I've only recently begun to play with Eclipse and it is by no means slow.)
    When I had initially heard about Oracle buying Sun, I was very pleased. I knew they had a good business reputation, but hadn't heard much about their technology reputation. I had heard some really good things about Oracle DB, so I figured that - in general - they were pretty solid technically. Perhaps they are, but after having played with this piece of junk and having read about the Oracle OpenWhatever conference - where the primary goal was to sell the technically inept business weenies on their products - I'm starting to have some really serious doubts. Companies that throw around meaningless buzzwords to technical people make me sick (and in this case worry me just a tad).
    Anyone else worked with some of Oracle's products (preferably Java products)? Is this feeling in the pit of my stomach justified (or should I not have eaten that bean burrito for lunch)?

    BalusC wrote:
    You want an IDE? You want a free one? Go for Eclipse. You want to pay? Go for IntelliJ IDEA.Not looking for an IDE - I already use NetBeans and am quite please with it. (Also note that I do 0 (as in absolutely none) web development.) I've been tinkering with Eclipse the past few days (I try once every couple of months to see if I can convince myself to like it) and it's catching on a bit more this time than other times. We'll see how it plays out.
    >
    As to Oracle products, I've ever tried JDeveloper a couple of years ago and like Netbeans I threw it away after some minutes of trying. It was in no way better than Eclipse for webdevelopment.From my limited experience, I'd say that eclipse is significantly better.
    I've taken a quick glance at their ADF JSF component library, but I didn't have the feeling that it was any better than the Sun standard implementation.No better, but any worse?
    I've read a lot about Oracle DB server and have at times the chance to play with it. It is certainly a robust database, but I have too often create a friggin trigger or a stored procedure for it while other RDBMS'es have builtin functions for that (autoincrement PK, limit/offset of results, insert-or-update query, etcetera).That's really interesting. I've half a mind to download their free, tinker database just to see what all the fuss is about. I've only really worked with two DB servers: MS SQL Server and MySql, the former being significantly better in my opinion.
    >
    No, I don't like Oracle. It's only their marketing team which is top.The more I look into them and read about their history and see what technical people have to say about their products, the more uneasy I am becoming. I haven't written them off yet, though. What Sun products needed was marketing, which is something that Oracle is very obviously good at. If you can combine the quality of Sun engineering with Oracle's marketing abilities, I think you may very well have an unbeatable combination. The nagging question for me at this point is how much of an influence Oracle is going to have on the technical and engineering aspects of Sun.

  • How to read microsoft exchange contacts in oracle Database

    I would like to integrate our Microsoft exchange contacts with oracle and use in our software. I am searching a proper method to integrate kindly give your suggestions

    Wason Naveen wrote:
    I would like to integrate our Microsoft exchange contacts with oracle and use in our software. I am searching a proper method to integrate kindly give your suggestionsExchange server is also integrated with Active Directory (AD) services? If so, you can use the PL/SQL supplied package DBMS_LDAP to access user details (including e-mail addresses) from Exchange via AD (an option we use in production for handling escalation processes, task assignments and so on, via PL/SQL).
    Another option is so use MAPI (Mail API) if implemented/supported by Exchange. You can define external procedures in PL/SQL. Such an external procedure can be a call to an external DLL - such as mapi.dll. Alternatively, you can roll your own abstraction API for MAPI (or Exchange), implement this as a DLL, and call it from PL/SQL as an external procedure.
    Of course, this option requires your Oracle instance to run on Windows. Whereas the LDAP option does not use proprietary APIs and will work from any platform/server.

  • No communication with Oracle

    Hi Hyperions,
    I got one issue which is not giving any hint to me.I am uisng Oracle-SQL as a database.I imported the dimensional tables and fact table in to Essbase studio .I can see the dimension name anf hierarchies under that in Essbase Studio.But when it deployed in to Essbase i can see only dimension names only and no members under it.It gives me a arror "Failed to Establish connection with Oracle-SQL".So i underastood that Essbase and oracle are not communicating properly.Please suggest me where it is going wrong or any alternate sollution.
    Your suggestion is highly appreciated and helpful.

    To add...
    1) Back up the server.properties file and alter it in the following manner:
    Change the server.essbase.streamingCubeBuilding=true to server.essbase.streamingCubeBuilding=false (use Essbase drivers)
    2) Set the ODBCINST variable to point directly to odbcinst.ini
    3) Then, the BPMS service should be restarted.
    The file is named:
    startBPMS_bpms1_Server.bat on Windows;
    startBPMS_bpms1_Server.sh on UNIX.
    Note: The Essbase Studio Server startup file contains the commands necessary to start Essbase Studio Server. During the configuration process , the EPM System Configurator writes information to the startup file about the computer on which Essbase Studio is installed so that Essbase Studio Server can start properly. Oracle recommends that you do not manually edit the startup file.
    The start up file is installed by default in:
    MIDDLEWARE_HOME/user_projects/epmsystem1BPMS/bpms1/bin
    KosuruS

  • Very slow with Oracle Java

    Hi all,
    I'm using a Java applet for remote computing with my company via vpn.
    It worked fine with Apple Java but since Apple deinstalled the Safari plugin and installing Java 7 from Oracle,
    it's too slow for working!
    Screen changes take so long and the mouse is just jumping.
    Almost no chance to hit anything!
    I'm working with a Mac mini i7 / 8GB  / SSD / Mountain Lion
    Normally, it's a fast system...
    Please help!
    Don't want to work with a Windows computer!!! :-(
    Thanks
    Peter

    Great, that worked!
    It's easy. Just copy the commands and paste it in Terminal as Admin...
    Thank you!
    And as I heard, my company is already in contact with Oracle to solve the issue!
    Until that, I can work with Java 6.

  • Jdeveloper 10g with oracle 10g database

    i am evaluating jdeveloper 10g with the oracle database 10g. i am trying to invoke the oracle databse results in the applet. the applet code has been compiled successfully.but when i am trying to execute the applet the error found is 'no suitable driver'.
    how do i can resolve this problem.

    This is not a sales forum. As I already said you should contact an Oracle sales person which can answer your question. There are possible migration paths which will save you some money (against buying all new licences).
    I don't say that you have to upgrade to 12c. You can develop applications using the older technology using jdev 10g together with OAS 10g and Oracle DB 10g.
    If you want to use newer technology (jsf2.0...) you have to update as these are not available in 10g. The question if you need to update to 11g or 12c (jdev) you have to answer yourself and may ask the salesperson too. 12c is the latest technology and the question is if you need the latest. 11g if the jdev version which is used internally by Oracle and is on the marked quite some time.
    Timo

  • The network adapter could not establish the connection with Oracle

    I installed Oracle in my laptop (windows 2008), and install Hyperion 11.1.2, when I configure Hyperion, it pops up with "the network adapter could not establish the connection with Oracle"?

    Hi,
    This usually means that the connection details you have put in for Oracle are incorrect or Oracle can not be contacted.
    Double check your configuration connection details and make sure you can access Oracle using them details.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 3D Widgets and Contact with Dev Team

    Hi there folks, Top Of The Mornin' from a new member of the iBooks Author community based in Ireland.
    My company has just uploaded an iBook to the store, and are awaiting approval for the various markets.
    When we initially installed iBooks Author, we were very interested in the 3D Widget capabilities as our background is real-time 3D.  Using the tried and tested trial and error approach, we were able to work through some of the issues, right from the basics ( how to get a textured object to appear ), through to more advanced options ( animations, setting up scenes for eye-cam view rather than spin around view, balancing the pivot point for more complex spin-around views ).
    The iBook we uploaded uses 3D widgets extensively ( almost on every page ).  During its creation, we had however a number of crashes with iBooks Author, and we hope to work with the iBook Author team to help get these resolved ( it's most likely that the bugs are there as 3D Widgets are fairly new and haven't been pushed to their limits so far ).
    We also have a number of feature requests for 3D interaction that we have implemented in our own custom 3D interactive scenes ( eg http://www.armaghplanet.com/3d ), that we would like to engage with the team to see if some of them can be introduced to the 3D Widgets in order to help both ourselves and of course any other iBooks author who wishes to use a 3D Widget within their content.
    Regarding getting in contact with the dev team, there doesn't seem to be ( or at least I haven't seen ) a way to directly contact them.  Hopefully there is a forum which the dev team visit and answer questions / chat with iBooks users about requested features etc.  If someone could help point me in the right direction for a contact, I would be very grateful.
    Many thanks in advance to anyone who can offer advice on this...
    Mal

    Mal_CanDo3D wrote:
    Regarding getting in contact with the dev team, there doesn't seem to be ( or at least I haven't seen ) a way to directly contact them.  Hopefully there is a forum which the dev team visit and answer questions / chat with iBooks users about requested features etc.  If someone could help point me in the right direction for a contact, I would be very grateful.
    The only official avenue for contacting developers I know of is to join the Apple Developer Program and submit bug reports and feature requests. I've submitted quite a few bug reports for IBA, and have received fairly timely responses, typically asking for more information, such as memory dumps.
    For anything beyond this, I suspect you will need an inside contact.
    Michi.

  • Using JDeveloper with Oracle 10g Express Edition

    Hi,
    can JDeveloper 11g 11.1.1.4.0 Studio Edition be used to develop applications connection with Oracle 10g Express Edition?
    If not, is there a version downloadable that can?
    TIA

    Yes, it can.
    John

  • Correct version of jdeveloper to use with Oracle App Server 10g 10.1.2.0.2

    Hi,
    I just want to be sure, I am new to JDeveloper and I would just like to verify/ask what correct version of JDeveloper should we use so we could deploy the finished applications on our Oracle Application Server 10g 10.1.2.0.2 without errors?
    Looking at this support matrix: http://www.oracle.com/technology/products/jdev/htdocs/11/as_supportmatrix.html#1013
    I think we can use JDeveloper 10g (10.1.2)?
    I downloaded Jdeveloper 10.1.2 from this link: http://www.oracle.com/technology/software/products/jdev/htdocs/soft10g.html.
    Will this work well with Oracle Application Server 10g 10.1.2.0.2?
    Thank you very much,
    Mickey
    Edited by: [email protected] on Aug 13, 2009 2:20 AM

    Yes, it works well.
    --olaf                                                                                                                                                                                                                                       

  • I want to know whats the release of jdeveloper compatible with  Oracle E-Business Suite 12.1.3

    i want to know whats the release of jdeveloper compatible with  Oracle E-Business Suite 12.1.3

    You can find this information on the Oracle Support site. It is the article with the ID 416708.1

Maybe you are looking for

  • Photoshop improvements. Disappointment at Adobe.

    Hi! All you know about recent Adobe decision to move to CC bussiness model. "Do less, charge more", good implementation of this principle. Before I was Adobe fan and I sincerely wanted to help them improve their products, I thought they want too. I c

  • Help needed in configuring ADS

    Hi I finished installing the Adobe Documeny service (of NW2004s) in a 32 bit win 2003 server with both Java+ABAP stack. As described in the ADS Configring Guide, I wanted to check Basic Authentication and when I try the link http://<Servername>:50100

  • UCM Server libraries and application failed during startup

    When i am going to start UCM_Server managed server (a instance of UCM) from Administrative Console, server started but application startup failed. Similarly, when i start this server using startManagedWebLogic startup script, server as well as applic

  • Adapter up and down

    Hi, I have one cluster of two nodes, with Netware 6.5 SP1 and eDirectory 8.7.3 installed. In one of the nodes it continuously appears this message: 23/02/2006 9:25:16 : CE1000-6.90-0 Severity = 0 Locus = 4 Class = 5 ID = 0x1070000 CE1000-NW-000-Adapt

  • How do I check to see WHAT'S using up the most storage.

    I have a 500gb Drive but only 11 free.  Wanted the best way to see what's using up space.  I can randomly hit command I on folders and check that way, but was wondering if there was a way to see a document or spreadsheet, or pie chart of everything t