Catch 22: Learning JDeveloper without a db (tutorial requires connection)

I'm trying to build a database model, to use with XE, to create a web-based application with Apex.
I'm on a Mac. I do not have a windows partition so I cannot run XE. I've ordered a windows based laptop but won't have it for several weeks.
Since I don't have a database on my computer to connect to, I cannot use SQL*Developer.
So, someone suggested I use JDeveloper, to create my tables and database model - on my mac. Fine. After several days, I figured out how to get it running, and I'm trying to go thru the Tutorials.
Particularly, the one titled: Database Development with JDeveloper seemed appropriate.
However, the tutorial requires that I've installed the Oracle Fusion schema, FOD Fusion Order Demo Schema. And, of course, the FOD schema requires - you guessed it - access to an Oracle database!!!
Is there a tutorial around for learning JDeveloper that does NOT required being connected to a database????
Thank you
Marion

Hi,
1 way would be to use a placeholder data control. You can create a placeholder data control, with the same structure of your original table, feed in the data, and use it temporarily. However, this has certain limitation (not many data types, manual data entry etc).
-Arun

Similar Messages

  • Having problem in learning JDeveloper base on the tutorial

    Hi,
    I would say I'm new to J2EE and JDeveloper is the first IDE tool that I'm intend to use. I like the tutorial (http://www.oracle.com/technology/obe/obe11jdev/11/ejb/ejb.html) very much as it is easy to understand. I follow the tutorial steps by steps(Note: I create my own schema and tables instead of installing the schema as in the tutorial) and I found that my JDeveloper interfaces are different with the sample in the tutorial. The version that I downloaded is exacly JDeveloper 11g (Preview 2). Is the version different?
    When I trying to run HRFacadeClient I encounter errors.
    I wish that I can attach document as I have done screenshot of the interfaces. Pls advise how should I further explain my problem? I really need help in order for me to conitnue my learning.
    Wen Xi

    Hi,
    First, really thanks, now I can follow the tutorial with the exact sample interface.
    Before I paste my error, first I wish to say that instead of using thr HR Schema that as stated in the tutortial, I use my own schema (wenxi) with two new tables, there are Employee & Department.
    After that I just follow the tutorial steps by steps, I have no problem in compiling the classes. I encounter problem when run the HRFacadeClient. Below is my error message. For tracing, I did try to
    comment out the for loop corresponding to the queryEmployeeFindAll() method, FAILED. After that I tried to comment out the for loop corresponding to the hRFacade.queryEmployeesFindByName() method and so on. But all FAILED. Below is the message that display after I have commented out hRFacade.queryEmployeesFindByName() & queryEmployeeFindAll() methods.
    [EclipseLink/JPA Client] Adding Java options: -javaagent:D:\JDeveloper\Middleware\jdeveloper\modules\oracle.toplink_11.1.1\eclipselink.jar
    D:\JDeveloper\Middleware\jdk160_05\bin\javaw.exe -client -classpath C:\JDeveloper\mywork\HR_EJB_JPA_App\.adf;C:\JDeveloper\mywork\HR_EJB_JPA_App\EJBModel\classes;D:\JDeveloper\Middleware\jdeveloper\modules\oracle.toplink_11.1.1\toplink.jar;D:\JDeveloper\Middleware\jdeveloper\modules\oracle.toplink_11.1.1\antlr.jar;D:\JDeveloper\Middleware\modules\com.bea.core.antlr.runtime_2.7.7.jar;D:\JDeveloper\Middleware\modules\javax.persistence_1.0.0.0_1-0.jar;D:\JDeveloper\Middleware\jdeveloper\modules\oracle.toplink_11.1.1\eclipselink.jar;D:\JDeveloper\Middleware\jdeveloper\modules\oracle.xdk_11.1.1\xmlparserv2.jar;D:\JDeveloper\Middleware\jdeveloper\modules\oracle.xdk_11.1.1\xml.jar;D:\JDeveloper\Middleware\modules\javax.jsf_1.2.0.0.jar;D:\JDeveloper\Middleware\modules\javax.ejb_3.0.1.jar;D:\JDeveloper\Middleware\modules\javax.enterprise.deploy_1.2.jar;D:\JDeveloper\Middleware\modules\javax.interceptor_1.0.jar;D:\JDeveloper\Middleware\modules\javax.jms_1.1.1.jar;D:\JDeveloper\Middleware\modules\javax.jsp_1.1.0.0_2-1.jar;D:\JDeveloper\Middleware\modules\javax.jws_2.0.jar;D:\JDeveloper\Middleware\modules\javax.activation_1.1.0.0_1-1.jar;D:\JDeveloper\Middleware\modules\javax.mail_1.1.0.0_1-1.jar;D:\JDeveloper\Middleware\modules\javax.xml.soap_1.3.1.0.jar;D:\JDeveloper\Middleware\modules\javax.xml.rpc_1.2.1.jar;D:\JDeveloper\Middleware\modules\javax.xml.ws_2.1.1.jar;D:\JDeveloper\Middleware\modules\javax.management.j2ee_1.0.jar;D:\JDeveloper\Middleware\modules\javax.resource_1.5.1.jar;D:\JDeveloper\Middleware\modules\javax.servlet_1.0.0.0_2-5.jar;D:\JDeveloper\Middleware\modules\javax.transaction_1.0.0.0_1-1.jar;D:\JDeveloper\Middleware\modules\javax.xml.stream_1.1.1.0.jar;D:\JDeveloper\Middleware\modules\javax.security.jacc_1.0.0.0_1-1.jar;D:\JDeveloper\Middleware\modules\javax.xml.registry_1.0.0.0_1-0.jar;D:\JDeveloper\Middleware\wlserver_10.3\server\lib\weblogic.jar -javaagent:D:\JDeveloper\Middleware\jdeveloper\modules\oracle.toplink_11.1.1\eclipselink.jar oracle.HRFacadeClient
    javax.ejb.EJBException: EJB Exception: ; nested exception is:
         java.lang.IllegalArgumentException: NamedQuery of name: Department.findAll not found.
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.unwrapRemoteException(RemoteBusinessIntfProxy.java:105)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:87)
         at $Proxy8.queryDepartmentFindAll(Unknown Source)
         at oracle.HRFacadeClient.main(HRFacadeClient.java:25)
    Caused by: java.lang.IllegalArgumentException: NamedQuery of name: Department.findAll not found.
         at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getDatabaseQuery(EJBQueryImpl.java:454)
         at org.eclipse.persistence.internal.jpa.EJBQueryImpl.setAsSQLReadQuery(EJBQueryImpl.java:117)
         at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getResultList(EJBQueryImpl.java:503)
         at oracle.HRFacadeBean.queryDepartmentFindAll(HRFacadeBean.java:43)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:126)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:114)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:15)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:30)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:126)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:114)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
         at $Proxy76.queryDepartmentFindAll(Unknown Source)
         at oracle.HRFacade_mg5i94_HRFacadeImpl.queryDepartmentFindAll(HRFacade_mg5i94_HRFacadeImpl.java:143)
         at oracle.HRFacade_mg5i94_HRFacadeImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Process exited with exit code 0.
    Please advise.
    Wen Xi

  • How necessary is for an ORACLE developer to learn JDeveloper

    How necessary is for an ORACLE designer/developer to learn
    JDeveloper/SQLJ/JAVA to develope an enterprise level internet
    application?
    null

    Asad Iqbal (guest) wrote:
    : How necessary is for an ORACLE designer/developer to learn
    : JDeveloper/SQLJ/JAVA to develope an enterprise level internet
    : application?
    As you know, the business and programming community has
    adopted Java in an unprecedented manner.
    Java will be the lifeblood in the infrastructure of many
    future (enterprise level) applications and future platforms.
    So, I believe it is vital to understand Java!
    To develop an enterprise level application without Java,
    would be a difficult propositio to sell!
    Ofcourse, significant technical expertise in
    Designer and Developer, PL/SQL, etc
    will continue to be valued for many years to come.
    But this is just my personal opinion.
    null

  • Do you recommend me "Learning Oracle 11g Training DVD - Tutorial Video"?

    Hi
    I found on Amazon "Learning Oracle 11g Training DVD - Tutorial Video by InfiniteSkills". Is it worth it? There are no Amazon reviews :-(
    Do you use other video training? What do you recommend me?

    I don't know if the video is any good, but Lewis Cunningham is a reasonably well-known authority on Oracle. He talks about the release of the video in his blog, gives a table of contents and a link to some samples:
    http://it.toolbox.com/blogs/oracle-guide/new-dvd-training-learning-oracle-11g-50929

  • How to start learning jdeveloper

    Hi friends
    I am working in oracle forms 6i and 9i. I am very much interested to learn oracle jdeveloper.My friends saying java knowlege is must for learning jdeveloper. Is it true.I don't have much knowlege in java.
    Pls guide me how and where to start learning jdeveloper
    Dev

    Hi Abu,
    Do you mind if I send you an email too,to get a copy of the materials as well??
    Regards,
    --zoheb.                                                                                                                                                                                                                               

  • CAN ANYONE TELL ME A GOOD WAY TO LEARN DREAMWEAVER WITHOUT BREAKING THE BANK?

    CAN ANYONE TELL ME A GOOD WAY TO LEARN DREAMWEAVER WITHOUT BREAKING THE BANK?
    IThe tutorials on the search engines are leading me to dead ends. I'm getting very frustrated.
    Thanks so much in advance

    List of good reference material - that won't cost a cent - all on the web  :-)
    http://www.adobe.com/devnet/dreamweaver/?navID=gettingstarted
    http://www.macromedia.com/devnet/mx/dreamweaver/css.html
    http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html
    http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html
    http://css.maxdesign.com.au/floatutorial/index.htm
    LIST OF CSS TUTORIALS:
    http://www.adobe.com/devnet/dreamweaver/css.html
    HTML & CSS References
    http://www.w3schools.com/
    http://reference.sitepoint.com/css
    TAKING FIREWORKS COMP TO DREAMWEAVER:
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    LIST OF CSS TUTORIALS on the Adobe site:
    http://www.adobe.com/devnet/dreamweaver/css.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • DBA learning jdeveloper

    I am "self learning" jdeveloper, I have installed the 10g from OTN (dl yesterday) and of course find it a massive ugly beast.
    Need a acronym dictionary <G>.
    Question, I have looked at all the samples on OTN and ran many of them, but none of them show me what I want.
    What I want, to me seems like it should be really freaking simple.
    I want a log in page that asks for a user/pass and trys to login to a coded DB.
    Then, when successful, a simple page opens that allows users to page up/down a predefined query pumping data into a layout, a dream addition would be search feature.
    Nothing Fancy, this can be done in Delphi in about 1 minute, maybe less if your not on the phone at the same time.
    Can somebody point me in the right direction please?
    Samples I can't find or something like that.

    Jeremy,
    It is hard to create samples that will fit exactly to what each developer is looking for.
    That said here are a couple of things to get you started -
    For a simple login procedure check the Reviewer Guide for the simple Struts application -
    http://otn.oracle.com/products/jdev/collateral/papers/10g/reviewer/reviewerguide.html
    If you want to have a set of predefined queries that people can use the easiest thing would probably be to create an application based on ADF Business Components and with a UIX interface.
    One nice thing about Business Components is that you can create view objects that are based on straight SQL (they are refered to as expert mode).
    Simply create the views that you want and a default table UIX interface for them.
    Again the reviewer guide has a section about building a basic Business Components based application with UIX interface.
    For more on the expert mode view objects check out the online help in JDeveloper for:
    "Specifying a Custom Query for a View Object Definition "

  • Is it possible to print wirelessly (WITHOUT A WI FI INTERNET CONNECTION) .Using my ipad 3 to an HP air printer.

    Is it possible to print wirelessly (WITHOUT A WI FI INTERNET CONNECTION) using my ipad3 and a HP air printer ?.

    Christina,
    The purpose of the AirPrint system was to permit printing directly from iDevices to printers that are AirPrint enabled without going through an intermediary device.  The catch is the printer must be an AirPrint enabled printer.  The iPad's apps will then recognize the printer and print seamlessly.  Follow the link Demo gave you to see the specifics from HP since that is the printer you asked about using.

  • Is possible to transfer photos from a macbook pro to an iphone without itunes or an internet connection?

    Is possible to transfer photos from a macbook pro to an iphone 5 without itunes or an internet connection? I'm a pro photographer and I need to transfer photos from my camera, edit them, copy photos to my iphone and send via 4G network to an editor. I will be in a location without internet access and my old computer itunes wont sync with my new iphone 5. I can't upgrade the computer right now because I need some of the old software.  Thanks.

    Some decent suggestions for apps to do this in this thread:
    http://apple.stackexchange.com/questions/52332/how-to-transfer-a-file-from-iphon e-to-computer-when-there-is-no-internet

  • I upgraded to iOS7 without incident and has been functioning fine.  However, today, I'm unable to access anything that requires connection.  WiFi strong, working fine on other devices - any suggestions?

    I upgraded to iOS7 without incident and all has been functioning fine.  However, today I am unable to access anything that requires connection. Wifi is strong, and working fine on other devices. Any suggestions?

    Hi there,
    You mentioned that you have tried a few troubleshooting steps already, but you may want to take a look at the article below, specifically the section titled "If you are unable to access the Internet while connected to a Wi-Fi network"
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Hope that helps,
    Griff W.

  • Discoverer URL - Hide password without having to use public connection

    Hi,
    I would like to call Discoverer Viewer without having to expose the schema password and without having to use public connections. Is this possible? Disco Viewer is called directly from my application, with custom authorization and authentication. I do not want to expose reports to the public by creating public connections.
    TIA.
    Tamas

    Hi,
    If you use an HTTP Post in your application to pass the viewer URL to the Discoverer server then you can supply the password as a hidden input that will not be visible to the users.
    Rod West

  • Is it possible to use the GPS function on an IPAD2 without a 3G or WiFi connection

    I have an IPAD2 with WiFi+3G.  I need to be able to use the GPS without a WiFi or 3G connection.  Is this possible?  If so how.

    Yes you can. The 3G iPad has a built-in GPS chip so doesn't need a connection to a 3G or wifi network to work. If you want to be able to view your position on a map then you need the relevant maps to have already been downloaded to the iPad, so you probably need one of the third-party mapping apps.

  • I have a friend who I was helping out with his iPhone. He has since lost it. I believe I backed it up to my machine but have no idea where to find it. Is it possible to find it and read the back-up file without the original device being connected?

    I have a friend who I was helping out with his iPhone. He has since lost it. I believe I backed it up to my machine but have no idea where to find it. Is it possible to find it and read the back-up file without the original device being connected?

    If he gets another device - you should be able to restore it from your computer to the point where you backed it up
    Otherwise that file cannot be read

  • Does gps work on ipad 3 without cell service or wifi connection?

    does gps work on ipad 3 without cell service or wifi connection?

    Yes it works. Initial position acquisition time may be longer, but works fine. Some applications download maps from the network. Unless your application has built in maps or the maps are cached, you won't be able to access maps or navigation feature. But GPS will work.

  • Just learning my track pad; viewed tutorial; when I click a link, message comes up,"open in new window," etc. How to stop messages?

    I'm just learning how to use my Track Pad on my MacBook Pro, running iOS 10.9.4. I viewed the tutorial, which helped a lot , but still, when I click a link at odd times (I haven't figured out what triggers it yet) a small window with options such as, 'open in new window' opens up. It doesn't happen all the time. I just want the link to  click through without having to  deal with the message. When I click it several times, I may finally get it so the link just opens. How can I avoid those messages?

