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 "

Similar Messages

  • 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

  • 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

  • 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.                                                                                                                                                                                                                               

  • Documentation for DBA learning path

    Hi,
    I am very much new to Oracle. I am aspiring for a DBA learning path. But am confused about what documentation would be suitable for me. Please could someone help.
    Thanks

    Hi.
    I apologize for the delay in responding.
    Please check out the DB documentation library for part B19306-01 at URL: http://www.oracle.com/technology/documentation/database10gR2.html. Click on the "View Library" and it should take you to the "Getting Started" tab where you will find documentations on how to get started and further useful information. Hope this helps.
    Regards,
    Chao

  • 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

  • Oracle Core DBA Learning

    Hi All,
    Currently i am working as Oracle Apps DBA in Oragnization and i also have to work some time on core side also. But i am facing some time problems because i have not worked much on core side. As i have started my first job it self as Apps DBA only. So my question is that i want to learn on core side more. Can you guide me how can i learn on core sid more? I would like to learn what ever every day routine work is done by core dba. I would appricated your help.
    Thanks,
    Vishal Joshi

    Vishal Joshi wrote:
    Hi All,
    Currently i am working as Oracle Apps DBA in Oragnization and i also have to work some time on core side also. But i am facing some time problems because i have not worked much on core side. As i have started my first job it self as Apps DBA only. So my question is that i want to learn on core side more. Can you guide me how can i learn on core sid more? I would like to learn what ever every day routine work is done by core dba. I would appricated your help.
    Thanks,
    Vishal Joshigo through with Oracle Architecture & Administration
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231.pdf

  • How to learn Jdeveloper tool using ADF.

    Hi,
    i am currently working with JDeveloper Studio 11.1.1.6.0.i do not know any framework.kindly help me.
    Thank's
    Rajesh Ranjan

    hi,
    read these links carefully and make some small projects and if u can download some projects and refer.
    these r for ADF.
    http://download.oracle.com/otndocs/otnvdd-fusiondev/OTNDD_WebCenter_Lab_Rev2.pdf
    http://docs.oracle.com/cd/E23943_01/web.1111/b31973/gs_jdev.htm
    http://www.pearltrees.com/#/N-p=47457761&N-play=0&N-u=1_669834&N-fa=5305643&N-s=1_5307692&N-f=1_5307692
    http://adffunda.blogspot.com/2012/12/getting-started-on-oracle-adf.html
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html#CodeCornerSamples
    http://pillaistechblogs.blogspot.com/2013/01/oracle-jdeveloper-111160.html#!/2013/01/oracle-jdeveloper-111160.html
    txs.

  • JDeveloper And ADF Learning

    Hi All,
    I am new to Webcenter. Just now started learning JDeveloper and ADF. Please share me the use full links to start ADF.
    Thanks,
    Venkat Sarvabatla

    A good starting point is the documentation available on the Jdev home page http://docs.oracle.com/cd/E37547_01/tutorials/toc.htm
    And http://www.oracle.com/technetwork/developer-tools/jdev/learnmore/index.html
    And would recommend to watch the videos http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html
    Timo

  • Problem in creating Human Task Activity in JDeveloper

    Dear Experts,
    I'm very new to JDeveloper & Oracle Bpel PM Server. So I'm trying with sample & demo application.
    I'm facing lots of issues. Kindly guide me to learn Jdeveloper.
    Now I'm trying with "Vacation Request" Application to learn about "Human Task" activity. Also
    I have gone through lot of documents respective to "Human Task" Activity. Still i'm facing problem in
    Implementation.
    +Error: Unable to save *.task file. (Reason system cant find the path specified..
    Des: Can not able to create a new Human Task activity. Also not able to map xsd parameters with
    Dynamic user path........ please suggest me a solution.
    Thanks
    Rajesh

    Please help me in developing Simple "Human Workflow activity" with proper examples or tutorials.

  • Fusion Order Demo zip file which works with JDeveloper 11.1.1.3.0

    Hi,
    Please can anyone tell me where to find the Fusion Order Demo zip file that will work with JDeveloper 11.1.1.3.0 (latest version 13/5/10).
    I have downloade OracleXE 10g for Windows on my laptop and now want to create the Fusion Schemas (Tables/Schemas/Procedures etc) for the Demos.
    I have downloaded FOD_11.zip, FusionOrderDemo_R1.zip and tryed the instructiion for running Fusion Order Demo here http://www.oracle.com/technology/documentation/jdev.html but each time I get the error
    "oracle.javacache_11.1.1 not found"
    How can I fix this?
    I want to learn Jdeveloper works and use it for Logical and Physical Schema mapping....
    Thanks
    BP

    Hey John,
    Thanks for the quick reply, and yes sir, I did follow those instructions.
    Let me describe what all I have done so far, maybe someone can figure out where I need to fix anything:
    I installed JDeveloper version 11.1.1.3.0, which came with its own WebLogic server, on my windows xp professional OS on my laptop.
    I then downloaded the zip file, FusionOrderDemo_R1PS2.zip.
    I encountered a problem while unzipping the file, where it was asking me some password for a few files, but Lynn from Oracle helped me figure that out....i had to use 7-zip utility to uninstall....windows default built-in unzip utility does not work.
    After unzipping all files, I followed the instructions given on http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html to import, build and run the application....
    And now when it runs....it just open my browser window (IE 7), and shows a "loading..." image in the center of the page....nothing happens after that.
    Any idea what might be missing?
    a few major errors I see in the wls log window of jdeveloper are:
    1) <DCBindingContainer><reportException> [3952] oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.sql.SQLDataException, msg=ORA-01882: timezone region not found
    2) <DCBindingContainer><reportException> [3958] oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
    3) <UIXInclude><tearDownVisitingContext> Tear down of include component context failed due to an unhandled exception.java.util.NoSuchElementException
    Please help!
    Regards,
    Hemant

  • How To: Use ADF Form in "Insert" Mode in jDeveloper 12c

    Hi all,
    I'm in the process of learning jDeveloper and after going through the basics, a task that I'm trying to accomplish is to have a ADF Form load in "Insert" mode rather than the default "Update" behavior. After significant searches, the closest that I could come to was Create-adf-input-form post. But since that tutorial is based on the 11g version, I'm struggling to find an equivalent of that in 12c.
    Can anyone point me in the right directly and help me in determining how I would achieve the same in 12c?
    Thanks,
    Nisar

    Nisar,
    If you want the newRow to be readily available when the page loads, you call vo.createRow() in a AM method and expose that method as a client interface. Call this method on the page load.
    The below links might help to call method on page load:
    Johny's Tips: ADF: How to execute the ViewObject with a ViewCriteria on the PageLoad in ADF Web Application
    https://blogs.oracle.com/aramamoo/entry/an_epic_question_how_to
    This link helps to know how to create VO row programatically.
    http://www.awasthiashish.com/2012/12/insert-new-row-in-adf-viewobject.html
    Let us know if you face any issue while implementing.
    Cheers
    AJ

  • JDeveloper Tutorials

    Hi Folks
    I installed jdev9033 and started working on it using the tutorials (JDeveloper User Guide Part No A97276-01). To create a user interface, the tutorial on page 3-14 says to right-click on newly created projects node and choose 'New'. In the New Gallery, select Objects in the category pane and Frame in item pane. I don't see any 'Objects' category nor 'Frame' item. I tried to use help menu but landed at the same instructions. Can anybody let me know how I should go about creating a UI with JDeveloper? Can you suggest any other online resources to learn JDeveloper?
    Thank you

    Here is how I do it.
    1. Create a new workspace with an empty project. (right click on the workspace node in the navigator to get this done).
    2. Right click on the new empty project and choose New...
    3. Expend the client-tier node in the new gallery and choose the Swing/AWT
    4. Choose frame on the right side.
    Shay,
    Oracle.

  • About jdeveloper

    dear friends,
    i would like to ask you about jdeveloper version 2.
    i am trying to design & develop database that can be access from web brwser.(i.e put the database in the server and no software will be installed in the end user's machine. only the web browser).on my computer i have the following software installed:
    1. oracle 8i enterprise edition release 8.1.5 for widows nt.
    2.oracle developer and server version 6.0 for windows nt.
    3.jdeveloper version 2 for windows nt.
    my question :is jdeveloper the right solution to design a database that matches the above conditions?
    and if so,can you give me the url of good sites to learn jdeveloper?
    thanks a lot and have a nice day.
    fatema alhassan.
    null

    hi don't know your name,
    first of all you should post questions fro JD11 in this forum JDeveloper and ADF
    To answer your question, it's all part of JD11, you don't need to download any extension.
    From the menu choose file->new; in the dialog select General->Applicaion and click Ok. In the next dialog the part you are looking for is the Application Template. Here you can use 'J2EE Web Application' or 'Fusion Web Application'. Reed the template description to get some hints about the kind of application they are designed for.
    Timo

  • Good Books on JDeveloper

    Hello All,
    I want to learn JDeveloper
    I am working on SQL & PL/SQL. I don't have Java backgroud.
    Any one tell me which book I can go for.
    Appreciate any Help
    Regards
    Madhu K

    Hi,
    there is
    Oracle JDeveloper 10g for Forms & PL/SQL Developers: A Guide to Web Development with Oracle ADF (Osborne Oracle Press) (Paperback)
    http://www.amazon.com/Oracle-JDeveloper-10g-Forms-Developers/dp/0072259604/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1197366570&sr=1-1
    Frank

Maybe you are looking for

  • How do I stop applications from opening at startup in Lion?

    When I log in using Lion, Mail, Entourage, and ICal open on my desktop.  I don't want this.  I already tried unchecking the restore windows box under system preferences/general; sometimes it works, and sometimes it doesn't.  The only way to stop it s

  • Get parent window in webutil

    Hi, I am trying to migrate 6i libraries to 10g in Orcle forms, in one of the pll it is using below procedure. In this it is calling wi_api_utility.get_parent_window procedure, which is part of d2kwutil. Now I have to use webutil instead of d2kwutil,

  • Zooming in and then zooming out in AS2 (Without scaling the image)

    Basically I want to know if there is a way to go from a zoomed in version of something, and then seeing the whole image in another frame. (By pressing a button) Let's say there's a tree, I would bascially like (upon pressing a button which I can do)

  • How does power management work under Arch?

    So, my Arch install doesn't have Suspend to RAM working. While trying to fix it, I was trying to understand the application chain that deals with power events such as lid close. I have read https://wiki.archlinux.org/index.php/Acpid https://wiki.arch

  • Oracle AQ size

    Hi, Iam using Oracle AQ. I would like to know how to find the AQ size as i need to perform certain task if the AQ size is 90%. Thanks.