Urgent! Application tier and Data tier on different platforms

Hello!
I would be very grateful if someone confirms that the deployment of the Beehive, where Application tier and Data tier are placed on different platforms, is supported.
For example, Oracle Database (Data tier) on Linux, and Oracle Application Server (Application tier) on Windows.
Thanks in advance.
Dima.

Hi Dima,
Yes, this will work.

Similar Messages

  • Differcence between  2-tier and 3-tier

    hiii,
          diff between 2-tier and 3-tier sap architecture??

    The easiest way to explain this is, as you suggest, by an example. So I'll give you an example.
    Let's suppose I'm going to write a piece of software that students at a school can use to find out what their current grade is in all their classes. I structure the program so that a database of grades resides on the server, and the application resides on the client (the computer the student is physically interacting with).
    When the student wants to know his grades, he manipulates my program (by clicking buttons, menu options, etc). The program fires off a query to the database, and the database responds with all the student's grades. Now my application uses all this data to calculate the student's grade, and displays it for him.
    This is an example of a 2-tier architecture. The two tiers are:
    1. Data server: the database serves up data based on SQL queries submitted by the application.
    2. Client application: the application on the client computer consumes the data and presents it in a readable format to the student.
    Now, this architecture is fine, if you've got a school with 50 students. But suppose the school has 10,000 students. Now we've got a problem. Why?
    Because every time a student queries the client application, the data server has to serve up large queries for the client application to manipulate. This is an enormous drain on network resources.
    So what do we do? We create a 3-tier architecture by inserting another program at the server level. We call this the server application. Now the client application no longer directly queries the database; it queries the server application, which in turn queries the data server.
    What is the advantage to this? Well, now when the student wants to know his final grade, the following happens:
    1. The student asks the client application.
    2. The client application asks the server application.
    3. The server application queries the data server.
    4. The data server serves up a recordset with all the student's grades.
    5. The server application does all the calculations to determine the grade.
    6. The server application serves up the final grade to the client application.
    7. The client application displays the final grade for the student.
    It's a much longer process on paper, but in reality it's much faster. Why? Notice step 6. Instead of serving up an entire recordset of grades, which has to be passed over a network, the server application is serving up a single number, which is a tiny amount of network traffic in comparison.
    There are other advantages to the 3-tier architecture, but that at least gives you a general idea of how it works.
    Incidentally, this website is a 3-tier application. The client application is your web browser. The server application is the ASP code which queries the database (the third tier) for the question-and-answer you requested.
    I hope that helps!  dont forget to give points if useful

  • Difference between 3 Tier and N-Tier architecture in HFM

    Hi Gurus
    What is the Difference between 3 Tier and N-Tier architecture in HFM?
    regards
    Smilee

    3 Tier is a client/server architecture with 3 fixed tiers: Presentation / User Interface Layer, Business Logic Layer, and Data Layer.
    N-Tier architecture is also a client/server architecture; however, it may not have 3 tiers. 3 Tier IS a specific type of N-Tier architecture.

  • Oracle E-Business Suite 12.1.3 App Tier and DB Tier in US-West region

    Hi,
    We need to setup 12.1.3 Vision instance on Amazon EC2. When I am checking details on AMI (Amazon Machine Images) for Oracle E-Business Suite 12.1.3 App Tier and DB Tier, I see below
    “This AMI is currently available for use in the US-East region and for the High-Memory instance family (m2.xlarge, m2.2xlarge, and m2.4xlarge)”
    Does it mean we can’t use it for US-West region? I could not find any phone number to contact AWS sales person.
    we need to setup instance this week for client's demo. Appreciate quick response.
    Thanks,
    Jigisha

    Hello
    See the logfiles adwork001.log to adwork004.log. The last lines show the errors ocurred. The best thing to do is to open an SR with Support sending those error messages.
    Hope this helps.
    Octavio.

  • 2 tier and 3 tier

    what is 2tier archiyecture and 3 tier and difference between them?
    please give me solution for this ..

    You can check these link to have more knowledge:
    http://en.wikipedia.org/wiki/Client-server_architecture for 2 tier
    http://en.wikipedia.org/wiki/Multitier_architecture for 3 or more tier
    http://www.virtu-software.com/ask-doug/QandA.asp?q=48 to compare
    Thanks,
    Gordon

  • Import / export of Application view and Data Form

    Hi,
    I'd like to know if it's possible to backup or export Applications View in EPMA and Data Form in a Planning Application between the test and production machine.
    Can anyone help me?
    Thanks in advance.
    Ale

    Hi John and Hi to all,
    I’ve used the EPMA File Generator that you sent me both under a test virtual machine and our test machine, but always I’ve the same problem (deploy aborted on 0%), that I’ve pasted up in this tread, and I’ve note that after the exporting with the EPMA File Generator, the original application view not deploys with the followed message:
    Status : Aborted
    Progress : 100%
    Server : DimServer
    Detail : App Creation failed with Exceptioncom.hyperion.planning.OptimisticConcurrencyException: You are trying to change data that has been changed by a user on another server. Wait a few seconds and try again. If you continue to see this error message, please contact your administrator.     at com.hyperion.planning.sql.actions.HspObjectAction.ensureOptimisticConcurrency(Unknown Source)     at com.hyperion.planning.sql.actions.HspObjectAction.update(Unknown Source)     at com.hyperion.planning.sql.actions.HspUniqueObjectAction.update(Unknown Source)     at com.hyperion.planning.sql.actions.HspMemberAction.update(Unknown Source)     at com.hyperion.planning.sql.actions.HspDimensionAction.update(Unknown Source)     at com.hyperion.planning.sql.actions.HspAction.update(Unknown Source)     at com.hyperion.planning.sql.actions.HspActionSet.doActions(Unknown Source)     at com.hyperion.planning.sql.actions.HspActionSet.doActions(Unknown Source)     at com.hyperion.planning.db.HspDEDBImpl.saveDimension(Unknown Source)     at com.hyperion.planning.HyperionPlanningBean.updateDimension(Unknown Source)     at com.hyperion.planning.appdeploy.HspAWBXMLHelper.updateDim(Unknown Source)     at com.hyperion.planning.appdeploy.HspAWBXMLHelper.parseNLoadDimensions(Unknown Source)     at com.hyperion.planning.appdeploy.HspAppDefinition.deployAppFromXML(Unknown Source)     at com.hyperion.planning.appdeploy.HspAppDefinition.access$000(Unknown Source)     at com.hyperion.planning.appdeploy.HspAppDefinition$1.run(Unknown Source)
    What can is happened?
    Thanks
    Alessia

  • ADF application deployment and Data source configuration

    Hi, we are developing an adf application . This app accessing the tables from a data base and i can run it in the integrated WLS of Jdeveloper. Now i would like to run it in a standalone WLS server. I can create a Data source in the server.
    How can i tell the application to use the data source configured in the stand alone server. My understating is i have to configure it in the deployment descriptor. May i know how to this in Jdeveloper for an ADF application . Thanks .
    ganesh

    First of all make sure that you use jdbc data source in your application module configuration (right click on the application module and select Configurations, then edit). It should look something like 'java:comp/env/jdbc/hrDS'.
    On your stand alone server you create a data source with the jdbc name of 'jdbc/hrDS' pointing to the db you like to use.
    When you deploy the app, the server should pick up the defined data source.
    Timo

  • Standard application configuration and data paths on Linux

    Hi,
    I have some problem with choosing proper place for application global configuration and data paths on Linux.
    I saw following paths for application configuration:
    /etc/app_name
    /etc/xdg/app_name
    /usr/share/app_name
    /usr/local/share/app_name
    /opt/app_name
    and following for application data:
    /usr/share/app_name
    /usr/local/share/app_name
    /opt/app_name
    Which directories are standard and distribution independent?
    best regards,
    Lukasz
    Last edited by lgro (2012-02-16 20:46:23)

    Wouldn't environment variables like XDG_DATA_HOME, XDG_CONFIG_DIRS, XDG_CONFIG_HOME, etc be best?
    Many languages' standard libraries have functions for accessing these effeciently in a distro-agnostic manner.

  • Data guard between different platforms?

    I'm pretty sure the answer is no but just want to be sure, so my question is...Can you have a data guard physical standby server that is running on a different platform than the primary?
    For instance, We have just been informed by our sakes rep that Oracle is dropping the Itanium platform because future releases of red hat will no longer be supporting the Itanium platform and that Oracle is following the red hat model...
    Can we setup dataguard to migrate off of current hardware platform to a new X86_64 platform?
    Thanks.

    user520056 wrote:
    I'm pretty sure the answer is no but just want to be sure, so my question is...Can you have a data guard physical standby server that is running on a different platform than the primary?No, this is not possible.
    For instance, We have just been informed by our sakes rep that Oracle is dropping the Itanium platform because future releases of red hat will no longer be supporting the Itanium platform and that Oracle is following the red hat model...
    Can we setup dataguard to migrate off of current hardware platform to a new X86_64 platform?
    Thanks.This would follow the same rule that both, primary and standby must run on the same platform and o/s. So I guess, the answer would be that you would need to move both of your servers. But, just to be assure, you should raise the same question on the dedicated forum of dataguard where product manager of DG , Larry Carpenter hangs around as well. That would be the place where I would ask my data guard doubts.
    Data Guard
    HTH
    Aman....

  • Start/stop apps tier and database tier

    Hi,
    Could anybody told me why is necessary the database be up in order to start the apps tier ? How could I be sure that when the command (in a script) start the apps tier, the command which start the database is accomplished ?
    Thanks,
    Paul

    It depends on your hardware configuration as well as the database size.
    The best thing to do is to practice it yourself. See how long does it take for your database to start and based on that set the time interval before starting your application services. You may also use the DB script to trigger the application script so once the DB is up your application will start up.
    In Linux, You can use either "wait command" OR "sleep command". Please refer to the following links for more details about 'Job Control Commands':
    http://www.linux.com/guides/abs-guide/x6689.shtml
    http://enterprise.linux.com/article.pl?sid=05/03/25/1216215&tid=89

  • Application Deployment and Data Source

    I have a application and I am using data source for connection to database.
    When I deploy to the application server, it is not taking the data source name defined in the apps server. I use the same data source name defined in the apps server.
    Following is my orion-application.xml properties. Could some one tell what could be the problem or am I missing something?
    ******XML Properties*****
    <?xml version = '1.0'?>
    <!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime 9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd">
    <orion-application deployment-version="9.0.4.1.0" default-data-source="jdbc/ProdCoreDS" treat-zero-as-null="true">
         <web-module id="HR_W" path="HR_W.war"/>
         <persistence path="persistence"/>
         <principals path="principals.xml"/>
         <jazn provider="XML" location="jazn-data.xml"/>
         <log>
              <file path="application.log"/>
         </log>
         <namespace-access>
              <read-access>
                   <namespace-resource root="">
                        <security-role-mapping>
                             <group name="jazn.com/administrators"/>
                        </security-role-mapping>
                   </namespace-resource>
              </read-access>
              <write-access>
                   <namespace-resource root="">
                        <security-role-mapping>
                             <group name="jazn.com/administrators"/>
                        </security-role-mapping>
                   </namespace-resource>
              </write-access>
         </namespace-access>
    </orion-application>

    Sorry, but this can be loads of different reasons, e.g. type-o's, application property files, wrong data-source definition, etc. Can't you get any clues from standard out en standard error logs of the container?

  • Urgent-PO no. and date in Salesorder

    Hi friends,
    Need help: can we Increase space for PO no and PO date field in Salesorder. Same should appear in invoice also?
    Please respond!!
    Regards,
    Preeti.

    HI!
      U can increase field width with help of ABAPer.But do it only when it is urgent.
    cheange field for sales order VBKD-BSTKD and for Invoice VBRK-ZUONR if u want assignment field or u want refenece field use that field name.
      To do this u should get access key from SAP because u r changing standard SAP field.
    Reward points if it is useful.
    Thank you

  • Separating code and data in two different packages.

    Hi,
    I am trying to separate data and code that creates or consumes that data in two separate packages.
    package X contains class or applet x. This is my container for data.
    package Y contains applet y. The methods in this applet create and store data in x.
    I would like to be able to delete the current package Y and replace it with a newer version of the package Y. The newer version may contain patches or bug fixes.
    Please keep in mind that I want to keep package X untouched and keep on using the data which has been created or stored in it before Y was updated.
    I have tried different ways to achieve this but keep facing one of the following problems:
    1- when I delete package Y and replace it with the updated Y, the methods in Y loose the reference to the objects in X.
    2- Sometimes I cannot delete package Y at all. I guess because it is still referencing an object in X.
    I may post some code later, ... any ideas?
    Thanks,
    Hugo

    Hi,
    1- when I delete package Y and replace it with the updated Y, the methods in Y loose the reference to the objects in X.On the install method of the applet in Y, you need to lookup the AID object and SOI for the applet in X. You will already be doing this somewhere in your code, you just have to ensure that when you reinstall the applet that uses the interface that you get the references again.
    2- Sometimes I cannot delete package Y at all. I guess because it is still referencing an object in X.This is to do with static references. You should implement AppletEvent in your applet and ensure that all static references are cleaned up in the uninstall method.
    Cheers,
    Shane

  • Error deploying data tier application to SQL Azure at "Registering metadata for database" step ... should I care?

    I'd like to move an on-premesis SQL Server Database to SQL Azure. I've used SQL Mgmt Studio to Extract Data Tier Application and save my db as a dacpac file. Now I'm connected to my Azure server and I've chosen to Deploy Data Tier Application. I select my
    dacpac and the deploy starts but then on the last step "Registering metadata for database" it times out. I've tried it a couple of times and each time the deployed database is there and appears to be fully populated, but I'm not sure if I can ignore
    that error and continue. What is supposed to happen in that step, and should I expect it to fail when deploying to SQL Azure? 
    I'm following the steps here http://msdn.microsoft.com/en-us/library/hh694043.aspx in the Using Migration Tools > Data-tier Application DAC Package section, except that to deploy there's no SQL Mgmt Studio > Object Explorer [server]
    > Management >"Data Tier Applications" node, so I'm deploying by right-clicking on the server name and choosing "Deploy Data-tier Application". 
    My (total) guess here is that it's deployed the database fine and it's doing whatever magic happens when you register a data tier application, except that it's not working for SQL Azure. 
    I'm running against a server created for the new Azure service tiers, not against a Web/Business edition server. 
    The full details of error I get are below. 
    thanks, 
    Rory
    TITLE: Microsoft SQL Server Management Studio
    Could not deploy package.
    Warning SQL0: A project which specifies SQL Server 2008 as the target platform may experience compatibility issues with SQL Azure.
     (Microsoft.SqlServer.Dac)
    ADDITIONAL INFORMATION:
    Unable to register data-tier application: Unable to reconnect to database: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. (Microsoft.Data.Tools.Schema.Sql)
    Unable to reconnect to database: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. (Microsoft.Data.Tools.Schema.Sql)
    Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. (Microsoft SQL Server, Error: -2)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.9213&EvtSrc=MSSQLServer&EvtID=-2&LinkId=20476
    The wait operation timed out
    BUTTONS:
    OK

    Hello,
    The registration process creates a DAC definition that defines the objects in the database, and register the DAC definition in the master system database in Windows Azure SQL Database.
    Based on the error message, there is timeout error when connect to SQL Database. Did you deploy a large database? When move large data to Azure SQL Database, it is recommended to use SQL Server Integration Services (SSIS) and BCP utility.
    Or you can try to create a client application with the Data-Tier Application Framework (DACFx) client tool to import database and handle connection loss it by re-establish the connection.
    Reference: http://sqldacexamples.codeplex.com/
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Where are Application Builder and SQL/Data Workshops?

    I have installed HTML DB (or Application Express) 10.1.0.2 (using the relevant DB server; but without companion tools - but - I hope that I am not loosing anything important from HTML DB, am I?) - installation and automatic configurationi was successfull and at the and I have been advised to use localhost:7779 to access web page - and it worked indeed - but the bad thing is - that I can't found where application developer and SQL, Data workshop can be accessed... seem that they are web browser based solutions - but - there aren't any documents inside Oracle apache web folder that could be perceived as these applications....
    In first steps guide there was mentiond to use:
    .../pls/application secutiry desciptior/dbhtml
    to make first login... - but it does not work for me and seems that in reality address should be different...
    Pleas - give some advice - what to do next to access HTML DB developmetn applacations?
    Thanx in advance!

    The iPhone settings and 3rd party application settings and data created and stored by a 3rd party app are included with the iPhone's backup, which is updated by iTunes as the first step during the iTunes sync process.
    This link provides the data included with the iPhone's backup.
    http://support.apple.com/kb/HT1766
    With XP, the iPhone's backup is located at \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    The iTunes application does not store any data. All data accessed by iTunes is stored elsewhere. Deleting/re-installing or just re-installing iTunes does not delete or affect your iTunes library, and does not delete or affect your iPhone's backup. Deleting iTunes does not delete your iTunes library and it does not delete your iPhone's backup.

Maybe you are looking for