Temporary LOBs - bad performance when nocache is used

Hello.
Please, advise me what could be the reason of bad performance row 8 from the next anonymous block:
declare
    i integer;
    c clob := 'c';
    procedure LTrimSys(InCLOB in clob ) is
        OutCLOB clob;
    begin
        DBMS_LOB.CREATETEMPORARY(OutCLOB, false, DBMS_LOB.call);
        dbms_lob.Copy(OutCLOB, InCLOB, dbms_lob.getlength(InCLOB));
        DBMS_LOB.freetemporary(OutCLOB);
    end;
begin
    for j in 1 .. 1000 loop
        LTrimSys(c);
    end loop;
end;
I have two practically identical databases 10.2.0.4.0 EE 64-bit on Windows
On first DB I have elapsed time: 4 sec, on second - 0.2 sec
I didn't find important difference between init parameters (hidden parameters too).
First DB has more memory (PGA) then second.
Main time events in time of executing anonymous block on first DB are
PL/SQL execution elapsed time
DB CPU
sql execute elapsed time
DB time
In second DB - the same but much less
If I use caching of temporary LOBs then both DBs work fine, but I can not understand why first DB works slowly when I use nocache temporary LOBs.
What can be the reason?

I don't think that is the problem. See next outputs:
select * from V$PGASTAT order by name
NAME
VALUE
UNIT
PGA memory freed back to OS
49016834031616
bytes
aggregate PGA auto target
170893312
bytes
aggregate PGA target parameter
1073741824
bytes
bytes processed
95760297282560
bytes
cache hit percentage
93,43
percent
extra bytes read/written
6724614496256
bytes
global memory bound
107366400
bytes
max processes count
115
maximum PGA allocated
2431493120
bytes
maximum PGA used for auto workareas
372516864
bytes
maximum PGA used for manual workareas
531456
bytes
over allocation count
102639421
process count
57
recompute count (total)
117197176
total PGA allocated
1042407424
bytes
total PGA inuse
879794176
bytes
total PGA used for auto workareas
757760
bytes
total PGA used for manual workareas
0
bytes
total freeable PGA memory
75694080
bytes
select * from V$PGA_TARGET_ADVICE_HISTOGRAM where PGA_TARGET_FACTOR = 1
PGA_TARGET_FOR_ESTIMATE
PGA_TARGET_FACTOR
ADVICE_STATUS
LOW_OPTIMAL_SIZE
HIGH_OPTIMAL_SIZE
ESTD_OPTIMAL_EXECUTIONS
ESTD_ONEPASS_EXECUTIONS
ESTD_MULTIPASSES_EXECUTIONS
ESTD_TOTAL_EXECUTIONS
IGNORED_WORKAREAS_COUNT
1073741824
1
ON
2199023255552
4398046510079
0
0
0
0
0
1073741824
1
ON
1099511627776
2199023255551
0
0
0
0
0
1073741824
1
ON
549755813888
1099511627775
0
0
0
0
0
1073741824
1
ON
274877906944
549755813887
0
0
0
0
0
1073741824
1
ON
137438953472
274877906943
0
0
0
0
0
1073741824
1
ON
68719476736
137438953471
0
0
0
0
0
1073741824
1
ON
34359738368
68719476735
0
0
0
0
0
1073741824
1
ON
17179869184
34359738367
0
0
0
0
0
1073741824
1
ON
8589934592
17179869183
0
0
0
0
0
1073741824
1
ON
4294967296
8589934591
0
0
0
0
0
1073741824
1
ON
2147483648
4294967295
0
0
0
0
0
1073741824
1
ON
1073741824
2147483647
0
0
0
0
0
1073741824
1
ON
536870912
1073741823
0
0
0
0
0
1073741824
1
ON
268435456
536870911
0
0
0
0
0
1073741824
1
ON
134217728
268435455
0
376
0
376
0
1073741824
1
ON
67108864
134217727
0
0
0
0
0
1073741824
1
ON
33554432
67108863
0
0
0
0
0
1073741824
1
ON
16777216
33554431
1
0
0
1
0
1073741824
1
ON
8388608
16777215
10145
45
0
10190
0
1073741824
1
ON
4194304
8388607
20518
21
0
20539
0
1073741824
1
ON
2097152
4194303
832
1
0
833
0
1073741824
1
ON
1048576
2097151
42440
0
0
42440
0
1073741824
1
ON
524288
1048575
393113
7
0
393120
0
1073741824
1
ON
262144
524287
10122
2
0
10124
0
1073741824
1
ON
131072
262143
22712
0
0
22712
0
1073741824
1
ON
65536
131071
110215
0
0
110215
0
1073741824
1
ON
32768
65535
0
0
0
0
0
1073741824
1
ON
16384
32767
0
0
0
0
0
1073741824
1
ON
8192
16383
0
0
0
0
0
1073741824
1
ON
4096
8191
0
0
0
0
0
1073741824
1
ON
2048
4095
83409618
0
0
83409618
0
1073741824
1
ON
1024
2047
0
0
0
0
0
1073741824
1
ON
0
1023
0
0
0
0
0
SELECT optimal_count, round(optimal_count*100/total, 2) optimal_perc,
       onepass_count, round(onepass_count*100/total, 2) onepass_perc,
       multipass_count, round(multipass_count*100/total, 2) multipass_perc
