Loosing some performance when distributing I/O

I have distributed disk I/O operations
that I have one disk for datafiles and control
file, on the second disk there are redo logs
along with datafiles for undo tablespace,
on the third disk there are multiplexed redo logs
and control file. I have compared that configuration
by running some test select statements with
configuration where all files the database contains
are on the same disk and on the database with configuration of more disk the results were slower.
The both databases are the same (making one as
a physical copy of datafiles of second and recreating
control file), parameter files are the same.
Can the difference be due to not multiplexing redo logs
in database with single configuration? But there are
no redo logs used where just running select statement.
Can someone give me advise?
Thanks a lot,
P.

Like Syed Jaffar said, install statspack, and analyze stats reports.
And to help you, there is a metalink note
228913.1 : Systemwide Tuning using StatsPack Reports
I think that performances are no better to separate the data on several disks if there is only one controller card, in this case, the bottleneck are not the discs but the controller card.
Try statspack and report us the results.
Nicolas.

Similar Messages

  • REP-50159: Executed successfully but there were some errors when distribute

    HI All,
    I am using Oracle 10g Rel2 application server on linux environment. I am calling oracle reports from forms i am getting REP-50159: Executed successfully but there were some errors when distribute error.
    I am using Destype :PRINTER and Desname:Printername. Please help us in resloving this issue.
    Thanks & Regards,
    Ram

    Try editing rwlpr.sh in $ORACLEHOME/bin and change the lines (at around line 172) from
    if [ ! -x $PRNCMDPATH ]
    then
    searchcommand $CMD
    fi
    to
    if [ -z $PRNCMDPATH ]
    then
    searchcommand $CMD
    fi
    It worked for me :-)

  • Why I do loose some editing when I export a photo or try to send it by email?

    Why do I loose some of my iphoto editing when I export the photo or send it out to Facebook or email?

    No information given so we can only guess
    You are doing it incorrectly - to properly export select the photo(s) an use the file menu ==> export to a deaktop folder  --  to e-mail either set up the desired e-mail client in the iPhoto preferences and share via e-mail, export as above, use Apple Mail and use the media browser or in teh e-mail attach window lok in the lower left hand corner under media ==> photos ==> iPhoto and select teh photo
    LN

  • PDF Report Error When Distribute the Output?

    REP-0069: Internal Error.
    REP-57054: In-process job terminated:Executed successfully but there were some errors when distribute the output.
    REP-50159: Executed successfully but there were some errors when distribute the output.
    Approximately 5000 Pages
    Distribute PDF File Approximately 1700 Files
    How i can resolve this issue?

    Based that you are in base release I will encourage you to upgrade to the latest patchset for 10gR2 (10.1.2.3) and then apply the recommended bundled patch on top of 10.1.2.3 as several issues have been fixed with
    those patches.
    Reference
    Oracle Reports - Recommended Patch Bundle on Top of 10.1.2.3 (Doc ID 1162562.1)
    Regards RZ

  • REP-50159: Executed successfully but there were some errors when distribt

    Hi,
    i get this error(REP-50159: Executed successfully but there were some errors when distribute the output)
    when i distribute output using following url.
    http://myserver.com:7778/reports/rwservlet?server=rep_myserver_oracleas2+report=D:\Reports\emp.rdf+userid=abc/xyz@mydb+desformat=pdf+DESTYPE=mail+DESNAME="[email protected]"+FROM="[email protected]"
    I am working on ORA AS 10g(10.1.2.0.2),Windows Server 2003
    Please mark out suggestions.
    Regards,
    IK

    @Inol ...yea i have configrd the mail server(smtp) properties in report server,when the destype is file, the url works fine.i.e generate the file on specified location.
    but using destype mail, it fails, whether i use the url, or use the even driven api procedure..
    Running the procedure its the debugged out put with error...
    * WELCOME TO EVENT-BASED-REPORTING API *
    * API-Version : 9i *
    * (C) Oracle Corporation, 2000 - 2002 *
    * Debugging turned ON **************************
    *** Length of Paramlist : 1
    OK : Parameter added : GATEWAY=http://myserver.com:7778/reports/rwservlet
    *** Length of Paramlist : 2
    OK : Parameter added : SERVER=rep_myserver_oracleas2
    *** Length of Paramlist : 3
    OK : Parameter added : REPORT=D:\Reports\emp.rdf
    *** Length of Paramlist : 4
    OK : Parameter added : USERID=abc/xyz@mydb
    *** Length of Paramlist : 5
    OK : Parameter added : DESTYPE=mail
    *** Length of Paramlist : 6
    OK : Parameter added : DESFORMAT=PDF
    *** Length of Paramlist : 7
    OK : Parameter added : [email protected]
    Starting run_report: building url
    *** Building URL (RUN_REPORT)
    OK : URL built :
    http://myserver.com:7778/reports/rwservlet?SERVER=rep_myserver_oracleas2&REPO
    RT=D%3A%CReports%5Cemp.rdf&USERID=abc%2Fxyz%40mydb&DESTYPE=mail&D
    ESFORMAT=PDF&DESNAME=khan.emran84%40gmail.com&statusformat=xml
    *** Submitting HTTP Request
    *** using URL
    :http://myserver.com:7778/reports/rwservlet?SERVER=rep_myserver_oracleas2&REP
    ORT=D%3A%5CReports%5Cemp.rdf&USERID=abc%2Fxyz%40mydb&DESTYPE=mail&
    DESFORMAT=PDF&DESNAME=khan.emran84%40gmail.com&statusformat=xml
    OK : Request submitted - Return stream : <?xml version = '1.0' encoding =
    'ISO-8859-1' standalone = 'yes'?>
    <serverQueues>
    <error code="50159"
    component="REP" message="Executed successfully but there were some errors when
    distribute the output"/>
    <
    OK : Request submitted - Length of stream : 229
    *** XML-Parsed - Following Structure discovered :
    *** Checking elements!
    serverQueues ()
    *** Checking attributes!
    error
    *** Checking attributes!
    __code = 50159
    __component = REP
    __message = Executed successfully but there were some errors when distribute the
    output
    *** Finished Parsing XML
    Getting value for element: job
    Getting value for element: error
    *** Requesting value for Attribute error.component [REP]
    Getting value for element: error
    *** Requesting value for Attribute error.code [50159]
    Getting value for element: error
    *** Requesting value for Attribute error.message [Executed successfully but
    there were some errors when distribute the output]
    REP-50159:Executed successfully but there were some errors when distribute the
    output
    declare
    ERROR at line 1:
    ORA-20999:
    ORA-06512: at "NRSP.SRW", line 264
    ORA-06512: at "NRSP.SRW", line 799
    ORA-06512: at line 15
    --- i am stuck here...
    -- Googled the error but in vain.....

  • Dynpro application: how to perform some  code when user click window close

    Hello,
    I'm developing dynpro application. This application needs to perform some code when exiting.
    I can do that with MODULE xxxxx AT EXIT-COMMAND. But this code can't be performed when user of application click on button closing window (classic R/3 window, not pop-up).
    Does anybody know how to bind some code to clicking on button closing window?
    Best regards,
    Josef Motl

    As far as the prompt that you get when you close the last window is coming from the counter that SAP maintains regarding the number of open sessions(windows). When this counter reaches 1, I guess they have a check to issue a prompt. There was a discussion in this forum a long time back regarding how we can know that session id like SM04. There was no conclusion reached then. Theoritically, let us know you know this id for the session in which the user opened a particular page, then you can see if that session is deleted and then take the necessary action. There are some TH_* function modules that seem to be promising, but I was not able to conclusively achieve the control over a particular session.
    See if you can look at SM04 and get an idea. Please do let us know if you find the solution.
    Srinivas

  • When I charge my iPhone and it subsequently syncs the phone I seem to loose some apps that I had previously installed.

    When I charge my iPhone and it subsequently syncs the phone I seem to loose some apps that I had previously installed. When I try to srinstall them the app store gives me a message that they are already installed

    When I charge my iPhone
    Tap the Settings icon just like you see in this image.
    Click the iPhone online user guide here >  http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • I have the current Mac Pro the entry level with the default specification and i feel some slow performance when applying after effects on my videos using final cut pro and also rendering a video takes long time ? what upgrades do you guys suggest?

    i have the current Mac Pro the entry level with the default configuration   and i feel lack of  performance when applying after effects on my videos using final cut pro and also rendering a video takes long time ? what upgrades do you guys suggest i could do on my Mac Pro ?

    256GB SSD  it shipped with will run low and one of the things to watch.
    Default memory is 12GB  also something to think about.
    D500 and FCP-X 10.1+
    http://macperformanceguide.com/index_topics.html#MacPro2013Performance
    Five models of 2013 Mac Pro running Resolve, FCPX, After Effects, Photoshop, and Aperture

  • I was downloading some songs when I lost my internet connection. There is no sign that these songs reached my iTunes but i have been charged for these songs anyway. What should I do?

    I was downloading some songs when I lost my internet connection. There is no sign that these songs reached my iTunes but i have been charged for these songs anyway. What should I do?

    It's possible that the message you got was to update the AirPort Express Base Station's (AX) firmware...and that something might have gone wrong during the upgrade.
    Let's start by performing a "factory default" reset on the AX to get it back to it's original "out-of-the-box" condition.
    Then, let's set it up to work with your cable modem...
    AirPort Express Base Station Setup (AX) w/High-Speed Cable Modem
    Modem/Router Power ReCycling (optional)
    - Power-off the Cable modem, AX, & computer(s). (Wait at least 30 minutes. If possible, leave the modem off overnight.)
    - Power-on the Cable modem; Wait at least 30 minutes.
    - Power-on the AX; Wait at least 5 minutes.
    - Power-on the computer(s)
    Setup the AX
    With the network components powered down, set up the AX, using the AirPort Admin Utility, either connect to the AX's wireless network or connect your computer directly (using an Ethernet cable) to the Ethernet port of the AX, and then, try these settings:
    AirPort tab
    - Base Station Name: <whatever you wish or use the default>
    - AirPort Network Name: <whatever you wish or use the default>
    - Create a closed network (unchecked)
    - Wireless Security: Not enabled
    - Channel: Automatic
    - Mode: 802.11b/g Compatible
    Internet tab
    - Connect Using: Ethernet
    - Configure: Using DHCP
    - WAN Ethernet Port: Automatic
    Network tab
    - Distribute IP addresses (checked)
    - Share a single IP address (using DHCP & NAT) (enabled)
    Do not, at this point, set up any security (i.e., WEP/WPA encryption, closed network, etc.) to first make sure the AX is operating properly. Try to access the Internet wirelessly with your MacBook. If you're successful, go ahead and add any security features you wish.

  • Some Gmail messages do not go through some accounts when sent via mail

    Hello
    i have set up my Gmail account in mail but I seem to loose e-mails when i sent using the gmail account in mail some providers do not get my message when i sent the same message from the gmail website the mail goes through anything set up wrong in mail

    Is Settings > Messages > Receive At >
    1) Apple ID correct?
    2) Phone number correct
    3) Email correct?
    4) Caller ID correct?

  • Some Performance Counters are not displayed in PerfMon

    I have SQL Server 2014 installed in my machine. I need to monitor some performance counters like \SQLServer:Database Mirroring\Log Send Queue KB. When I open the Add Counter dialog of PerfMon, the counter is displayed in the list. But when I add the
    counter and click OK, the counter is not seen added to the list of counters to be monitored. Any one can tell me why this happens? The same issue is there for some other counters like Replication Dist.\Dist:Delivery Latency. My OS is Windows Server Standard

    Ok I understand, but you would need at least 2 instances of SQL. 
    http://www.mssqltips.com/sqlservertip/2464/configure-sql-server-database-mirroring-using-ssms/
    http://www.codeproject.com/Articles/715550/SQL-Server-Replication-Step-by-Step
    Its would be more easy for you, if you have server with these setups in your environment to check counters /or run your program there to test.

  • Preventing Extend Features for Reader when distributing form

    I am distributing a form created in LiveCycle and will have the form responses automatically tracked on an internal server. The distributed form is not sent out via email, but rather stored on the shared internal server. With Acrobat Pro 9, the distribute form function automatically extends Reader rights, which I do not want to happen with the form being stored on a shared server. The form will have secure information in it & responses are sent to a folder that will have write capabilities only.
    Any info on how to prevent the extenstion of Reader rights when distributing the form is appreciated.

    Something happened to the file after the time that it was Reader-enabled. It was modified in a way that invalidates the digital signature that controls whether the usage rights are valid. I seem to recall the GoLive can be configured to modify (optimize somehow?) PDFs when it uploads them, and you definately don't want this to happen for Reader-enabled documents. I don't have GoLive, so I can't check what setting it is, but you should be able to look for yourself. A workaround would be to upload via some other means, such as FTP. I'd be interested to know if this makes a difference.

  • New email send freeze. have to refresh screen to send, and usually loose some part of email response. 1.17 on mac.

    I reply to an email and when I go to send, nothing happens. I have to refresh to make it work. I have learned to copy the text before I refresh, or I will loose some of it. Don't have this problem with other browsers.

    Update your firefox
    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    <b> To Enable SafeMode </b>
    *You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    *''Once you get the pop-up, just select "'Start in Safe Mode"''
    If it works in Safe Mode and in normal mode with all extensions (Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: "Firefox > Quit Firefox"; Linux: "Firefox/File > Quit")
    * https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Yosemite doesn't work well with Autocad and the trackpad.  The trackpad looses some function

    The trackpad looses some functions with the Autocad.  I can't use the PAN command with the trackpad, I used to work with that command in trackpad when I had the IOS Maverick.  Pleas, check out the problem.
    Regards.

    Do you have this problem with Firefox or Chrome? 
    I think all you can do is let Apple know about this problem that needs fixing
    http://www.apple.com/feedback

  • Who does not loose battery power when zen micro is o

    I bought my zen micro only 2 days ago and it looses battery power when I turned it off. I just want to know if there are people that are not experiencing this problem. The reason I want to know this is becuase if a lot of people are not experiencing this problem then I could return it and get a new one.

    You can search the forum instead of posting.
    Just dl the new firmware, that should fix it, also Catherina-CL posted this , which could be helpful,
    Catherina-CL wrote:
    Hi Everyone,
    It has been reported by some of our customers that they have experienced reduced battery life after charging their Zen Micro. Our product development team has researched these reports and determined that the users may have experienced this after they plugged their Zen Micro into the AC adaptor that was already inserted into a wall socket with the AC power on. While this is not the conventional way to plug in a player for charging, we wanted to ensure our customers did not experience this problem, so we have developed a solution to address this which simply involves upgrading the Zen Micro's firmware. To update your Zen Micro just download the firmware update ( ZenMicro_PCFW_US__0_03_PDE.exe) to your computer and run it with your Zen Micro attached to your computer.....if you need assistance in doing this please contact our product support team and they will be happy to assist you. This new firmware also includes an enhancement to improve touch sensitivity, we recommend that all of our customers download this firmware update to enhance their Zen Micro experience.
    You can download the file under Support > Download Drivers, then enter that filename under the Search By Filename option.
    Cat
    Forum Administrator
    Creative Labs

Maybe you are looking for

  • Aspect Ratio / Anamorphotic Movies

    Hi We have a number of movies that come from DigiBeta or DVD. They have non square pixel aspect rations. We've encoded them into MP4 Files. Players like QuickTime or VLC correctly recognize the aspect ratio and distort the display accoringly. But in

  • Form problem...pl / sql edit

    I am doing a form master detail using the web interface of the portal, and i am trying to edit the pl/sql generated by the web code generator...but i can't find how to go into the sql code... any idea??? What i am trying to do basicallly is to run a

  • Gdr2 for lumia 520

    any idea when the gdr2 update(coupled with amber) is gonna be available for Lumia 520. Also what changes does it include?

  • Multiple Gateways servers - any issues?

    I am being asked to monitor multiple untrusted domains through gateway servers. We already have one gateway server setup, are there any issues I should beware of when setting up a second or third one for different domains? Do they all talk back throu

  • I cant sync my iphone from my itunes library, i get an error message saying there are problems and songs cannot be located.

    I cant sync my iphone to my itunes library, I get an error message saying there were problems and songs won't be uploaded.  "songs not found, would you like to locate?"