How to create container

i am new in oracle designer.
after successfully installation of designer .
i want to capture my existing database structure(follow chat) or also used another tools of designer
for this,designer asking for containerbut i don't know how to create container
and second how to add oracle database in
design editor->database administrator and add existing oracle databasewhen i click on it it will asking for create new database
.but i want existing database structure.
plz give guidlines for this
thanks
kuljeet pal singh

Hi Kuljeet,
We can create container from Design Editor or from Repository Object Navigator(RON.
1. Invoke RON from Designer Front Panel.
2. Select the appropriate Workarea.
3. Invoke the create icon and select Application Systems, give a name for the Application System and Save.
Designer Database created under Database Administration is different from existing oracle database.
We have to capture the existing database objects into Designer Repository. During capture, specify the "Capture Into" details, this will be the Database and the user that was created in the Database Administration tab.
HTH,
Wilson.

Similar Messages

  • Create container movie clip and child clips at design time?

    It's always powerful and dynamic to use
    "createEmptyMovieClip" and "attachmovieclip" at run time. But how
    to create this relationship of clips at design time so that an
    empty movie clip can hold several child movie clips?
    Thanks!

    Thanks!
    I'm sorry I asked a confusing question. I know how to create
    container clip using AS (as you post above). Then, somehow, I think
    how to put an empty clip on the stage and then add clips to it as
    children or grandchildren from design panels at design time... Will
    this have the same effect as using AS (createEmptyMovieClip and
    attachMovieClip) in terms of handling events? I guess a container
    clip will be overwritten by its child and as a result it won't
    response to events. Is this correct?

  • How to create a webdynpro view dynamically and embed into view container?

    Hi all,
    Anyone knows how to create a view dynamically and embed the view into an existing view container?
    My layout looks like this:
    I have an existing view named main_view.
    Inside main_view, I create a view ui container named vcu_view.
    I embed the main_view into my window.
    I need the codes to create a view dynamically and embed the view into the view container. Anyone have any idea?
    Thanks in advance.
    Rgds,
    Siong Chao

    hi Siong Chao   ,,
    empty view insence ..( create a view without any UI element in it  ) in design time ..
    >
    Siong Chao wrote:
    > Hi Chinnaiya,
    >
    > How do you create an empty view dynamically then? Thanks in advance.
    i think we cannot create a new view dynamically because it is a webdynpro restriction ..
    NOTE: experts correct me if i am wrong in this answer
    Regards
    Chinnaiya P

  • How to create a container in se51

    hi,
    i have two doubts
    1. how to create a container in se51.
    2. For eg: while calling a function i click on pattern which and give the function module name it will give the function module with the exporting and the importing parameter.
    My question is how to create an object.

    Hello Preethi,
    First in the code:
    DATA container TYPE REF TO cl_gui_custom_container.
    create the custom container
        CREATE OBJECT container
                      EXPORTING container_name = 'CUSTOM'.
    Second in graphical screen painter you must build an custom control with same name:  'CUSTOM'
    An example of this is the program: RSDEMO_CUSTOM_CONTROL
    Regards.

  • How to create a folder (in unified folders) which contains all the messages of inboxes and outboxes

    Hi, i've searched without success how to create a folder (in unified folders) which contains all the messages of inboxes and outboxes (as it exists in Windows Live Mail).
    For me, it would be very useful to search in only one folder when i try to find something in sent and received mails.
    Thank's

    This is what Unified Folders does. I'm not sure what exactly you're trying to achieve.
    http://kb.mozillazine.org/Global_Inbox#Unified_Folders
    You might take a look at this article.
    https://support.mozilla.org/en-US/kb/global-search

  • How to create a container element in workflow container

    Hi,
    I am learning WF by a Tutorial. In which absence of notification was considered as example. As per tutorial, I created two task for creating a Notification and checking a absence
    In the next step it ask to create a container element(approver) to workflow container. How i can create the same.
    Also, please clarify me on the binding between task container and workflow container....with this example
    Thanks
    Suresh

    Hi,
    On the workflow builder LEFT side below the navigation area u can see this <Double-Click to Create>.
    Double click and create the container.
    During binding it looks as follows.
    Workflow  -
    >   Task
    Workflow <----
    Task
    What happen here is from workflow the data passed to task and it is used for processing, after that it returned back to the workflow. Now u can create the container on bothside and bind the data. ie Variables.
    Creating container u can refer : http://www.****************
    Reward for useful answer.
    Richard A

  • How to create a container class for 2 object?

    I use JDK to create 2 objects, one is Customer and one is Book. I need to enqueue these 2 objects, but they canot share the same queue class. Some one told me that I can create a container class for these 2 objects but I don't know how to create it. Can some one tell me how to create the container class?

    I use JDK to create 2 objects, one is Customer and one
    is Book. I need to enqueue these 2 objects, but they
    canot share the same queue class. Some one told me
    that I can create a container class for these 2
    objects but I don't know how to create it. Can some
    one tell me how to create the container class?
    class CustomerBook{
    Book m_book;
    Customer m_customer;
    pulbic CustomerBook (Customer customer, Book book){
    m_book = book;
    m_customer = customer;
    }If you want to create a class that represents one customer and many books, do this:
    class CustomerBooks{
    Vector m_books;
    Customer m_customer;
    pulbic CustomerBook (Customer customer){
    m_books = new Vector();
    m_customer = customer;
    public void addBook (Book book){
    m_books.addElement (book);
    public void displayBooks (){
    //I assume the Book class has a toString method or something similar
    for (int i = 0;i < m_books.size();i++){
      System.out.println ("book: "+((Book)m_books.elementAt(i)).toString());

  • How to create a container?

    I have installed Designer 6i r4.1.1
    I can create workarea, but I don'know and don't find how to create a container.
    Please expand me how to do it?
    Thanks.

    Hi,
    Just go to Repository Object Navigator from the Designer front panel.
    Right-click on the Workarea in the navigator. Select create child from the menu and select Application system from the
    list that appears.
    HTH
    Ritu

  • How to create a container element?

    Hi,
    Could somebody please tell me how to create a container element and how to create a multi container element? How is this element used in the fork step?
    I am using a fork with 3 branches but the agent assignment is a problem.The workitem does not go to the user set in the agents tab.
    Regards,
    Monica.

    Hi Monica,
    Within your Workflow Builder, there is a box on the left hand side that (Workflow Container). You should have an option (in change mode) to right-click and create or double-click on the <Double-Click to create> tab.
    Or you can go to the Workflow Container "Goto -> Workflow Container" and click on the "Create" <F5> icon.
    Same theory applies to creating a container element in your task. Go to your task and click on the "Container" button and select "Create".
    When creating your container, you can specify if it is a multiline container by checking "Multiline" under the container attributes.
    In a fork step, you would really only use your "Container Element" in the "End Condition" of a Fork step.
    Please advise what the "Agent Assignment" is referring to when you're using it in your fork? Which step in the fork?
    If you are assigning agents in one step of the fork, you cannot expect these agents to apply to your other 2 fork steps. The forks work independently of each other (to a point).
    Please provide more information if you need more help.
    Kind regards,
    Tom

  • How to create workflow container element from workflow builder?

    How to create workflow container element from workflow builder?

    in workflow
    three are five container, for each container we have define according to requirement of that particular container.
    1. event container
    2. workflow container
    3. task container
    4. method container
    5. rule container
    1. event container
    in evernt contianer we have to create elements in BOR where we create event in parameters
    2. workflow container
    in workflow container we have to create elements in workflow builder itself. in left side of the screen we see <double click to create element>
    3. task container
    in task container we have to create in task itself it has a tab called container elements
    4. method container
    in method container we have to create in BOR. it is created in parameter of that BOR.
    5. rule container
    in rule container we have to create in PFAC transaction

  • How to create FCC if my xml contains full of attributes?

    Hello all,
    Suppose if my xml contains full of attributes as given an example xml. How to create the recordset structure for the xml?
    mlns:md="http:// noname/xi/Demo">
    <Publisher>Demo</md:Publisher>
    <Source>Demo</md:Source>
    <md:Description>Demo</md:Description>
    <md:Creator>Demo</md:Creator>
    <md:Date>2007-08-31</md:Date>
    <md:Time>13:49:34</md:Time>
    <md:Identifier>EAHARPCTX13</md:Identifier>
    <Value flag1="1" date="2005-06-01" flag2="1" percentFlag2="100.00">0.114</Value>
                   <Value flag1="1" date="2005-06-02" flag2="1" percentFlag2="100.00">0.11</Value>
    How to proceed please ignite me  on this.
    Edited by: Venkat Babu on Jul 7, 2008 11:49 AM

    Hi Venkat,
    If I understood your question correctly, then this morning I had exactly the same question as you. Since I couldn't find any information online, I decided to experiment with a test program. I found out that working with attributes is almost the same as working with elements. Here is my test:
    In the source message, Type and Value are attributes that contain values (the Element element does not contain any value). The mapping program checks if the "Type" attribute equals "N"; if so, then the value of the attribute "Value" is mapped to the "Result" element in the target message (otherwise, the whole source element is ignored). Below is also a small sample test file you can use to see the program in action.
    MT_Source
       Element        1..unbounded
          Type       optional           xsd:string
          Value      optional           xsd:string
    MT_Target
       Result      1..unbounded    xsd:string
    Mapping steps for "Result"
    (unfortunately no graphics)
    Use the equalsS function to compare Type (with context changed to MT_Source) with a constant "N".
    Put the result from the above into the if argument of an ifWithoutElse.
    Put Value (with context changed to MT_Source) in the else argument.
    Put the of the ifWithoutElse result into Result.
    This is what the Text preview should look like:
    /ns0:MT_Target/Result=ifWithoutElse([keepss=false]stringEquals(/ns0:MT_Source/Element/@Type=, const([value=N])), /ns0:MT_Source/Element/@Value=)
    And here is the XML test data:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_Source xmlns:ns0="urn:chplanet-ca:examples">
       <Element Type="A" Value="z"/>
       <Element Type="N" Value="5"/>
       <Element Type="O" Value="@"/>
    </ns0:MT_Source>
    Change the namespace above to your own, then import this file in the test tab and play with the values to see the different results.
    I hope it helps.
    Carlos

  • How to create a form contains a diagram

    hi all ,
    if there is a group of people in one table and the other table contains another group of people, and there is a relation between those groups, how to create a form or a report representing diagram for this relation. This diagram should be dynamic, when we change in the records of these people.
    Which tool can I use and how?
    Is there anyone who could help me? My email address is
    [email protected]
    or [email protected]
    thanks

    George, thank you very much for your quick reply and good advice.
    Mike

  • How to create a word container

    Hello All,
    Can any one tell me How to create a word container.
    Thanks and regards,
    Lisa

    Hi,
    check this program :
    SAPRDEMOWORD97INTEGRATION
    Regards
    Appana

  • How to create Shellscript containing CallSAPurgeAllCache statement.

    How to create Shellscript containing CallSAPurgeAllCache statement.Can it be scheduled through informatica and Linux environment.

    You can have a text file or any ext with content as Call SAPurgeAllCache()
    in other file use this
    nqcmd -d AnalyticsWeb -u Administrator -p Administrator -s <filename.ext>
    Pls mark if helps

  • How to create a container or library that is not send as a request.

    Hi. I'm trying to create a library or container and the object is not created immediately, rather it is send as a create request to the administrador. I have tested this as a user with create privilege and even the orcladmin user. I have done this previously in the desired way, but now i can't. What has changed?.
    Regards, Luis ....!

    Give "All Site Users" the "Create Library" or "Create Container" role for your site.

Maybe you are looking for