More powerful hardware worst performance on the data base why?

Dear all

Help, please. I have recently improved our 10.1.0.3 to 10.2.0.4 database on a new server (Windows 2008 Server quard Core 64 bit with 6 GB of RAM). The third party software that will work perfectly, now malfunctioning.



I have compiled a list of summary points.

In summary:


Point 1. A PC (core 2 processor double 32 bit, with 2 GB of RAM on windows XP) runs faster (a windows 2008 server running in the Quard Intel core with 6 GB RAM 64 bit) the two machines are defined to use 70% of the computer's memory (IE total SGA + PGA)

Point 2. When the third-party software works the number of session (v$ session) varies. In some part of the application, it takes 60 + sessions to run a single report for a generation single end-user. (PC use much less session about 12 sessions)

Point 3. The report that generates the session 60 + (I mentioned in point 2) also takes very long time 20-30 minutes (the report still run on the PC run a lot fasters 3-5 minutes)

Point 4. Third party software is written in VB and Chrystal reports.


Questions: -.

1. How is the performance are so poor, even though we have more powerful hardware on the server than the PC?
2. when applications run, and I have observed creating mulitple sessions and destroy is this mean he runs some sort of parallel query on the database?
3. is there anything I can do to improve the speed of the server?

concerning

Ivan

P.S. I statpack data but when I copy and paste the windws text and preview, the look of terrible format so I leave.

ISWC wrote:

Help, please. I have recently improved our 10.1.0.3 to 10.2.0.4 database on a new server (Windows 2008 Server quard Core 64 bit with 6 GB of RAM). The third party software that will work perfectly, now malfunctioning.

Not unusual.

It could be that the configuration used for the new server is not appropriate to use efficiently the resources of that server.

This may, for example, designate a bottleneck caused by the use of more powerful equipment. For example, the I/O layer can manage server maybe pushing 80 Mb/s and 100 Mb/s. Most powerful processors are used, and these now perform i/o more calls per second and shoot n/b I/O required at 160 MB/s. This seriously overloading the IO layer and cause a blow all around performance drastically.

Better support has the knack to better show how the software is designed and used. It allows the code to misconfigured software, designed and written to error even more and cause more problems, per second.

3. is there anything I can do to improve the speed of the server?

Who says that there is nothing wrong with the speed of the server?

Observing that s/w is slower (VB and Crystal Reports as mentioned), it's just that - the observation of a symptom. This does not mean that the server is slow or there is a problem with the speed of the server. The server can run fast. Could just be that it runs a misconfiguration or poorly written software, very fast.

A poor or inexperienced driver will seem a small car and slowish, fine. Put that person in a sports car and inability of the person to drive will quickly become very noticeable. This isn't the fault of the car.

Similarly, I see not the question by looking at the server as being the problem - as if some buttons need to be pressed and switches put in order for automagically solve the performance problem.

You must watch the symptom and identify what is the real problem. Only once you have identified the real problem, can it be addressed and solved.

Tags: Database

