Please guide me for Architecture

Dear All,
We have 7 Machines with good specs installed win 2003 server. We need to make Architecture for messaging servers.
Let me guide for feasible architecture..How many machines to be used as database and how many for Middle-tier(oracle wireless).
Thanks & Regards,
Saqib

Welcome to the forum.
When you need tuning advice, please read the following links first, so you know what to post:
HOW TO: Post a SQL statement tuning request - template posting
http://oracle-randolf.blogspot.com/2009/02/basic-sql-statement-performance.html
Also, are the columns of DATE datatype?
Are they indexed?
Are your table statistics up-to-date?
Is the table partitioned?
Do you have a DBA who can assist you?

Similar Messages

  • I have an iMac with mountain lion 10.8.3 with boot camp 5.0.2 .i installed windows 7 -64 bit with boot camp but the boot camp didn't install drivers for windows please guide me for trouble shooting .

    i have an iMac with mountain lion 10.8.3 with boot camp 5.0.2 .i installed windows 7 -64 bit with boot camp but the boot camp didn't install drivers for windows please guide me for trouble shooting .

    Kappy wrote:
    Boot Camp doesn't install the drivers. You have the drivers on a separate USB device if you followed directions. Once in Windows connect the USB drive with the driver software. It should startup automatically and install the drivers.
    You don't even need to do that. As downloading the drivers from within Boot Camp Assistant can be unreliable, it is better to get the package directly from here:
    http://support.apple.com/kb/DL1638
    Copy the .zip file to a USB flash drive or burn it to a DVD in OS X. Install Windows as normal, insert the flash drive/DVD in Windows, copy the .zip file to the hard drive, extract it, then run the setup executable.

  • HT1695 Sir, I have facing Problem in my Device Iphone 5 in Vodafone 2G plan. I have discuss issue with Vodafone Care. All settings from the Vodafone Side are perfect. Still Issues arise in this Device. Please guide me for resolve the issue.

    I am from Gujarat. I have Purchased Iphone 5. I have network of Vodafone Limited.
    I am facing problem of Network connection in Whats app, safari and other applications for the access. I had post query in service provider network and all setting from there side are perfect. Please guide me in such error.

    Please guide me in such error.
    What error?
    If you want  help then you need to provide details as to what's wrong.
    What troubleshooting steps have you done?

  • Please guide me for user authentication and authorization in WebDynPro App

    Hi,
        I just study the WebDynPro to develop the SAP Portal. I've ever developed the Web-based App using J2EE. So when i developed the Web-based App i have to develop the control of the user authentication and authorization on each page for example ,checking the session of the user whether they can access this page or whether session is expired or not,. So i have no idea with the WebDynPro and the SAP Portal because i never had experience for both WebDynPro and Portal.
    I need to ask you some question to clarify my doubt :
    1. SAP Portal  is web page that include every enterprise application with in one page and user log-in to them just on time, isn't it?
    2. If i integrate WebDynPro with SAP Portal, which one will do the authentication and authorization?. I mean that, Do i have to develop the code to check authentication and authorization in the WebDynPro App or Let the SAP Portal manage them?
    3.Could you please suggest the best practice for authentication and authorization in webDynPro.
    Many Thanks
    Noppong J

    in most case you don't have to write code to deal with session, authentication and authorization.
    1. yes,
    2. no, no code needed. you just set an attribute to your application, which make the the authentication required. when user access this page, portal will display the logon page
    3 you can put some authorization related code in web dynpro for specific requirement, search this doc "Protecting Access to the Web Dynpro Car Rental Application Using UME Permissions"

  • Problem in creating workspaces..Please guide

    Hello All,
    Am facing a problem in creating workspaces in DTR. Am working on EP7 SR2 (SP9)
    Have read mostly all related posts on SDN but cannot catch the missing link...Please guide me for the same:
    <u><b>setvars.bat</b></u>
    @echo off
    rem Default properties definition for the DTR Client Commandline Tool:
    rem -
    rem (1) Mandatory: DTR configuration folder:
    set DTR_HOME=C:\Documents and Settings\RHunjan
    set CFG_DIR=%DTR_HOME%\.dtr
    rem Remark: How to find DTR_HOME folder?
    rem - In Release 6.40:
    rem          The default location is C:\Documents and Settings\<user>\.sapnetweaver.
    rem - In Release 7.1:
    rem      Start Netweaver Developer Studio and login to the configuration / client
    rem      where you would like to work, then choose the menu: 'file' -> 'Switch workspace'.
    rem      The upcoming dialog shows the currently used Eclipse workspace.
    rem      The DTR configuration folder is <currently used eclipse workspace>.jdi
    rem (2) Optional: Folder with the definition of logging properties:
    set LOGGING=%DTR_HOME%\logging.properties
    rem (3) Default properties:
    rem set DEFAULT_PROPERTIES=-Dvfs.configfolder=%CFG_DIR% -Dvfs.logging=%LOGGING%
    <u><b>dtrshell.bat</b></u>
    @echo off
    rem Run DTR Commandline Shell:
    rem -
    rem (1) Get it running:
    rem -
    rem - Adapt configuration settings in setvars.bat.
    rem - Uncomment the settings for the used archives
    rem       that fit to the currently used Netweaver Developer Studio.
    call setvars.bat
    set CLASS_PATH=
    rem (2) Used Archives Settings:
    rem -
    rem Used Archives in 6.40 and 7.00 Netweaver Developer Studio installation:
    rem -
    set CLASS_PATH=%CLASS_PATH%;com_tssap_dtr_client_vfs.jar
    set CLASS_PATH=%CLASS_PATH%;httpclient.jar
    set CLASS_PATH=%CLASS_PATH%;httpclientext.jar
    set CLASS_PATH=%CLASS_PATH%;com_tssap_dtr_client_commandline.jar
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.xmltoolkit\lib\sapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.logging\lib\logging.jar
    set CLASS_PATH=%CLASS_PATH%;..\com.sap.tc.jarm\lib\jARM.jar
    rem The recommended value for maximum heap size for the JVM to run DTR Commandline client is 256M or higher.
    rem You can change the settings based on system resources available.
    set VM_PARAMS=-Xmx256m
    rem (3) Run DTR Commandline Shell:
    rem -
    java %VM_PARAMS% -classpath %CLASS_PATH% %DEFAULT_PROPERTIES% com.tssap.dtr.client.commandline.DTRShell %*
    ===================
    I get an error saying:
    <i><b>Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/tc/logging/Lo
    cation
            at com.tssap.dtr.client.commandline.DTRShell.<clinit>(DTRShell.java:21)</b></i>
    Please guide......
    Awaiting Reply.
    Thanks & WArm Regards,
    Ritu
    Message was edited by:
            Ritu  Hunjan

    Hello Ritu,
    the problem is probably in these lines:
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.xmltoolkitlibsapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.loggingliblogging.jar
    set CLASS_PATH=%CLASS_PATH%;..com.sap.tc.jarmlibjARM.jar
    For a NW04s studio these paths are not correct, the plugin directories have some version suffix.
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.xmltoolkit_2.0.0libsapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.logging_2.0.0liblogging.jar
    set CLASS_PATH=%CLASS_PATH%;..com.sap.tc.jarm_2.0.0libjARM.jar
    Please check the folder names in the /eclipse/plugins/ directory to verify that this is correct for your installation.
    Regards,
    Marc

  • Please help me to find my iPad and iPhone 5C. I lost all of them last night. I set up icloud for my devices but i can't find them because they were not connect to the Internet. Please guide me other ways to find my "best friends".

    Dear Apple,
    Please help me to find my iPad Air 2 64 GB and iPhone 5C 8GB. They're in IOS 8.0 maybe...I lost all of them last night. I set up icloud for my devices but i can't find them because they were not connect to the Internet. Please guide me other ways to find my "best friends". They're very important to me. Many important files for my job in here and it has sentimental value to me. My boyfriend gave it for me so i don't want to lose them. And because i just lost my iPad Air last 3 month, and now i just bought iPad Air 2 two months ago. I'm so sad and lost. I want to catch the thief to the police so bad because they keep my bag and many other important things. I can not do anything without them. Please help me and contact me via my email or my phone. Thank you very much. Hope to receive your answer soon.

    Hey there thaovy309,
    Welcome to Apple Support Communities.
    The linked article below provides a lot of great information and suggestions that should address your concerns about your data and finding your lost or stolen iPhone 5c and iPad Air 2.
    If your iPhone, iPad, or iPod touch is lost or stolen - Apple Support
    Take care,
    -Jason

  • Link is not working for one role. how to check please guide.

    Hi Expert,
    I have a simple question but as don;t aware of some of the techincal area not able to understand where to check.
    I have a link under document flow in offer( opportunity) where for one role sales support user the link is not happening. I have checked for other role its working fine.I understand that for this role the link  will not work as per the role maintianed.
    But where this link got maintained and how i will be able to check which link is tagged to which profile.
    rolewise mappeing with link.
    Please guide.
    Prem.

    Hello Prem,
    Please check the navigation bar profile from your business role.
    Then go to the navigation bar profile settings, you can find the details settings there.
    If it is a link under some work center, you need to start from the work center.
    If it is a direct link, then start from the derect link group.
    Hope this could be helpful.
    Best regards,
    'Maggie

  • HT2305 I have forget my 4 digit passcode for my ipad 3 and exhausted all the attempts, Now the screen shows "ipad is disabled connect to itunes" How can I unlock my ipad now. Also I have not put "Find my iphone" in icloud as well. Please guide me to unloc

    I have forget my 4 digit passcode for my ipad 3 and exhausted all the attempts, Now the screen shows "ipad is disabled connect to itunes" How can I unlock my ipad now. Also I have not put "Find my iphone" in icloud as well. Please guide me to unlock it.

    Also when I am trying to connect ipad to my windows PC, it shows, your software is up to date and later starts restoring while updating again. Then automatically it stops to update halfway and I have to repeat the process again and again, still in vain.

  • Please guide me to develop cube for HR Analysis

    Hi All,
    My Client wants to build a cube for their HR Analysis. They have data in Peoplesoft and Kronos systems.
    I have never worked on any cubes for HR. I needed some guidance regarding that.
    If somebody has done any such implementation,some document or presentation which can be used as a base,then please forward it to me [email protected]
    Please guide me about what kind of analysis we can perform using cubes and in general how it looks like.Any suggestion will be highly appreciated.
    Thanks,
    Vikash
    Please direct me to the correct forum if i am at wrong place

    My guess is you would want to be in the Essbase or Planning forums. But It more sounds like you need to bring in a consultant that understands Essbase and HR reporting. The cube design will rely on the data and reporting and analysis needs

  • Please guide for 11G : OCP pl/sql  OR  OCA sql, pl/sql ,  admin-1

    Respected members
    For better job prospects point of view which path should I choose for Oracle 11G Certification ?
    OCA sql , OCA pl/sql , OCA admin -1
    OR
    OCA sql , OCA pl/sql , OCP - advanced pl/sql
    Please guide.
    Regards
    Nilesh

    naveenDBA wrote:
    sir,
    I want to write OCA please tell me which one to prepare eigther 10g OCA or 11g OCA.
    Which one is better help me sir.which books i have to prepare for OCA.
    thanks sir in advance
    XXXXXXXXXXXXXXXXx
    [email protected]
    If you do not realise you have posted off topic for this thread then you should probably reconsider becoming a DBA.
    And by publishing your email address you risk receiving unauthorised learning material.
    Please become familiar with [www.oracle.com/education/certification]
    and [http://blogs.oracle.com/certification/2009/05/the_route_you_choose.html]
    If you cannot work whats on there out for yourself then you would be useless as a DBA.

  • Dear Friends...... I have an ipad 2 32gb with wifi and 3g enabled sim..... i bought it second hand .... and now if am going to download any games it is showing me an email id and asking for its password... please guide me how can i change this setting

    Dear Friends...... I have an ipad 2 32gb with wifi and 3g enabled sim..... i bought it second hand .... and now if am going to download any games it is showing me an email id and asking for its password... please guide me how can i change this setting to my email id and password

    Tap on the id in Settings > Store and log out of it and then login with your id. Any content already on the iPad will be tied to the previous owner's id and it can't be copied or transferred to your id - so it's probably best to do restore the iPad back to factory defaults and start as from new with it : Settings > General > Reset > Erase All Contents And Settings

  • Hey! i am planning a visit to united states.I want to buy iphone 4s there for use in india.Can u please guide me?

    Hey! i am planning a visit to united states.I want to buy iphone 4s there for use in india.Can u please guide me?

    ED3K wrote:
    It was all said in the 2nd post. Buy it from the apple store. lol. Dont need to get into a long discussion about it guys
    Yet in the 3rd post the OP asked a question not covered by the 2nd post and discussed in subsequent posts...  Maybe instead of overlooking the details of the conversation and posting unsolicited "advice" to the rest of us, you should post something useful to the OP.

  • Hello, can someone guide me on how to purchase ExportPDF please? i'm currently residing in South East Asia and it doesn't allow me to purchase the software that i need for my work. Please guide me. i need help badly.

    Hello, can someone guide me on how to purchase ExportPDF please? i'm currently residing in South East Asia and it doesn't allow me to purchase the software that i need for my work. Please guide me. i need help badly.

    Hi watanabei,
    Please see Countries where ExportPDF is available for purchase. - Adobe Community. It's necessary to have a credit card billing address in one of the countries listed in this document. If ExportPDF is unavailable to you, you may want to consider an Acrobat subscription, which would also allow you to convert PDF files to Word and other format. For more information, see www.adobe.com/products/acrobat.html.
    Best,
    Sara

  • HT201317 my computer (window 7) give me message "photo stream is not enabled. when i go to icloud control panel (version2 ) for activation. its not being activated. i tried many times but failed. i have activated photo stream on my iphone. please guide me

    my computer (window 7) give me message "photo stream is not enabled. when i go to icloud control panel on computer (icloud version2 ) for activation. its not being activated. i tried many times but failed. when i check the photo stream option and apply its shows that its ok. and after closing when i again open icloud panel the photo stream option remains unchecked that means its not activated. please guide me.

    Had the same problem. I uninstalled icloud, restarted my pc and reinstalled icloud and it's working fine. Hope this helps.

  • Code for URL iView.. Please guide :)

    Hello All,
    Need to create an application which consists of a drop-down list & URL iView.
    Depending upon the URL mentioned in the drop downlist, that particular URL iView should open.
    <i>Option</i> -> The Drop-down list may or may not be in 2 seperate iViews.
    I also need to exhibit the Capture fnctionality while coding/showing the URL iViews.
    I would appreciate if you please guide me to how should I proceed & with URL iView APIs.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

    Ritu,
    Split the webpage into two frames.
    Frame1: Dropdown that you will dynamically populate. This will have to be coded using http://help.sap.com/saphelp_nw04/helpdata/en/09/9c0e41a346ef6fe10000000a1550b0/content.htm.
    Next insert java script into your page so that when one of these links is selected, specifically the onChange event, the other frame gets refreshed with the webpage that you would like to have. This page gives a good example of onChange.
    http://docs.sun.com/source/816-6408-10/checkbox.htm
    Best.
    Sumit.

