Please help create an architecture for Forms 11 g on WebLogic Server

Dear all,

We intend to deploy Oracle Forms and reports GR 11, 2 on Oracle WebLogic Server 10.3.6 on AIX.

In addition, we intend to create a domain in WebLogic 11 g for the high availability solution.

At present, we have four cases (Live, QA, UAT and development) of the applications deployed on Oracle Application Server 10 g.

Please help create architecture, optimization of resources.

Can we deploy all instances of the application four (Live, UAT, development and QA) to single instance of WebLogic Server unique? or do we have to install separately to four WebLogic instances on separate servers?

References to documents are much appreciated (step-by-step specially :-)).

Thanks in advance.

Lacotte

Hi Lacotte,

you are able to install all the applications forms on the only field of forms / Instance. You can create separate sections in your formsweb.cfg file.

But I recommend you to separate four environment: 4 x forms Installation in 4 separate servers.

Four production I'd do decide to install forms in the Cluster for HA.

More information:

http://www.DBI-services.com/index.php/blog/entry/install-Oracle-Fusion-Middleware-report-11gr2-1112-in-a-context-of-high-availability

http://docs.Oracle.com/CD/E23943_01/core.1111/e10106/classic.htm#ASHIA4331

HTH

Borys

Tags: Fusion Middleware

