find the max and downs of resource_limit

Hello

Version: 10.2.0.1 and 11.2.0.1
OS: Aix 6

I want to find the maximum number of sessions (high water) in a given period and the lowest level in a given time, and also for the process.

The low use of the tablespace temp/Cancel in a given period of time? and also more strong use a time given?


There is an opinion?
Any suggestions

Thank you.

(1) for the sessions and processes, if you have the license for AWR views

), SELECT begin_interval_time, end_interval_time,.
resource_name, current_utilization,
max_utilization
Dba_hist_resource_limit a, dba_hist_snapshot b
WHERE a.snap_id = b.snap_id AND resource_name (the 'sessions' PROCESS),
ORDER BY begin_interval_time;

(2) for the use of the cancellation/temp
You can check DBA_HIST_TBSPC_SPACE_USAGE

Tags: Database

Similar Questions

  • Find the Max and Min for a table of number...

    My table has 5 numbers in it and also the ability to add more to what the user sees fit. I want to be able to view the maximum and minimum of the table number. I made a loop, but I do not know how do select the highest or lowest number automatically without me selecting manually typing in the middle.

    This is my code to determine this:

    Determine the Min and Max brand
    function maxandminMark() {}
    var markIndex:int;
    markIndex = (marks.indexOf (marks));
    If (markIndex! = - 1).
    {
    for (var i = markIndex; i < marks.length; i ++)
    {
    brands [i] = marks [i + 1];
    }
    trace (maxandminMark);
    }
    }
    }

    Here are two ways...

    1) walk through the comparison table of values

    var numArray:Array = new Array (38,11,45,7,14,9,67,28);
    var minNum:Number;
    var maxNum:Number;
     
    If (numArray.length > 0) {}
    minNum = maxNum = numArray [0];
    }
     
    for (var i: uint = 1; i< numarray.length;="">
    If (numArray [i]<>
    minNum = numArray [i];
    } ElseIf (numArray [i] > maxNum) {}
    maxNum = numArray [i];
    }
    }
     
    trace (minNum, maxNum);

    (2) sort the array numerically and pull out the first and last items

    numArray.sort (Array.NUMERIC);

    trace(numArray[0],numArray[numArray.Length-1]);

  • read the max and min of each column value

    Dear qudoe

    I'm doing a program in labview that challenge me to fight with a time.

    Here, I enclose my labview code in which I have a data file, which includes 500 columns that I need to find the values min and max of each column.

    I tried my best, but it takes 30 seconds to find the min and max value of each column.

    I want to do this in less than a second.

    so can anyone suggest me any necessary correction that can stimulate my program.

    You don't have to open and close the file in a loop all the time and also you don't really need some time for this. Check the related code.

    Of course, you can still optimize it for best performance, I just did a quick project to show how simple it is.

  • Where can I find the vertical and horizontal spaces of you or margins on CC Version?.

    Where can I find the vertical and horizontal spaces of you or margins on the CC Version? I need to leave a few spaces pixels around an image, but I can't find it on this new version.

    Thanks in advance

    In the CSS designer under window > CSS designer or SHIFT + F11

    Choose the item that you are working with and press on the + in the selectors of section

    Then in the Properties section, make sure that the first tab is selected (Layout) and scroll down to the margin

    Set it to a number of pixels that you want (for example, 10px)

  • Find the max value

    Hi team,

    I have the following query where I need to find the max value

    [code]

    with t as)

    Select 'L1' R_nm, R_Data 'Data', 'Obj' R_Obj, r_prec 'Wd', '2' double val

    Union of all the

    Select 'L1', 'Data', 'Obj', 'No', '4' double

    Union of all the

    Select 'L2', 'Data', 'Obj', 'No', '4' double)

    Select t.*, max (val) on rk (partition r_nm, r_data, r_obj) of t

    [/ code]

    My results should be

    [code]

    r_nm r_data r_obj r_prec rk val

    L1 Data Obj 1 2 Wd

    L1 data Obj 4 No.2

    L2 Data Yes 1 1 Obj

    [/ code]

    Thank you


    Hello

    It seems that you are not interested in the MAX at all.  Looks like you want to classify the lines, such as one that has the lowest value is assigned the number 1, the 2nd line with the lowest values gets 2,... and line with him gets N-th lowest value N.  If is not serious if the MAX is 4, 2 or 420.

    Here's a way to do it:

    SELECT T.*

    , RANK () OVER (PARTITION BY r_nm, r_obj)

    ORDER BY val

    ) AS rk

    T

    ORDER BY r_nm, r_obj

    val

    ;

    Depending on how you want to deal with links, you can use ROW_NUMBER or DENSE_RANK instead of RANK.

  • Toshiba 40TL938G - find the date and time settings

    I have a 40TL938G and I can't find the date and time settings.
    Can someone help me?

    SSY
    I read the manual and it does ' t say anything about these settings.

    THX

    In the settings of digital television, you should see the option called local time settings

    To display the time on the TV you press the sign of the small clock on the remote control while watching a normal TV show (analog only)

  • Find the Center and angle

    Hello. I have two markers. It is stationary and the other is moving (app.jpg). How can I find the centers and angles shown in picture (app.jpg)?


  • How to find the utilities and windows drivers VGN-CR36G 8?

    Hello

    I use laptop Vaio VGN-CR36G with vista ultimate. Now, I want to install windows 8 enterprise edition.

    But I can't find the drivers and utilities on the site of sony vaio.

    But my product is compatible for windows 8 OS.

    Here is the link below:

    http://www.Sony-Asia.com/support/product/VGN-CR36G

    Can someone please help me to download all drivers and software?

    Thank you

    Hi Whiteeasy.

    This model does not support Windows 8 operating system which you can confirm from the link below.

    http://www.Sony-Asia.com/microsite/VAIO/support/GetWindows8/GetWindows8_EN_NA.html?referer=http%3A%2...

    If my post answered your question, please mark it as an "accepted Solution".

  • How to find the Maxima and Minima for each column of a 2D array?

    Hello

    I have a 2D chart and I would find the maxima and minima of each column of the 2-D table. Even though I know how to get maxima and minima for the whole picture but don't know how columnwise? Any ideas please?

    Thank you

    Rohit

    Hello

    @Smercurio-What you said is true, I should have shown using automatic indexing enabled which is really excellent choice. I just tried to show in a very simple way.

    Anyway, here's the best way

  • How to find the maximum and minimum of a waveform between cursors

    Hello!

    Does anyone know an easy way to find the maximum and minimum of a waveform between two sliders?

    Kind regards

    Andreas

    Hi Andreas,

    attached, you get an example of it in MeasurementStudio.

  • the window on my computer does not return to its original size and I can't use the max and min and exit button

    my window is too far to the right and ive tried to get to the original size and it will until a certain point to the left. This leaves me unable to use the max and min and exit tabs

    Hello

    1. What is the brand and model of the computer?

    2. is it a laptop or a desktop computer?

    3. the problem occurs after leaving the game or program?

    4 did you a recent software or changes to the material on the computer?

    Method 1:

    If this happens when you leave a game, I suggest you to follow the steps mentioned in the link and check.

    Open the troubleshooter of display quality

    http://Windows.Microsoft.com/en-us/Windows7/open-the-display-quality-Troubleshooter

    Method 2:

    I also suggest you go through the steps mentioned in the link and the Coachman.

    Change your screen resolution

    http://Windows.Microsoft.com/en-us/Windows7/change-your-screen-resolution

    Method 3:

    Step 1:

    I also suggest you to check if the problem persists in safe mode.

    Start your computer in safe mode

    http://Windows.Microsoft.com/en-us/Windows7/start-your-computer-in-safe-mode

    Step 2:

    You can also check if the problem persists in a clean boot state.

    Clean boot:

    This could happen if one of the substantive programmes is in conflict with the proper functioning of your computer. To help resolve the error and other messages, you can start Windows 7 by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or Windows 7 http://support.microsoft.com/kb/929135

    Note: when you are finished troubleshooting, follow step 7 article to start the computer to a normal startup.

    Hope this helps and keep us posted.

  • Cocomputer cannot find the printer and I do not have a disk for it

    Original title: printer SUPPORT

    my computer cannot find the printer and I do not have a disk for it

    Then, download and install the appropriate drivers on the printer manufacturer's support web site.

  • I have a U135 DX netbook with a built-in webcam. How can I find the cam and I press these keys for easy access

    I have a U135 DX netbook with a built-in webcam. How can I find the cam and I press those keys for easier access please PS I'm not a manual.

    You can get a manual here.

    http://www.msi.com/product/NB/U135DX.HTML#/?DIV=manual

  • Query to find the Pages and the list of permissions associated with a particular role in PS

    I want a query to find the Pages and the list of permissions associated with specific roles in PS.

    For example, if we see the role of manager accounts payable, it conatins Pages and the list of permissions.

    But, to get everything in EXCEL sheet by Manuel priocess's BIG job. So, can someone give me the query.

    Please try under queries

    The roles assigned to the list of Perm:

    SELECT B.ROLENAME

    OF PSCLASSDEFN A, PSROLECLASS B

    WHERE (A.CLASSID = B.CLASSID

    AND A.CLASSID =: 1).

    List of Perm pages can access:

    SELECT B.MENUNAME, B.BARNAME, B.BARITEMNAME, B.PNLITEMNAME, C.PAGEACCESSDESCR, B.DISPLAYONLY

    OF PSCLASSDEFN A, PSAUTHITEM B, PSPGEACCESSDESC C

    WHERE (A.CLASSID = B.CLASSID

    AND A.CLASSID =: 1

    AND B.BARITEMNAME > ' '

    AND B.AUTHORIZEDACTIONS = C.AUTHORIZEDACTIONS)

  • How can I activate Director 11?  D11 I loaded on my MAC from a disc.  In the activation window, the ups and downs of the choice of activation are cut.  The choice of the internet is enabled, but the window says"Activation"-no link. "  But I am conn

    How can I activate Director 11?  D11 I loaded on my MAC from a disc.  In the activation window, the ups and downs of the choice of activation are cut.  The choice of the internet is enabled, but the window says"Activation"-no link. "  But I'm connected to the internet.  The phone option is not available.  When I call Adobe directly, phone mail says that the Director is not supported.  Suggestions?

    Moving to the Director