Maybe you are looking for

  • External Hard Drives Changing Permissions to Read Only

    Three of my USB external hard drives have suddenly changed to read only. One of the times I was trying to transfer/back-up the files from one drive that had changed to read only to another external. Suddenly the second drive changed permissions. Then

  • System.Web.Services.Protocols.SoapException When Accessing Reporting Services

    Hi. I have inherited a client's mission critical database + SSRS project that I am attempting to migrate from 32-bit SQL Server Express 2005 + SSRS on a Windows Server 2003 to 64-bit SQL Server Express 2008 R2 + SSRS on a Server 2012 R2 Essentials. W

  • Abap query to select a line item # from bseg on basis of following pattern:

    Hello, I want to retrieve the line item # from bseg which has the following pattern, account type = S AND gl account starting from 135***** , 136***** , 137***** , 138***** , 139***** hope i am comprehendable. How do i go on writing the query, Thanks

  • Mac vs PC... Who cares less about the customer?

    I am writing to register a complaint for the service I was provided. I purchased an iPhone on September 7, 2009 at my home store in Willowbrook Mall in NJ . On October 1, 2009, my device shutdown completely and would not function at all. My home stor

  • ORA-01078 at startup

    Hello guys, i am using an Centos 6.2 linux with installed oracle-xe. I have installed it from an rpm. I use always the default settings. After that i could start it normal and successful connect to apex. Now i want to create an database user. I conne