Difference Between central instance And application instance

Hi every body can any one tell me that
what is the difference between Central instance and Application instance.
If i am using 4.7 ee with orcale data base.

Check these links
http://oreilly.com/catalog/sapadm/chapter/ch01.html
Basically these terms comes when you are working on live servers where all the users log into to do their daily work.
We says when we want to distribute the workload on servers we requires central instance and application servers.
Normally it is not known to common users where they are logging into...but they can login directly usign the specific Instance details of servers.
Please see this also
http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a64e8505211d189550000e829fbbd/frameset.htm

Similar Messages

  • Difference between Business message and application message

    Hi B2B Gurus,
    Can you please explain the difference between Business message and application message?
    Regards,
    Praveen

    Hi Praveen,
    Business message status reports identify business message instance details for a document protocol. These details include the sending and receiving trading partners, the agreement name, the business action, the business message ID, the status, the exchange protocol and document protocol, and message details.
    Application Message Reports provide information related to the SOA Composite—the name, version, and so on, if a back-end composite application sent or received the message.
    Regards,
    Anuj

  • Difference between component configuration and application configuration in webdynpro

    what is the difference between component configuration and application configuration in webdynpro?

    Hi Rohit,
    With the component configuration, you can control the behavior of each individual component within a Web Dynpro application or the user interface of individual views. For each component, several records of configuration data can be created.
    Using the application configuration, it is now possible to assign the configuration required in the current application to all the components used.
    In short : Component Config belongs to WDP Component and Appl'n Config. belongs to WDP Appl'n.
    Check this document for more information.
    Web Dynpro for ABAP - Component and Application Configuration
    Thanks
    KH

  • Difference between web server and application server

    Hi Everybody
    Could anybody expain difference between web server and application server?
    Sharad

    Hi there
    The difference I know is the application servers provides the containers for the applications to run which is not provided by the web servers.
    For example the containers can be an EJB container or JSP container etc

  • Difference between system log and application

    Hi,
    I would like to know the difference between system log and application log.
    Also when to use which log ?
    Regards,
    Jey

    hi ,
    Refaer the given below link
    [LOGS|Re: Who uses Application Logs?;
    Hopes this helps
    Regards
    Ritesh Jha

  • Difference between Information Field and Application Field

    Hi,
    Can anyone tell me the difference between information field and application field in ucm?
    Thanks

    Information fields are metadata fields that describe the content - by default they will appear on the interface and be searchable etc.
    Application fields are a special sort of meta field normally used behind the scenes to help with the logic of forms/templates. Application fields do not normally appear on the interface and are not searchable.
    More simply put if you just want to add content metadata just use Information Fields
    Tim
    Edited by: Tim Snell on 16-Sep-2010 06:51

  • Differences between Web server and Application server

    Differences between Web server and Application server:
    We use Tomcat web server or sun Application server to deploy web applications . What is the differeences between these two servers?

    http://en.wikipedia.org/wiki/Web_server
    http://en.wikipedia.org/wiki/Application_server

  • Difference between list.clear() and new instance

    In the below code,
    List<String> test = new ArrayList<String)();
    list.add("one");
    list.add("two");
    list.add("three");
    list.clear();
    (or)
    list = new ArrayList<String)();
    list.add("four");
    list.add("five");
    What is the difference between List.clear() and creating new instance for list?

    1. Use code tags to post codes -- [code]CODE[/code] will display asCODEOr click the CODE button and paste your code between the {code} tags that appear.
    2. Invoking clear() sets all the elements of the ArrayList to null and resets the size to 0.    public void clear() {
         modCount++;
         // Let gc do its work
         for (int i = 0; i < size; i++)
             elementData[i] = null;
         size = 0;
        }(modCount is used to detect concurrent modification and throw an Exception when needed)
    Constructing a new ArrayList creates a new, different, empty ArrayList.
    In many situations they might be equivalent, but not in a case where you have two or more variable references to the same ArrayList. Example (watch out for typos)ArrayList<String> stringsA = new ArrayList<String>();
    ArrayList<String> stringsB = stringsA;
    : // add elements to stringsA
    : // stringsB refers to the same populated list
    stringsA.clear(); // stringsB refers to the clear()ed list
    : // add elements to stringsA again
    stringsA = new ArrayList<String>(); // stringsB still refers to the populated listdb

  • Differnce between central instance ,dialog instance and application instanc

    Hi all
    Please explain me what is central instance. what is it differnce betwenn the
    other instances like dilaog instance ,apllication instance.
    What is the exact use of having many instances ?
    regards
    Sanjeev.S

    Hi Sanjeev,
    First of all let me Clarify between Cental instance(CI)and Central Service instance(SCS). When you install NW04/NW04s systems on WIndows, when you open you windows console, you would first find the SID name that you have installed and when you expand this you'll find 2 instances. When you expand the first instance you'll find that there are message server and Enqueue server listed. This instance is called as Central Service instance or simply called SCS. You can look at the folder structure /usr/sap/<SID>/.
    Now the second instance is called as Central instance, when expanded you would see a SDM, a dispatcher and a server node. This is the instance which processes all your requests.
    Now answering your question about Dialog instance, When the CI is overloaded, i.e. your dispatcher is overloaded and your server is overloaded , you would install a dialog instance, which means that the database need not be installed for the Dialog instance and it can be on any system. While installing the Dialog instance it would ask you which Cental instance I have to refer, then you would be giving the necessary system to which you have created a dialog instance.
    Giving a graphical view,
    SID < J2E>
    < DATABASE>
    <hostname>00  message server
                            enqueue server
    <hostname>01  SDM
                            dispatcher
                            server0
    This is your one SAP system. Now you feel that this system is overloaded with lot of users, any there are many user who will be logging in again, so what you would do is install a dialog instance which would be referiing to J2E database but will have its own dispatcher and server0. SDM, message server and enqueue server are only one per systems.
    Now the dialog instance for J2E would look like this
    SID < K2E>
    <hostname2>01 dispatcher
                             server0
    Dialog instance is mainly for load balacing, now you can access the database of J2E by typing a different URL i.e. of K2E and hostname2 but still accees the data of the J2E. The communication between Dialog and Central instance is thru message server.
    In case you find it difficult to push thru, please let me know..

  • Difference between forms server and application server

    Hi,
    What is the difference between Oracle Forms Server and Oracle Application Server?
    Is both are Same or Not?
    pls give me a reply.
    Thanks
    Jobin SP

    Is both are Same or Not?No, Forms Server is just a component of Application Server, as you can see on http://download.oracle.com/docs/cd/B14099_19/index.htm

  • Difference between Source Qualifier and Target instance Pre/PostSQL ?

    Hi All, Please guide me on question.

    Hi All, I have installed informatica Powercemtre and Oracle on windows 7. Have completed the below steps:1. Installed Oracle2. Informatica server and client Configured domain and node3. Created repository and integration service both the services are up running4. Created informatica_repository in client  
    getting the below error while trying to connect or add to the repository 08/05/2015 16:16:05-[REP_12164] Domain-related error: [[DOM_10033] [DOM_10033] Service [informatica_repository] does not exist in domain [Domain_Shan]. [FAULT_PCSFCONFIGEXCEPTION]].08/05/2015 16:16:08-[REP_55102] Failed to connect to repository service [informatica_repository].08/05/2015 16:17:03-[REP_12164] Domain-related error: [[DOM_10033] [DOM_10033] Service [informatica_repository] does not exist in domain [Domain_Shan]. [FAULT_PCSFCONFIGEXCEPTION]].08/05/2015 16:17:06-[REP_55102] Failed to connect to repository service [informatica_repository]. Domain Name: Domain_ShanHost: ShanPort : 6001  tried the below possible solutions1. Update hosts file with machine ip and host name2. Checked for Oracle services and Informatica services 3. Tried deleting and recreatinf repository  Please can anyone suggest solution for this. Thanks,Avinash

  • Difference between OA Framework and Application Express?!

    Hi,
    both are for the E-Business Suite and I read that both are in the Webbrowser (=HTML?!). So what are the differences and what is regulary used? thx

    Read this,
    This is straight reply by Sara Woodhull , on this stefan chan's blog, see the fifth reply:
    http://blogs.oracle.com/schan/discuss/msgReader$1721
    From the APEX web page at http://www.oracle.com/technology/products/database/application_express/index.html: "Oracle Application Express (Oracle APEX), formerly called HTML DB, is a rapid web application development tool for the Oracle database. Using only a web browser and limited programming experience, you can develop and deploy professional applications that are both fast and secure."
    This would have all the same integration issues I mentioned for ADF: no flexfields, no personalization, profiles, and so on. If you are building a completely separate app that happens to use EBS tables, you could use APEX, but you'd have to handle a lot of stuff that OAF does for you.
    BTW, keep in mind that most of the EBS apps handle validation in the UI layer (for Forms) or BC4J, or PL/SQL. You'd need to be sure you handle validation as well so you don't fill your tables with bad data.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Differences Between Grid Control and Application Server Console

    Hi,
    I have come across a situation where a customer has an OC4J container and has deplyed several applications in this container. When they access Application Server Control Console thay can stop and start these applications individually.
    However, the customer cannot monitor the status/state of these applications from withing Grid Control. We can see that the OC4J container is either up or down and will be alerted for the change of status. However, if a single application within the container is down they will not be alerted.
    We are using GC 10.2.0.5, iAS 10.1.2.2. Is there a way around this, or dies the Application Server Console have a little extra functionalitly in it compared to Grid Control?
    Tim.

    Hi,
    On your grid control, create a new Notification rule and select "Web Application" from the target drop down and then select your application then in availability tab, select up and down for which you want to receive notification.
    Salman

  • Confussing between Database User and Application User in Discoverer

    Hi All,
    I am new to Discoverer.
    Please let me know the difference between Database User and Application User in Discoverer Administrator as well as in Discoverer Desktop Editions.
    1) While I am trying to connect to Discoverer Desktop, I am unable to connect to it with Apps Database User.
    2) Where the Discoverer compenent will be installed and what the configuration settings need to done work on it.
    Please let me know the answers soon.
    Thanks in Advance.

    Hello
    I think a database user should pretty much be self explanatory - this is a user account that exists in the database. This account is created by your Database Administrator (DBA).
    The second kind of user that Discoverer understands is a user that exists inside Oracle E-Business Suite (EBS), formerly known as Oracle Applications, hence an application user. This user account gets created by the EBS system administrator.
    Now, just because you're using EBS, it does not automatically follow that users will be application users. Let me explain.
    Discoverer can be installed in one of two modes, standard mode and Applications mode.
    The vast majority of organizations use standard mode which means they allow database users to access the system.
    The only time that you will need an applications account is under the following two rules:
    1. Your organization is using E-Business Suite, AND
    2. Your Discoverer administrator has installed Discoverer in Applications mode.
    Applicatons mode does not happen automatically, even if you have EBS, and you cannot install that mode by accident. You have to tell Discoverer that it is operating in that mode, provide some additional EBS account information, make security assignments and set users have to deliberately tell Discoverer they want to connect using an applications account.
    May I suggest you get hold of a copy of the Oracle Discoverer 10g Handbook that I wrote. That book explains in detail the differences between the modes. I also have a free white paper on my website that describes how to install Discoverer into Applications mode.
    I hope this helps
    Best wishes
    Michael
    http://ascbi.com

  • Difference between sqlplus - start and srvctl start instance

    Hello,
    why we need to start RAC instances with SRVCTL command, what is the difference between sqlplus -- startup and (srvctl start instance -d dbname -i inst_name)
    Thanks
    Karthick K

    The first ever thing that comes to mind is that sql*plus is not a clusterware utility which means, any updations done from it, may not update correctly the OCR . If you would play with RAC, you may see that doing the startup/shutdown using the sql*plus at times show a conflict the status of the instance when checked through crs_stat command. That's a reason that the srvctl is preferred against sql*plus in the cluster environments.
    HTH
    Aman....

Maybe you are looking for

  • Error when attaching files from SharePoint library to an Outlook email?

    I've got a user who's reporting that recently she started getting en error whenever she tries to attach a file from a SharePoint library to an Outlook email. When she either drags from the library in Windows Explorer, she receives this: When uses Att

  • Error in Accessing Service Browser in CAF

    I am trying to accessing Service browser from test tools in CAF.I am getting Sevurity warning as Access forbidden.So please resolve this issue. Thank you, Murthy.

  • Automate 'transfer of basic dates to forecast dates'

    Hi Experts I wish to have automatic transfer of Basic dates to FRC at the time of changing the status of Project definition to REL. So that, after release i will prohibit the transfer of basic to FRC. This is required to retain original scheduled dat

  • How can i apply maxlength constraint on TextField Through JavaScript ?

    How can i apply maxlength constraint on TextField Through JavaScript , when i am adding the row dynamically & adding the textfield dynamically into it . I can set its attributes like name, size, focus & else, But why its not setting maxlength attribu

  • Traitement modules versus database object in Designer 9i

    Hello! In our environment, there was Designer 9i installed with non-enabled versioning. So, there is only one Global shared workarea, and all the applications system are granted to public who has all rights, and the developers maintain all the applic