Advance oracle apps installion help needed

dear all,
have 5 sun servers and i want to do the follwoing installation on them.
-db node (shared node) on one server.
-3 web/froms servers to hold the web and forms and the other components.( i
will have 3 web and 3 froms servers on the 3 server).
i need to do this advanced installation in away to have one database server and
3 nodes of web and forms servers.
we tired do that but the rapedinstaller keep giving us that we only can have a
primery webnode but we need to have 3 web nodes incase of one node
faluiure(high avilableyt) i need techincal deatles and notes avilable on how to
do that i already serach metalink and i found note 217368.1 "Option 2.3. Apache
JServ Layer Load Balancing" i need to know what how can i reach this topology
from hte technical side.
i also want to know if i managed to did that how can i access the applcaiotn am
i going to have 3 links or i just keep loing to one sever and incase of faliuer
it will connect me to the other server.

Hi, i recommend to you to read the notes 306653.1 and 217368.1. In the last note you have to make a compound of the following points
Option 2.2. HTTP Layer Hardware Load Balancing
Option 2.3. Apache JServ Layer Load Balancing
Option 2.4. Forms Server / Metrics Layer Load Balancing
Option 2.5. Concurrent Layer Load Balancing
Finally what you have to do is has a load balancer of hardware or software (oracle webcache), and on handle an only one url for the final users, the work to distribute the requests towards your web/forms servers is the load balancer.
If one server was managing to fall down then the load balancer will working only with the alive servers. In sumary you apply a mix of the four options in the note 217368.1.