Similar Questions

  • Please help I'm looking for the dowload 10.10 update my dads computer and I can not find it! Does anyone know where could it have?

    Please help I'm looking for the dowload 10.10 update my dads computer and I can not find it! Does anyone know where could it have?

    10.10 is no longer available unless you had previously downloaded. In this case, it would be in the purchase of the Mac App Store section. Its not available for direct plus download.

    You can directly update 10.11 El Capitan.

  • Can u please help me Sencha Application for BB10 packaging

    Can u please help me Sencha Application for BB10 packaging.

    Thank you

    First of all, from your source folder

    > package build of sencha app

    then, the package file build\package with WebWorks

  • Please help me with my email form?

    Hello

    I've set up a contact form on Muse pointing to my email address [email protected] .  I use google apps for businesses to manage e-mails from my company.  I get the message error "the server has encountered an error.'


    Here is the really strange part.  ONLY, I get this error when sending a [email protected] e-mail address.  Any other e-mail address goes through but not addresses ending with gmail.com.  Please please help.  I tried Googling, read the article that you have provided and nothing is explain this.


    Thank you in advance,

    Lefteri

    If I'm not mistaken, notification form is not received only if the address email @gmail.com is used in the submission of the form?

    If this is the case then please contact your host and let them know that @gmail.com addresses are filtered, in the case where miss me something here, please let me know.

    Thank you

    Sanjit

  • Please help - creating screens in response to a selection of Menu

    I hope someone can help me - I looked everywhere but could not find an example of this:

    We create an Blackmerry application that has a "main Menu" and based on a user selection, will bring this user to another screen.  After the user makes a treatment, the user is the screen and returns to the main menu where you can select another option.

    * nothing * I try either give me a blank white screen or an error.  I am able to create a single screen without problem, it is just to navigate to another screen and back that gives me a headache.  The layout is like this:

    MAIN Menu screen

    |

    |

    + - Option screen 1

    |

    + - Option screen 2

    |

    + - 3 screen option

    |

    Etc.

    Does anyone have a small example (maybe just give a screen with a title) and a way back (i.e. when to use "anti-pop") of the menu option?

    Please, I tried to understand this point for some time now, and I'm not having any luck.

    Thank you

    Bob DeCrescenzo

    If I understand your question, you can call the popupscreen in your second screen. You can override the onClose() method in the screen to achieve this.

    concerning

    Manoj.S

  • Please help create a button detach that detaches a document that I have attached with a button join

    Let me apologize in advance for what is somewhat a complicated question. I found a thread on this forum that I was allowed to attach a file with a click of a button - now I want to remove this file.  Here's how I'm away.

    I created a form in Adobe Acrobat DC that allows you to attach a document in the form of a click of a button.  The way in which it is programmed, it's that the button itself with an action of mouse upward, the following Javascript code is executed:

    If (app.viewerVersion < 11) {}

    import_pre_11();

    } else {}

    import_11();

    }

    Then, there's a document level javascript to attach the file that is scheduled as follows:

    Initialize the attachment number

    attachment_num = 1;

    Original location of file attachment icon

    The value of x is incremented below

    FOPI var = {x_init:-72, 72 - x:, y: - 72};  In the lower left corner of the page

    function import_pre_11() {}

    If (app.viewerType = 'Reader') {}

    App.Alert ({}

    CMSG: "you must user Reader version 11 or later to attach files to this form."

    CTitre: "attach file error"

    nIcon: 3,.

    nType: 0

    });

    return;

    }

    Invite the user to import a file

    App.Alert ({}

    CMSG: "click the OK button to select a file on your system.',

    CTitre: "attach a file",

    nIcon: 3,.

    nType: 0

    });

    try {}

    var rc = this.importDataObject ("Attachment" + attachment_num);

    If {(rc)

    attachment_num += 1;

    App.Alert ({}

    CMSG: "attachment successful.\r\rOpen Panel attachments to access attached files.",

    CTitre: "attachment Successful."

    nIcon: 3,.

    nType: 0

    });

    } else {}

    App.Alert ({}

    CMSG: "attachment canceled.",

    CTitre: 'attachment cancelled. "

    nIcon: 3,.

    nType: 0

    });

    }

    } catch (e) {}

    App.Alert ({}

    CMSG: 'could not attach file.',

    CTitre: 'could not attach the file.

    nIcon: 3,.

    nType: 0

    });

    }

    }

    function import_11() {}

    try {}

    var annot = addAnnot({)

    page: event.target.page;

    type: "FileAttachment,"

    Author: the form "user."

    name: "attachment".

    point: [oFAP.x, oFAP.y].

    content: "the folder entry on:" + util.printd ("yyyy/mm/dd hh: mm:", Date()) new, "."

    attachIcon: "Trombone".

    });

    annot.cAttachmentPath; Prompt the user to select a file to attach

    oFAP.x += 18;  Increment the x for the icon location

    } catch (e) {}

    App.Alert ({}

    CMSG: "could not reach file.\r\rPlease report this error."

    CTitre: 'file attachment error. "

    nIcon: 3,.

    nType: 0

    });

    }

    }

    This process works perfectly.  What I want to do now, is to detach from the same document with the click of a button.  I understand very basic javascript, but using the forum create the script above.  Can someone give me a solution (if it exists), to help me to detach the file attached by the user with the script above? Thank you so much in advance!

    Sorry, it's my bad... It must be:

    this.syncAnnotScan ();

  • Please help, blonde with fields for the calculation of evil!

    URGENT


    I have a question that needs urgent care


    On Adobe Acrobat 9 Pro that I've created a form through import the excel file in adobe, not the help of live program designer. I'm having the problem that the computation of a field based on another field of calculation, it will not always update regularly or properly. When it doesn't, I have to go back and edit form fields, and redo the calculations. This form is intended for multiple users and I need properties to work properly each time, not been hit and Miss. In this case, the purpose of the document is to take different calculations of each page, add the total find VAT on this amount and it amounted to a total. Those are the numbers that continue to change due to the subtotals not automatically updated when a quantity or price has changed.


    Any advice would be most appreciated.


    Very Happy

    Unlike in Excel, in forms Acrobat the field calculation order is not

    determines automatically. So, if you have a field that is, for example, the

    the sum of the fields B and C, then field D which is has * 0.15, if D is not

    After A calculated, it will result in incorrect values.

    To correct this select the object selection tool and then go to the forms - Edit

    Fields - Set field calculation order... and there, change the order of the

    fields in the list to match the desired calculation order.

  • Please help... on several form...

    Hello guys,.

    When I try to change the setting to another form, I am getting following error

    FRM - 47023:No such parameter...

    I'll double check that no errors with the parameter name.

    Well, I get the information we should set FORMS_60 path or

    Refer to FORMS_PATH R12 and 11i FORMS60_PATH $AU_TOP/forms/US

    For example:

    FORMS_PATH = $FORMS_PATH: $AU_TOP/forms/US

    I am not sure how to...

    is there something else I am missing?

    Help, please

    View.

    Nila,

    Then check if block detail properties of block data from database, query data Source name and also make sure the instructions Go_Block (retail) and Execute_Query; are there and they run. Also check if an error is made or not.

    If there is no error, and all are fine, the form should work fine. If it's not, make sure that it is the equivalent data are in the table.

    Kind regards

    Manu.

  • Help create a VLAN for domestic use.

    I use Cisco SG300 and SG200 series switch. I put my home network as attach photo.

    I want to configure VLANS with these condition

    1. all ports can connect to the internet via ADSL router.

    2.VLAN10 (home alarm and IP camera) can access residential, access point and PC file server to connect

    3. each port can connect to PC file server

    I am new to network and do not try to install myself and understand not static route.

    Thank you.

    Diego

    [email protected] / * /.

    Hi paylo,.

    Are you sure you want to do this on the switch instead of the router? Will you use static IP addresses for VLANs, or do you want your router to deliver DHCP?

    To continue using the switch for routing inter - vlan, make sure the SG300 is mode layer 3.

    1. If you are currently in mode layer 2, open a CLI connection and issue command:

    router adjustment system mode

    Take note that this will delete your current config and the switch will reboot.

    2. create the VLANS on your switch under management VLAN-> create a vlan

    3. go to IP Configuration-> interface ipv4 and assign each vlan a static IP address for the switch in the subnet for the new LAN virtual

    4. vlan management-> the Interface settings. I leave all ports as trunk ports, or change the Trunk ports, if you have already changed their.

    5. vlan Management-> Port VLAN membership. Assign your VLAN ports appropriate.

    6. when everything is all connected, you should be able to see the switch of the static routes for you already created under static Configuration of the IP-> IPV4 routes. Make sure all your subnets are there and demonstrate local range type

    7. you may need to add a route for example 0.0.0.0 with the next hop is your router

    At this point, you should be up and running, with all them VLAN connected to each other and to the internet.

    If you want to restrict access between them VLAN, you will need to create access control lists.

    You must first create an ACL (Access control-> ACL based IPV4) and give it a name. then move on IPV4 based ACE where you put real access control rules.

    This is a sample set of rules that I did, it will block all access between two subnets (each vlan that you created above should be its own subnet) and allow certain traffic like 3389 - remote desktop, etc. You will need to customize according to your needs and IP subnet. So for ex, to enable the Xbox access the file server, rather than all - everything, you put the xbox or IPs specific subnet as the source, the file server as destination, and the ports as source ports. Don't forget to do the reverse of the rule as well.

    Then go to-> links ACL access control and bind the list control access to ports there.

    Hope that helps, good luck with your game to the top.

    Best,

    David

    Don't forget to note useful messages and identify the right answers.

  • Need help creating tip Action for Navigation "Inside-the-same-slide" to let the user Play slide again

    I use 8 Captivate. It is a scenario of HTML5.

    I have need of a button which will allow the user to "replay" the slide. I don't want the button to take the user to the front, back, or do anything else. I want the button to start the slide at the beginning and play without interruption until the end.

    I am looking for help on how to do this using variables and advanced for HTML5 actions or, Alternatively, recommendations on the good tutorials for advanced actions. I prefer the tutorials that will allow me to start at the bottom. I was not able to find tutorials advanced action that assume no prior experience.

    I know that each new user must say this, and I'm afraid that's true for me too. If I can't create a HTML5 work quickly replay button, it will get me in trouble with the client.

    Try this:

    cpCmndGotoSlide is a system variable, which the index starts at 0. The variable cpInfoCurrentSlide system includes an index starting at 1. The reason for the subtraction in this Expression. You need to add continue because a tip action will not release the read head.

    Why choose Standard Simple action? -Captivate Blog

  • Please help get the logic for this

    Hello Frs,

    I need like if a number is a whole number divide by 100, otherwise if we number integer (for ex 500.23) then leave it as it is how to write a logic to find out if a number is integer or not?

    I need to write a function similar to the following

    Begin
    If invoice_amount = 500 (integer)
    then a = invoice_amount/100;
    on the other
    a = invoice_amount;
    end if;
    return a;
    end;

    If anyone has idea pls help


    Thank you
    Marilou

    Hello

    You can do this in SQL by using the CASE statement.
    For example:

    SELECT  CASE            WHEN  invoice_amount = TRUNC (invoice_amount)            THEN  invloce_amount / 100            ELSE  invoice_amount        END     AS a...
    
  • Please help drivers XP - Pro for CQ45-304TU

    Hi, I need all the drivers for my notebooks CQ45-304TU before I get off my OS notebooks.

    Thank you and best regards.

    Azhar

    Hello

    In laptop computers > laptops. Operation of systems and software section tyere is a general guide for decommissioning of the notebooks to XP which should have the answers to your questions.

    Kind regards

    ERICO

  • Please help restore the security questions for me.

    I'm trying to restore security questions via the website, but there is no success. Please help me to reset for me.

    You must ask security team account Apple to reset your security questions. To contact them, click here and choose a method; If this page does not list one for your country or if you are unable to call, complete and submit this form.

    (144314)

  • tried everyting to sort the "assertion failed" in LightroomCC, uninstall and installed it again, tried to check the photo folder in the user account, it still does not, PLEASE HELP!

    Had "assertion failure" at the launch of LightroomCC, tried everything help, uninstall and installed it again, tried to check the photo in the user account folder, still does not, PLEASE HELP!

    Thanks for the help.

    My computer scientist has created a new user in my computer and now the 6 Lightroom

    works very well.

    Thank you

  • LabVIEW control Interface 54645d, please help!

    Hi, I can't get the two signals of track or to at least get channel 2 on my labview interface signal, I get two signal on the physical oscilloscope traces and when I try and run the labview interface it only shows channel 1. I was able to save data in an excel to CSV file and get a signal (channel 1), but now I am trying to get a second signal or if not possible, to achieve at least a signal of channel 2 on another window, please help, spent time searching for solution, but came to no solution and don't know how I can get this signal displayed. If anyone knows how I can get this works or if they can test on a physical oscilloscope to meet, I would really appreciate it. Please I am again asking for help. Thank you.

    Working w / Hardware: HP/Agilent 54645D Mixed signal Oscilloscope, Interface module of 54657A module attached to the oscilloscope, connected to a PCI-GPIB, GPIB cable using the function/arbitrary function generator HP 33120 A signal generator.

    A screenshot of the material (oscilloscope/function generator and front panel Interface) and my current VI is attached. Please if you can help me get a second signal of channel 2, I'll APRECIATE it thanks.

    John

    Hi John,.

    Since you are using a scope and an IVI driver, you will not be able to use the reading VI waveform to acquire two signals. However, you can use the initiate and extract the screws to acquire the signals of the two channels. You will first use the VI launch referring to both channels, and then, you follow this command with the Fetch VI for each channel individually. This article in the knowledge base I linked below gives a more thorough description of the reason why you cannot use the VI of waveform of reading for both channels:

    Using a Driver of Instrument specific scope IVI to acquire multiple waveforms at the same time:http://digital.ni.com/public.nsf/allkb/9FC2291D4CF6851A862567B30050AB12

    I hope that this helps explain the behavior you're seeing.

    Best regards

    Anna

Maybe you are looking for

  • Remove downloaded Firefox market applications

    I downloaded an application on the Marketplace Firefox and it created a shortcut on my home screen. I deleted the shortcut, until it is in the app drawer, but he wasn't there. I know its installed yet because the market, I am able to see the button t

  • module z 4.6.7.3

    All of a sudden, I was starting to get pop up windows... And it doesn't happen on explore so I checked my addons on Firefox... And found one called 'Z 4.6.7.3' I have ever heard speak where don't forget install so I disabled it and without popups mor

  • Equium M50-235: IDE or SATA HDD?

    Does anyone know if the Toshiba M50-235 using an IDE or a SATA hard drive? Thank you!

  • Choice of DVD - RW for Tecra M2

    Please, can someone tell me what DVD/RW I can enter my M2? I´d also appreciate whether West such a thing as a multi-region available? Reason being that my current 224th Teac DW - has is short of regional options and is fixed on region 1. I had assume

  • Free update to Windows XP Home Edition to Windows XP Proffesional edition?

    Hello.Does anyone know anything about a free upgrade/promotion of Toshiba or Microsoft for Windows XP Home Edition to be upgraded to Windows XP Proffesional edition? Thank you in advance!