FROM
       (SELECT decode(sum(total_executions), 0, 1, sum(total_executions)) total,
               sum(OPTIMAL_EXECUTIONS) optimal_count,
               sum(ONEPASS_EXECUTIONS) onepass_count,
               sum(MULTIPASSES_EXECUTIONS) multipass_count
        FROM   v$sql_workarea_histogram);
OPTIMAL_COUNT
OPTIMAL_PERC
ONEPASS_COUNT
ONEPASS_PERC
MULTIPASS_COUNT
MULTIPASS_PERC
12181507016
100
146042
0
0
0

Similar Messages

  • Bad performance when open a bi publisher report in excel

    We use bi publisher(xml publisher) to create a customized report. For a small report, user like it very much. But for a bigger report, users complain about the performance when they open the file.
    I know it is not a native excel file, that may cause the bad performance. So I ask my user to save it to a new file as a native excel format. The new file still worse than a normal excel file when we open it.
    I did a test. We try to save a bi publish report to excel format, the size shrink to 4Mb. But if we "copy all" and "Paste Special" value only to a new excel file, the size is only 1Mb.
    Do I have any way to improve that, users are complaining everyday. Thanks!
    I did a test today.
    I create a test report
    Test 1: Original file from BIP in EBS is 10Mb. We save it in my local disk, when we open the file, it takes 43 sec.
    Test 2: We save the file in native excel format, the file size is 2.28Mb, it takes 7 sec. to open.
    Test 3: We copy all cell and "PasteSpecial" to a new excel file with value only. The file size is 1.66Mb, it takes only 1 sec to open.
    Edited by: Rex Lin on 2010/3/31 下午 11:26

    EBS or Standalone BIP?
    If EBS see this thread for suggestions on performance tuning and hints and tips:
    EBS BIP Performance Tuning - Definitive Guide?
    Note also that I did end up rewriting my report as PL/SQL producing a csv file and have done with several large reports in BIP on EBS.
    Cheers,
    Dave

  • Bad performance when deleting report column in webi(with "Design – Structure only")

    Hi all,
    One of our customer has recently upgraded from BO XI to BO4.1. In the new BO 4.1, they encountered a bad performance issue when they were deleting a column in Webi(using "Design – Structure only" mode).
    With “Design – Structure only" mode,  it took webi about 10 seconds to complete after the customer right-clicked a report column and clicked the "delete".  The customer said that they only need to wait for less than 1 second when they did the same in BO XI old version.
    The new BO version used is 4.1SP02, installed in Windows Server 2008 R2. (Server with 32 core CPU, 32G memory)
    This bad performance happened in both Webi web and Rich Client. (in Webi Rich Client, the performance is a little bit better. The 'delete column' action takes about 8 seconds to complete).
    Do anyone know how to tune this performance in webi?  Thank you.
    Besides, it seems that each time we are making change in the webi report structure in IE or Rich Client, webi need to interact with Server site to upload the changes. Is there any option to change this behavior?  Say, do not upload change to Server for when 'deleting report column', only trigger the upload after a set of actions(e.g. trigger when click the "Save" button).
    Thank you.
    Regards,
    Eton.

    Hi all,
    Could anyone help me on this?  Thanks!
    What customer concerns now is that when they did the same 'column editing' action in BO XI R2 for the same report, they did not need to wait.  And they need to wait for at least 7-8 second in the BO 4.1SP02 environment for this action to complete.(data already purged, in structure-only mode)
    One more information about the webi report being editing is: there are many sheets in the report(about 6~10 sheets in one report). Customer don't want to separate these sheet into different reports  as it will increase the effort of their end users to locate similar report sheets.
    Regards,
    Eton.

  • Bad performance when using  complex database view with Toplink

    Hi
    Problem description
    1. I have a complex query that collects the data from many DB tables. For this reason I create a database view based on this select. Using EJB 3.0 with Toplink I
    mapped this view to a java object the same way I map database tables. The method I use to get the results is:
    snippet code...
    public List<VwKartela> VwKartela(Integer pperid) {
    List<VwKartela> results = null;
    Session session = getSessionFactory().acquireSession();
    ExpressionBuilder bankfile = new ExpressionBuilder();
    Expression exp1 = bankfile.get("perid").equal(pperid);
    ReadAllQuery query = new ReadAllQuery();
    query.setReferenceClass(VwKartela.class);
    query.setSelectionCriteria(exp1);
    results =(List<VwKartela>)session.executeQuery(query);
    When running the select on the view prom SQL Plus I haven’t any performance problem.
    2.Question: How can I improve the performance? I referenced to Toplink docs but I didn't improve the it.
    Have anyone any experience is such cases?
    Thank you
    Thanos

    Hi
    After my last tests I conclude at the followings:
    The query returns 1-30 records
    Test 1: Using Form Builder
    -     Execution time 7-8 seconds
    Test 2: Using Jdeveloper/Toplink/EJB 3.0/ADF and Oracle AS 10.1.3.0
    -     Execution time 25-27 seconds
    Test 3: Using JDBC/ADF and Oracle AS 10.1.3.0
    - Execution time 17-18 seconds
    When I use:
    session.setLogLevel(SessionLog.FINE) and
    session.setProfiler(new PerformanceProfiler())
    I don’t see any improvement in the execution time of the query.
    Thank you
    Thanos

  • Bad performance when iterating/updating the rows of a tree table

    Hello,
    we have a tree table based on a VO and EO (with transient attributes). One of the attribute is a flag.
    The VO is populated with a complex query having many thousands of rows.
    Now, when the user clicks on a parent node, all the children are updated (their flag is set to true) recursively.
    This is really really slow. It might require several minutes, while a similar update via PL/SQL on a real table would required few seconds.
    Is there any way to improve the performance? We have already applied all the tunings on both the EO and VO mentioned in Oracle Documentation, but they had almost no effect:
    - retain viewlink row set iterators
    - query hints
    - Use update batching
    The algorithm we use is the following:
        private void checkTreeNodes(JUCtrlHierNodeBinding node, Boolean check) {
            if (node == null) {
                return;
           TreeVORowImpl nodeRow = (TreeVORowImpl)node.getRow();
            if (nodeRow != null) {
                    nodeRow.setFlag(check);
            List<JUCtrlHierNodeBinding> children = null;
            if (!nodeRow.getLevel().equals("4"))  // no more than 4 levels
                children = node.getChildren();
            if (children != null) {
                for (JUCtrlHierNodeBinding _node : children) {
                    checkTreeNodes(_node, check);
        }

    Thanks for you answer.
    I am trying to move the logic in a method of the AM. But I have an exception (jdev 11.1.2.1):
        public void checkTreeNodes(TreeVORowImpl node, Boolean check, int level) {
            if (node == null)
                return;
            node.setFlag(check);
            if (level >= 4)
                return;
            Key key = new Key(new String[] { node.getId() }); // Id is the primary Key
            // By debugging via System.out.println, the code stops here:
            RowIterator rowIt = getMyVO().findByAltKey("ParentId", key , -1, false); // children have ParentId = Id
            while (rowIt.hasNext()) {
                TreeVORowImpl row = (TreeVORowImpl)rowIt.next();
                checkTreeNodes(row, check, level + 1);
        }findByAltKey gives the following exception (since it's called from the UI by getting the AM from DataControl):
    oracle.jbo.InvalidObjNameException: JBO-25005: [...]
         at oracle.adf.model.binding.DCBindingContainerState.validateStateFromString(DCBindingContainerState.java:573)
         at oracle.adf.model.binding.DCBindingContainerState.validateStateFromString(DCBindingContainerState.java:504)
         at oracle.adf.model.binding.DCBindingContainerState.validateToken(DCBindingContainerState.java:684)
    Do you see anything wrong or not efficient?
    Thanks.

  • Bad performance when calling a function in where clause

    Hi All,
    I have a performance problem when executing a query that contains a function call in my where clause.
    I have a query with some joins and a where clause with some regular filters. But one of these filters is a function, and its input parameters are columns of the tables used in the query.
    When I run it with only a few rows in the tables, it goes ok. But as the number of rows grows, performance falls geometrically, even when my where clause filters the result to only a few rows.
    If I take the function call off of the where clause, then run the query and then call the function for each returned row, performance is ok. Even when the number of returned rows is big.
    But I need the function call to be in the where clause, because I can't build a procedure to execute it.
    Does anyone have any clue on how to improve performance?
    Thanks,
    Rafael

    You have given very little information...
    >
    If I take the function call off of the where clause, then run the query and then call the function for each returned row, performance is ok. Even when the number of returned rows is big. Can you describe how you measured the performance for a big result set without the function? For example lets say there had been 10.000 rows returned (which is not really big, but it is astarting point). Did you see all 10.000 rows? A typical mistake is to execute the query in some tool like Oracle SQL Developer or TOAD and measure how fast the first couple of rows are returned. Not the performance of the full select.
    As you can see from this little detail there are many questions that you need to address first before we can drill down to the root of your problem. Best way is to go through the thread that Centinul linked and provide all that information first. During the cause of that you might discover that you learn things on the way that help a lot for later tuning problems/approaches.
    Edited by: Sven W. on Aug 17, 2009 5:16 PM

  • Bad performance due to the use of AGO and TO_DATE time series functions

    Hi all,
    I'm building an OBI EE Project on top of a 1TB DW, and i'm facing major performance problems due to the use of the AGO and TO_DATE time series functions in some of the Metrics included on the reports. I discovered that when a report with one of those metrics is submited to the DB, the resulting query/explain plan is just awful!... Apparently OBI EE is asking the DB to send everything it needs to do the calculations itself. The CPU cost goes to the roof!
    I've tried new indexes, updated statistics, MV's, but the result remains the same, i.e., if you happen to use AGO or TO_DATE in the report you'll get lousy query time...
    Please advise, if you have come across the same problem.
    Thanks in advance.

    Nico,
    Combining the solution to view the data in dense form (http://gerardnico.com/wiki/dat/obiee/bi_server/design/obiee_densification_design_preservation_dimension), and the use of the lag function (http://gerardnico.com/wiki/dat/obiee/presentation_service/obiee_period_to_period_lag_lead_function) appears to be the best solution for us.
    Thanks very much.

  • Func modules vs. BAPIs; What is a BADI? When do we use it?

    Hi experts,
    I have some ABAP questions and need your help to answer them.
    1. What is the difference between a func. module and a BAPI?
    2. What is a BADI and in which circumtanse we use it? How can I view a BADI example?
    3. What is a WorkFlow and in which circumtanse we use it? How can I view an WorkFlow example?
    Many many thanks,
    Ron

    1.
    All BAPIs are function modules, but they have been enhanced by using object oriented design. BAPIs are designed based around Business objects (in the business object repository SWO1/SWO2). They are created to fill a business need and are a good way of exposing SAP functionality to third party systems. They can be viewed through transaction BAPI. BAPIs are also generally all RFC enabled, whereas not all function modules are.
    Function modules are developed to perform a particular function, some of which is very specific to the program which calls it. A lot of the standard SAP function modules are only really meant to be used by SAP, hence the complete lack of documentation or intuitiveness.
    check this link too.
    Re: Diff. Between BAPI and RFC
    2.
    Difference Between BADI and User Exits
    Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software. 
    As with customer exits two different views are available:
    In the definition view, an application programmer predefines exit points in a source that allow specific industry sectors, partners, and customers to attach additional software to standard SAP source code without having to modify the original object. 
    In the implementation view, the users of Business Add-Ins can customize the logic they need or use a standard logic if one is available.
    In contrast to customer exits, Business Add-Ins no longer assume a two-level infrastructure (SAP and customer solutions), but instead allow for a multi-level system landscape (SAP, partner, and customer solutions, as well as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure.
    SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces. You do not have to register Business Add-Ins in SSCR.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to control add-in implementation and make it dependent on specific criteria (on a specific Country value, for example).
    All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard. A single Business Add-In contains all of the interfaces necessary to implement a specific task.
    The actual program code is enhanced using ABAP Objects. In order to better understand the programming techniques behind the Business Add-In enhancement concept, SAP recommends reading the section on ABAP Objects.
    SE18 - BADI definition
    SE19 - BADI implementation
    3. check the page for workflow links
    http://www.sapgenie.com/phpLinks/index.php?PHPSESSID=45016ad4a8b3e6005f53a04a83b79782&PID=62&PHPSESSID=45016ad4a8b3e6005f53a04a83b79782
    Thanks,

  • Bad performance when deleting business partner in CRM

    Hi,
    we try to delete 1.7 million partner in our CRM system.
    Our System has :
    SAP_BASIS     620     0057     SAPKB62057
    the database is ORACLE
    For the deletion we use the report BUPA_TEST_DELETE with packages of 1000 partners each.
    We have that the update processes need too much time during deleting the changedocuments of the adresses objectclass  'ADRESSE2' and 'ADRESSE3' by the function CHANGEDOCUMENT_DELETE_V2.
    When we try the same in our ECC 5.0 (SAP_BASIS     640     0015     SAPKB64015) with an DB2 database we don´t have the same problem.
    Can anybody help us to solve the problem.
    Many thanks.
    Best regards.
    Timo Wendt

    Thanks for the answer.
    Our support package is SAPKA62057
    The notes are for smaller packages. Unfortunately this notes can´t solve my problem

  • AudioFileOpenURL really bad performance when opening big *.m4a files

    I did some testing for a project of mine and noticed that opening a big .m4a file with AudioFileOpenURL is really slow.
    I tested opening about 25000 audio files.
    All of them, except large mp4 podcasts like the engadget podcast, open really fast.
    There seems to be a direct connection between the size of the file and the time it takes for AudioFileOpenURL to open it.
    Files that are around 3MB have no noticable delay and files around 30MB will take seconds to open.
    While opening AudioFileOpenURL consumes a lot of cpu.
    I tried setting the correct fileTypeHint but that makes no difference at all.
    Is there any explanation for this behaviour?
    I can not continue with my project until i'm able to open all audio files in a reasonable time.
    Maybe somebody has an idea how I can speed this up.

    Certainly a reasonable concern...
    The question at this point is, How are the reports going to be used and deployed once they are in production?
    I'd look at it from that direction.
    For example... They may be able to dump the data directly to another database on a separate server that would insulate the main enterprise server. This would allow the main server to run the necessary queries during off peak hours and would isolate any reporting activity to a "reporting database".
    This would also keep the data secure and encrypted (it would continue to enjoy the security provided by an RDBMS). Text & csv files can be copied, emailed, altered & deleted by anyone who sees them. Placing them in encrypted .zip folders prevents them from being read by external applications.
    <Hope you liked the sales pitch I wrote for you to give to the client... =^)
    If all else fails and you're stuck using the csv files, at least see if they can get it all on one file. Joining the 2 files is killing you performance wise... More so than using 1 massive file.
    Jason

  • Very Bad performance when previewing song in iTunes 9 through new interface

    Hi, Since upgrading to the new iTunes (9.0.2) I cannot preview the music any longer without many stops in the preview for the computer to re-buffer the download. There are so many that you cant listen to the song as you only get clips that seem to be less than a second long.
    Before upgrading to 9 the previews played perfect. I then also went out to my AppleTV and tried to preview music which played perfect with no stops.
    On further investigation in iTunes I recognized that if I go to the Browse area of iTunes (4 buttons down under your name where it says Welcome (and your name) on the Main menu of the iTunes store (not in music or movies etc)) I can still preview songs perfect with no interruptions! This area (the browse area) still displays music in the old way that iTunes 8 did with blue and white strips separating each song and the old buy buttons.
    So the problem seems to only be happening in the areas of the iTunes store that has the new feature set in iTunes 9 for displaying and previewing music.
    I also tried to go into the preferences to see if I could set settings to download the whole preview first before playing but that has been removed.
    Finally I was in a hotel last week and tried to preview music and it worked fine in the preview. However, I find it hard to believe that it is a speed problem in my house since the ATV works perfect and the previews in the browse area play perfect.
    This problem is happening on my home iMac / my Power book (3 years old) and my sons power book (1 year old). I am also up-to-date with all updates from the system side.
    Any suggestions?
    Alfredo

    I have the same issue. It wasn't this bad until recently and my bandwidth has increased if anything. Terribly annoying. It very adversely affects my iTunes store experience and encourages me to look elsewhere for music.
    Yes, I have the buffer control set to large. Why don't they have an option to download the whole preview before playing like they used to?
    Any solutions?
    Message was edited by: John Cover

  • Poor performance when using kde desktop effect

    Hey,
    I'm having trouble when using kde effet (system settings -> desktop -> desktop effects).
    I have a dual core E5200 3 ghz, 2 GB memory pc8500 and an HD4850 using fglrx driver, but I got incredible bad performance when using desktop effect and watching video, I can barely watch a 800x600 video in full screen mode without having bad performance, X getting up to 40% cpu usage.
    Its really like my graphic card isnt handling the rendering stuff but 3D acceleration is working, I can play 3D game without problem so far (as long as the deskstop effect arent enabled cause the cpu have like a hard time handling both for recent game)
    So I guess its some trouble with 2D acceleration or something like that, I read that some people had such issue, but I didnt figure a way to fix it.
    Here is my xorg.conf, in case something is wrong with it :
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri2"
    Load "extmod"
    Load "dbe"
    Load "record"
    Load "glx"
    Load "dri"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa"
    VendorName "ATI Technologies Inc"
    BoardName "RV770 [Radeon HD 4850]"
    BusID "PCI:8:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:8:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Thank you for any help.

    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa"
    VendorName "ATI Technologies Inc"
    BoardName "RV770 [Radeon HD 4850]"
    BusID "PCI:8:0:0"
    EndSection
    and
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    I see no reason for those to be there.
    make a backup of your xorg.conf and remove / comment those lines.

  • 2.1 RC1 - Pure performance when Preferences.Worksheet."script path" is used

    When I fill out the "Select default path to look for scripts" text box on the Worksheet page in Preferences, I expirience very bad performance when I type in sql statements.
    If I clear the text box agian, I have normal performance.

    Bug already logged from duplicate posts from other users.
    -Turloch

  • Bad performance in web intelligence reports

    Hi,
    We use Business Objects with Web Intelligence documents and Crystal Reports.
    We are supporting bad performance when we use the reports specilly when we need to change the drill options
    Can someone telling me if exists some best practices to improve performance? What features should i look to?
                      Best Regards
                            João Fernandes

    Hi,
    Thank you for your interest. I know that this a issue with many variables because that i need information about anything that could cause bad performance.
    For bad performance i mean the time that we take running and refreshing reports data.
    We have reports with many lines but the performance is bad even when a few users are in the system
                                 Best Regards
                                         João Fernandes

  • Help: Bad performance in marketing documents!

    Hello,
    When creating an AR delivery note which has about 10 lines, we have really noticed that the creation of lines becomes slower and slower. This especially happens when making tab in the system field "Quantity". In fact, before going to the next field quickly, it stays in Quantity field for about 5 seconds!
    The number of formatted searches in AR delivery note is only 5. And only one is automatic. The number of user fields is about 5.
    We have heard about the bad performance when the number of lines increases in the documents when having formatted searches, but it is odd to happen this with about 10 lines in the document.
    We are using PL16 and this issue seems to have been solved already at PL10.
    Could you throw some light on this?
    Thanks in advance,

    It is solved now.
    It had to be with the automatic formated search in 2 head fields.
    If the automatic search is removed, the performance is OK.
    Hope it helps you,

Maybe you are looking for

  • How to enable USB 2.0 on the MEGA 651 - found a way

    Very important question... How did you guys enable the USB 2.0 ports? I plugged a device in the front ports today, only to be told that there are no USB 2.0 drivers installed... The MSI CD that came with the MEGA only has drivers for W2k, and my XP i

  • Using XML File As Target- Data Integrator (SAP BODI Tool)

    I am trying to populate records to an XML File from a table. The XML schema has a node say 'Address'. When I run my job, I get duplicate records in the output XML File. For example: under the element address, the fields are address1 and addres2 then

  • Guitar and USB SB Live! 24-bit Exter

    Hallo all, I was eager to buy the aforementioned SB model (USB SB Li've! 24-bit External) as my laptop doesn't seem to get any input from my guitar through the embedded sound card. I was wondering, as this is the primary and only reason for me to buy

  • DISM error under WinPE

    Hello there, I have a problem with when I want to use DISM.exe during a Task sequence under WinPE. I run the following scripts under WinPE: (Run Command Line Task Sequence with Package) Powershell.exe -Command Set-executionpolicy remotesigned start "

  • Printer profile for Canon inkjet

    I am having a bit of trouble getting my printer to render colours satisfactorily. My printer is a Canon Pixma iP 3600 but I am not sure which settings give optimum results from Illustrator RGB files. 1) Should I specify a colour profile for Illustrat