Maybe you are looking for

  • iTunes 12.5.1. Crashed

    Last night, I upgraded my iphone 5 32 GB iOS 10.0.1. It worked perfectly. But this morning I plugged on my iTunes 12.1.2 (Windows 7 64-bit) but iTunes didn't read my iPhone. There was an entry in the box: "itunes is not connect to this iphone because

  • How can I repair the LCD on my Satellite A40?

    The LCD on my Toshiba Satellite A40 monitor has a problem of 'mechanical problem '. It does not yet support as it should. My question is: is it possible to find an instruction for replacing the LCD screen. But I used hours with no result, so I hope y

  • Windows - Excessive disk activity and "ccmexec.exe.

    CCMEXEC.exe is constantly rummaging through my hard drives, apparently looking for something.  It does not appear to produce any type of output file (at least none that I can find). I created a batch file to disable the SMS service and kill ccmexec.e

  • Folio 13 on password HP power?

    Someone at work is having a problem with a hp laptop missing a power on password and she doesn't know what it is. It says system 73493886 disabled Please help me to reset it so that it can start Windows so that the client can authenticate. I hope I d

  • ITyped things in a Notepad file and it went why?

    I am new to the computer, I have a file under 'documents '. I typed a few things in it, while I was typing the text separated, part came down out of sight, the other moved from where he was and went somewhere other than where I had typed a few days a