Performance problem for the ADF calendar

Hello

We intend to apply the calendar adf for one of our customers. They will use the calendar as a planner. There will be at least 350-500 activities for a provider and a month.

We are filtering of calendar data by selecting provider from the drop-down list box. However, execution of the view object takes about 4-5 seconds and activities appear 15 seconds. Total waiting time may be 20 seconds.

How can I improve performance? Customer will use the calendar as a scheduler of tasks online. Therefore, it must be very fast.

JDeveloper Version: 11.1.1.6.0

Please note that all the components are bind to the backup of the attributes of bean whose calendar itself jsff layout.

Steps for filtering:

1 combo box action in backing bean:

    public void onResourceChange(ValueChangeEvent valueChangeEvent) {
        valueChangeEvent.getComponent().processUpdates(FacesContext.getCurrentInstance());
        if (valueChangeEvent.getNewValue() != null) {
            if(valueChangeEvent.getNewValue() != valueChangeEvent.getOldValue()) {
                applyFilter();
            }
        }
        else {
            removeFilter();
        }   
        
        RequestContext context = RequestContext.getCurrentInstance(); 
        context.addPartialTarget(getC1());
    }

2 ApplyFilter and removeFilter in backing bean methods:

    private void applyFilter() {
        DCBindingContainer dcbindings = (DCBindingContainer)ADFUtils.getBindingContainer();
        XxntcCalendarAMImpl am = (XxntcCalendarAMImpl)dcbindings.getDataControl().getApplicationModule(); 
        DCIteratorBinding garageIterator = ADFUtils.findIterator("XxntcGarageInfoVO1Iterator");
        Row currentGarageRow = garageIterator.getCurrentRow();
        Number resourceId = (Number)currentGarageRow.getAttribute("ResourceId");
        am.applyCalendarFilter(resourceId);        
    }
    
    private void removeFilter() {
        DCBindingContainer dcbindings = (DCBindingContainer)ADFUtils.getBindingContainer();
        XxntcCalendarAMImpl am = (XxntcCalendarAMImpl)dcbindings.getDataControl().getApplicationModule();  
        am.removeFilter();
    }

3. the application model Impl applyCalendarFilter removeFilter methods and

    public void applyCalendarFilter(Number resourceId) {
        XxntcServiceCalendarEOVOImpl calendarVo = (XxntcServiceCalendarEOVOImpl)getXxntcServiceCalendarEOVO1();
        System.out.println(new java.util.Date());
        ViewCriteria vc = calendarVo.createViewCriteria();
        vc.setName("fiterCalendar");
        ViewCriteriaRow vcRow = vc.createViewCriteriaRow();
        vcRow.setAttribute("ResourceId", "= " + resourceId);
        vc.insertRow(vcRow);
        calendarVo.appendViewCriteria(vc);
        calendarVo.executeQuery();
        
        /*calendarVo.setWhereClause(null);
        calendarVo.setWhereClause("RESOURCE_ID = :pResourceId");
        calendarVo.defineNamedWhereClauseParam("pResourceId", null, null);
        calendarVo.setNamedWhereClauseParam("pResourceId",resourceId);         
        calendarVo.executeQuery();*/
        System.out.println(new java.util.Date());
    }
    
    public void removeFilter() {
        XxntcServiceCalendarEOVOImpl calendarVo = (XxntcServiceCalendarEOVOImpl)getXxntcServiceCalendarEOVO1();
        calendarVo.removeApplyViewCriteriaName("fiterCalendar");
        //calendarVo.removeNamedWhereClauseParam("pResourceId");
        calendarVo.executeQuery();
    }

Kind regards

Anil

Hi all

Problem is solved.

There are three important points for the solution.

1 oracle has proposed to use a separate iterator for suppliers. Here is the explanation of SR Oracle:

@ The iterator binding of the calendar and the iterator binding of the

@ suppliers are the same, there is no point at all. Normally, the

@ the iterator binding calendar is for the events calendar and the provider

@ the iterator is on another iterator which gives information about the provider, the

@ provider in the timing of the event is the foreign key to the iterator of provider.

@You need to create a table for the vendor and then set object entity / view

@ the object on the table, an iterator will be generated. The provider_id in the

@ event table should be the foreign key to the table of the provider and the

@ providerDefinition must point to the iterator of the vo provider.

@ You cannot use the same table to set the calendar events and providers,

@ This just doesn't make sense.

