FWSM - Is there any script to analyze syslog and/or optimize rules?

Hi,
is there any program/script that optimize FWSM rules?
For example:
- check all the objects that are not being used
- check rules that have no use or impact (can be remove because there is another permit rule that is already doing the job)
- etc...
Is there any program/script that analyzes FWSM syslog information and generates reports about all the traffic that has been denied or allowed? For example:
- To many DNS check that comes from a specific host
- To many ping denial from a specific source (ddos)
- etc...
Thanks,

This will give you % free per tablespace
SELECT files.tablespace_name Tablespace,round(files.sze/1024/1024) "Size",
round(free.free/1024/1024) "Free", round((free.free/files.sze) * 100) "Pct Free"
FROM
(SELECT tablespace_name, sum(bytes) sze FROM dba_data_files
GROUP BY tablespace_name) files,
(SELECT tablespace_name,sum(bytes) free FROM dba_free_space
GROUP BY tablespace_name) free
WHERE files.tablespace_name=free.tablespace_name

Similar Messages

  • Is there any script to restart the workflow services

    Hi
    Is there any script to restate the workflow services in 11i and R12
    Regards

    Hi,
    Please see (Note: 743264.1 - How to Stop/Start Workflow Service Containers From Command Line).
    Regards,
    Hussein

  • Is there any script to scrabble the salary information in oracle apps HCM.

    Hi,
    Is there any script to scrabble the salary information in oracle apps HCM.
    regards
    Edited by: Maya on Feb 12, 2013 11:43 PM

    Hi Maya,
    We've used a tool called Data Masker (http://www.datamasker.com/) to mask our entire eBusiness Suite database in order to make the environment suitable for training and offshore development (financials, hcm, iproc, etc) - there's an evaluation copy of the website if you want to give that a go, in the background it's just using SQL scripts to manipulate the data.
    If you just wanted to scrabble the Salary information (grades & spinal points / salary?) a couple of API's would probably be sufficient (HR_ASSIGNMENT_API.update_emp_asg_criteria, HR_SP_PLACEMENT_API.update_spp), or if you're not concerned with keeping the instance supported by Oracle then a few direct table updates to fiddle the information around (PER_PAY_PROPOSALS, PER_SPINAL_POINT_PLACEMENTS_F, etc).
    Regards, Jay

  • Is there any script or batch program that can pick a xml file...

    Hi,
    Is there any script or batch program that can pick a .xml file from a folder and place it in a different folder on the same directory periodically without using an XI interface.
    Thanks,
    np

    Hi Nadini,
    Please refer below link for how to sechdule a batch file.
    [Schedule Batch File-How to?|http://www.tech-archive.net/Archive/WinXP/microsoft.public.windowsxp.general/2006-04/msg01349.html]
    And please refer below links for how to write a batch file and other one as batch file commands.
    http://www.wikihow.com/Write-a-Batch-File
    http://www.aumha.org/a/batches.php
    these two links was a click away in google :).
    regards
    Aashish Sinha

  • Is there any way to know when (and/or whether) a particular tv season will be available for purchase on itunes.  i'm particularly interested in the 2nd season of "homeland," the 5th season of "damages" and the 7th season of "dexter."  thanks.

    is there any way to know when (and/or whether) a particular tv season will be available for purchase on itunes.  i'm particularly interested in:
         the 2nd season of "homeland,"
         the 5th season of "damages"
         the 7th season of "dexter."
    thanks.

    Thanks. But the disc inspector only appears to let me change things like where the title menu button takes you, not detailed user operations. I have pretty much given up on this being anything other than a giant hassle, but if anybody knows whether a script could do this, I would be eternally grateful.

  • Is there any link between movement types and documents

    hi
    is there any link between sales doc and movement types ?
    is it the only source dependig on schedule line movement type will determined?
    if with out order we are doing delivery how system will determine movement type
    Thanks in advance

    Hi,
    Deliveries that are created without reference to order , contained movement type because to process a delivery you need to have some of the control criteria that are copied from sales document header to delivery document header, as system processes delivery in that way ,that is why you will find default order type is assigned to the delivery document type ie DL. .which helps the delivery document to process without reference to sales document.
    In Addition to above information,
    In VOV4,
    DL+ NORM +   +    -DLN
    In VOV5,
    For Itemcatagory DLN+        --CN
    From this schedule line category CN,movement type 601 is taken during without reference to order –delivery creation.
    MCM

  • Is it possible to change the colour of the Pages' skin, since it is grey, is there any way to change it and make it less tedious?

    Is it possible to change the colour of the Pages' skin, since it is grey, is there any way to change it and make it less tedious?

    fruhulda wrote:
    If you see any grey"background" if is on the left and that is the comment field.
    Hi fruhulda
    It's not the comment field which is a restrictive description.
    In fact it's the window's background.
    Yvan KOENIG (VALLAURIS, France) lundi 26 septembre 2011 12:08:45
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Is there any combination of OS Lion and iTunes that can run radio streams without cutting (rebuffing) it for at least 3-4 hours?

    Hello! Is there any combination of OS Lion and iTunes that can run radio streams (primarily pls-streams) without cutting (rebuffing) it for at least 3-4 hours? I am running Lion (10.7.1) on an early-2011 MacBookPro with iTunes 10.3.1 and I am frustrated, because it will cut the stream at least once per hour (it's totally random), while my older MacBook, running Tiger with iTunes 9.2.1 doesn't have any such problems ... Any solution?

    Maybe you should upgrade iTunes to the current version - 10.5.3 - and upgrade Lion to 10.7.3.

  • Is there any difference in oracle database and forms database

    i want to know is there any difference in oracle database and forms 6i database
    ,if i import some file through oracle database then same data will exist in forms database or not
    thanks

    Oracle Forms is a Rapid Application Development (RAD) tool not a database. With Forms, you connect to an Oracle database to query and display data from the database as well as insert new or update existing data. Consequently, if exists in the database - you should be able to display it in a Form.
    Craig...

  • Is there any Similar between Class.forName() and new operator ???

    Plz tel me is there any Similar between Class.forName() and new operator ??? i have been asked this ques in interview

    You probably should have used the other thread:
    http://forum.java.sun.com/thread.jspa?threadID=792678
    To add a little confusion to the matter...Class objects are in fact objects. They're objects representing classes. So, in a sense, I guess, you could say they're similar -- in each you get an object. But in practice Class objects and all other objects should be considered semantically different unless you're doing some pretty unusual stuff. Also Class.forName is more of a factory method than a constructor.

  • Is there any backend file for maintaining and support BRTOOLS?

    Hi Gurus,
                      Is there any backend file for maintaining and support BRTOOLS.
    Thanks in Ad

    Not sure for your requirement here, but, were you looking for the following ?
    http://help.sap.com/saphelp_erp2004/helpdata/en/5d/803aba13a1fa4786e121dc1f7abfba/frameset.htm

  • Is there any infotype to add father and mother name etc..

    Hi experts,
    Is there any infotype to add father and mother name like any other personal data which are not there in infotype 2.
    Regards,
    Dolly

    Any relationships data can be created as subtype in IT 0021 .
    You can create father mother brother sis chiild spouse anything
    cheers
    AJ

  • Are there any compatibility issues with Sonos and Airport extreme??

    are there any compatibility issues with Sonos and Airport extreme??

    Sonos uses its own priopietory wireless protocol SonosNet to distribute audio data among all its products, thus it should not affect other network devices which use standard WiFi 802.11a/b/g/n protocol at all though they may share the same radio channel for wirless signaling.
    On my dual-band (5 GHz / 2.4 GHz) Airport Extreme staion, I select the option "802.11n Only (5GHz) - 802.11n (2.4GHz)" and turn on "Use wide channels" in Wireless configuration in order to use only 802.11n protocol and more radio channels to achieve maximum wireless bandwidth of 400 Mbps. This bandwidth is necessary for quick Time Machine backup to NAS connected to the Airport Extreme station through Ethernet cable. So my iMac and MacBook Pro always connected to the Airport Extreme through 5 GHz radio channel with 802.11n protocol whereas my iPhone 4S always connected through 2.4 GHz radio channel with the same protocol.
    In my living room Sonos ZP-90 (same as new CONNECT model) zone player is connected to Airport Extreme directly through Ethernet cable (recommended by Sonos) and Sonos S5 (same as new PLAY:5 model) zone player in bedroom is connected wirelessly through SonosNet protocol to the ZP-90 zone player in living room.
    These devices are in operation simutaneouly most of the time. Music is playing through the Sonos ZP90/S5 zone players througout the day, I am streaming viedo through Internet (fibre broadband 25 Mbps) on my MacBook Pro in bedroom or iMac in living room or reading news on my iPhone. So far so good and have no encounter any interference problem for about three years. Further more bandwidth for 802.11n protocol does not seem to be affected at all.
    In fact with a low power Fujitsu USB drive (2.5" / 500 GB, designed for notebook) plug into USB port of Airport Extreme, it can be used as NAS drive for Sonos music distribution system without any problem. Just transfer all files from Music folder in my home directory on iMac into this NAS drive and set it up as music source in "Manage > Music Library Settings" in Sonos Controller for Mac application will do. Though the same drive can be served as Time Machine's backup disk as well, an independent full-fledged NAS drive for Sonos and Time Machine backup is better long-term solution for reliability and performance. With the NAS configured as sole music source, you do not need to keep any computer powered on all the time in order to play music through the Sonos system.

  • Is there any way that to install and use firefox remotely on centos 6?

    Hello everyone
    i rent a dedicated server that using centos 6...I'm going to browse through the internet with that.can anyone tell me, is there any way that to install and use firefox remotely on centos?
    (just like utorrent server)
    tnx

    Install a proxy server on the centos machine and configure your local Firefox to connect through that proxy.
    If you really want to run Firefox on the centos machine, install a VNC server instead.
    (Obviously, use Google if you don't know what that means ;)

  • I want to reinstall os X yosemite on my macbook Air but i erased the hard drive and i cant get the local recovery option; only internet recovery; is there any way to go back and get local recovery option?

    i want to reinstall os X yosemite on my macbook Air but i erased the hard drive and i cant get the local recovery option; only internet recovery; is there any way to go back and get local recovery option?

    Hi Bockworld1,
    I'm afraid you did an error when erasing your hard-drive, this has automatically erased the "local recovery". In order to pass-by this, you must use a former Mac OS X installation DVD (such as Snow Leopard 10.6.3) and then when updated to 10.6.8 you may access the Mac App Store to recover the Yosemite Installer and proceed to a fresh "update" OR creating a Bootable USB Installation drive with DiskMaker in order to alway get a installation copy.
    I also suggest you to create a USB Basic Operating System (you must select a local USB device to install Yosemite or whatever OS you want) with only the base operating system to launch your computer in case of Main Operating System issues.
    Given the amounts of issues reported by users with 10.10.2, I command you to download 10.10.2 version to get a stable OS working.
    Let me know how it is going.
    Good Luck.

Maybe you are looking for