TIME BASED ACLS ON FIRESIGHT MANAGER

Dear all,

We use the power of fire management center Cisco for VMWare. In which we have created several rules under strategies--> access control. But we want to run some rules under the defined time interval. Can anyone please help on this configuration.

screenshot is attached.

Thank you very much.

Raja,

Sorry, but this feature is not currently available.

Tags: Cisco Security

Similar Questions

  • time based trigger sample applications?

    Hello, I spent the last 2 days trying to find a relax time based, and I still don't understand.

    Please, someone the code examples on this? The documentation is really hard to follow especially without code examples.

    Thank you.

    I use an app without a head for the handling of push messages and after the 10.3.1 update, I added a timer trigger. In the bar - descriptor.xml, I added another filter in the tag to invoke the application without a head target:

     
     
        
          application.headless
           myHeadlessService
           myHeadlessService
          
             bb.action.PUSH
             application/vnd.push
          
          
            bb.action.system.TIMER_FIRED
            *
          
        
    

    The app without head must manage timer invoke:

    handleInvoke(const bb::system::InvokeRequest & request)
    {
    if (request.action().compare("bb.action.system.TIMER_FIRED") == 0){
            qDebug() << "myHeadlessService: timer trigger!";
    }
    }
    

    When the GUI application starts, it creates a timer to invoke request that triggers the application without head every 15 minutes:

    void ApplicationUI::headlessInvokeTimerRequest()
    {
        qDebug() << "headlessInvokeTimerRequest()";
        InvokeRecurrenceRule recurrenceRule(bb::system::InvokeRecurrenceRuleFrequency::Minutely);
        recurrenceRule.setInterval(15);
        InvokeTimerRequest request;
        request.set(INVOKE_TIMER_ID, recurrenceRule, "myHeadless.invoke.push");
        m_invokeReply = m_invokeManager->registerTimer(request);
        // Connect to the reply finished signal.
        bool res = QObject::connect(m_invokeReply, SIGNAL(finished()), this, SLOT(onInvokeTimerResult()));
        // This is only available in Debug builds
        Q_ASSERT(res);
        // Since the variable is not used in the app, this is added to avoid a
        // compiler warning
        Q_UNUSED(res);
    }
    

    When the timer is no longer needed, stop:

    m_invokeReply = m_invokeManager->deregisterTimer(INVOKE_TIMER_ID);
    

    I hope this helps you.

  • FireSight Managment

    We recently got a quote for a pair of HA 5506 with firepower and was surprised to see that it included a virtual machine for the FireSight management application.  I heard of some people that the virtual machine is not necessary and that we can run on the SAA management application.  Is this true and if so how well it will happen.  There is a lot of benefit to the virtual machine running on a host ESX versus on the ASA?

    The ASA will be used for web traffic in general of the staff of the Office out to the internet.  There will be no internal sites with NAT static is configured on this ASA.

    My recommendation is that fire power AMPS-based management is only good for lab or single device installations.

    Even on a basis HA pair, if you use ASSISTANT Deputy Ministers approach, you must replicate each change on both units since they have no knowledge of the other and do not synchronize the configuration of firepower as the base ASA fact...

  • RVS4000, port forwarding - with - IP-based ACL

    G ' Day!

    I want to know if it is possible to enable port forwarding and paste an IP based ACL on the attacker.

    Scenario:

    I replaced my gateway linux with a RVS4000 and reinstalled my linux machine as a file server with sshd running (now residing on my network behind the RVS4000).

    I have forwarded port 22 on the RVS4000 on my linux server - it works as expected. Now I want to restrict which IP addresses which may connect to port 22, that I can't go to work.

    After I forward port 22 to the linux server I can't control it with IP based ACL. Even if I deny all traffic to port 22, it will leave borrowing at the server linux as long as the port is active.

    I am doing something wrong or if this isn't just intended to work the way I want?

    acl based port will not work with the port forwarding on the device. Once you transfer the port are all allowede to enter this port. the acl will not take effect. I think that what you want to do the port binding is not a feature of this device.

  • Firesight Management Virtual Center in ESXi version 6

    Hi all

    Is it possible to install any version of virtual appliance Firesight Management Center of vmware ESXi 6?.

    Thanks and greetings

    I have not tried it personally - it may be possible to install.

    However ESXi 6.x is not a supported platform yet. Even with the power of fire (new name for FireSIGHT) recently published Management Center 6.0, the supported versions of ESXi are 5.1 and 5.5.

    The source of this information is the Release Notes:

    http://www.Cisco.com/c/en/us/support/Security/Defense-Center/products-re...

  • The traffic load between the power of Cisco ASA and FireSight Management Center fire

    Hi all

    I have a stupid question to ask.

    Can I know what is the traffic load and the e/s flow between firepower Cisco ASA and FireSight Management Center?

    Currently working on a project, client require such information to adapt to their network. Tried to find in the document from Cisco, but no luck.

    Maybe you all have no idea to provide.

    It varies depending on the number of events reported from the module to the CSP. No event = only health controls and policy changes are exchanged. 10,000 events per second = much more traffic.

    Generally it is not a heavy load, however.

  • The groups C3750G and object based ACL

    Hi all

    East of the groups of objects based ACL Supportepar C3750G switches? I found nothing on the web site of Cisco on this subject.

    Hi All,

    Is Object Groups based ACLs supported on C3750G switches? I could not find anything on the Cisco web site about this.

    Hello

    Check out the link on the subject below Group ACL, it is supported with 12.4 (20) T realease but I do not think that it is supported with cisco 3750G switch series, what I see navigator in cisco. Hope Uncle helps!

    http://www.Cisco.com/en/us/docs/iOS/sec_data_plane/configuration/guide/sec_object_group_acl.html#wp1055872

    So useful note valauble post

    Ganesh.H

  • Time based on Service request escalation

    Hi all
    We want to know, the creation of escalating demand for time based in Siebel CRM On Demand service?
    Thanks in advance

    He is not here in the R16. But I heard that it is one of the main initiatives for R17 that might be available by end of this year
    -John CRMIT

  • Can we create time-based relaxation

    Hi all
    I use the Oracle 10 g server.
    I need to create a trigger that would go into the night every day.
    But I have no doubt that we can create the relaxation time-based...
    Pls answer if somebody knows.


    Kind regards
    Eliane.

    Published by: Sophie on January 28, 2009 15:36

    Published by: Sophie on January 28, 2009 15:37

    Yes, but it is not called a TRIGGER but a PLANNER.

    Discover [DBMS_SCHEDULER | http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sched.htm]

  • every time I try to open Manager modules firefox stops working, what can I do to fix this?

    Well, I have a problem with adobe flash player, which had stopped working (I can't watch videoes on youtube). I learned that I can solve this problem by clicking on add-on Manager to control the program. but every time I try to open it start loading then I get the message firefox add-ons stopped working and needs to close. I close it and again click on Add-ons (options / general / manage add ons) is the same thing over and over again.

    Hello, all first please try to update to the latest version Firefox (firefox 18.0.1) - you are using a very old version and insecure at the moment.

    If this does not resolve the issue already, so maybe that files in your profile folder that store the information on your extensions could have been corrupted. Please go to firefox > help > troubleshooting information > profile - display folder... then windows Explorer should open your profile folder. there looking for files named extensions.ini, extensions.sqlite, extensions.sqlite - journal (and in some cases also extensions.txt, extensions.rdf). delete or rename the files and quit firefox, they will be regenerated the next time you start firefox.

    See also https://support.mozilla.org/en-US/kb/Unable%20to%20install%20add-ons#w_co...

  • How to get the time based on the time zone?

    Hi all

    I try to get timestamp based on the time zone I assign in the computer... for example right now I m CA, if I change the time zone of the computer IS, and use time get Sec.vi, I always get time to CA.

    and not the ACC at EST time... How can I get the time according to the time on my laptop?

    Think I remember vaguely that LV reads this parameter when loading, then try to restart LV after changing the time zone and see if that helps.

  • RVS4000 V02 IP based ACL does not

    Hello

    I have a RVS4000 v02 and created 3 VLAN - 192.168.70.0/24, 192.168.80.0/24 and 192.168.90.0/24.  I tired to created list IP based to deny network access 192.168.80.0/24 and 192.168.90.0/24 access to 192.168.70.0/24; and deny access 192.168.80.0/24 192.168.90.0/24.  Can you help me check my list of ip-based access?

    MY RVS4000 access LIST

    Refuse any protocol LAN 192.168.80.0/255.255.255.0 192.168.70.0/255.255.255.0 at all times every day

    Refuse any protocol LAN 192.168.90.0/255.255.255.0 192.168.70.0/255.255.255.0 at all times every day

    Refuse any protocol LAN 192.168.90.0/255.255.255.0 192.168.80.0/255.255.255.0 at all times every day

    Allow to All services LAN ANY ANY Anywhere, anytime Daily

    Allow to All services   WANALL ALLall timeevery day        

    * all access list is enabled.

    Network time 192.168.80.0 and 192.168.90.0 can still reach 192.168.70.0 network.

    Hope you can help me understand this.


    Hello.

    These products are processed by the Cisco Small Business Support Community.

    * If my post answered your question, please mark it as "acceptable Solution".

    * Do not forget to give a 'congratulations '. Thank you!

  • Tunnel of IPSec site to Site - port-based ACL

    I saw crypto that ACLs will be created but still allowing all (IP).

    What happens if I want to allow hosts on siteA to only access servers in siteB web. In this scenario, I only want to allow port 80 to reach hosts on the siteA. Is this possible? is based on the port ACL allow site to site tunnels?

    Hello.

    Seems to work for me very well:

    Opened up just port 80 - expecting encapsulation.

    R0#telnet 192.2.0.2 80
    Trying 192.2.0.2, 80 ... Open
    GET /
    HTTP/1.1 400 Bad Request
    Date: Fri, 01 Mar 2002 00:05:31 GMT
    Server: cisco-IOS
    Connection: close
    Accept-Ranges: none

    400 Bad Request

    [Connection to 192.2.0.2 closed by foreign host]
    R0#sh cry
    R0#sh crypto ipsec sa | i caps|ident
       local  ident (addr/mask/prot/port): (0.0.0.0/0.0.0.0/6/0)
       remote ident (addr/mask/prot/port): (192.2.0.2/255.255.255.255/6/80)
        #pkts encaps: 11, #pkts encrypt: 11, #pkts digest: 11
        #pkts decaps: 7, #pkts decrypt: 7, #pkts verify: 7
    R0#

    Ping should not go over tunnel.

    R0#ping 192.2.0.2

    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.2.0.2, timeout is 2 seconds:
    !!!!!
    Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms
    R0#sh crypto ipsec sa | i caps|ident
       local  ident (addr/mask/prot/port): (0.0.0.0/0.0.0.0/6/0)
       remote ident (addr/mask/prot/port): (192.2.0.2/255.255.255.255/6/80)
        #pkts encaps: 11, #pkts encrypt: 11, #pkts digest: 11
        #pkts decaps: 7, #pkts decrypt: 7, #pkts verify: 7

    Config:

    R0#sh run | s crypto
    crypto isakmp policy 10
    authentication pre-share
    crypto isakmp key cisco address 0.0.0.0 0.0.0.0
    crypto ipsec transform-set TRA esp-aes esp-sha-hmac
    crypto map MAP 10 ipsec-isakmp
    set peer 1.1.1.3
    set transform-set TRA
    match address PACL
    crypto map MAP
    R0#sh ip access-l PACL
    Extended IP access list PACL
        10 permit tcp any host 192.2.0.2 eq www (19 matches)

    Distance:

    R1#sh run | s crypto 
    crypto isakmp policy 10
    authentication pre-share
    crypto isakmp key cisco address 0.0.0.0 0.0.0.0
    crypto ipsec transform-set TRA esp-aes esp-sha-hmac
    crypto map MAP 10 ipsec-isakmp
    set peer 1.1.1.2
    set transform-set TRA
    match address PACL
    crypto map MAP
    R1#sh ip access-l PACL
    Extended IP access list PACL
        10 permit tcp host 192.2.0.2 eq www any (18 matches)

    This has been tested on the main road to 12.4.25.

    Note the ID of remote proxy:

       remote ident (addr/mask/prot/port): (192.2.0.2/255.255.255.255/6/80)

    192.2.0.2 is the IP address

    255.255.255.255 is the subnet mask

    6 is the number of IP - TCP protocol (ref: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml )

    80 is the destination port number.

    Marcin

  • total run time based on sql id?

    Hello

    I wrote under query to find out the total run time sql and total executions happened based on sql id for each date. Can you get it someone please let me know if the output below is correct?

    SQL> SELECT
      trunc(begin_interval_time, 'DD'),
      ROUND(sum(elapsed_time_delta)/1000000) "Total Execution Time (sec)",
      ROUND(sum(executions_delta)) "Total Execution"
      FROM dba_hist_sqlstat a
      JOIN dba_hist_snapshot b
      ON a.snap_id = b.snap_id
      WHERE sql_id        = '8acg09uq48jzk'
      AND executions_delta>0
      GROUP BY trunc(begin_interval_time, 'DD')
      ORDER by trunc(begin_interval_time, 'DD') DESC;
    
    
    TRUNC(BEG Total Execution Time (sec) Total Execution
    --------- -------------------------- ---------------
    01-AUG-14                        160          122078
    31-JUL-14                       9309         1822147
    30-JUL-14                       6667         1845014
    29-JUL-14                       6196         1873091
    28-JUL-14                     277268         1517005
    27-JUL-14                      78546          794048
    26-JUL-14                       1359         1166650
    25-JUL-14                       7665         1826915
    24-JUL-14                       6786         1907862
    23-JUL-14                       8132         2019695
    22-JUL-14                       6611         1948861
    
    
    TRUNC(BEG Total Execution Time (sec) Total Execution
    --------- -------------------------- ---------------
    21-JUL-14                       7980         2948449
    20-JUL-14                       3226         3554316
    19-JUL-14                       3405         3222148
    18-JUL-14                      10179         2478602
    17-JUL-14                       7950         1972643
    16-JUL-14                       8465         2054012
    15-JUL-14                       8483         2248688
    14-JUL-14                       8644         2243460
    13-JUL-14                        942         1478516
    12-JUL-14                        985         1075398
    
    
    

    Generate AWR report during the period of interest and you will get more information.

    Apart from that, what problem you ar trying to solve. Please explain that

    You can also use the following, because you are looking for particular sql

    awrsqrpt. SQL > for individual ssql

    awrsqrpti. SQL > for sql on a particular instance... (useful in case of CARS)

    Kind regards

    Harman

  • Missing time based interval readings out

    I'm using oracle 11.2.0.1 Enterprise Edition. And I tried write differently query but unable to go there. Your help is greatly appreciated.

    The query should give out as I explained below.

    This request is to identify gaps in the readings of the interval.

    This is my creation script.
    create table rtype)
    rid the number,
    RDesc varchar2 (30));

    insert into rtype values (1, 5-deviceinterval');
    insert into rtype values (2, 15-deviceinterval');

    create table (reads
    number of DEVICE_ID,
    rid the number,
    number of qstartid
    number of qfinishid
    number of ReadValue,
    date of readtimestamp);

    Insert in the values of readings (123, 1, null, null,.951, to_date (May 1, 2012 00:00:00 "," mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.51, to_date (May 1, 2012 00:05:00 "," mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.51, to_date (May 1, 2012 10:00:00 "," mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.51, to_date (May 1, 2012 15:00:00 "," mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.51, to_date (May 1, 2012 20:00:00 "," mm/dd/yyyy HH24:MI:SS));))

    Insert in the values of readings (123, 1, null, null,.51, to_date (May 1, 2012 01:00 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.61, to_date (May 1, 2012 01:05 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.41, to_date (May 1, 2012 01:10 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.31, to_date (May 1, 2012 01:15 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.23, to_date (May 1, 2012 01:20 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.69, to_date (May 1, 2012 01:25 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.85, to_date (May 1, 2012 01:30 ',' mm/dd/yyyy HH24:MI:SS));))

    Insert in the values of readings (123, 1, null, null,.51, to_date (May 1, 2012 02:10 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.61, to_date (May 1, 2012 02:15 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.41, to_date (May 1, 2012 02:20 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, 1, null,.31, to_date (May 1, 2012 02:25 ',' dd/mm/yyyy HH24:MI:SS));))

    Insert in the values of readings (123, 1, null, 1,.23, to_date (May 1, 2012 03:20 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null, 2.23, to_date (May 1, 2012 03:25 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123, 1, null, null,.23, to_date (May 1, 2012 03:30 ',' mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (123.2, null, null, 16.71, to_date (May 1, 2012 01:00 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123.2, null, null, 17.81, to_date (May 1, 2012 01:15 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123.2, null, null, 191.11, to_date (May 1, 2012 01:30 ',' mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (123.2, null, null, 221.11, to_date (May 1, 2012 01:45 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123.2, null, null, 61.71, to_date (May 1, 2012 02:00 "," mm/dd/yyyy HH24:MI:SS));))

    Insert in the values of readings (123.2, null, null, 71.81, to_date (May 1, 2012 03:15 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123.2, null, null, 911.11, to_date (May 1, 2012 03:30 ',' mm/dd/yyyy HH24:MI:SS));))

    Insert in the values of readings (123.2, null, null, 121.11, to_date (May 1, 2012 04:45 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123.2, null, null, 61.71, to_date (May 1, 2012 05:00 "," mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (123.2, null, null, 72,81, to_date (May 1, 2012 05:15 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (123.2, null, null, 941.11, to_date (May 1, 2012 05:30 "," mm/dd/yyyy HH24:MI:SS));))

    Insert in the values of readings (456,2, null, null, 6.71, to_date (May 1, 2012 01:00 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2, null, null, 7.81, to_date (May 1, 2012 01:15 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2, null, null, 91.11, to_date (May 1, 2012 01:30 ',' mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2, null, null, 121.11, to_date (May 1, 2012 01:45 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2, null, null, 6.71, to_date (May 1, 2012 02:00 "," mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2, null, null, 7.81, to_date (May 1, 2012 03:15 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2,1, null, 91.11, to_date (May 1, 2012 03:30 ',' mm/dd/yyyy HH24:MI:SS));))

    Insert in the values of readings (456,2, null, 1, 121.11, to_date (May 1, 2012 04:45 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2, null, null, 6.71, to_date (May 1, 2012 05:00 "," mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2, null, null, 7.81, to_date (May 1, 2012 05:15 ',' dd/mm/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2, null, null, 91.11, to_date (May 1, 2012 05:30 "," mm/dd/yyyy HH24:MI:SS));))
    Insert in the values of readings (456,2, null, null, 121.11, to_date (May 1, 2012 06:45 ',' dd/mm/yyyy HH24:MI:SS));))

    commit;

    I would like to get an output like below. I have billions of records in the table of readings, and so would have good performance.
    As you can see rtype 1 5 minutes reading interval and rtype 2 is 15 minutes to the reading of time interval.
    Expected output as below.

    DEVICE_ID rtype missing_interval_date_time Qty.
    123 1 05/01/2012 00:30:00
    123 1 05/01/2012 00:35:00
    123 1 05/01/2012 00:40:00
    123 1 05/01/2012 00:45:00
    .
    .
    123 1 05/01/2012 00:55:00

    123 1 01:35 05/01/2012
    123 1 05/01/2012 01:40
    123 1 05/01/2012 01:45
    .
    .
    123 1 02:05 05/01/2012
    123 1 05/01/2012 02:30 1 - since the data on quality starts with qstartid
    123 1 05/01/2012 02:35 1
    123 1 05/01/2012 02:40 1
    123 1 05/01/2012 02:45 1
    .
    .
    123 1 05/01/2012 03:15 1 - data end with qendid quality
    123 1 05/01/2012 03:35
    123 1 05/01/2012 03:40
    .
    .
    123 1 23:55 05/01/2012
    123 2 05/01/2012 00:00:00-(same for the device_id even another rtype with 15 min interval)
    123 2 05/01/2012 00:15:00
    123 2 05/01/2012 00:30:00
    123 2 05/01/2012 00:45:00

    123 2 05/01/2012 02:15
    123 2 05/01/2012 02:30
    123 2 05/01/2012 02:45
    123 2 05/01/2012-03:00

    123 2 05/01/2012 03:45
    123 2 05/01/2012-04:00
    123 2 05/01/2012-04:15
    123 2 05/01/2012-04:30

    123 2 05/01/2012 05:45
    123 2 05/01/2012 05:50
    .
    .
    123 2 23:30 05/01/2012
    123 2 05/01/2012 23:45
    456...



    Basically, there are two rtypes, there are 5 minute interval and has another 15 minutes.

    so, as you can see that missing intervals between below two bed 1st may 2012 00:25:00 ' and may 1, 2012 01:00 ' should be as below since its data every 5 minutes based on rtype = 1

    123 1 05/01/2012 00:30:00
    123 1 05/01/2012 00:35:00
    123 1 05/01/2012 00:40:00
    123 1 05/01/2012 00:45:00
    .
    .
    123 1 05/01/2012 00:55:00

    Similarly the readings between two bed 1st may 2012 02:00:00 ' and may 1, 2012 03:15 ' should be as below since its data every 15 minutes based on rtype = 2

    123 2 05/01/2012 02:15
    123 2 05/01/2012 02:30
    123 2 05/01/2012 02:45
    123 2 05/01/2012-03:00

    And

    When qstartid 1, means it lacks data range because there are certain quality. So, we just need to point out that these interval data missing due to the quality indicator observed. He has qstartid = 1 means quality reading beginning qfinishid = 1, end of quality data.

    The next part is ends and housing starts of flag of quality. Which means that if there is some other readings such as device failure may cause missing intervals, then in this case, its valid missing intervals and we need to mark that data, so we can not consider as a real lack of range, but its missing due to the interruption intervals, so we need to identify this piece of interval missing due to the quality indicator.
    When qstartid 1, means it lacks data range because there are certain quality. So, we just need to point out that these interval data missing due to the quality indicator observed. He has qstartid = 1 means quality reading beginning qfinishid = 1, end of quality data.



    Insert in the values of readings (123, 1, 1, null,.31, to_date (May 1, 2012 02:25 ',' dd/mm/yyyy HH24:MI:SS));))

    Insert in the values of readings (123, 1, null, 1,.23, to_date (May 1, 2012 03:20 ',' dd/mm/yyyy HH24:MI:SS));))

    Lack of exit of the interval should be

    123 1 05/01/2012 02:30 1 - since the data on quality starts with qstartid
    123 1 05/01/2012 02:35 1
    123 1 05/01/2012 02:40 1
    123 1 05/01/2012 02:45 1
    .
    .
    123 1 05/01/2012 03:15 1 - data end with qfinishid quality



    ------------------------------------------------------
    I tried several combinations, including after one, but impossible to go
    Select missing all_dates.d
    de)
    Select to_date ('20120501 00:00:00 ', 'YYYYMMDD HH24:MI:SS')-1 + rownum of double d
    connect by level < = 15) all_dates, reading x
    where all_Dates.d = x.readtimestamp (+)
    and x.readtimestamp is null
    order of all_dates.d
    /

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

    >
    If possible, can you please give me a plsql sample code to do this?
    >
    Of course - see below.

    Hear about. For the collection of data like yours there is used when the collection process is serial in nature. For these cases, it may be useful data collection "missing time" at the time where the actual data are inserted in the database rather than trying to recreate both later. Which may or may not be possible in your situation.

    For an example using FORALL with INSERT see example 12-3 issuance of INSERT queries in a loop in the Doc of the PL/SQL language
    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28370/tuning.htm#BABEDFJE

    Here is a simple example of using BULK COLLECT with a LIMIT clause. You conducts experiments with the code using the SCOTT schema to get an idea of how this works. Normally, you would use a variable or a parameter for the value LIMIT.

    EXTRACTION is a BULK of COLLECTING all the data in "v". It will get either all data, or none if there is none.

    The construction of the LOOP would be used when you have a LIMIT clause while Oracle would be 'loop' return to
    Download the following Recordset. Run this example in the SCOTT schema and you will see how the LIMIT clause.
    I have 14 records in my table EMP.

    DECLARE
      CURSOR c1 IS (SELECT * FROM emp);
      TYPE typ_tbl IS TABLE OF c1%rowtype;
      v typ_tbl;
    BEGIN
      OPEN c1;
      LOOP                                                 --Loop added
        FETCH c1 BULK COLLECT INTO v LIMIT 3; -- process 3 records at a time
            -- process the first 3 max records
           DBMS_OUTPUT.PUT_LINE('Processing ' || v.COUNT || ' records.');
            FOR i IN v.first..v.last LOOP
                DBMS_OUTPUT.PUT_LINE(v(i).empno);
            END LOOP;
        EXIT WHEN c1%NOTFOUND;
      END LOOP;
      DBMS_OUTPUT.PUT_LINE('All done');
    END;
    

    In the loop, you would do any processing of the nested table, you want to make
    and could use a FORALL do one INSERT into another table.

Maybe you are looking for

  • 10 percent at the time battery drain

    My iPhone suddenly does not sit well with the battery... I upgraded to 9.3.3 (iPhone 6s) I also turned on iCloud photos (but it was a few weeks ago which seems to most recent) Settings to say I hour screen for Facebook, but it is nothing new. Thanks

  • Satellite M40: Modem fails the diagnostic test on WinXp Pro

    Satellite M40 comes with Windows XP Home Edition pre installed and when I ran the diagnostic tools to test the modem the modem passes the test. But when I installed Windows XP Professional SP2 media center, the modem fails the diagnostic test. What s

  • Improvement of the hotmail calendar

    Hello Could you add has 2 hotmail calendar please: -Choose 4 next week seen as default view-Choose the color of the current day. Thank you and best regards

  • Edge 13 sleep problem win7 (intel)

    Hello I think I have a sleep problem with my edge. If I close the lid, I can still hear the hard drive by clicking on current time to time and CPU fan. I checked all the power settings and it should go to sleep and nothing should stop going to sleep.

  • Can not unlock the profile sRGB color space drop, Help!

    I need to unlock the next file to install adobe cs4 on my windows vista system: C:\windows\system32\spool\drivers\color\sRGB Color Space Profile.icm I downloaded the program "unlocker 1.8.8" but when I try to run the file, I get a message "no locking