2. I am able to set the iterator range size if I use a separate iterator for suppliers. Otherwise, ADF throws it npe: ' java.lang.NullPointerException: ADFv: calendar activity Id and Vendor Id cannot be null. "

3. I forgot to use parameters of connection (StartDayTime, EndDayTime and time zones) in my query where clause. Creation of a criteria like this where clause "((HrCalendarEvents.START_TIME > =: StartDayTime) AND (HrCalendarEvents.END_TIME)"<= :enddaytime="" )="" )="" "="" solves="" fetching="" all="" rows="" problem.="" now="" it="" fetches="" just="" current="" time="">

Kind regards

Anil

Tags: Java

Similar Questions

  • iCal 'Get Info' is grey for the blue calendar; Other calendars are very good. Model name: iMac model identifier: iMac9, 1

    iCal 'Get Info' is grey for the blue calendar; The other color calendars are very good.

    I deleted the file 'com.apple.iCal.plist '... No luck.

    Please notify. Thank you, Roger



    Presentation of the material:

    Model name: iMac

    Model ID: iMac9, 1

    Processor name: Intel Core 2 Duo

    Processor speed: of 2.66 GHz

    Number of processors: 1

    Total number of cores: 2

    L2 Cache: 6 MB

    Memory: 4 GB

    Bus speed: 1.07 GHz

    Boot ROM version: IM91.008D.B08

    Version of the SCM (System): 1.44f0

    If the problem is still there, try to start safe mode using your usual account.  Disconnect all devices except those necessary for the test. Shut down the computer and then put it up after a 10 second wait. Immediately after hearing the startup chime, hold down the SHIFT key and continue to hold it until the gray Apple icon and a progress bar appear. Startup is considerably slower than normal. This will reset some caches, forces a check for directory and disables all start-up and connection, among other things. When you restart normally, the initial restart may be slower than normal. If the system is operating normally, there may be 3rd party applications that pose a problem. Try to delete/disable the third-party applications after a reboot using the UN-Installer. For each disable/remove, you need to restart if you do them all at once.

    Safe mode

  • How to change the colors of the ADF calendar from different suppliers?

    Hello again once I use JDeveloper, 11.1.2.3.0,

    This might be the third question I ask here on this subject, and until now, I didn't get any answer.

    CAN SOMEONE PLEASE PROVIDE AN EXAMPLE OR A TUTORIAL ON HOW TO CHANGE THE COLORS OF THE ADF CALENDAR ITEM?

    Sorry for asking again, but I find it very cool that nobody answers to these questions. Y at - it a bug or nobody knows really how to customize the calendar component?

    Hi user,

    Here a few steps:

    (1) create a bean

    (2) create a variable with the hash table data type, for example:

    private HashMap activityStyles = new HashMap<>, InstanceStyles > ();

    (3) create a method where you load the desired styles, for example:

    public void loadactivityStyles() {}

    try {}

    HashSet setconf = new HashSet();

    HashSet setnoconf = new HashSet();

    HashSet setadm = new HashSet();

    setconf. Add ("STATUS 1");

    setnoconf. Add ("SITUATION 2");

    setadm. Add ("STATUS 3");

    activityStyles.put (setconf, CalendarActivityRamp.getActivityRamp (CalendarActivityRamp.RampKey.GREEN));

    activityStyles.put (setnoconf, CalendarActivityRamp.getActivityRamp (CalendarActivityRamp.RampKey.ORANGE));

    activityStyles.put (setadm, CalendarActivityRamp.getActivityRamp (CalendarActivityRamp.RampKey.BLUE));

    }

    {(4) set the activityStyles variable in the calendar component property "activityStyles = #{myBean.activityStyles"}

    (5) set your field of Tag calendar (located in the Wizard) the field of the VO that contain the values configured in the method (1 STATE, STATE 2, STATE 3, etc.). It allows to to correspond with the activityStyles variable when running.

    (6) run and see the colors.

    Good luck.

    Jhon Carrillo

  • Correct location for the ADF - settings.xml?

    What is the correct location for the adf ADF - settings.xml in JDev 11 g applications file? Documentation conflicted says:

    (1) as by Frank & Lynn Oracle Fusion Developer Guide pg 92, it appears in the correct location for the ADF - settings.xml is < workspace >/.adf/META - INF.

    (2) according to the ADF Web Guide, it seems, it must be < workspace > / < project > / META-INF: http://download.oracle.com/docs/cd/E14571_01/web.1111/b31973/ap_config.htm#BABCBJAB

    Which is correct? With our thanks,

    DMI

    Chris,

    the recommendation to create the ADF - settings.xml in the project source META-INF directory solves the problem of two projects to be used in a single workspace. If the two projects use ADFc MDS got confused. Notes version in R1 mentioned as follows:

    If your J2EE ADF (EAR) application contains several modules web application (WAR files) and contains more than one ADF task flows, then you can get unexpected behavior due to the web application using another its flow XML file with the same name of task (the problem is more likely to occur with the adfc config.xml file because each web application has usually one). You can avoid this problem by defining a 'root web application' separate for each web application (WAR). Web application at most one cannot have any parameters of root web app. To set the "web app root" for an application, you must add an XML file called META-INF/adf - settings.xml to WAR under WEB-INF/classes with content as follows:

    +
    xmlns:WAP = "http://xmlns.oracle.com/adf/share/http/config" >
    ++
    ++
    +
    +
    ++

    The value of the rootName attribute can be any name that uniquely identifies the web application (war) within the overall application (ear).

    In JDeveloper, the new file can be added as follows:

    + 1. Expand the web application project in the browser Application.
    + 2. Right-click on "Sources of the Application", and then select the item 'new ' +.
    + 3. Select "XML Document" and click OK.
    + 4. Type "adf - settings.xml ' under the file name +.
    + 5. Click on the "Browse" button, select the source directory of the project, click the iconic button "Create a new subdirectory" at the top right, type "META-INF" directory name and click OK, then click Select.
    + 6. You should now have a directory and file name "adf - settings.xml ' name '/META-INF +.
    + 7. Click OK to create the new file.
    + 8. In the Source Editor, paste in the XML file above and put a value appropriate for the rootName attribute (this is known as the parameter 'root web application').
    + 9. Make sure that the deployment for the Web application profile includes the new file META-INF/adf - settings.xml under WEB - INF / classes.

    So, if your application has a single web project then this configuration as documented in the book is good to use. To avoid the problem described above (which is in response to bug 8395585) you set it in the project's source. Note that adding adf - setting.xml in the project was presented as a work-around. The bug is closed with a fixed rate per 11.1.1.2, which means that, since the PS2 there should be no need to store the ADF - settings.xml in the source of the project more.

    So long answer that leads to a simple answer: the book is good and the documentation lists always bypass it. However, I'll fill a bug against documentation and make report understand (do not have the time to check the issue being fixed)

    Frank

  • Can I hire the CC Adobe as a person and use it in a business without generating any legal problems for the company? I'm in the Brazil and the Adobe Web site, that I have not found that everything related to the legislation, they apply in this country on t

    Can I hire the CC Adobe as a person and use it in a business without generating any legal problems for the company? I'm in the Brazil and the Adobe Web site, that I have not found that everything related to the legislation, they apply in this country on this issue.

    single user licenses allow you to use the adobe corporate programs and allow to sell the products that you create using adobe programs.

  • What is the best practice for the enumeration for the ADF?

    Dear all,

    What is the best practice for the enumeration for the ADF?

    I need to add the enumeration to my request. ex: sex, marital status.

    How to deliver? Declarative custom components or is there another way?

    Thank you.
    Angelique

    Check out this topic - '5.3 fill view object Rows with static data' in Guide of Dev
    http://download.Oracle.com/docs/CD/E17904_01/Web.1111/b31974/bcquerying.htm#CEGCGFCA

  • T400 own install problem for the graphics card hybrid

    I did a clean install on the T400 and installed all the drivers that are essential under the SWTools folder, but I see a problem with the card ATI will not work correctly.

    After installation from the folder videos and restarted the laptop. There is a sign next to the 'ATI Mobility Radeon HD 3400 Series' in Device Manager

    Under device status, I see the following error message

    "This device does not work properly because Windows cannot load the drivers required for this device. (Code 31)

    Click on 'Search for solutions' to send data about this device to Microsoft and to see if there is a solution available. »

    Has anyone seen this error? I tried to reinstall the driver again, but that does not solve the problem. Actually, the PowerManager now has trouble switching graphics, with the balloon message "system cannot activate graphics high-performance" close all 3D applications or video and disconnect the external screens. " Switch graphics processors. »

    Any suggestions on how to fix this?

    The model is 2764-CTO

    Just figured it out. This feature requires Vista SP1. Since my Vista disk is the original disc of RTM without SP1, this is why I came across this problem.

  • GZIP-problem for the Turkish language

    Hi all
    I am using gzip content-encoding and accept-encoding in properties. For the language Turkish gzip does not work very well it shows like EMC Akkua? Â?, HA? A¼seyin to? Â? random? A±A? Â? Kan. How to perform correctly.

    Thank you...

    Just saw your second message.

    I suspect that your problem is in unzipResponse - try this code instead.  Furthermore, I just wrote this, not compiled or tested, I hope you get the idea and can correct any errors you find.

    public String unzipResponse (io InputStream) throws Exception {}
    String returnString = "";
    try {}
    Gz GZIPInputStream = new GZIPInputStream (io);
    ubyte [] bytes = IOUtilities.streamToBytes (gz);
    returnString = new String(bytes,"UTF-8");
    }
    catch (Exception ex) {}
    Dialog.Alert ("unzipResponse:" + ex.getMessage ());
    }
    Return returnString;
    }

  • Performance problems since the update of 2015.6

    Hello together,

    Since I updated lightroom yesterday to version 2015.6 the performance on my machine is incredible bad.

    My system:

    -MacBook Pro (retina, mid-2012)

    -2.3 GHz Intel Core i7

    -16 GB 1600 MHz DDR3

    -NVIDIA GeForce GT 650M 1024Mo

    -OS X El Capitan (10.11.5)

    Lightroom synchronizes actually 1400 photos, but even if I stop this process, LR uses CPU so I can't work in other programs like Photoshop (updated yesterday, too). I detected this performance problem as PS freezes when I used the Healing Brush tool.

    LR.jpg

    I don't know what's happening LR, but is not ideal for my workflow.

    Does anyone have an idea?

    If I close LR I can work in PS, even though the Healing Brush tool is slower than in the version before. But I can't always close and open LR.

    Thank you

    regards Denis

    There are already dozens of threads discussing the same question in this forum as well as in the official comments forum here: https://feedback.photoshop.com/photoshop_family/categories/photoshop_family_photoshop_ligh troom

    You can restore 6.5.1 if you wish. Here's how: How do I roll back to Lightroom 2015.1.1 or Lightroom 6.1.1? Lightroom Queen

    Just replace 6.1.1 with 6.5.1

  • Performance problem with the guest operating system

    Hello gurus - I have one of the most unusual questions, I ran into a few time.   Here it is:

    I have a guest w2008R2 OS - installed in a 5.1 version of VM 7 vSpherer - which has an Emulex LPe 12002-E 8 GB dual HBA port is assigned to the as 2 PCI (1 device per port) via DirectPath devices

    The guest operating system has an application that performs backup tests.   WWPN of the HBA is zoned in the fabric and declared in the interface of Compellent Storage Center and everything is good here. the application creates a replay of a volume, mount it as a drive, read all the blocks, then dismantles and moves then repeat the process with what ever additional volumes should be safeguarded.   It is so cool I have do this with a VM right and not a physical host?  (would be cool if I had work NPIV but that's another story, not with technology HBA vendor support...)

    So, what's the problem?   Well, the bed the mounted disk backup will work extremely slow as slow as 5MB\sec flow, then during any other activity takes place on the system the flow jumps up to 150MB\sec all of a sudden and will continue to run fast for a long time and finish jobs on time with each work taking a little more than an hour.  But when the slow going the same work (all jobs are the same, they are simply by reading all the blocks of a bunch of 200 GB volumes and wrote a set of NULL value, do not forget this is just test) takes up to 10 hours to complete.

    I think that what is the culprit?   POWER MANAGEMENT.

    I have just about each performance counter and the journal of events known to man and I don't see anything abnormal on the table, ESXi virtual machine, nothing.  But what I see in the newspapers is any kind of activity that could happen in a transparent manner to save energy.

    FACTS on this case:

    -Reservation of memory is defined (it must be for directpath otherwise, you can't power on the virtual machine)

    -Booking CPU - has not been defined before an hour ago, I gave her just a small reserve for this rule, so I do not know if this will help alleviate the slow flow, or have an effect on what I think is a question of power (unit linked) management

    -windows power management is set to high performance never-ever - but not until an hour there doesn't I changed advanced settings for USB Disabled------turned off.  PCI peripheral energy saving setting was already off.  Which is in contradiction with my theory.  But maybe, just maybe, something is broken somewhere, or could be a bug... blah blah blah

    -the HBA, Emulex, as it appears in Device Manager in the guest OS doesn't have a power management tab to disable the feature, I don't see that the adapter VMXNET3 had this tab, and I turn off the power save setting to be conservative, do not think that it was the culprit, but as there is no real data running through the NIC.  The data is simply to be read from the disk mounted, not copied on any wire Ethernet.  never the less, in the Emulex properties is a Details tab and a selection of power data, and performance data indicate you what power mode, the device is, as well as feeding supported systems.  D0: full power, but D3, which shows as supported by the device, is an energy saving mode.   I could not yet attend the setting at the time of slow activity, my good intention as soon as possible. He is currently shooting in D0, full power.

    This is so what I have to offer on this, I hope that its just...   If I'm missing something, or if others have experienced this massive loss of unknown flow without reason and have resolutions, please share.

    If there is a way for me to disable power on the Emulex HBA management inform you please, I don't mind if I stop to enter the firmware, if that was even possible.  But if possible I would disable it immediately before any new tests are executed.

    The root cause of this issue has never been identified by VMware support which for me is a question of ugly.  Reservation of CPU for the VM using directpath IO with HBA installed in it corrected the problem.  I'd be leary with direct path IO.

  • Troubleshooting performance problems with the mail server on the virtual computer

    I have a virtual machine with a mail server installed on a windows OS. But all of a sudden, my clients on the server response times decreased significantly.

    This could be the cause of this problem?
    It could be to do with the network, storage, or resources, but I don't know what steps I could take to determine fault

    Would someone mind helping me with the steps I could take to solve this problem?

    Thank you

    The below document page 20 and 21 accurate meters, you should look at the virtual machine level.

    http://www.VMware.com/files/PDF/Exchange_2010_on_VMware_-_Best_Practices_Guide.PDF

    These counters can be used for any virtual computer not only Exchange.  If you are familiar with ESXTOPs I believe that the best way to deep dive in the diagnosis of performance problems.  Also here is a link for these parameters.

    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=1008205

    This link takes you to http://communities.vmware.com/docs/DOC-9279 which has the description on the stats.

  • Unicode problem in the ADF faces

    Dear all,

    I have a problem with Unicode. I use JDeveloper 11.1.1.4.0.

    When I enter the Unicode text in an ADF Web Pages with mysql database and then recover (refresh page) of database, Web page (component) shows data?.
    I have configured the preferences/encoding, model and display settings of compiler controller in UTF - 8.

    But when I entered the data directly to the database of MySQL IDE, it was OK. (Show Me well).

    Thank you
    Angelique

    I'm sure you get utf-8 codes of the user interface. So the problem is maybe the driver that you use to store the string in the db or db (or array) itself. It's for you to discover.
    You can generate a java class for the OS allows you to store the string and set a breakpoint in the method settter of the attribute in question. You check the data before commit you it to the db. After validation, look you at Pb and see what is stored. As long as you do not see the correct data there are a problem with the jdbc driver that you are using, or the db does not accept utf - 8.

    Timo

  • How temporary disable the security for the ADF?

    Hi, OTN,.
    I have developed security policies in my ADF application. Now I want to disable temporary for development to accelerate.
    Development guide suggests only pass authentication ADF - I still need to enter my credentials each redeployment - or safely remove - I should not really remove all my development security.

    Is there a way to disable temporary real?

    Thank you.
    11.1.1.3 JDev

    Security is controlled by two attributes (authorizationEnforce and authenticationRequire) in the ADF - config.Xml. look at this tag in adf - config.xml:

          
    

    Set the false values and allows you to disable the authentication and authorization. Note that if you disable authentication you may still have problems with authentication due to security constraints defined in the web.xml file.

    A more standard approach is to keep security settings intact, but to use the role of ADF fail-safe "test-all." Configure the security of the ADF to use test-all role and grant it to all objects. This way developers will have access to all objects secured without giving any privileges explicitly.

    Dimitar

  • For the ADF file download size

    Hello

    I had the problem that "the file could not be downloaded because it is too grand..." using ADF InputFile to transfer a 16 MB file.

    I noticed that some document said that what follows in the web.xml file might help:
    <context-param>
        <param-name>oracle.adf.view.faces.UPLOAD_MAX_DISK_SPACE</param-name>
        <param-value>102400000</param-value>
    </context-param>
    <context-param>
        <param-name>oracle.adf.view.faces.UPLOAD_MAX_MEMORY</param-name>
        <param-value>5120000</param-value>
    </context-param>
    But it doesn't seem to work for me.

    What is the size of the default ADF file upload?
    Something I am missing to make it work?

    Thank you

    Please always mention your version of jdve and the user interface technology that you are using.

    It seems that the settings you make are wrong. I use

    - 
    - 
      org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY
    - 
      512000
      
    - 
    - 
      org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE
    - 
      20480000
      
    

    and it works very well.

    Timo

  • Performance problem on the SQL query that does not use the primary key index

    Hello!

    I have some performance issues on a single SQL query (Oracle 10 g).
    I could solve the problem by using the INDEX indicator, but I would like to know WHY this is happening.

    * Tables *.
    create table jobs)
    ID number (5) not null,
    name varchar2 (100),
    primary key constraint Job_PK (id)
    )
    /
    -Record count: 298

    create table Comp)
    integer ID not null,
    name varchar2 (100),
    primary key constraint Comp_PK (id)
    )
    /
    -Record count: 193

    -Relation m: n
    create table JobComp)
    integer ID not null,
    id_job integer not null,
    id_comp integer not null,
    primary key constraint JobComp_PK (id),
    unique key constraint JobComp_UK (id_job, id_comp),
    Constraint JobComp_FK_Job foreign key (id_job) refers to Job (id),
    Constraint JobComp_FK_Comp foreign key (id_comp) makes reference Comp (id)
    )
    /
    create index JobComp_IX_Comp on JobComp (Cod_Comp)
    /
    create index JobComp_IX_Job on JobComp (Cod_Job)
    /
    -Record count: 6431

    * Ask *.

    When I run this query, the execution plan shows the index using (JobComp_PK and JobComp_IX_Comp).
    No problem.

    Select JobComp.*
    of JobComp
    Join jobs
    on Job.id = JobComp.id_job
    where JobComp.id_comp = 134
    /
    -runs in 0.20 sec

    But when I add the field 'name' of the work table the plan uses full access table to the table of work

    Select JobComp.*, Job.name
    of JobComp
    Join jobs
    on Job.id = JobComp.id_job
    where JobComp.id_comp = 134
    /
    -runs in the 2.70 dry

    With the help of the index

    Select / * + INDEX (Job Job_PK) * /.
    JobComp.*, Job.name
    of JobComp
    Join jobs
    on Job.id = JobComp.id_job
    where JobComp.id_comp = 134
    /
    -runs in 0.20 sec

    * Doubt *.

    This behavior is correct?

    PS. : I tried to recalculate the statistics, but nothing changes:

    analyze the job calculation table statistics.
    /
    change the statistical calculation of index Job_PK reconstruction;
    /
    Start
    dbms_utility.analyze_schema (sys_context ('userenv', 'current_schema'), 'CALCULATE');
    end;
    /

    [of]
    Gustavo Ehrhardt

    Gus.EHR wrote:
    Hello.
    I'm sorry for the plan unformatted.
    The execution time of the querys "without field name' and 'with the field name with suspicion" are equal.
    He has no problem caching, because I get the plans of the sequence different from the querys and repeated the performance. The result is always the same.

    I don't think that there is no problem with oracle crossing LOOP IMBRIQUEE to the HASH JOIN when you include the field name and this should be the expected behavior. But it seems that your WORKING table has a degree of parallelism set against what is causing the query to run in parallel (as JOB table is now available with full table scan, instead of indexed access earlier). It could be that the parallel execution is contributor to extra Runtime.
    (a) do you know why the degree of parallelism on the WORK table has been defined? Do you need it?

    You can see if the following query provides a better response time?

    select /*+ NOPARALLEL(JOB) */ JobComp.*, Job.Name
      from JobComp
      join Job
        on Job.id = JobComp.id_job
     where JobComp.id_comp = 134
    

Maybe you are looking for

  • you want to add a TV channel to my 3rd generation Apple TV: how to?

    How can you add a string of television of a 3rd generation Apple TV. I want to add YuppTv. The content provider says it work with AppleTV.

  • suddenly all my photos into iPhoto

    I had my pictures organized by date and also in albums.  Now they say that they are presented in rolls, but they are not.  More disturbing is the fact that when you click on a small thumbnail (of what you call them) the image that appears is not the

  • App compatibility

    I know this question has been posted before, but I have still questions gain some applications on the android marketplace, because apps claim to not be compatible, even if I know they are. I tried to contact the app publishers to tell them to update

  • Is there a software driver that manages an AMD CPU fan speed?

    My HP laptop has perhaps due to lack of hardware (motherboard, fan or power supply). I have a utility software, Core Temp V.99.8.0, in order to determine the temperature of the AMD CPUS. It is much too high! Before I have to troubleshoot equipment an

  • Cannot download and save files.

    I can't download anything or save. Also, I can't download driver HP Web page OT: I can not download from the net or save files