Maybe you are looking for

  • I have music on one computer but need to move to another

    I am sure this has been asked several times but I have not been able to find a concrete answer. I have two laptops. The original one has tons of songs that have not been purchased through itunes but instead downloaded from CD's and an Itunes account

  • What Systems are the Pros Using for Premier, After Effects, and SpeedGrade?

    I bought the full Creative Cloud in hopes of making a career for myself in audio/visual editing. The problem is, my system doesn't seem to be able to handle the software, particularly when changing back and forth between the three programs mentioned

  • Why does Shockwave crash ALL my internet browsers?

    Hi I have a really annoying problem with Shockwave that started only a few days ago. Whenever I load up a web browser and try to start an application which uses Shockwave, specifically using a Webcam in websites, the browser always crashes. This happ

  • Issues in using exchange partition

    Hi, I have some issues. Please give me a solution friends!!!! I have two tables. One table (name as 'A') is partitioned another one(like table name 'B') is not partitioned but have unique index. I am going to exchange the data from B to A. That time

  • PE7 Color Management with a Non Postscript Printer

    Hello, I have an Epson Stylus Photo R800 and images are coming out quite dark, sometimes with a blue cast to them. My monitor is calibrated via the Pantone Huey Pro and I'm curious if anyone could help me in figuring out what adjustments to make so t