Need to Install Infrastructure ?

I have a query, please provide some valuable advice over that ?
we have an application developed in J2EE now we need it to deploy it to Ora 10g AS. I wanna know if i need to install the Infrastructure as an essential part of Application Server installation or simply the Midtier installation will solve the purpose.
Our Application is developed in JSP and JAVA , oracle 9i is the Database, Reports are Developed in oracle reports 6i tool.
Kindly ask if more information is required.
thanks & Regards

Hi,
for d lan, I assume ur dns (or firewall) is not directing ur request 2 d server wen u type in d url. try adding d ip address, hostname (and an optional alias) of ur server in d host file of the client.
for d net, u will need a rule allowing packets from d net to pass tru ur firewall on ports running d required services 2 ur server.
hope this helps.
chairs

Similar Messages

  • What are the components I need to install on my apps server

    Hello All,
    Our Oracle DB 10.1.0.3.0 is installed on Linux Server.
    Oracle 10g Developer Site is installed on windows XP.
    I have upgraded form & reports form earlier version 6.0..
    Now I need to install Oracle Application Server on windows 2003 (x86) 32 bit.
    I never done this b4.
    My question is that ,
    what are the components I need to install on my apps server to run Forms & Reports?
    I am installing apps server on one machine.
    But when I read documentation they said its better to install on two machine.
    Regards,
    Diana

    Yes,
    I'm sorry to tell you but for forms and reports (BI) you need to install almost everything, you need to install an infrastructure as first components, and then a midtier for AS with Business Intelligence option, in this second component you can chose to install Reports, forms, OCJ4, Portal, any other component you need or you thik you will need in the future.
    You can install both in one Server if you don't have resources for 2 or 3 thinking on load balance. It works fine for me in one server but my operation is not too big.
    Carlos

  • Need to install NW 7.0 BW component with EHP1

    Dear All,
       We are in need to install BW component 7.0 with EHP1 SR1 and we are using the installation master "51036888_13".
    I can able to see 1. SAP process integration
                               2. SAP Mobile Infrastructure
                               3. SAP application server ABAP
                               4.SAP application server Java
                               But not seperately for BW.
    In 7.0 we have the option to chose the usage types during the installation steps. But in 7.0 with EHP1 SR1, what the right way to install to BW component. Please help us
    Regards
    Raj

    Hi,
    You will not find BW seperately, You have to proceed with the option 3. SAP application server ABAP.
    SAP_BW is the base component of the SAP ABAP system, Later you have to install the BI content.
    Regards,
    Vamshi.

  • 11gR2 - ACMCA needs Oracle grid infrastructure to configure ASM

    Hi
    I am installing single instance oracle 11gR2 on linux redhat 5
    I have problem with 11gr2 ASMCA.
    I successfully installed 11gR2 oracle grid home.
    Than i wanted to create the ASM diskgroup using asmca
    The disks was succssefully discavered , but the creatation failed on the following error messages:
    Oracle Grid infrastructure is not configured properly
    ACMCA needs Oracle grid infrastructure to configure ASMI think it maight be related to root.sh problem.
    1. where i can find the root.sh log output ?
    2. Is it "safe" to rerun the root.sh once again ?
    3. Could you please suggest what to check ?
    Thanks

    Hi There
    You need to run root.sh script once again as root user. The script can be found immediately under the GRID home
    for eg:/opt/11.2.0/grid/root.sh
    upon running this script it will then ask u to run another script for Standalone servers
    /opt/11.2.0/grid/perl/bin/perl -I/opt/11.2.0/grid/perl/lib -I/opt/11.2.0/grid/crs/install /opt/11.2.0/grid/crs/install/roothas.pl
    You need to run this again as root user
    This will configure the GRID infrastructure for a Standalone env.
    After this you should be able to run ASMCA without any issues
    Regards
    vgt

  • ASMCA needs Oracle Grid Infrastructure to configure ASM

    Hi,
    I am trying to install ASM 11gR2 on RHEL5. I am using VMWare Workstation for this.
    I have already installed Oracle database software and Grid Infrastructure on this machine.While installing Grid Infrastructure, I chose install Grid Infrastructure software only.
    Once this was successfull I am trying to create ASM instance using asmca.
    Regarding the disks, I am using raw devices. I created a virtual disk which I have partitioned but haven't formatted it. Done this to create raw device
    [root@localhost sysconfig]# /bin/raw /dev/raw/raw1 /dev/sdb
    /dev/raw/raw1: bound to major 8, minor 16
    and have added
    ACTION=="add",KERNEL=="sdb",RUN+="/bin/raw /dev/raw/raw1 %N"
    to /etc/udev/rules.d/60-raw.rules
    Then I tried creating the disk but it failed. So I did the following steps to fix it
    [root@dhcppc2 Softwares]# /etc/init.d/oracleasm createdisk VOL1 /dev/sdb
    Marking disk "VOL1" as an ASM disk: [FAILED]
    [oracle@oracle11gR2 grid]$ tail -f /var/log/oracleasm
    Device "/dev/sdb" is not a partition
    To fix this
    [root@localhost ~]# /usr/sbin/asmtool -C -l /dev/oracleasm -n VOL1 -s /dev/sdb -a force=yes
    asmtool: Device "/dev/sdb" is not a partition
    asmtool: Continuing anyway
    Now I am able to view the asmdisk through listdisks option.
    Have set following environment variables before running asmca
    [oracle@oracle11gR2 ~]$ export ORACLE_HOME=/u01/app/oracle/product/11.2.0/Grid
    [oracle@oracle11gR2 ~]$ export PATH=/u01/app/oracle/product/11.2.0/Grid/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    When I am running ASMCA I am facing this error - Oralce Grid Infrastrcture is not configured properly. ASMCA needs Oracle Grid Infrastructure to configure ASM
    Any thoughts?

    Hi Aman,
    Thanks for the reply.
    Is it possible to configure 11gR2 ASM on single instance databases ? I have done the config with 10g but I am struggling with the Grid Infrastructure. For eg: when I do deinstall of Grid Infrstructure
    +[oracle@oracle11gR2 deinstall]$ ./deinstall -home /u01/app/oracle/product/11.2.0/Grid+
    ORACLE_HOME = /u01/app/oracle/product/11.2.0/Grid
    Location of logs /u01/Softwares/oracle11gR2/deinstall/logs/
    +############ ORACLE DEINSTALL & DECONFIG TOOL START ############+
    +######################## CHECK OPERATION START ########################+
    Install check configuration START
    Checking for existence of the Oracle home location /u01/app/oracle/product/11.2.0/Grid
    Oracle Home type selected for de-install is: SIHA
    Oracle Base selected for de-install is: /u01/app/oracle
    Checking for existence of central inventory location /u01/app/oraInventory
    Checking for existence of the Oracle Grid Infrastructure home
    Install check configuration END
    Traces log file: /u01/Softwares/oracle11gR2/deinstall/logs//crsdc.log
    Network Configuration check config START
    Network de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/netdc_check42401.log
    Network Configuration check config END
    Asm Check Configuration START
    ASM de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/asmcadc_check42402.log
    +ASM configuration was not detected in this Oracle home. Was ASM configured in this Oracle home (y|n) [n]:+
    ASM was not detected in the Oracle Home
    +######################### CHECK OPERATION END #########################+
    +####################### CHECK OPERATION SUMMARY #######################+
    Oracle Grid Infrastructure Home is:
    The cluster node(s) on which the Oracle home exists are: (Please input nodes seperated by ",", eg: node1,node2,...)null
    Oracle Home selected for de-install is: /u01/app/oracle/product/11.2.0/Grid
    Inventory Location where the Oracle home registered is: /u01/app/oraInventory
    ASM was not detected in the Oracle Home
    +Do you want to continue (y - yes, n - no)? [n]: y+
    A log of this session will be written to: '/u01/Softwares/oracle11gR2/deinstall/logs/deinstall_deconfig2010-08-07_01-31-49-PM.out'
    Any error messages from this session will be written to: '/u01/Softwares/oracle11gR2/deinstall/logs/deinstall_deconfig2010-08-07_01-31-49-PM.err'
    +######################## CLEAN OPERATION START ########################+
    ASM de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/asmcadc_clean42403.log
    ASM Clean Configuration END
    Network Configuration clean config START
    Network de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/netdc_clean42404.log
    De-configuring backup files...
    Backup files de-configured successfully.
    The network configuration has been cleaned up successfully.
    Network Configuration clean config END
    ---------------------------------------->
    Press Enter after you finish running the above commands
    +<----------------------------------------+
    I don't see any commands to run but the deinstall blindly says that
    "Press Enter after you finish running the above commands"
    and while looking at the net I found out it might be something similar to this
    /u01/Softwares/oracle11gR2/deinstall/perl/bin/perl -I/u01/Softwares/oracle11gR2/deinstall/perl/lib -I/u01/Softwares/oracle11gR2/deinstall/crs/install /u01/Softwares/oracle11gR2/deinstall/crs/install/rootcrs.pl -force -delete -paramfile /u01/Softwares/oracle11gR2/deinstall/response/deinstall_Ora11g_gridinfrahome1.rsp
    Should I run the previous command as root.
    Am I doing things in the right way or am I missing something here?

  • ASMCA needs Oracle Grid Infrastructure to configure ASM - 11gR2 on SLES11

    Hi,
    I'm trying to install 11gR2 with ASM on a new SLES11 Server. So far i successfully installed the Database Software but struggle now when it comes to installing the Grid Infrastructure.
    Partitioning and stamping the disks as ASM disks worked fine, oracleasm listdisks would give me my disknames as output.
    So far so good - in the grid infrastructure installer i chose "install and configure grid infrastructure for a standalone server"
    The setup was working, i executed the root.sh script without any issues - but configuring ASMCA failed with the following error:
    INFO: Read: Error while detecting Oracle Grid Infrastructure. ASMCA needs Oracle Grid Infrastructure to configure ASM.
    Unfortunately i couldn't find a lot about it on the internet - i'm very stuck here..
    Any ideas?
    Andrea

    i used raw devices in my first attempt - but read that it's not supported anymore - so i configured them as asm disks using the oracleasm tool.
    which worked.. so the disks can not be the problem
    i already read amans solution before posting here - but the problem in that thread was different - the guy installed the grid infrastructure software only and then tried to manually configure it, which failed.
    His solution was to delete his previous install and choose '+Install and Configure Grid Infrastructure for a standalone server+' in the installer.
    I already started my installation with Install and Configure Grid Infrastructure for a standalone server ... so that's no solution either :(

  • Do I need to install CS3 on Windows 7 64 bit before installing CS5 Upgrade?

    I am replacing a graphic designer's Windows Vista laptop with a Dell Precision T5500 desktop.  Do I need to uninstall CS3 from the laptop and decommission the serial number?  Then do I need to install CS3 on the new desktop before installing the CS5 upgrade?  I was told I needed to decommission the installation, but I don't remember having to do that with other installations.  Thanks in advance!

    You should definetly deactivate any software before uninstalling. But you don't have to install CS3 in order to install CS5. Just have the serial number handy for verification. That said, depending upon the user's needs, you might want to leave CS3 available.
    Bob

  • HT2305 I have a new computer with Windows 8 OS.  Do I need to install drivers so that my Ipod Nano will sync with this new computer:

    My daughter gave me a new Ipod (Nano) for Christmas.  I had no problem download my songs from my old Ipod (Shuffle) to the new one.  However - since I do not buy songs on a regular basis, I did not buy a new song until 4/29/13.  Now for information...sometime in March my old laptop died, completely.  I had to go buy a new one - which I did and this new one has Windows 8 Operating System on it (which I hate, btw). 
    Now, when I bout a song on Tuesday, the song did not go to my new Ipod.   I tried everything and finally had to talk to a tech - who was very kind in helping me and we did get all my songs from Itunes to this new computer.  I thought the song I bought would then go on the Ipod - but it did not.  I had already hung up from the tech - since we had been talking on the phone for about an hour.  He informed me that he was giving me a "courtesy break" because it has been over 90 days since my new Ipod was purchased ---- just my darn luck! 
    Anyway, I have figured out on my own that the new Ipod Nano is not synced with the new laptop with Windows 8.  I have been trying for the last 2 hours to get it to do so and in doing so, found out that Windows 8 is not mentioned in any of the help forums.  So...my question is:  Do I need to install drivers on the computer or what?  I will not be purchasing anymore music from Itunes until I get this matter resolved.  Any help will be apreciated. Thank you.
    Judy1942

    Try http://members.lightroomqueen.com/index.php?/Knowledgebase/Article/View/1165/187/how-do-i- move-my-catalog-photos-and-other-lightroom-files-to-a-new-computer

  • Reporting Services 2012 in SharePoint 2010 - do I need to install SSRS on each server?

    Have spent some time today setting up SSRS2012 with SP1 Business Intelligence Edition on our test SharePoint 2010 farm.  The SharePoint farm is four servers (plus a database) - one of the application servers will host the SQL Server 2012 instance and
    SSRS 2012.
    I've installed SSRS 2012 on one of the servers in SharePoint mode, and seems to be configured correctly in Central Admin - can view the system settings, it reports that the SQL Server Agent is running, etc.  I've also installed the SSRS 2012 SharePoint
    Add-In on all servers.  However, I'm getting the following error whenever I try to do anything with reports (such as deploying or running):
    Name=Request (POST:http://sharepoint/reports/ReportService2010.asmx) System.Runtime.InteropServices.COMException: The file you are attempting to save or retrieve has been blocked from this Web site by
    the server administrators.
    Sure enough, if I try to connect to that ReportService2010.asmx URL in a browser, I get the same error.  Note that http://sharepoint is NOT the server I installed SSRS on - this is a web front-end.
    Can I assume that I need to install SSRS2012 (SharePoint integrated) on all SharePoint servers in the farm?  Or is this another issue?

    You only need to install the Add-on for the additional servers. Have you configured the SSRS Service Application?
    http://blog.helloitsliam.com/Lists/Posts/Post.aspx?ID=66
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Successfully downloaded and installed Adobe Reader on my PC ... ( Windows 7 home premium (64 bit) OS).  Cannot print adobe documents... Error message indicates need to install plug-in for adobe reader for windows 7 home premium (64 bit) OS               

    Cannot print adobe documents ... Error message indicates a need to install plug-in for adobe reader.
    Please advise how/where to locate the required adobe reader plug-in...
    Thank you,
    Joe Curcio

    What is the full and exact message you are getting?
    If the PDF contains Rich Media, the Flash Player plugin may be required: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe

  • I have a fully paid subscription to CC and use of installed programs but I can no longer sign in to CC. It repeatedly says "You've been signed out". I have the need to install another program but I can't sign in.

    I have a fully paid subscription to CC and use of installed programs but I can no longer sign in to CC. It repeatedly says "You've been signed out". I have the need to install another program but I can't sign in.

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html

  • Do I need to install forms 6.0 & reports 6.0 on separate homes

    Hello All,
    I need to install Oracle developer suite 6.0 & Oracle Developer suite 10g on the same computer.
    I have planned to install both on separate homes.
    My question is that "Do I need to install forms 6.0 & reports 6.0 on separate homes?".
    Regards,
    D

    Hello,
    no, it is not necessary to Install Forms6i and Reports6i in a different Oracle Home.
    Francois

  • Satellite C855D-S5205 need to install win7 32bit

    Dear All,
    Please help me.. I need to install windows 7 32 bit on this laptop but not successful
    and Now I've been delete Drive C: tell me some solution for solve this problem
    Thank you in Advance

    Hi! Go here!
    https://support.toshiba.com/repair
    You need to order the recovery discs and start over. Goodness people this is not Rocket Science! You need a media to install a operating System. Toshiba has given you all the tools to do these things. There is more than just knowing where the power button is. You can't just delete or formatt and exspect miracles. If you failed to create the recovery discs, then order them from Toshiba
    Dokie!!
    I Love my Satellite L775D-S7222 Laptop. Some days you're the windshield, Some days you're the bug. The Computer world is crazy. If you have answers to computer problems, pass them forward.

  • Need to Install Safari 6.0.2 on a white Intel core duo iMac. Had to throw out 6.0.3 because of conflict with required software. Downloaded wrong version that was for Mountain lion (I am running 10.7.5). It installs but won't open.

    Need to Install Safari 6.0.2 on a white Intel core duo iMac. Had to throw out 6.0.3 because of conflict with required software. Downloaded wrong version that was for Mountain lion (I am running 10.7.5). It installs but won't open, says it is for Mountian Lion.
    Of course I can't throw it away since I get a message it's part of the sytem. I can show package contents and throw those away, but evidently not a good idea!!

    Need to Install Safari 6.0.2 on a white Intel core duo iMac. Had to throw out 6.0.3 because of conflict with required software. Downloaded wrong version that was for Mountain lion (I am running 10.7.5). It installs but won't open, says it is for Mountian Lion.
    Of course I can't throw it away since I get a message it's part of the sytem. I can show package contents and throw those away, but evidently not a good idea!!

  • I am trying to download a book on my ipad. It says I need to install itunes. I have itunes already. I frequently get a message to re-install itunes. I do, but I still get the message, and I still can't get the book on my ipad.

    I am trying to download a book on my ipad. It says I need to install itunes. I have itunes already. I frequently get a message to re-install itunes. I do, but I still get the message, and I still can't get the book on my ipad.

    you can download a new installer and serial number from Adobe at Adobe - CS2 Downloads

Maybe you are looking for

  • Duplicate all-day events on calendar

    I noticed that on my iPod Touch calendar, all of my all-day events go on for two days. For example, a person's birthday is showing up as going from Dec. 1-Dec. 2. On my computer's iCal, all of my all-day events look normal. What could be causing this

  • Additional field in Case Record - Records Mgmt

    Hello Experts, I have created a Record Model with a Model Node and to each Model Node I attach a document. The requirement is such that for each Document attached to the Model Node, some additional values have to be captured such as Validity Date, De

  • Make button invisible until end of flv

    I am trying to create a flash file for flash player 6 and 7 that plays a flv video and when the video is finished you see, over the last frame of the video, 2 buttons. The buttons would be "replay video" or "go to url". Also how can I make them dissa

  • Best way to assign timestamp in coherence?

    What is the best way to assign a timestamp to an object when it is added to a cache? Should I just do this or is there something more efficient? public class NewOrderTrigger implements MapTrigger {     public NewOrderTrigger() {     public void proce

  • Syntax error  with Transformation

    Hi all, I am trying to write a routine in Transformation which reads the navigation attribute of the char Ymaterial from a ODS and fills an internal table which will then be uploaded to a char in the cube. The Code looks like the one below: $$ begin