Lines per hour

Dear all,

I have a table with 2 lines and we have data of type varchar, and the other is the timestamp (02/04/2013 19:44:40).

Now, I want to write a query to count the number of lines per hour in the table with date... .strcutre is as follows:


ddata varchar2 (20)
ddate date to timestamp;

Require the output as follows:

March 28, 12 pm - 20
28 March 01:00 - 40
28 March 02:00 - 40

where March 28 12 AM is the date with time
and 20 - number of rows to this date and time...

Please advise...

You can query and group time to get your account

select to_char(hiredate, 'yyyymmddhh24'), count(*) from emp
group by to_char(hiredate, 'yyyymmddhh24')

Tags: Database

Similar Questions

  • How to print horiztanl per hour?

    I need to print all the data of horintal per hour.

    An easy way with functios analytical?

    Thank you

    SELECT                              H.FACILITY_ID,
                                           round(REC_DATE, 'hh') REC_DATE,
                                           MAX(NVL(UTILIZATION, 0)) UTILIZATION
                                           , region
                                      FROM CUS_CUSTOMER              C,
                                           TOP_CAGID_GFRN            CG,
                                           GBCS_FACILITY_RISK_AMOUNT RA,
                                           GBCS_TREND_HOURLY         H
                                     WHERE C.CUSTOMER_ID = CG.CAGID
                                       AND CG.GFRN = RA.GFRN_ID
                                       AND H.FACILITY_ID = RA.FACILITY_ID
                                        AND h.region <> 'GLOBAL'
                            and h.facility_id in ('339622',
    '339634',
    '340425',
    '342104',
    '1000055',
    '1000059')
                                       AND H.EXPOSURE_CATEGORY_ID =
                                           RA.EXPOSURE_CATEGORY_ID
                                       AND RA.EXPOSURE_CATEGORY_ID = 6
                                       AND H.REC_DATE BETWEEN TO_DATE('01-JAN-13','DD-MON-YY') AND
                                         TO_DATE('15-JAN-13','DD-MON-YY')
                                     GROUP BY                                             H.FACILITY_ID,
                                              round(REC_DATE, 'hh')
                                                , region
                                              order by facility_id,rec_date ;
    
    1000055     01-JAN-2013 00:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 01:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 02:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 03:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 04:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 05:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 06:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 07:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 08:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 09:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 10:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 11:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 12:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 13:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 14:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 15:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 16:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 17:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 19:00:00     0     EMEA
    1000055     01-JAN-2013 22:00:00     513213.0727     EMEA
    1000055     01-JAN-2013 23:00:00     513213.0727     EMEA
    1000055     02-JAN-2013 00:00:00     559446.4801     EMEA
    1000055     02-JAN-2013 01:00:00     559446.4801     EMEA
    1000055     02-JAN-2013 02:00:00     547766.2781     EMEA
    1000055     02-JAN-2013 03:00:00     547766.2781     EMEA
    1000055     02-JAN-2013 04:00:00     547766.2781     EMEA
    1000055     02-JAN-2013 05:00:00     530178.1648     EMEA
    1000055     02-JAN-2013 06:00:00     10000000.0132     EMEA
    1000055     02-JAN-2013 07:00:00     10004724.6     EMEA
    1000055     02-JAN-2013 09:00:00     2225251.8119     EMEA
    1000055     02-JAN-2013 10:00:00     10001041.44     EMEA
    1000055     02-JAN-2013 12:00:00     536704.5468     EMEA
    1000055     02-JAN-2013 13:00:00     536704.5468     EMEA
    1000055     02-JAN-2013 14:00:00     536704.5468     EMEA
    1000055     02-JAN-2013 15:00:00     536704.5468     EMEA
    1000055     02-JAN-2013 16:00:00     536704.5468     EMEA
    1000055     02-JAN-2013 17:00:00     536704.5468     EMEA
    1000055     02-JAN-2013 19:00:00     0     EMEA
    1000055     02-JAN-2013 22:00:00     550719.1988     EMEA
    1000055     02-JAN-2013 23:00:00     555635.9239     EMEA
    1000055     03-JAN-2013 00:00:00     555635.9239     EMEA
    1000055     03-JAN-2013 01:00:00     555635.9239     EMEA
    1000055     03-JAN-2013 02:00:00     545095.8618     EMEA
    1000055     03-JAN-2013 03:00:00     545095.8618     EMEA
    1000055     03-JAN-2013 04:00:00     545095.8618     EMEA
    1000055     03-JAN-2013 05:00:00     545095.8618     EMEA
    1000055     03-JAN-2013 06:00:00     3247637.595     EMEA
    1000055     03-JAN-2013 07:00:00     1642161.759     EMEA
    1000055     03-JAN-2013 08:00:00     10000062.5556     EMEA
    1000055     03-JAN-2013 10:00:00     826018.3051     EMEA
    1000055     03-JAN-2013 11:00:00     822819.5359     EMEA
    1000055     03-JAN-2013 12:00:00     822819.5359     EMEA
    1000055     03-JAN-2013 13:00:00     822819.5359     EMEA
    1000055     03-JAN-2013 14:00:00     822819.5359     EMEA
    1000055     03-JAN-2013 15:00:00     822819.5359     EMEA
    1000055     03-JAN-2013 16:00:00     822819.5359     EMEA
    1000055     03-JAN-2013 17:00:00     822819.5359     EMEA
    1000055     03-JAN-2013 19:00:00     0     EMEA
    1000055     03-JAN-2013 22:00:00     820906.8347     EMEA
    1000055     03-JAN-2013 23:00:00     839809.3996     EMEA
    1000055     04-JAN-2013 00:00:00     839809.3996     EMEA
    1000055     04-JAN-2013 01:00:00     2279879.2565     EMEA
    1000055     04-JAN-2013 02:00:00     2277311.9536     EMEA
    1000055     04-JAN-2013 03:00:00     2277311.9536     EMEA
    1000055     04-JAN-2013 04:00:00     2277711.2536     EMEA
    1000055     04-JAN-2013 05:00:00     9988564.598     EMEA
    1000055     04-JAN-2013 07:00:00     5525984.5985     EMEA
    1000055     04-JAN-2013 08:00:00     10508490.7418     EMEA
    1000055     04-JAN-2013 09:00:00     10001257.3211     EMEA
    1000055     04-JAN-2013 10:00:00     4752524.9173     EMEA
    1000055     04-JAN-2013 12:00:00     5827709.2855     EMEA
    1000055     04-JAN-2013 14:00:00     4733223.5247     EMEA
    1000055     04-JAN-2013 15:00:00     4733223.5247     EMEA
    1000055     04-JAN-2013 16:00:00     4733223.5247     EMEA
    1000055     04-JAN-2013 17:00:00     4733223.5247     EMEA
    1000055     04-JAN-2013 19:00:00     0     EMEA
    1000055     05-JAN-2013 00:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 01:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 02:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 03:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 04:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 05:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 06:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 07:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 08:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 09:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 10:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 11:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 12:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 13:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 14:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 15:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 16:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 17:00:00     4671598.6796     EMEA
    1000055     05-JAN-2013 19:00:00     0     EMEA
    1000055     06-JAN-2013 00:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 01:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 02:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 03:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 04:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 06:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 07:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 08:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 09:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 10:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 11:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 12:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 13:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 14:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 15:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 16:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 17:00:00     4671598.6796     EMEA
    1000055     06-JAN-2013 19:00:00     0     EMEA
    1000055     07-JAN-2013 00:00:00     10111326.0557     EMEA
    1000055     07-JAN-2013 02:00:00     4943099.6969     EMEA
    1000055     07-JAN-2013 03:00:00     4943099.6969     EMEA
    1000055     07-JAN-2013 04:00:00     4943099.6969     EMEA
    1000055     07-JAN-2013 05:00:00     8793394.6932     EMEA
    1000055     07-JAN-2013 07:00:00     10002626.4285     EMEA
    1000055     07-JAN-2013 08:00:00     10000000.0261     EMEA
    1000055     07-JAN-2013 09:00:00     4531184.0223     EMEA
    1000055     07-JAN-2013 11:00:00     10000966.5418     EMEA
    1000055     07-JAN-2013 13:00:00     4334597.3935     EMEA
    1000055     07-JAN-2013 14:00:00     4334597.3935     EMEA
    1000055     07-JAN-2013 15:00:00     4334597.3935     EMEA
    1000055     07-JAN-2013 16:00:00     4334597.3935     EMEA
    1000055     07-JAN-2013 17:00:00     4334597.3935     EMEA
    1000055     07-JAN-2013 19:00:00     0     EMEA
    1000055     08-JAN-2013 00:00:00     10001992.8393     EMEA
    1000055     08-JAN-2013 02:00:00     4529397.9944     EMEA
    1000055     08-JAN-2013 03:00:00     4524051.5506     EMEA
    1000055     08-JAN-2013 04:00:00     4523061.156     EMEA
    1000055     08-JAN-2013 05:00:00     4523085.8064     EMEA
    1000055     08-JAN-2013 07:00:00     10000114.4914     EMEA
    1000055     08-JAN-2013 09:00:00     4506076.6333     EMEA
    1000055     08-JAN-2013 11:00:00     4434876.1568     EMEA
    1000055     08-JAN-2013 13:00:00     4145551.0217     EMEA
    1000055     08-JAN-2013 14:00:00     4143673.7898     EMEA
    1000055     08-JAN-2013 15:00:00     4143673.7898     EMEA
    1000055     08-JAN-2013 16:00:00     4143673.7898     EMEA
    1000055     08-JAN-2013 17:00:00     4143673.7898     EMEA
    1000055     08-JAN-2013 19:00:00     0     EMEA
    1000055     08-JAN-2013 22:00:00     4156045.7085     EMEA
    1000055     08-JAN-2013 23:00:00     4156045.7085     EMEA
    1000055     09-JAN-2013 00:00:00     4122519.4212     EMEA
    1000055     09-JAN-2013 01:00:00     4122519.4212     EMEA
    1000055     09-JAN-2013 02:00:00     4122519.4212     EMEA
    1000055     09-JAN-2013 03:00:00     4120074.3653     EMEA
    1000055     09-JAN-2013 04:00:00     4118736.3558     EMEA
    1000055     09-JAN-2013 05:00:00     4118736.3558     EMEA
    1000055     09-JAN-2013 06:00:00     6221517.2772     EMEA
    1000055     09-JAN-2013 07:00:00     10000910.2502     EMEA
    1000055     09-JAN-2013 09:00:00     4060180.2123     EMEA
    1000055     09-JAN-2013 10:00:00     10000478.04     EMEA
    1000055     09-JAN-2013 12:00:00     718603.0904     EMEA
    1000055     09-JAN-2013 13:00:00     718603.0904     EMEA
    1000055     09-JAN-2013 14:00:00     715413.3672     EMEA
    1000055     09-JAN-2013 15:00:00     715413.3672     EMEA
    1000055     09-JAN-2013 16:00:00     715413.3672     EMEA
    1000055     09-JAN-2013 17:00:00     715413.3672     EMEA
    1000055     09-JAN-2013 19:00:00     0     EMEA
    1000055     09-JAN-2013 22:00:00     713591.948     EMEA
    1000055     09-JAN-2013 23:00:00     713591.948     EMEA
    1000055     10-JAN-2013 00:00:00     709904.296     EMEA
    1000055     10-JAN-2013 01:00:00     709904.296     EMEA
    1000055     10-JAN-2013 02:00:00     707830.6811     EMEA
    1000055     10-JAN-2013 03:00:00     707830.6811     EMEA
    1000055     10-JAN-2013 04:00:00     707830.6811     EMEA
    1000055     10-JAN-2013 05:00:00     570111.5385     EMEA
    1000055     10-JAN-2013 06:00:00     1602762.9944     EMEA
    1000055     10-JAN-2013 07:00:00     825277.7798     EMEA
    1000055     10-JAN-2013 08:00:00     10316182.6416     EMEA
    1000055     10-JAN-2013 09:00:00     635593.0309     EMEA
    1000055     10-JAN-2013 11:00:00     10000024.1175     EMEA
    1000055     10-JAN-2013 13:00:00     607687.936     EMEA
    1000055     10-JAN-2013 14:00:00     607687.936     EMEA
    1000055     10-JAN-2013 15:00:00     607687.936     EMEA
    1000055     10-JAN-2013 16:00:00     607687.936     EMEA
    1000055     10-JAN-2013 17:00:00     607687.936     EMEA
    1000055     10-JAN-2013 19:00:00     0     EMEA
    1000055     10-JAN-2013 22:00:00     606476.3789     EMEA
    1000055     10-JAN-2013 23:00:00     606476.3789     EMEA
    1000055     11-JAN-2013 00:00:00     602107.2116     EMEA
    1000055     11-JAN-2013 01:00:00     633763.319     EMEA
    1000055     11-JAN-2013 02:00:00     1610839.4178     EMEA
    1000055     11-JAN-2013 03:00:00     1610839.4178     EMEA
    1000055     11-JAN-2013 04:00:00     1820310.3249     EMEA
    1000055     11-JAN-2013 05:00:00     1820310.3249     EMEA
    1000055     11-JAN-2013 06:00:00     9999489.3976     EMEA
    1000055     11-JAN-2013 08:00:00     10000000.9011     EMEA
    1000055     11-JAN-2013 09:00:00     1808895.0305     EMEA
    1000055     11-JAN-2013 11:00:00     2453073.736     EMEA
    1000055     11-JAN-2013 13:00:00     2365378.3763     EMEA
    1000055     11-JAN-2013 14:00:00     2365378.3763     EMEA
    1000055     11-JAN-2013 15:00:00     2365378.3763     EMEA
    1000055     11-JAN-2013 16:00:00     2365378.3763     EMEA
    1000055     11-JAN-2013 17:00:00     2365378.3763     EMEA
    1000055     11-JAN-2013 19:00:00     0     EMEA
    1000055     12-JAN-2013 00:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 01:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 02:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 03:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 04:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 05:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 06:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 07:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 08:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 09:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 10:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 11:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 12:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 13:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 14:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 15:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 16:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 17:00:00     2382976.5302     EMEA
    1000055     12-JAN-2013 19:00:00     0     EMEA
    1000055     13-JAN-2013 00:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 01:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 02:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 03:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 04:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 06:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 07:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 08:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 09:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 10:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 11:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 12:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 13:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 14:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 15:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 16:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 17:00:00     2382976.5302     EMEA
    1000055     13-JAN-2013 19:00:00     0     EMEA
    1000055     14-JAN-2013 06:00:00     2599529.1738     EMEA
    1000055     14-JAN-2013 07:00:00     10007884.9389     EMEA
    1000055     14-JAN-2013 08:00:00     10017095.0776     EMEA
    1000055     14-JAN-2013 10:00:00     3979978.394     EMEA
    1000055     14-JAN-2013 12:00:00     2627007.7284     EMEA
    1000055     14-JAN-2013 13:00:00     2626316.1189     EMEA
    1000055     14-JAN-2013 14:00:00     2626316.1189     EMEA
    1000055     14-JAN-2013 15:00:00     2626316.1189     EMEA
    1000055     14-JAN-2013 16:00:00     2626316.1189     EMEA
    1000055     14-JAN-2013 17:00:00     2626316.1189     EMEA
    1000055     14-JAN-2013 19:00:00     0     EMEA
    1000055     14-JAN-2013 22:00:00     2626194.5395     EMEA
    1000055     14-JAN-2013 23:00:00     2744630.8117     EMEA
    1000059     01-JAN-2013 01:00:00     0     CCS
    1000059     01-JAN-2013 02:00:00     0     CCS
    1000059     01-JAN-2013 03:00:00     0     CCS
    1000059     01-JAN-2013 04:00:00     0     CCS
    1000059     01-JAN-2013 05:00:00     0     CCS
    1000059     01-JAN-2013 06:00:00     0     CCS
    1000059     01-JAN-2013 07:00:00     0     CCS
    1000059     01-JAN-2013 08:00:00     0     CCS
    1000059     01-JAN-2013 09:00:00     0     CCS
    1000059     01-JAN-2013 10:00:00     0     CCS
    1000059     01-JAN-2013 11:00:00     0     CCS
    1000059     01-JAN-2013 12:00:00     0     CCS
    1000059     01-JAN-2013 13:00:00     0     CCS
    1000059     01-JAN-2013 14:00:00     0     CCS
    1000059     01-JAN-2013 15:00:00     0     CCS
    1000059     01-JAN-2013 16:00:00     0     CCS
    1000059     01-JAN-2013 17:00:00     0     CCS
    1000059     01-JAN-2013 18:00:00     0     CCS
    1000059     01-JAN-2013 19:00:00     0     CCS
    1000059     01-JAN-2013 20:00:00     0     CCS
    1000059     01-JAN-2013 21:00:00     0     CCS
    1000059     01-JAN-2013 22:00:00     0     CCS
    1000059     01-JAN-2013 23:00:00     0     CCS
    1000059     02-JAN-2013 00:00:00     0     CCS
    1000059     02-JAN-2013 01:00:00     0     CCS
    1000059     02-JAN-2013 02:00:00     0     CCS
    1000059     02-JAN-2013 03:00:00     0     CCS
    1000059     02-JAN-2013 04:00:00     0     CCS
    1000059     02-JAN-2013 05:00:00     0     CCS
    1000059     02-JAN-2013 06:00:00     0     CCS
    1000059     02-JAN-2013 07:00:00     0     CCS
    1000059     02-JAN-2013 08:00:00     0     CCS
    1000059     02-JAN-2013 09:00:00     0     CCS
    1000059     02-JAN-2013 10:00:00     0     CCS
    1000059     02-JAN-2013 11:00:00     0     CCS
    1000059     02-JAN-2013 12:00:00     0     CCS
    1000059     02-JAN-2013 13:00:00     0     CCS
    1000059     02-JAN-2013 14:00:00     0     CCS
    1000059     02-JAN-2013 15:00:00     0     CCS
    1000059     02-JAN-2013 16:00:00     0     CCS
    1000059     02-JAN-2013 17:00:00     0     CCS
    1000059     02-JAN-2013 18:00:00     0     CCS
    1000059     02-JAN-2013 19:00:00     0     CCS
    1000059     02-JAN-2013 20:00:00     0     CCS
    1000059     02-JAN-2013 21:00:00     0     CCS
    1000059     02-JAN-2013 22:00:00     0     CCS
    1000059     02-JAN-2013 23:00:00     0     CCS
    1000059     03-JAN-2013 00:00:00     0     CCS
    1000059     03-JAN-2013 01:00:00     0     CCS
    1000059     03-JAN-2013 02:00:00     0     CCS
    1000059     03-JAN-2013 03:00:00     0     CCS
    1000059     03-JAN-2013 04:00:00     0     CCS
    1000059     03-JAN-2013 05:00:00     0     CCS
    1000059     03-JAN-2013 06:00:00     0     CCS
    1000059     03-JAN-2013 07:00:00     0     CCS
    1000059     03-JAN-2013 08:00:00     0     CCS
    1000059     03-JAN-2013 09:00:00     0     CCS
    1000059     03-JAN-2013 10:00:00     0     CCS
    1000059     03-JAN-2013 11:00:00     0     CCS
    1000059     03-JAN-2013 12:00:00     0     CCS
    1000059     03-JAN-2013 13:00:00     0     CCS
    1000059     03-JAN-2013 14:00:00     0     CCS
    1000059     03-JAN-2013 15:00:00     0     CCS
    1000059     03-JAN-2013 16:00:00     0     CCS
    1000059     03-JAN-2013 17:00:00     0     CCS
    1000059     03-JAN-2013 18:00:00     0     CCS
    1000059     03-JAN-2013 19:00:00     0     CCS
    1000059     03-JAN-2013 20:00:00     0     CCS
    1000059     03-JAN-2013 21:00:00     0     CCS
    1000059     03-JAN-2013 22:00:00     0     CCS
    1000059     03-JAN-2013 23:00:00     0     CCS
    1000059     04-JAN-2013 00:00:00     0     CCS
    1000059     04-JAN-2013 01:00:00     0     CCS
    1000059     04-JAN-2013 02:00:00     0     CCS
    1000059     04-JAN-2013 03:00:00     0     CCS
    1000059     04-JAN-2013 04:00:00     0     CCS
    1000059     04-JAN-2013 05:00:00     0     CCS
    1000059     04-JAN-2013 06:00:00     0     CCS
    1000059     04-JAN-2013 07:00:00     0     CCS
    1000059     04-JAN-2013 08:00:00     0     CCS
    1000059     04-JAN-2013 09:00:00     0     CCS
    1000059     04-JAN-2013 10:00:00     0     CCS
    1000059     04-JAN-2013 11:00:00     0     CCS
    1000059     04-JAN-2013 12:00:00     0     CCS
    1000059     04-JAN-2013 13:00:00     0     CCS
    1000059     04-JAN-2013 14:00:00     0     CCS
    1000059     04-JAN-2013 15:00:00     0     CCS
    1000059     04-JAN-2013 16:00:00     0     CCS
    1000059     04-JAN-2013 17:00:00     0     CCS
    1000059     04-JAN-2013 18:00:00     0     CCS
    1000059     04-JAN-2013 19:00:00     0     CCS
    1000059     04-JAN-2013 20:00:00     0     CCS
    1000059     04-JAN-2013 21:00:00     0     CCS
    1000059     04-JAN-2013 22:00:00     0     CCS
    1000059     04-JAN-2013 23:00:00     0     CCS
    1000059     05-JAN-2013 00:00:00     0     CCS
    1000059     06-JAN-2013 01:00:00     0     CCS
    1000059     06-JAN-2013 02:00:00     0     CCS
    1000059     06-JAN-2013 03:00:00     0     CCS
    1000059     06-JAN-2013 04:00:00     0     CCS
    1000059     06-JAN-2013 05:00:00     0     CCS
    1000059     06-JAN-2013 06:00:00     0     CCS
    1000059     06-JAN-2013 07:00:00     0     CCS
    1000059     06-JAN-2013 08:00:00     0     CCS
    1000059     06-JAN-2013 09:00:00     0     CCS
    1000059     06-JAN-2013 10:00:00     0     CCS
    1000059     06-JAN-2013 11:00:00     0     CCS
    1000059     06-JAN-2013 12:00:00     0     CCS
    1000059     06-JAN-2013 13:00:00     0     CCS
    1000059     06-JAN-2013 14:00:00     0     CCS
    1000059     06-JAN-2013 15:00:00     0     CCS
    1000059     06-JAN-2013 16:00:00     0     CCS
    1000059     06-JAN-2013 17:00:00     0     CCS
    1000059     06-JAN-2013 18:00:00     0     CCS
    1000059     06-JAN-2013 19:00:00     0     CCS
    1000059     06-JAN-2013 20:00:00     0     CCS
    1000059     06-JAN-2013 21:00:00     0     CCS
    1000059     06-JAN-2013 22:00:00     0     CCS
    1000059     06-JAN-2013 23:00:00     0     CCS
    1000059     07-JAN-2013 00:00:00     0     CCS
    1000059     07-JAN-2013 01:00:00     0     CCS
    1000059     07-JAN-2013 02:00:00     0     CCS
    1000059     07-JAN-2013 03:00:00     0     CCS
    1000059     07-JAN-2013 04:00:00     0     CCS
    1000059     07-JAN-2013 05:00:00     0     CCS
    1000059     07-JAN-2013 06:00:00     0     CCS
    1000059     07-JAN-2013 07:00:00     0     CCS
    1000059     07-JAN-2013 08:00:00     0     CCS
    1000059     07-JAN-2013 09:00:00     0     CCS
    1000059     07-JAN-2013 10:00:00     0     CCS
    1000059     07-JAN-2013 11:00:00     0     CCS
    1000059     07-JAN-2013 12:00:00     0     CCS
    1000059     07-JAN-2013 13:00:00     0     CCS
    1000059     07-JAN-2013 14:00:00     0     CCS
    1000059     07-JAN-2013 15:00:00     0     CCS
    1000059     07-JAN-2013 16:00:00     0     CCS
    1000059     07-JAN-2013 17:00:00     0     CCS
    1000059     07-JAN-2013 18:00:00     0     CCS
    1000059     07-JAN-2013 19:00:00     0     CCS
    1000059     07-JAN-2013 20:00:00     0     CCS
    1000059     07-JAN-2013 21:00:00     0     CCS
    1000059     07-JAN-2013 22:00:00     0     CCS
    1000059     07-JAN-2013 23:00:00     0     CCS
    1000059     08-JAN-2013 00:00:00     0     CCS
    1000059     08-JAN-2013 01:00:00     0     CCS
    1000059     08-JAN-2013 02:00:00     0     CCS
    1000059     08-JAN-2013 03:00:00     0     CCS
    1000059     08-JAN-2013 04:00:00     0     CCS
    1000059     08-JAN-2013 05:00:00     0     CCS
    1000059     08-JAN-2013 06:00:00     0     CCS
    1000059     08-JAN-2013 07:00:00     0     CCS
    1000059     08-JAN-2013 08:00:00     0     CCS
    1000059     08-JAN-2013 09:00:00     0     CCS
    1000059     08-JAN-2013 10:00:00     0     CCS
    1000059     08-JAN-2013 11:00:00     0     CCS
    1000059     08-JAN-2013 12:00:00     0     CCS
    1000059     08-JAN-2013 13:00:00     0     CCS
    1000059     08-JAN-2013 14:00:00     0     CCS
    1000059     08-JAN-2013 15:00:00     0     CCS
    1000059     08-JAN-2013 16:00:00     0     CCS
    1000059     08-JAN-2013 17:00:00     0     CCS
    1000059     08-JAN-2013 18:00:00     0     CCS
    1000059     08-JAN-2013 19:00:00     0     CCS
    1000059     08-JAN-2013 20:00:00     0     CCS
    1000059     08-JAN-2013 21:00:00     0     CCS
    1000059     08-JAN-2013 22:00:00     0     CCS
    1000059     08-JAN-2013 23:00:00     0     CCS
    1000059     09-JAN-2013 00:00:00     0     CCS
    1000059     09-JAN-2013 01:00:00     0     CCS
    1000059     09-JAN-2013 02:00:00     0     CCS
    1000059     09-JAN-2013 03:00:00     0     CCS
    1000059     09-JAN-2013 04:00:00     0     CCS
    1000059     09-JAN-2013 05:00:00     0     CCS
    1000059     09-JAN-2013 06:00:00     0     CCS
    1000059     09-JAN-2013 07:00:00     0     CCS
    1000059     09-JAN-2013 08:00:00     0     CCS
    1000059     09-JAN-2013 09:00:00     0     CCS
    1000059     09-JAN-2013 10:00:00     0     CCS
    1000059     09-JAN-2013 11:00:00     0     CCS
    1000059     09-JAN-2013 12:00:00     0     CCS
    1000059     09-JAN-2013 13:00:00     0     CCS
    1000059     09-JAN-2013 14:00:00     0     CCS
    1000059     09-JAN-2013 15:00:00     0     CCS
    1000059     09-JAN-2013 16:00:00     0     CCS
    1000059     09-JAN-2013 17:00:00     0     CCS
    1000059     09-JAN-2013 18:00:00     0     CCS
    1000059     09-JAN-2013 19:00:00     0     CCS
    1000059     09-JAN-2013 20:00:00     0     CCS
    1000059     09-JAN-2013 21:00:00     0     CCS
    1000059     09-JAN-2013 22:00:00     0     CCS
    1000059     09-JAN-2013 23:00:00     0     CCS
    1000059     10-JAN-2013 00:00:00     0     CCS
    1000059     10-JAN-2013 01:00:00     0     CCS
    1000059     10-JAN-2013 02:00:00     0     CCS
    1000059     10-JAN-2013 03:00:00     0     CCS
    1000059     10-JAN-2013 04:00:00     0     CCS
    1000059     10-JAN-2013 05:00:00     0     CCS
    1000059     10-JAN-2013 06:00:00     0     CCS
    1000059     10-JAN-2013 07:00:00     0     CCS
    1000059     10-JAN-2013 08:00:00     0     CCS
    1000059     10-JAN-2013 09:00:00     0     CCS
    1000059     10-JAN-2013 10:00:00     0     CCS
    1000059     10-JAN-2013 11:00:00     0     CCS
    1000059     10-JAN-2013 12:00:00     0     CCS
    1000059     10-JAN-2013 13:00:00     0     CCS
    1000059     10-JAN-2013 14:00:00     0     CCS
    1000059     10-JAN-2013 15:00:00     0     CCS
    1000059     10-JAN-2013 16:00:00     0     CCS
    1000059     10-JAN-2013 17:00:00     0     CCS
    1000059     10-JAN-2013 18:00:00     0     CCS
    1000059     10-JAN-2013 19:00:00     0     CCS
    1000059     10-JAN-2013 20:00:00     0     CCS
    1000059     10-JAN-2013 21:00:00     0     CCS
    1000059     10-JAN-2013 22:00:00     0     CCS
    1000059     10-JAN-2013 23:00:00     0     CCS
    1000059     11-JAN-2013 00:00:00     0     CCS
    1000059     11-JAN-2013 01:00:00     0     CCS
    1000059     11-JAN-2013 02:00:00     0     CCS
    1000059     11-JAN-2013 03:00:00     0     CCS
    1000059     11-JAN-2013 04:00:00     0     CCS
    1000059     11-JAN-2013 05:00:00     0     CCS
    1000059     11-JAN-2013 06:00:00     0     CCS
    1000059     11-JAN-2013 07:00:00     0     CCS
    1000059     11-JAN-2013 08:00:00     0     CCS
    1000059     11-JAN-2013 09:00:00     0     CCS
    1000059     11-JAN-2013 10:00:00     0     CCS
    1000059     11-JAN-2013 11:00:00     0     CCS
    1000059     11-JAN-2013 12:00:00     0     CCS
    1000059     11-JAN-2013 13:00:00     0     CCS
    1000059     11-JAN-2013 14:00:00     0     CCS
    1000059     11-JAN-2013 15:00:00     0     CCS
    1000059     11-JAN-2013 16:00:00     0     CCS
    1000059     11-JAN-2013 17:00:00     0     CCS
    1000059     11-JAN-2013 18:00:00     0     CCS
    1000059     11-JAN-2013 19:00:00     0     CCS
    1000059     11-JAN-2013 20:00:00     0     CCS
    1000059     11-JAN-2013 21:00:00     0     CCS
    1000059     11-JAN-2013 22:00:00     0     CCS
    1000059     11-JAN-2013 23:00:00     0     CCS
    1000059     12-JAN-2013 00:00:00     0     CCS
    1000059     13-JAN-2013 01:00:00     0     CCS
    1000059     13-JAN-2013 02:00:00     0     CCS
    1000059     13-JAN-2013 03:00:00     0     CCS
    1000059     13-JAN-2013 04:00:00     0     CCS
    1000059     13-JAN-2013 05:00:00     0     CCS
    1000059     13-JAN-2013 06:00:00     0     CCS
    1000059     13-JAN-2013 07:00:00     0     CCS
    1000059     13-JAN-2013 08:00:00     0     CCS
    1000059     13-JAN-2013 09:00:00     0     CCS
    1000059     13-JAN-2013 10:00:00     0     CCS
    1000059     13-JAN-2013 11:00:00     0     CCS
    1000059     13-JAN-2013 12:00:00     0     CCS
    1000059     13-JAN-2013 13:00:00     0     CCS
    1000059     13-JAN-2013 14:00:00     0     CCS
    1000059     13-JAN-2013 15:00:00     0     CCS
    1000059     13-JAN-2013 16:00:00     0     CCS
    1000059     13-JAN-2013 17:00:00     0     CCS
    1000059     13-JAN-2013 18:00:00     0     CCS
    1000059     13-JAN-2013 19:00:00     0     CCS
    1000059     13-JAN-2013 20:00:00     0     CCS
    1000059     13-JAN-2013 21:00:00     0     CCS
    1000059     13-JAN-2013 22:00:00     0     CCS
    1000059     13-JAN-2013 23:00:00     0     CCS
    1000059     14-JAN-2013 00:00:00     0     CCS
    1000059     14-JAN-2013 01:00:00     0     CCS
    1000059     14-JAN-2013 02:00:00     0     CCS
    1000059     14-JAN-2013 03:00:00     0     CCS
    1000059     14-JAN-2013 04:00:00     0     CCS
    1000059     14-JAN-2013 05:00:00     0     CCS
    1000059     14-JAN-2013 06:00:00     0     CCS
    1000059     14-JAN-2013 07:00:00     0     CCS
    1000059     14-JAN-2013 08:00:00     0     CCS
    1000059     14-JAN-2013 09:00:00     0     CCS
    1000059     14-JAN-2013 10:00:00     0     CCS
    1000059     14-JAN-2013 11:00:00     0     CCS
    1000059     14-JAN-2013 12:00:00     0     CCS
    1000059     14-JAN-2013 13:00:00     0     CCS
    1000059     14-JAN-2013 14:00:00     0     CCS
    1000059     14-JAN-2013 15:00:00     0     CCS
    1000059     14-JAN-2013 16:00:00     0     CCS
    1000059     14-JAN-2013 17:00:00     0     CCS
    1000059     14-JAN-2013 18:00:00     0     CCS
    1000059     14-JAN-2013 19:00:00     0     CCS
    1000059     14-JAN-2013 20:00:00     0     CCS
    1000059     14-JAN-2013 21:00:00     0     CCS
    1000059     14-JAN-2013 22:00:00     0     CCS
    1000059     14-JAN-2013 23:00:00     0     CCS
    1000059     15-JAN-2013 00:00:00     0     CCS
    340425     03-JAN-2013 18:00:00     86007537.64     JAPAN
    340425     03-JAN-2013 19:00:00     94343252.64     JAPAN
    340425     03-JAN-2013 20:00:00     11483157.65     JAPAN
    340425     03-JAN-2013 21:00:00     180409262.43     JAPAN
    340425     03-JAN-2013 22:00:00     4586602.28     JAPAN
    340425     03-JAN-2013 23:00:00     0     JAPAN
    340425     06-JAN-2013 14:00:00     0     JAPAN
    340425     06-JAN-2013 18:00:00     269071724.44     JAPAN
    340425     06-JAN-2013 19:00:00     275720078.05     JAPAN
    340425     06-JAN-2013 20:00:00     270102772.49     JAPAN
    340425     06-JAN-2013 21:00:00     244482884.55     JAPAN
    340425     06-JAN-2013 22:00:00     8801802.17     JAPAN
    340425     06-JAN-2013 23:00:00     1222513.63     JAPAN
    340425     07-JAN-2013 00:00:00     3665184.89     JAPAN
    340425     07-JAN-2013 01:00:00     3665184.89     JAPAN
    340425     07-JAN-2013 02:00:00     3665184.89     JAPAN
    340425     07-JAN-2013 03:00:00     3665184.89     JAPAN
    340425     07-JAN-2013 04:00:00     3665184.89     JAPAN
    340425     07-JAN-2013 05:00:00     3665184.89     JAPAN
    340425     07-JAN-2013 06:00:00     3665184.89     JAPAN
    340425     07-JAN-2013 12:00:00     0     JAPAN
    340425     07-JAN-2013 15:00:00     2530332.93     JAPAN
    340425     07-JAN-2013 16:00:00     2530332.93     JAPAN
    340425     07-JAN-2013 17:00:00     2530332.93     JAPAN
    340425     07-JAN-2013 18:00:00     267012772.83     JAPAN
    340425     07-JAN-2013 19:00:00     272698407.42     JAPAN
    340425     07-JAN-2013 20:00:00     231752324.93     JAPAN
    340425     07-JAN-2013 21:00:00     221609453.15     JAPAN
    340425     07-JAN-2013 22:00:00     0     JAPAN
    340425     08-JAN-2013 11:00:00     0     JAPAN
    340425     08-JAN-2013 18:00:00     29189016.61     JAPAN
    340425     08-JAN-2013 19:00:00     11427680.47     JAPAN
    340425     08-JAN-2013 20:00:00     0     JAPAN
    340425     09-JAN-2013 11:00:00     0     JAPAN
    340425     09-JAN-2013 18:00:00     15545464.53     JAPAN
    340425     09-JAN-2013 19:00:00     0     JAPAN
    340425     09-JAN-2013 21:00:00     23048982.75     JAPAN
    340425     09-JAN-2013 22:00:00     5755629.52     JAPAN
    340425     09-JAN-2013 23:00:00     0     JAPAN
    340425     10-JAN-2013 12:00:00     0     JAPAN
    340425     10-JAN-2013 18:00:00     52310757.31     JAPAN
    340425     10-JAN-2013 19:00:00     95704773.83     JAPAN
    340425     10-JAN-2013 20:00:00     95136769.05     JAPAN
    340425     10-JAN-2013 21:00:00     82050668.16     JAPAN
    340425     10-JAN-2013 22:00:00     5191597.54     JAPAN
    340425     10-JAN-2013 23:00:00     0     JAPAN
    340425     14-JAN-2013 12:00:00     0     JAPAN
    340425     14-JAN-2013 20:00:00     32357472.73     JAPAN
    340425     14-JAN-2013 21:00:00     148262218.1     JAPAN
    340425     14-JAN-2013 22:00:00     75619730.52     JAPAN
    340425     14-JAN-2013 23:00:00     0     JAPAN
                                              

    Hello

    user550024 wrote:
    I need to print all the data of horintal per hour.

    Do you mean you want 24 different columns in the result set
    column 1 for the hour 00:00 to 00:59.
    column 2 for the hour 01:00-01:59;
    ...
    column 24 for the time 23:00 to 23:59?

    That looks like a Pivot . See the FAQ forum {message identifier: = 9360005}

    I hope that answers your question.
    If not, post your best attempt, as well as a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and also publish outcomes from these data.
    Explain, using specific examples, how you get these results from these data.
    Simplify the problem as much as possible. For example, do not every 24 hours; put all the sample data in the same 3 or 4 hours. We will find a solution that works for every 24 hours. You can probably give a very good picture of the problem with only 10 or 15 lines of sample data.
    Always say what version of Oracle you are using (for example, 11.2.0.2.0).
    See the FAQ forum {message identifier: = 9360002}

  • Frequent disconnects on 1 device (several times per hour)

    Hello

    I bought the Amazon N300/WNR2020v2, a month ago. Is the latest firmware (V1.1.0.32_1.0.1). I can't remember if it ever worked right, but I get frequently disconnects. And by frequent I mean several times per hour (up to 10, 20, 30 times per hour). Sometimes my connection will last 30 minutes, sometimes 2 min. I'm a developer and I work from home, so it became completely unworkable. I absolutely can't do anything more than a few minutes without disconnecting.

    Things, I tried, without success:

    -Changing the channel

    -Reduce the MTU 1420

    -Various DNS (8.8.8.8..),

    -Change of speeds 54/150/300

    When the connection drops, it is not just my internet connection, I cannot ping the router either (so I have no internet and no local network).

    I had another router before, and everything worked just fine (ASUS WL-330gE). Unfortunately, I lost it, so I can't come back.

    I must also say that I have a good amount of connected devices (maybe 10), but you know, it's just modern life (printers, computers, phones, dropcams,...).

    Advice? I can't work essentially. It's very frustrating.

    In fact, I talked to my wife after the announcement, and she said that she does not know the question. I tried to leave her computer open watching the Dropcam next to me (if I have something that uses the connection permanently and I can easily monitor), and that she feels no drop, which means that the issue could in fact be my computer (which is weird, because it works very well at work).

    Came across this:
    http://Apple.StackExchange.com/questions/235739/constantly-dropping-Internet-on-El-Capitan/248228

    And it seems that this can be fixed:

    sudo ifconfig down awdl0

    I will update in a bit to see if it really fixed. I've seen the issue on my phone too, so I'm not sure that this, it is 100%. We'll see.

  • I get started internet several times per hour

    I have a Toshiba Satellite.  I'm off the internet all the time.  Several times per hour the Road Runner cable co Ihave said that's not the problem please help

    Also check action center and drivers Windows Update will offer to you once they become available.

  • Maximum number of lines per Page to include

    <! - this Configuration setting is managed by Oracle Business Intelligence Enterprise Manager - >

    < DefaultRowsDisplayedInDelivery > 75 < / DefaultRowsDisplayedInDelivery >


    I'm unable to change the maximum number of lines per Page to be included in the EM. This will automatically return to 75 after acivating changes.

    Can someone please help on this.


    Thank you

    Abhilash.K

    8506060755

    Hi Virginia,

    After the edition of the MA,.

    • Apply
    • Activate changes
    • Restart presentation Services

    Presentation Services restart will make the change.

    Thank you

    JP

  • I paid £8,57 for photoshop cc 2015 already. I have a cornfirm email to buy site why I cannot accese to my App. how I can do but I'm not paying for this application two times per hour, I said... Thank you

    I paid £8,57 for photoshop cc 2015 already. I have a cornfirm email to buy site why I cannot accese to my App. how I can do but I'm not paying for this application two times per hour, I said... Thank you

    Check your account indicates the subscriptions that you expect (and that the adobe, used in the next step id is correct) by logging in here and checking the status of your subscription, https://www.adobe.com/account.html

    then, if it's current, disconnect and then back to your client application using the adobe with the link above in cc id: http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    If you don't have the cc desktop application, retrieve it and use it to install your programs cc/tests, https://creative.adobe.com/products/creative-cloud

  • Specification of the Type density (characters per inch) and line (lines per inch).

    Density of type, including characters and spaces, must be not more than 15 characters per inch. Type can be no more than six lines per inch. How do I would put these limits in InDesign?

    but I guess I somehow need to address hyphenation and justification settings so that the maximum does not exceed 120 CPL.

    There is no setting that allows you to set the number of character lines. You could get the CPL average via a script, making it easier to set the width of text frame in order to get an average of the target.

    This AppleScript (OS x only) displays the average for the selected text:

    Tell application "Adobe InDesign CC 2014"

    Try

    ls from each line of the selection of the value

    cc of each character in the selection of the value

    define a CC / ls as integer

    display the dialog box ("middle characters per line of the selected text is:" & a) buttons "OK".

    in case of error

    box dialog display ("Please select some text") buttons "OK".

    try to end

    tell the end

  • How to count the log generated per hour?

    Hi all

    11.2.0.1

    AIX 6.1

    / / DESC v$ archived_log

    Name of Type Null

    --------------------- ---- -------------

    NUMBER OF RECID

    NUMBER STAMP

    NAME VARCHAR2 (257)

    NUMBER OF DEST_ID

    THREAD NUMBER #

    SEQUENCE NUMBER #.

    RESETLOGS_CHANGE # NUMBER

    DATE OF RESETLOGS_TIME

    NUMBER OF RESETLOGS_ID

    FIRST_CHANGE # NUMBER

    FIRST_TIME DATE

    NEXT_CHANGE # NUMBER

    DATE OF NEXT_TIME

    NUMBER OF BLOCKS

    NUMBER OF BLOCK_SIZE

    CREATOR VARCHAR2 (7)

    VARCHAR2 REGISTRATION OFFICE (7)

    STANDBY_DEST VARCHAR2 (3)

    ARCHIVED VARCHAR2 (3)

    VARCHAR2 (9) APPLIED

    DELETED VARCHAR2 (3)

    STATUS VARCHAR2 (1)

    DATE COMPLETION_TIME

    DICTIONARY_BEGIN VARCHAR2 (3)

    DICTIONARY_END VARCHAR2 (3)

    END_OF_REDO VARCHAR2 (3)

    NUMBER OF BACKUP_COUNT

    ARCHIVAL_THREAD # NUMBER

    NUMBER OF ACTIVATION #.

    IS_RECOVERY_DEST_FILE VARCHAR2 (3)

    COMPRESSED VARCHAR2 (3)

    FAL VARCHAR2 (3)

    END_OF_REDO_TYPE VARCHAR2 (10)

    BACKED_BY_VSS VARCHAR2 (3)

    Can you help me to ask how achivelogs or redologs generated per hour based on the table above?

    I would point out to my boss why we have days where the database is slow. I'll give you the comparison that this slow day have many updates of the transaction.

    Assuming our application not investigated.

    Thank you very much

    pK

    Comments by AWR:

    =============

    'Library Cache lock' activity for 21st.

    1 / the SQL - pct Miss AREA is 59%, which is too high and 5395 SQL queries are reloaded.

    It seems that the size of the SGA is not adequate during the period when no connections are higher and treatment more important workload are the busiest spend in the system.

    2 / in 'Statistical model time' - it says - the analysis of the time 411 seconds and time of analysis 315 seconds for an hour

    3 / some queries are intended to COMPLETE analysis and directly reading 15 is 737 GB while the 21st, it is 399 GB and have an impact on the i/o subsystem.

    Long table scan: 6566 for 1 hour and 1.82/s

    highlights of table short: 14388 for 1 hour and 40/sec

    These numbers are too high.

    Given all this, the best approach would be:

    First change:

    =========

    1 / increase memory_target = / 3 GB (current size is 2 GB) - this should be the first test to see how Miss MDT performs and analysis is underway. PCT Miss should be close to zero.

    Next change:

    =========

    2 / need to understand more about FULL scan queries that may be matter of statistics. Collect statistics with auto sampling: it is recommended that oracle. Do not use any size collection of samples 100% or any other to collect enough stats or not. If it is the product of the seller, reaching out from the seller to understand if they have a recommended approach to collect statistics,

    Even if the problem persists, Identify top queries to minimize the load on the i/o subsystem. Remember that no matter what shouldn't OLTP system work best when FULL analysis happens and is reading 737 GB of data during the period of 1 hour and that could saturate the IO subsystem and slow down the processing.

    Above try steps one at a time to see if the change is a positive change of the application.

    Thank you

  • Flow charger (lines per second) emits a notification

    Hi all

    the metric "Flow of Loader (lines per second)" give an opinion on my instance of Oracle 11 GR 2:

    Charger (lines per second) throughput for < hostname >: 1158_Management_Service, XMLLoader0 exceeded the critical threshold (3000). Current value: 3695.652173913043478260869565217391304348

    My problem is, I cannot interpret this value and don't know if it's really terrible, so I must do something.

    Could you tell me who and what this value is and what it means?

    Thanks for the help!

    Kind regards
    David

    See the link below
    https://yaocm.WordPress.com/2010/11/27/OEM-alarm-clean-up/

  • Oracle BI 11. Analysis report shows only 500 lines per Page

    How can I extend the Maximum lines per Page for an answer on Oracle BI 11.

    Hi user,

    Set the parameter to Pivot Table and charts parent in instanceconfig.xml file section,




    1000
    5000
    25
    30


    300
    1000
    5000
    25
    30


    2000
    1000
    2000
    25
    4096


    * Make a backup of instanceconfig.xml file before making the above change

    Rgds,
    DpKa

  • By default the lines per Page in interactive report

    I've created a simple interactive report. I also deleted for the end user to modify the "lines per page' in the interactive report. How can I change this report (as a developer) to display only the 10 lines per page. I've been looking around but can't see where to change this setting.

    Thank you
    Wes

    Hello

    First enable end user can define lines per page. (that you have disabled)
    Run the page. The lines per page value to 10.
    Save the default report in the action menu.

    Then clear that end users can set not lines per page.

    Kind regards
    Jari

  • How to get the fixed lines per page? really Urgent!

    I am facing problem with the fixed lines per page. The footer (Subtotal) block moves upward, leaving space at the bottom when the number of items is lower.

    I have a two groups: one for the KIT and the KIT COMPONENTS. When I'm generation report for KIT only ITEMS I'm attaches footer using the

    < name of xsl: variable = "no_of_lines_per_page" select = "number (30)" / >
    <? for-each@section:Q1? >
    < xsl: variable xdofo:ctx = 'incontext' name = "inner_group" select=".//Q2"/ >
    <?-foreach: $inner_group? > <? If: (position () - 1) mod $no_of_lines_per_page = 0? >
    < name of xsl: variable = "first_rec" xdofo:ctx = 'incontext' select = 'position ()' / >

    but when I try to generate the report in combination with KIT COMPONENTS together, I am not able to set the number of lines per page. The footer is allocated to the next page. Now I Q2 and Q3 where Q2 makes Parent Kit and Q3 is child components Kit.

    How can I get it fixed lines per page for Q3 in regards to the Q2?

    I would appreciate if someone can answer me quickly.

    You have sent the updated RTF.

  • result of the default configuration of single page, 999 lines per page

    Hello!

    IM using 10g with windows server 2003.

    whenever I start isqlplus, the default setting is to display the result of a query select on several pages of 24 lines per page. I wish I had my results on a single page. I can change it in the preference but every time I disconnect and connect again, it goes back to several pages. I searched the config file but cannot find the setting to have the default value as a single page.

    is it possible to set the default value to a single page?

    THX.

    You must create a login.sql file in c:\orant\BIN
    then add the line
    define 999 pages
    fixed lines 2000 (if you want to set line size too)

    set... (all variables set can be defined here only)

    then call sql * more via plus33w etc.

    your changes will be made

    If not then

    Open sql * more

    SQL >
    host type
    SQL > home
    C:\>Windows >
    If the guest comes with c:\windows then you must copy the login.sql file in this folder.

    It depends on this directory

    This is the working directory for the shottcut you used to open the plus33w

    You can write these lines in glogin.sql in the folder of your oracle_home directory sqlplus
    Ad c:\orant\plus33 or c:\orant\sqlplus

    then he wil do overall.

    Just try
    If the problem exists then return

    Good luck.

  • Limit the number of lines per group

    Hi guys,.

    I would use a query that returns only n number of lines per group and always show all columns in a table.

    For example:

    We have a table_customer, I would like to get a 100 records per dealer in a sql


    What would be the best way to do this? This isn't really my question saves back them, the top 100 or random, etc.

    Thanks in advance

    Hi and welcome to the forum!

    You can use the ROW_NUMBER() analytic function with a subquery to get the results you need. For example the following pseudocode (given that I have no definitions or column names) could be modified to work for your case

    SELECT     *
    FROM
    (
         SELECT     TABLE_CUSTOMER.*
         ,     ROW_NUMBER() OVER (PARTITION BY  ORDER BY 
    

    HTH!

  • Lines per Page view of the PIVOT.

    Hello
    Is there a way we can show a limited no of rows in pivot. Lines per Page view of the PIVOT.
    in the, click next should go to the next page.


    Thank you

    Pagination in Pivot solves your problem at the user interface level only.

    Here is the link which guide you how to implement paging in Pivot:

    [http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-pagination-in-pivot-tables/]

    Hope this helps you...

    -Robin

Maybe you are looking for

  • Impossible to update my hp p001tx nvidia graphics card

    I can't update my nvidia gt 830 graphics card m in my computer hp laptop p001tx and he said: this is the latest version of the driver software and also I checked nvidia site so please help me

  • Satellite L15 the screen has a red/pink tint

    When I turn on my toshiba Satellite L15 the screen has a red/pink tint and then 2 minutes later it is fine until the next time I turn on the computer it's screen it self or the inverter?

  • WRT56G Firmware upgrade fails

    With losing connectivity problems so decided to update v1.00.7 firmware to the latest version available. Download the upgrade file and log into the web-based administrator.  Select file, and then click the UPGRADE button.  A few clicks on the timelin

  • How can I check who is using my computer's Ip

    whenever I log a message displays that says anybody or other device has my Ip even

  • Saving an object in your application?

    Hello I develop on JDE 4.1 on a 7290 with OS version 4.1. I have a string I want to save one of my forms, I create an instance of object persistent, then place it in the persistent store. It works fine while I'm on my request. My problem is that when