Similar Messages

  • How to get complete oracle apps R12 help text?

    Is there any way that i can get all Oracle Apps R12 help text as .html file.

    Ateeq,
    Download (Patch 5051400) which is the Online Help for Oracle Applications Release 12, and (Patch 6400100) which is the consolidated online help for 12.0.4

  • How much Oracle Apps knowledge is needed to master SOA Suite 11g?

    I am an experience server-side java developer with little experience with Oracle Apps. I have worked on BPEL process manager earlier, but the new SOA Suite 11g has much more than just BPEL PM. When I go through the Oracle documentation, most of the examples are based on Oracle Apps that a person with little knowledge on for example, PO processing etc cannot understand very clearly. Is there any other way, I can get some standalone examples that are not based on Oracle Apps ?
    Share some examples pls.

    Hello Vivek,
    This is Vijay Kumar - Currently I am working on JD EDwards ERP Software which you might be aware of. Now I want to know Oracle Fusion - BPEL specifically.
    I need some help from you. By looking at your profile I am thinking you have some good experiece in that area and suggest me how to learn it. can you give me your phone number and email id to contact you. here is my email id [email protected]
    Thanks,
    Vijay

  • Oracle ADF project help needed

    Hi all,
    Looking for some guys to help out on a project for about 7 weeks. Start early March. On site. Oracle ADF with Java. Good pay rates!
    Thanks a lot, please contact me!

    Hi,
    very nice to talking with you through oracle forums. what kinds of help you needed.
    You are looking for java with oracle ADF, Toplink developer....or anyother
    can you make it clear.
    regards,
    abu
    Message was edited by:
    asufian

  • Problem connecting Crystal reports 10 to Oracle 9, urgent help needed

    Post Author: SemV
    CA Forum: Data Connectivity and SQL
    I am working with Crystal reports Developer 10, connecting  it to different native and ODBC datasources, everything working fine, exept the case when I am trying to connect to Oracle 9 ( I tested it with Oracle 10  - got the same result) through ODBC driver. I am getting list of users of specified Oracle DB, but instead of further division on Tables, Stored procedures, Views and Qualifiers for certain user, I am gettting plain list of stored procedures, without possibility to select certain table I need. When trying to connect on the same machine, with the same Crystal and Oracle client installation trough native Oracle driver it works fine.
    I tried to download and use last version of the Oracle ODBC drivers for Oracle 9.2 from Oracle web-site, but it didn't work and I got message about odbc driver internal error.
    Can anyone, pls, suggest, what the might be a reason for the problem and what can I do to fix it or to try to fix it.

    Post Author: synapsevampire
    CA Forum: Data Connectivity and SQL
    Oracle ODBC is more problematic, why not use native?
    If you want additional help, state speicifcally what the error was and when you received it.
    -k

  • Oracle Forms6i Implementation - help needed

    I have a table structure like below.
    CREATE TABLE test
    test_seq_no NUMBER,               -- Primary key
    test_case_id VARCHAR2 (15) NOT NULL,
    test_dct_seq_no NUMBER (4),
    test_atyp_code VARCHAR2 (6) NOT NULL,
    test_pid NUMBER (8) NOT NULL,
    test_act_text VARCHAR2 (100),
    test_due_date DATE,
    test_assn_date DATE DEFAULT SYSDATE,
    test_assn_user_id VARCHAR2 (30) DEFAULT USER
    TEST_CASE_ID, TEST_DCT_SEQ_NO, TEST_ATYP_CODE and TEST_PID fields are coming from 4 different tables. Users need a screen with two blocks for data entry into this table.
    Upper block will have following fields in a tabular format with maximum of 4 records.
    TEST_ATYP_CODE,      TEST_PID,     TEST_PID_DESC,     FREE_TEXT_FIELD,     DUE_DATE
    And in 2nd block, they have following in tabular format with 10 records.
    TEST_CASE_ID,      TEST_CASE_DESC,      TEST_DCT_SEQ_NO,     TEST_DCT_SEQ_NO_DESC
    They want to assign action type (TEST_ATYP_CODE) to users (TEST_PID) in 1st block and then create multilple CASE entries into 2nd block.
    e.g. If they have 2 records entered in assignment block (first block) and 4 records in 2nd block, it should save 2x4 = 8 records into the table.. meaning all
    values in each record of 1st block are applied to all records in the 2nd block.
    They also want to query on this form and want to re-assign or change the ACTIONS or ASSIGNEES or CASES on multilple records in one go.
    How can I do this in Oracle Forms6i?
    I am thinking to suggest them to change screen layout to have all table fields in ONE block (since they are from ONE table) and let them set the DEFAULT values in 1st control block which are used for creating 2nd block entries.
    Please suggest any ideas for implementation? Like, how many data blocks, control blocks and how to handle query, inserts etc.
    Thanks!

    Thank you for replying.
    Well, table structure is normalized and even if i further split the table, it can become master-detail but they don't want to save the details for each master. They want to enter multiple masters and multiple details in one go. e.g. if they entered 2 records in master block and 4 records in details, it should save 2x4 = 8 records at once.
    You are right, it can work first time... I can create two blocks. One control block and one DB detail block and for each control record I can save all details and then go to next control record and save all details for it and so on. But how will I keep track if they need to change just one instance of either control or detail.
    Another possibility would be that they select a control record for which they want to enter details and let system populate the control values into detail and they enter rest of details. But this will require more data entry to create details for each control record.
    Any ideas are welcome!

  • Cs4 Mac : linking to open external .app files, help needed!

    I have completed a CDROM for pc users for a client.
    The CDROM contains 15 quizzes in exe format.
    A 'portal' file links to each of these quizzes, so the user returns, having opened and completed the (.exe) quiz file, to the portal and takes another quiz.
    the code to open these 15 quiz files
    on(release){
    fscommand("exec","openexe15a.bat")
    This opens the bat file, which opens the exe
    ----- This works fine
    However, my client wants a mac version,
    I cant find a way to link to the macintosh projector file within the portal file.
    fscomand doesnt work, geturl doesnt work.. any help really would be appreciated.

    I don’t know how .Mac Backup works, so all I can say is which are the files & folders you need to restore from the backup (assuming you did actually back up them, that is).
    Mail stores most preferences and all account settings in ~/Library/Preferences/com.apple.mail.plist (except the passwords, which are stored in the keychain). Everything else, including all your messages and mailboxes, is stored in ~/Library/Mail/.
    Similarly, Address Book (whose data you should back up as well) stores the settings in ~/Library/Preferences/com.apple.AddressBook.plist and the data in ~/Library/Application Support/AddresBook/.
    Other applications store preferences and data in other places. You may want to ask in the appropriate forums for more information on those.
    You may also want to read this:
    How to back up and restore your important Mac OS X 10.4 files
    Note: For those not familiarized with the ~/ notation, it refers to the user's home folder, i.e. ~/Library is the Library folder within the user's home folder.

  • Java with oracle ...Help needed urgently.?

    I want to store my java object into oracle .my question is how to get mapping of java with oracle object done.Please if anyone reads and knows abt it plz help me.

    Give more details.
    are you talking about java stored procedures? or using oracle as ordbms?
    version of oracle??
    In any case you can get documentation from http://otn.oracle.com
    Saifuddin

  • APP STORE HELP NEEDED!!!!!!!!!!!

    Ok, so I have an iPhone and I purchased NFS HP from my computer and when it finished installing and syncing and all that stuff, a window popped up and said something that it couldn't be installed because its resources changed, something like that, so guys tell me what to do. I deleted the app and it's downloading right now and I'll see if that works (isa) but anyone's help would be much appreciated.

    it's okay guys, when I deleted the app and installed it, the app was successfully installed.

  • DW CS5 APP - CSS Help Needed

    I'm trying to learn about using CSS in DW CS5 and I could use some help....
    like....
    - I'm a bit confused with the difference in CSS / HTML tabs in property inspector - like why is there 2 not just 1?
    - also working with css in tables .... I try to edit / delete / change from 1 class to another and it doesn't do what I expect - that sort of thing
    - also I'd like to highlight some text and simply add css to it easily - (from css window?)
    - any way you get the ideas
    Q: are there some simple DW CS5 tutorials to get me going?

    - I'm a bit confused with the difference in CSS / HTML tabs in property inspector - like why is there 2 not just 1?
    Two what?  The HTML 'tab' gives you access to HTML properties, and the CSS 'tab' to CSS properties.  Is that what you mean?
    - also working with css in tables .... I try to edit / delete / change from 1 class to another and it doesn't do what I expect - that sort of thing
    You would have to show us what you are doing, what you expected to see, and what you actually saw.  A look at your code would be the very best way to help you with this.
    - also I'd like to highlight some text and simply add css to it easily - (from css window?)
    Sorry - I don't follow.  Highlight text and add what CSS to it?
    - any way you get the ideas
    Well, as a matter of fact, no. I don't.
    Q: are there some simple DW CS5 tutorials to get me going?
    The very best bet would be to spend your time learning about HTML and CSS - you can do that at http://www.w3schools.com.  If you are comfortable in those two, DW will be easy.

  • Help to install oracle apps

    Hi all
    I want information regarding installation of oracle apps.I am totaly new to oracle apps even i dont know which is latest version for oracle apps.so where can i get documents to install oracle apps.please help me

    HI Amit,
    I want information regarding installation of oracle apps.I am totaly new to oracle apps even i dont know which is latest version for oracle apps.so where can i get documents to install oracle apps.please help meThe latest version of oracle applications is 12.1.3
    You can download the software from http://edelivery.oracle.com
    You can download the complete documentation from link:
    http://download.oracle.com/docs/cd/B53825_07/current/html/docset.html
    Hope helps :)
    Regards,
    X A H E E R

  • Benefits of creating form functions in oracle apps

    hi all
    i want to register a new form in oracle apps,
    why i need to create form function to every form i register?
    thanks

    Same form can be use in multiple functions but on form should have one form function to System Administrator administers function security by creating
    responsibilities that include or exclude particular functions.
    The function can be a form, process, servlet, SSWA plsql function or more. So customized form needs a function to define in security by responsibility.
    Regards,

  • URGENT!Stuck while installing the Oracle apps 11.5.8 on Windows 2000 Server

    Hi All,
    I am installing the Oracle applications 11.5.8 on windows server 2000 using the rapid install 11.5.8.11(which was part of the cd pack).
    I am using the Windows CD Pack(which consists of 19 cds)
    To start with, it has passed all the pre install checks(including the utlity check, system check etc), every thing was succesful and then I started the installation.
    And then I started installing, I inserted 1 cd at a time. Every thing went smoothly until the 5 cd. While processing the 5th CD, it started spawning the dos session and was trying to connect to the created database. And it was not able to do so.
    I could see from the status bar that it was trying to run the scripts like adlicnse.sql, adclobtmp.sql ,adclobconv.sql
    and throwing the following message
    ora-01089: immediate shutdown in progress
    and was asking me to enter the user name . When I entered the username and password, it throws the message saying that
    "ora-01089: immediate shutdown in progress".
    After such unsuccesful attempts for each of the above mentioned file, I finally go the "Oracle Applications Rapid Install Wizard Alert"
    displaying the below message.
    Error code received when running external process.
    Check log file for details.
    Running Database Install Driver for PROD instance.
    and then with the "Retry" and "Abort" buttons. When I pressed the retry button,still get the same message. (And I did not find any log file to look for).
    Please let us know what are we supposed to do now and what is the exact reason why it is not able to connect to the database.
    I have not tampered with any of the files. This is a urgent requirement for us to install the oracle apps, please help us immediately and any help is widely appreciated.
    Thanks.

    your problem is not very unusual... I also faced the similar situation cpl of times when Oracle was not able to continue the installation coz the Immediate Shutdown was failed. Actually During the installation, Oracle mounts/opens the database and shuts it down many times and few times, Oracle is unable to shutdown cleanly as some process is hanging or not responding.
    Piece of advise is that always use staging area to install Apps as it takes long time on Win2K (anything between 4-12 hrs) to install it and CDROM Access is lot slower than HDD. Also, it will prompt u every time to insert tbe CD. All this hassle can be bypassed by using the staging area. Read the Installation help document on how to create it.
    For failure reasons, look in ur installation log file which is created in the default Temp folder usually C:\documents and settings\USERNAME\local settings\temp for WinXP or C:\winnt\documents and settings\USERNAME\local settings\temp for Win2K.
    post or email me at [email protected] or [email protected] for further help/details.

  • Need help for switching to Oracle Apps

    Hi All,
    I am a System Analyst working in Singapore for the last 6 yrs.Currently for the last 3+ years i am in the project implementation & support team for ERP Team.We are using JD Edwards.Currently i have the role of Functional Consultant.
    I want to shift to Oracle Apps (11i).The reason being there is not much scope in JD Edwards.Intially i was working in Developer 2000 as a Forms/Reports Developer.
    I couple of questions to ask :
    1) Do i need to go though a Oracle Apps Training as i already have experience in Jd Edwards ??
    2) Can somebody recommend some good Training institutes in Singapore with Placement Assistance ??
    3) Do anybody knows any company in Singapore who can give training in Oracle Apps and take in professionals who want to make a switch but have experience in another ERP package ??
    Thanks
    Regards

    Hi,
    As you said you were initially working on Developer2000 so it would be lot easier since there would enough background on PL/SQL,forms and reports.Best thing for you I would recomend is pick 2 or 3 modules of your area in JD Edwards like Financials(General Ledger,Recievables,Purchasing,Payables,Fixed Assests...) or HRMS Suite(HRMS,Payroll,Advanced Benefits) which I believe the core business logic for any ERP would be the same. So pick your strong modules in JD Edwards and go through the Oracle Apps Doc. which is available online.In the documentation you will find Application Developer Guide which will be helpful if you are looking to be an Technical Person or you can go through the Module wise documentation if interested in Functional position. Either case better to have overall idea about interested module I mean how the logic and setup will be.
    Initially it will be rough however if you don't give up Apps is lot easier.
    Regards
    Uday Ravipati

  • Please I need help in java oracle.apps.per.DataInstall

    Hi all
    Please can any body help me , when I try to run datainstall to prepare add hrglobal patch by using this command:
    java oracle.apps.per.DataInstall thin hostname:dbport:oraclesid
    but I got this error :
    Data Install java.sql.SQLException: Io exception: Got minus one from a read call
    Regards

    Hi,
    Please mention the application release along with the database version and OS.
    Are you running the command as applmgr user and after sourcing the application env file?
    java oracle.apps.per.DataInstall thin hostname:dbport:oraclesidAre you passing the apps username/password to the command?
    java oracle.apps.per.DataInstall <apps username> <apps password> thin <host:port:sid>
    Latest Oracle HRMS Legislative Data Patch Available (HR Global / hrglobal) [ID 145837.1]
    Please see the suggested solutions in these docs.
    Application Of Patch 5404886 Fails During AK Load Session Error: 17002 Io Exception: Got Minus One From A Read Call [ID 404313.1]
    Unable to connect jdeveloper to 11.5.10 instance [ID 294685.1]
    Thanks,
    Hussein

Maybe you are looking for