Create Arc in Jdeveloper 10.1.3

How can I create an Arc relation in a database diagram in Jdeveloper 10.1.3? Thanks in advance!

Hi,
I know this from Oracle Designer ER diagrammer, but I am not sure this is a native database relation understood by a database diagrammer. Could be wrong here though
Frank

Similar Messages

  • Creating alias in Jdeveloper

    I imported a project folder from IAS to JDeveloper. IAS version had many
    aliases defined and jsp pages use these aliases.
    Can I create alias in JDeveloper like we do in IAS's httpd.conf (ie Alias
    /image /Ias_Home/image). I know that I can use web.xml and call the image
    directory from there. In that case I need to change the jsp codes. Is there a
    workaround for this?
    Thanks
    U

    Hi,
    you can create virtual directories in the embedded OC4J and this is where it should be done.
    Add the orion-web.xml deployment file to your project and do as follows (copied from the OC4J guide available online within the OracleAs 10.1.3 doucmentation)
    http://download-uk.oracle.com/docs/cd/B25221_04/index.htm
    <virtual-directory>
    Parent element: <orion-web-app>
    Child elements: None
    Required? Optional; zero or more
    This element adds a virtual directory mapping for static content, working in a way that is conceptually similar to symbolic links on a UNIX system, for example. The virtual directory enables you to make the contents of the real document root directory available to the application without physically residing in the Web application WAR file. This would be useful, for example, to link an enterprise-wide error page into multiple WAR files.
    <virtual-directory> Attributes
    Name      Description
    real-path      Values: String
    Default: n/a (required)
    This is a real path, such as /usr/local/realpath in UNIX or C:\testdir in Windows.
    virtual-path      Values: String
    Default: n/a (required)
    This is a virtual path to map to the specified real path.
    See: http://download-uk.oracle.com/docs/cd/B25221_04/web.1013/b14426/xmlfiles.htm#sthref475
    Frank

  • Problem creating jar using JDeveloper

    I'm creating jar using JDeveloper..I need to keep two dll files in the jar. But if I create the jar in JDeveloper, it can't include the dll files. If the jar is created from command prompt, it can include the dll files. Can anyone tell me how can I include these dlls in my jar?

    Putting DLLs in your classes directory is dangerous (eg. Run->Clean Project.jpr will remove it). I use a different way to achieve that:
    When you double click on the deployment profile you'll see a dialog window containing a list of items. The one of interest is the one called File Groups. Select this item, click on the New button and add a new file group just for your DLLs.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Create password by JDeveloper

    How do i create password by JDeveloper in JSP,
    so... by enter UserName and Password.... the browser will login to main Form....in Web base, and if wrong password, the browser will reject login

    Afandi,
    you can create a form base logon constraint that allows you to specify a HTML form as your authentication form.
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security.html#wp268799
    and
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Security5.html#wp303355
    Frank

  • Error in Creating Webservice in JDeveloper 10.1.3 EA

    hi,
    I'm trying to implement a java webservice using JDev 10.1.3 EA. I just create one simple class with one method returning a string. here is the class code:
    public class ServiceTest {
    public ServiceTest() {
    public String getMessage() {
    return "hello wooorld!";
    after that, i do right-click on it and select "Create J2EE Webservice", and I choose J2EE 1.4 (JAX-RPC), and let JDev do its job creating several classes. I'm trying to run its WSDL file and nothing happens except string message "Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview initialized" appears.
    After that, i'm creating web service proxy by right-click on WSDL file and select "Generate Webservice Proxy" and let JDev creates several class. But when I invoke webservice by calling method
    myPort.getMessage();
    in the MyWebService1SoapHttpPortClient.java and run it, the following error occurs:
    java.rmi.RemoteException: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html
         at mypackage.proxy.runtime.MyWebService1SoapHttp_Stub.getMessage(MyWebService1SoapHttp_Stub.java:92)
    Is there any mistake in my code? I've also created Webservice Proxy for GoogleAPI Webservice using JDev 10.1.3 EA and it runs well. thanks a lot for any suggestion.
    regrads,
    fox

    yes, i found an URL and I try to access this via browser, and the following message appears:
    Error instantiating web-application
    Error compiling :C:\My Documents\Java\Webservice\Service3\public_html: Syntax error in source or compilation failed in: E:\master\Oracle JDeveloper 10.1.3 Early Access\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\application-deployments\current-workspace-app\Webservice-Service3-webapp\galih\service\runtime\MyWebService1SoapHttp_Tie.java E:\master\Oracle JDeveloper 10.1.3 Early Access\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\application-deployments\current-workspace-app\Webservice-Service3-webapp\galih\service\runtime\GalihServiceService_SerializerRegistry.java:36: error #300: MyWebService1_getMessage_ResponseStruct__LiteralSerializer not found in class galih.service.runtime.GalihServiceService_SerializerRegistry
    CombinedSerializer serializer = new galih.service.runtime.MyWebService1_getMessage_ResponseStruct__LiteralSerializer(type, DONT_ENCODE_TYPE);
    ^
    1 error

  • SQL Developer Data Modeler: Logical model, unable to create arc

    I have a logical model in SQL Developer Data Modeler. Entity A has two 'incoming' foreign key relations to entities B and C. Both releations have the same optionality and cardinality. I want to place both relations in an arc. I see the buttons in my toolbar menu, but they are not enabled. Even when I select both relations it is not.
    Bringing the logical model to the relational model creates foreign keys. These foreign keys can be selected and when I do that the 'Create new arc' button in the relational model toolbar is enabled.
    What am I missing in the logical model ...? The documentation doesn't give a clue.
    Erik

    Thanks Sue, that worked. It is different from the way the ERD in Designer worked. Is there any reasoning behind it. As far as I know you should only put into an arc two or more relationships pointing to the same entity with the same optionality and the same cardinality. Selecting the entity with the relationships can only help in identifying at which relationship end the arc should be created but that is obvious.
    And asking the question is answering it: it will help in adding an arc to two or more entities originating and ending at the same entity (and same cardinality and optionality).
    Is that the reasoning behind it?
    Regards
    Erik

  • What  are the initial classes used  for  create DBAdapter  in  JDeveloper

    I am trying to create a DBAdapter by JAVA program using JDeveloper API , So want to know initial classes name used to set the Adapter name and Service name in JDeveloper .

    HI iansan5653
    I am not sure if you are trying to make a widget/extension? for the browser or just customize the appearance of the user. I believe you have to create an appearance and then allow the user to download the appearance to change the styles.
    I think you may want this webkit -moz-appearance[[https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance]]
    I did some research on this and the MozillaZine is a great reference for all of the Preferences to add stuff to the panels.
    Some more information
    * [[http://kb.mozillazine.org/Category:Preferences|MozillaZine Category:Preferences]]
    * This Menu editor may help [[https://addons.mozilla.org/en-US/firefox/addon/menu-editor/?src=search]]
    * UserChrome.css info [[http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes]]
    * Visual Customizations [[http://kb.mozillazine.org/Category:Visual_customizations_%28Firefox%29]]
    *topics [[http://forums.mozillazine.org/viewtopic.php?t=1006795]]
    I have also seen extensions made by adding style to these items in the about:config. You could live update the items and see if the css makes changes live in the browser and see how the file renders. [[http://kb.mozillazine.org/About:config_entries#UI.]]
    But for better help on this I would recommend asking the mdn
    [[https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Mozilla_Extensions]]
    If you can define your set up, the Mozilla Developer Network may be the place for you. Hope this helps.

  • Reg:Creating JAR in Jdeveloper 10.1.3.3.0

    Hi All
    i am new to Jdeveloer application environment.My requirement is i need to create JAR file in Jdeveloper 10.1.3.3.0 version,i searched in internet but could't find related one with this issue.
    Regards
    Dillibabu.B

    Re: Make jar with Oracle JDeveloper 10g (of an application )

  • Grenerating Outlines creating ARCed text

    OUTLINE
    I have some text that has a graphical outline around it. This
    text needs to be Dynamic for localization. However, I still need to
    have the outline appear around the text. I was hoping that this was
    something that would be built in to Flash CS3. It's not. Is there a
    way to do this in AS?
    1. Load text
    2. Show visible text w/Outlines
    ARCed Text
    Is there a way to dynamically arc the text without breaking
    it down into small movieclips or text fields?
    j

    It's in the Type menu...
    BUT, outlining type for anything other than creating some sort of special effect is considered poor practice for a variety of reasons, including loss of editability, searchability, and loss of embellishments like automatic bullets and numbers, underlines, and paragraph rules that only work with actual text. If you feel you must outline text, and you are using CS2, see InDesignSecrets » Blog Archive » Converting Text to Outlines The Right Way

  • Creating WebService using Jdeveloper 9i

    Is there a article on creating PLSQL Webservice using Jdeveloper 9i(9.0.3.5) and then porting it on the Application server? We have Oracle Application 11.5.10 using 10g database.
    Thanks
    PHK

    Follow the links at the end of the demo pages of JDeveloper to get to older stuff for example this:
    http://www.oracle.com/technology/products/jdev/viewlets/903_ws_plsql/903_WS_PLSQL_viewlet.html

  • Create Graph in Jdeveloper...

    Hi! I created graph from table data in Jdeveloper, see: http://my.jetscreenshot.com/2677/20120126-sq6z-32kb
    As You can see, there is Legend, but in Legend are not visible all elements. What I need to change to see all elements in Legend and with full name? By the way it is possible to remove Legend, if yes, how?
    Best regards, Debuger!

    Hi, Suresh! I read the article, this was helpful. But I still have one problem. When I go to element "Pyrus bolleriana" in legend, then I can not see this element in my Pie diagram, see: http://my.jetscreenshot.com/2677/20120127-qysg-48kb In the Pie diagram I can see % for 30 records, but I have 48 records in table. Where might be the problem?
    Maybe the problem is that, I have only one element under dvt:seriesSet element? (please, see: http://my.jetscreenshot.com/2677/20120127-z33x-15kb)
    Best regards, Debuger!

  • Creating menu in Jdeveloper

    All, 
    I am currently exploring Jdevelper us version 11.1.2.3.0. I am requesting if someone could guide me on how to create menus....
    My request.....
    1. I want to create a drop down menu on top of my application such that when you click on a menu item, it will open either a sub-menu or another menu item
    2. Also I want to create another panel by the left  or right so that I will equally have menu items on them
    Thanking you for your guidance .....
    Frank

    You can create a "Project from WAR" in JDeveloper using the ADF Faces demo war.
    This will bring the source code for all the demo into JDeveloper and you'll be able to see the source code for the page as well as any managed beans.
    For a basic intro to building a menu in ADF Faces see:
    Oracle JDeveloper 11g Release 2 Tutorials - Developing Ajax-Based User Interfaces with ADF Faces Rich Client Components

  • Creating tables through Jdeveloper

    Hi,
    I believe the following is the way to create a database table in Jdeveloper 10g and Oracle BPEL process Manager 10.1.3.1.0
    1.Created bpel project--> right click project ---> create schema---> right click schema---> create table(completed the wizard and created schema and table)
    2.Right click schema ---> new---> database tier---> offline database objects ----> SQL generated from offline database objects(and then complete the wizard)
    If the above is the correct approach to create the table, then I am facing two situations.
    a. In the project properties(offline database), if the 'database to emulate' is set to oracle lite 10g release 1, then "SQL generated from offline database objects" option is not enabled to choose in the step 2 above. So I cannot proceed further.
    b. If the 'database to emulate' is set to oracle database 10g release 2 (this is default), "SQL generated from offline database objects" in step 2 is enabled, but in the wizard that follows, when I tick 'perform operation against the database' it asks me for oracle database connection settings. But I only have the Oracle 10g Lite version and not Oracle database 10g. So I am not able proceed further.
    All I need is to create tables in the Oracle Lite database that I have.
    Any help on this issue will be greatly appreciated.
    -Sagar

    Generally, you create a sequence and a trigger for a particular table. The trigger is called on
    each insert which then calls on the sequence to get the next increment in the progression. You can create both of these entities in JDeveloper through our SQL interface. However, you will find more features in SQLDeveloper including the ability to generate triggers.
    http://www.oracle.com/technology/software/products/sql/index.html

  • Create EAR in JDeveloper to deploy on Oracle AS 10g

    I have a J2EE project with EJBs and JSPs. I am using JDEVELOPER as my IDE. I need to deploy my application on ORACLE 10G APP SERVER.
    I need to create an EAR file consisting of my EJBs and JSPs to deploy the appln.
    When i go into Deployment Profiles in JDeveloper and try to create an EAR file, it does create the EAR file but the contents of the file are only 2-3 xml files, there is nothing else in it.
    I am wondering how on earth do i need to create my EAR package so that i can deploy on Oracle APP Server.
    This is actually very urgent... so i would really really appreciate and thank you if someone could help me out....
    Thank you very much in advance

    OK. Here is how I do that:
    Say I have two projects named "web" and "model":
    - Create a WAR deployment profile in the "web" project called web.deploy
    - Create a EJB JAR deployment profile in the "model" project called model.deploy
    - Create a new project called packing
    - Open the project properties
    - Select the "Dependencies" and select the projects "web" and "model"
    - Create an EAR profile called app.deploy
    - Right click on the app.deploy and select the "Properties..." entry from the context menu to open the "EAR Deployment Properties Dialog"
    - Select the "Application Assembly"
    - Tick the check boxes for "web.deploy" and "model.deploy"
    - Now test the creation of the EAR by selecting "Deploy to EAR file" from the context menu.
    - You can check the contents by using: jar tvf app.ear
    - This will give you an output like this:
    META-INF/application.xml
    web.war
    model.jar
    To modify the application.xml and even include orion-application.xml, you can create them with the Deployment Descriptor wizards.
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Can't create table - using JDeveloper 11g (11.1.1.3.0)

    I am running a DDL to create a table:
    CREATE TABLE HORSE
    HORSE_NAME VARCHAR2(30) NOT NULL
    , PLACE VARCHAR2(20)
    , RACE_NAME VARCHAR2(30)
    , RACE_DATE DATE
    , CONSTRAINT HORSE_PK PRIMARY KEY
    HORSE_NAME
    ENABLE
    The message I get is:
    Error at Command Line:48 Column:13
    Error report:
    SQL Error: ORA-02264: name already used by an existing constraint
    02264. 00000 - "name already used by an existing constraint"
    *Cause:    The specified constraint name has to be unique.
    *Action:   Specify a unique constraint name for the constraint.
    This suggests to me that I should change the name to something else, like HORSE_ID. Whilst I don't agree that HORSE_NAME is used in another constraint I have changed the name but it doesn't make a scrap of difference.
    There is another parallel table called HORSES (plural) but but other examples ( eg PUNTER/PUNTERS) have been happily created.
    I would be grateful for any suggestions.
    Thanks,
    Jim

    The message is not specifically about the HORSE_NAME - it is more likely about the table name.
    You probably already have another database object called Horse (maybe not a table but it could be a view or a procedure).
    Try a different name for the table.

Maybe you are looking for