Similar Questions

  • Accounting software Microsoft Error Message: can not connect because the version of the application is older than the data base of the company

    Original title:

    Error message

    I use windows 7 laptop I format. After installation of Microsoft, accounting software and I wanted to backup restored it gives me error massage "can not connect because the version of the application is older than the data base of the company.» Up grade the application. " Eventhough I used the software even before I format the computer laptop and does ' t give me the options to upgrade. Need help.

    This means MS accounting requires the latest updates that have been installed originally creating this accounting database

    Accounting MS was abandoned a few years previously, so updates are not driven by windows/office update

  • Petition for grant to display all objects in the DB in the data base and discovers the DOF for each.

    Dear administrators,

    I created the user but now I have a requirement for the granting of privileges to view all objects in the DB in the data base and discovers the DOF for each.

    Any help please

    Ritz

    Thanks to advise all the

  • ADF is intended for the data base designed with vertical diagram?

    Hello

    I want to know if ADF 11 g is intended for the data base designed with vertical scheme where even the names of columns will be stored in a generic table?

    Thanks in advance.

    Published by: user8925296 on April 12, 2010 10:06

    The short answer is no...

    What do you call a 'vertical plan', it's what others have called for a schema of entity-attribute-value or universal data model. I advise you to do some research open minded on these types of patterns if you develop an application before continuing. Great sound in practice, they have very inherent ease of use and scalability problems. [url http://asktom.oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:2314483800346542969] This could be a good starting point...

    John

  • get more records of 30 days from the date of the day

    I use MS SQL 2000 How can I recover the data that are older than 30 days from the date of the day? I put currendate "DateTime" field as data type and length is the '8 '.

    < cfset variables.getdate = DateAdd (would be ',-30, now()) >

    Select dataname
    of tabletest
    where currendate > = "variables.getdate."

    the sql stmt above does not work.

    Select dataname
    of tabletest
    where currendate<= #createodbcdate(dateadd("d",="" -30,="">

    You say that you want records which are more than 30 days from now, so that it must be less than or equal to the date
    But if you want the Chronogram of 30 days there are until now then it must be greater than or equal to

    Ken

  • Not be saved in the data base of page elements

    Good afternoon

    I hope that it is a return of holiday brain cramp but I don't see the problem... I'm working on a help desk application and when a closed ticket is displayed, a button to reopen ticket. When the button is clicked: P5_STATUS_CODE should be replaced by reopened; P5_CLOSED_BY_KEY & P5_CLOSED_DATE must be null. the record must be recorded and the page redirected on itself.

    I've created a submit after process (sequence 10) that updates the fields with a condition that it triggers when the button reopen ticket (APPLY_CHANGES).

    Start
    : P5_STATUS_CODE: = 'reopened ';
    : P5_CLOSED_BY_KEY: = null;
    : P5_CLOSED_DATE: = null;

    wwv_flow. Debug ("P5_STATUS_CODE value = ' |: p5_status_code");
    end;

    Because the button to reopen ticket has a REQUEST of APPLY_CHANGES type, it triggers the process of update DML (sequence 30). Then the branches page on itself.

    Looking at the record in the database, I see that the date of modification (engine database trigger) is correct but the status code and closed fields were not updated.

    When I run the form with debugging, the process works and by the debug statement, the value of P5_STATUS_CODE is replaced by Reopened. Then the process of the DML is run. And finally the branch runs.

    0.02: point of treatment: ON_SUBMIT_BEFORE_COMPUTATION
    0.02: branch point: BEFORE_COMPUTATION
    0.02: point of calculation: AFTER_SUBMIT
    0.02: tabs: make the connection for the tab queries
    0.02: branch point: BEFORE_VALIDATION
    0.02: perform validations:
    0.02:... Point Not Null Validation: P5_SITE_KEY
    0.02:... Point Not Null Validation: P5_PEOPLE_KEY
    0.02:... Point Not Null Validation: P5_TRACKER_KEY
    0.02:... Point Not Null Validation: P5_ASSIGNED_TO_KEY
    0.02: branch point: BEFORE_PROCESSING
    0.02: point of treatment: AFTER_SUBMIT
    0.02:... Process of "reopenTicket": begin PLSQL (AFTER_SUBMIT): P5_STATUS_CODE: = 'Reopened '; : P5_CLOSED_BY_KEY: = null; : P5_CLOSED_DATE: = null; wwv_flow. Debug ("P5_STATUS_CODE value = ' |: p5_status_code"); end;
    0.03: P5_STATUS_CODE value = Reopened
    0.03:... Treat "process line of the POST": DML_PROCESS_ROW (AFTER_SUBMIT) #OWNER #:TICKET:P5_KEY:KEY | IUD
    0.04:... Do not run the "reset page" process, treat the point = AFTER_SUBMIT, condition type =, when you press the button = DELETE
    0.04: branch point: AFTER_PROCESSING
    0.04:... Leadership assessment: AFTER_PROCESSING Type: button 'REDIRECT_URL': Branch (key no.): ASK
    0.04:... Leadership assessment: AFTER_PROCESSING Type: button 'REDIRECT_URL': 1820524144021869 branch: (Unconditional)

    I tried to change the source used on the fields still only reach and that didn't work either. Does anyone have a hypothesis as to why the fields I'm reset are not saved?

    Thank you
    Ray

    If the box is not displayed then the items are not part of the subject page and will not be part of the automatic DML. Try creating another process sequenced after the automatic DML. This process must be a simple update statement updating these columns in your table.

  • The TYPE of CFINPUT DATEFIELD = won't accept the date from the data base

    I had a weird problem which I think may be just a way to explain to the server how to interpret value. I use ColdFusion 8 with SQL SERVER 2005 Express. In my table, the field is a DATETIME field and the date with time (eg. 2007-07-23 00:00:00).

    In my form, when I added using the DATEFIELD as the CFINPUT type, it records the date correctly. But when I use the EDIT.cfm form and try to put the value of the database in the CFINPUT DATEFIELD, the server generates an error. Here is the error:

    2007-07-23 00:00:00 / 0 is an invalid date or time string.

    Of course, I tried many things but I tried to force the date with DATEFORMAT format (qGetNewsInfos.dtIssued, "mm/dd/yyyy '") and many other format but without success.

    Is he knows how to use a date in the case of a < CFINPUT TYPE = DATEFIELD >?

    Try dateformat yyyy-mm-dd.

  • The performance of the processor and memory performance by the Date and time range

    Hi Expert,

    I'm not that good in script and even learn how to write one, but for the moment that I need help get script that could generate as below output.

    Example query:

    Retrieve logs performance for vmname1, vmname2, vmname3 from 07:00 to 10:00 on 25/05/2012.

    CPU MHZ, and MEM in MB.

    VMNameDateTimeMemMaxMemAvgMemMinCPUMaxCPUAvgCPUMin
    vmname125/05/201206:0055,4948.3044,5518.3410.567.43
    vmname225/05/201207:0052,8247,8144,3528.149.804.23
    vmname325/05/201208:0048.6246.0442.1922.5112.928.80
    vmname425/05/201209:0049.1147.6641,4515.828 h 454.36

    I appreciate really all advice in this area. Thank you.

    You can try something like this

    $vms = Get-VM vmname1,vmname2,vmname3  $metrics = "cpu.usagemhz.average","mem.usage.average","cpu.usagemhz.minimum",          "mem.usage.minimum","cpu.usagemhz.maximum","mem.usage.maximum" $start = Get-Date -Hour 7 -Minute 0 -Second 0 -Day 25 -Month 5 -Year 2012$finish = Get-Date -Hour 10 -Minute 0 -Second 0 -Day 25 -Month 5 -Year 2012
    Get-Stat -Entity $vms -Stat $metrics -Start $start -Finish $finish |Group-Object -Property EntityId,Timestamp | %{
      New-Object PSObject -Property @{
        VMName = $_.Group[0].Entity.Name    Date = $_.Group[0].Timestamp.ToLongDateString()
        Time = $_.Group[0].Timestamp.ToLongTimeString()
        MemMax = $_.Group | where {$_.MetricId -eq "mem.usage.maximum"} | Select -ExpandProperty Value    MemAvg = $_.Group | where {$_.MetricId -eq "mem.usage.average"} | Select -ExpandProperty Value    MemMin = $_.Group | where {$_.MetricId -eq "mem.usage.minimum"} | Select -ExpandProperty Value    CpuMax = $_.Group | where {$_.MetricId -eq "cpu.usagemhz.maximum"} | Select -ExpandProperty Value    CpuMin = $_.Group | where {$_.MetricId -eq "cpu.usagemhz.minimum"} | Select -ExpandProperty Value    CpuAvg = $_.Group | where {$_.MetricId -eq "cpu.usagemhz.average"} | Select -ExpandProperty Value  }
    }
    

    Note that this will depend on the statistical level that you set for the chosen time interval, if the measures minimum and maximum will be available.

  • Not able to perform the calculation on the data base not tabular column

    Hi all

    I have a master's degree and a tabular form of retail that has of the following requirement:

    • If I choose two feel in my element Type of trip in my master form, no. tickets in my detailed tabular form must have doubled this IE. 2 * number of tickets
    • The number of tickets is a field display text (does not state) so I'm not able to select the value of the field in jquery.

    Kindle help me with this.

    Thank you and best regards,

    Madonna

    Hello Nicolette,

    I solved by creating a function of database and used in the source region of the form of the table with the column attribute as display text (does not save the State).

    Thank you for your help.

    Kind regards

    Madonna

  • Problems related to the performance of the Imac. Why is my average performance.

    Guys I have formatted my IMAC reinstalled Yosemite. My computer gots nothing. I tried to use photoshop and its slow wayyyyyy. I am a photo editor and I'm frustrated with my IMAC... I think that I'll never buy a new. This is the report of Etrecheck. Someone can help me.



    EtreCheck version: 2.9.12 (265)

    Report generated 2016-06-15 21:54:24

    Download EtreCheck from https://etrecheck.com

    Time 08:03

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Beachballing

    Hardware Information:

    iMac (21.5 inch, at the end of 2013)

    [Data sheet] - [User Guide] - [warranty & Service]

    iMac - model: iMac14, 3

    1 3.1 GHz Intel Core i7 CPU: 4 strands

    16 GB expandable RAM - [Instructions]

    BANK 0/DIMM0

    OK 8 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 8 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n/ac

    Video information:

    NVIDIA GeForce GT 750M - VRAM: 1024 MB

    iMac, 1920 x 1080

    Software:

    OS X Yosemite 10.10.5 (14F1808) - since the start time: about 2 hours

    Disc information:

    HTS541010A9E662 disk HARD APPLE disk0: (1 TB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 999,35 go-go (968,43 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    USB information:

    D3 Station 2 TB Samsung

    SAMSUNG (disk1s1) / Volumes/SAMSUNG: 2.00 TB (88,04 GB free)

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Configuration files:

    / etc/hosts - number: 20

    Guardian:

    Any where

    Launch system officers:

    [loaded] 4 tasks Apple

    [loading] 143 tasks Apple

    [operation] 65 tasks Apple

    Launch system demons:

    [loaded] 47 tasks Apple

    [loading] 136 tasks Apple

    [operation] 78 tasks Apple

    Launch officers:

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-06-15) [Support]

    [operation] com.bjango.istatmenusagent.plist (2016-05-22) [Support]

    [operation] com.bjango.istatmenusnotifications.plist (2016-05-22) [Support]

    [operation] com.bjango.istatmenusstatus.plist (2016-05-22) [Support]

    [loading] com.oracle.java.Java - Updater.plist (2016-05-22) [Support]

    Launch demons:

    [loading] com.adobe.fpsaud.plist (2016-05-09) [Support]

    [operation] com.bjango.istatmenusdaemon.plist (2016-05-22) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-09-08) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (2016-05-22) [Support]

    User launch officers:

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-05-30) [Support]

    [loading] com.bittorrent.uTorrent.plist (2016-05-22) [Support]

    [loading] com.google.keystone.agent.plist (2016-05-22) [Support]

    Items in user login:

    Fan of Macs control application (/ Applications/Mac Fan Control.app)

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Other applications:

    [ongoing] com.Adobe.bridge6.132944

    com.Adobe.switchboard-[ongoing] 3.0.140896

    [ongoing] com.crystalidea.MacsFanControl.82676

    [loading] 365 tasks Apple

    [operation] 171 tasks Apple

    Plug-ins Internet:

    AdobeAAMDetect: AdobeAAMDetect 1.0.0.0 - SDK 10.6 (2016-05-30) [Support]

    FlashPlayer - 10.6: 21.0.0.242 - SDK 10.6 (2016-05-22) [Support]

    QuickTime Plugin: 7.7.3 (2016-05-23)

    Flash Player: 21.0.0.242 - SDK 10.6 (2016-05-22) [Support]

    Default browser: 600 - SDK 10.10 (2016-05-22)

    SharePointBrowserPlugin: 14.6.4 - SDK 10.6 (2016-05-30) [Support]

    Silverlight: 5.1.40728.0 - SDK 10.6 (2016-05-22) [Support]

    JavaAppletPlugin: Java 8 updated 73 02 (2016-05-22) , check the version to build

    3rd party preference panes:

    Flash Player (2016-05-09) [Support]

    Java (2016-01-29) [Support]

    Paragon NTFS for Mac® OS X (2016-05-30) [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    473% kernel_task

    48% adobe Bridge CC

    44% LoLPatcherUx

    42% LoLPatcher

    12% amfid

    Top of page process of memory:

    1.58 GB Adobe Bridge CC

    825 MB kernel_task

    262 MB Google Chrome Helper (2)

    LoLPatcherUxHelper (2) 246 MB

    Finder 147 MB

    Virtual memory information:

    8.75 GB of free RAM

    7.24 used GB RAM (4.48 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    June 15, 2016, 19:56:18 /Library/Logs/DiagnosticReports/install_2016-06-15-195618_[redacted].crash

    /private/var/folders/*/UniversalInstaller.app/Contents/frameworks/UIx.Framework/versions/A/Resources/install

    June 15, 2016, 19:22:41 self-test - spent

    Reset the SMC could solve the problem.

    Reset the management system (SCM) controller on your Mac - Apple Support

  • Migrate the data base sybase HR peoplesoft on oracle 11g

    Hi all

    We're looking for sybase 12 migration to Oracle 11 g. We are not sure on what path to choose for this migration to. THS sybase Database is about 55 GB. Here are a few questions. Please let me know. The downtime on this database cannot be more than 2 days at max.

    1. What is the fastest way and to do this, if there is one?
    2. all the Documentation on the migration steps?
    3. do we have to use any tools 3rd part for this?
    4 can we reach the migration of data with sql loader, if so is it the way suggested to do this, and is there a documentation on that?

    I tried developer sql to do the migration, but it doesn't go well and finally found that is not the way to migrate a database with peoplesoft, here is the link environment to explain more about what I've done with sql developer.

    If there are any other necessary information, link below has almost all of the information.

    Re: Migration of HRMS peoplesoft sybase database to oracle 11g

    Thank you
    Murielle

    (1) build an Oracle system demo patched for the same level of output than the current system of production.
    (2) launch the application designer and compare the production system for the demonstration for you system can capture changes.
    (3) load a custom table with the tables listed in the MVPRDEXP. EXP in the production system. Run a script to create a script to export for all PSRECDEFN where the RECTYPE is 0. This identifies all application data tables. You may want to dms export large tables in parallel.
    (4) DMS import the exported data in the Oracle instance.
    (5) re - apply changes.

  • Preparation of the data base Oracle EPM 11.1.2 before deployment

    Hello Experts!

    I'm starting to deploy Hyperion EPM 11.1.2 for the first time, so I'm new to it and I know Oracle database very slightly. I want to deploy the following components on 1 computer with Windows Server 2008 64-bit:
    -Shared Services and workspace
    -Services directors
    -Essbase
    -Planning
    -EPMA
    -HFM
    -FDM
    -Reporting and analysis

    So Far I have created 2 11.2.0 Oracle database 64-bit with the UTF-8 encoding: 1) for FDM, 2) for all other Hyperion products. I'm not going to tables EPMA user interface.
    * Are 2 databases in this case sufficient or should I create databases more? *

    "EMP Installation starts here" pdf document also provides the Oracle database, sizing of the guidelines on page 55:
    + "Shared Services & workspace: start with 100 MB +"
    + EPMA: Oracle recommends to start at least 250 MB +.
    + etc... » +
    East - tablespaces that I need to create these guidelines?

    Thank you very much!

    Is that this will just be a personal installation or a development environment, if tablespaces are just an indication, if it's a dev, you could have a tablespace used by all products, just make sure that it autoextends, if there is something more, then usually would create you separate tablespaces especially for HFM and FDM.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Limitations of the data base

    Windows Server 2008 - Oracle 11g 11.2.0

    I was checking Oracle Enterprise Manager.
    There is a warning as limits of data saying that open cursors are 2185.
    I checked some settings:
    open_cursors: 12000
    session_cached_cursors: 50

    To me, it seems that the limit is far from overflowing...
    So, I try to understand why I got this warning.

    Could you please help me?

    Ed

    You should be able to click on the link to the warning and access to an open cursors screen which will show you the warning and critical levels, as well as your recent history. On my machine, it seems that the default value is 1200, which is far from my normal use - it's the kind of humor that warning message was sent at time of my use to a minimum. Why it checks how to is one of those mysteries of the universe. You could try setting levels in the settings screen to manage, but on older versions on my platform, which has been a challenge.

    Note There are EM for a: http://forums.oracle.com/forums/category.jspa?categoryID=70

  • Rocket v2 - freezes in updating of the data base - closing force won't solve it

    well title says it all
    update the database crashes at 100%
    I have already tried to remove the mtable.sys and force stop pressed the button for 20 seconds. I also tried to download the update of the firmware, but it found no available updates

    can I reinstall my firmware any? or do work around the updating of the database?

    ignore my post above, the problem is solved itself
    (I mean that I changed anything, I just forced to stop some several times, and about 10 times later, it worked perfectly )

    Anyway, sorry to flood the forums

  • Between the records in the data base - year wise

    Hi Experts,

    I have a database and I want to separate year files wise in a form of database.

    A database for 2013

    A database for 2014 and so on...

    There is currently no procedure for separation of records.

    Reports are increasing day after day.

    I intend to do this by querying each table and storing a different database.

    What a way to make?

    Cecile

    It takes less storage to add storage to a database it does to create a separate database for each year of data you want to store, so your argument to save cost and space is invalid.  It is not feasible; a partitioned table would be a good approach, as has already suggested it.

    David Fitzjarrell

Maybe you are looking for

  • How can I change the program that opens pdf files attached to e-mails?

    When I double-clicked first a pdf attachment in an email, a pop asking what program to use and if I still wanted to use this program. I select an application to open these types of files and then check mark the box "Yes". However, I selected the wron

  • T8100 - DVD ROM CD-224TH-BA

    I recently bought a laptop T8100 on internet. Problem:Internal CD/DVD-station is not able to read the DVD.No hardware problems or conflicts are detected.According to specifications,'ll be needing that no CD-224th-BA give any problem, however...Error

  • SPEAKER Setup D110 cable: USB cable request

    Soon set up a HP Wifi D110 printer. Have an old HP 8200 CD Writer Disc drive USB cable.  the USB cable appears to be identical to what is needed to set up the printer.  To the confirmation.

  • HP Laserjet 3055: Fax for HP Laserjet 3055

    Dear Sir. I want to ask questions about faxing. is it possible that when someone fax to me, I can save it in a folder or a file? because I have a problem with roll. It can suck 2 or more documents at the same time. and when he got paper jam. can I sa

  • Silence of self

    My switch phone on silent all night until 11:00 and I can't receive calls. I am looking in the section setting but not find any solution. Second problem when receiving SMS is a voice reading the message, I tried to cancel but nothing about it. In the