Is there a view called V$SQL_MEMORY_USAGE?

I am reading the Oracle 9i New Features (Database Administration part) from Oracle University technology-based training. It says there is a new view called V$SQL_MEMORY_USAGE. But I can't find it. When I tried to query as sys or system user, I got error: object does not exists. Any idea?
Thanks

Hi,
Thanks for the reply. The learning CD says: The V$SQL_MEMORY_USAGE view displays memory usage statistics. It even provides an example:
select
p.value, pga_aggregate_target, pge_inuse,
(pga_inuse - pge_auto) * 100 / pga_inuse percent_untuned,
pga_auto*100/pga_inuse percent_tuned, onepass_req
from (select
SUM(CASE WHEN name LIKE 'Total PGA inuse%'
THEN VALUE ELSE 0 END) pga_inuse,
SUM(CASE WHEN name LIKE 'Total PGA used for auto%'
THEN VALUE ELSE 0 END) pga_auto,
SUM(CASE WHEN name LIKE 'Maximum % one-pass'
THEN VALUE ELSE 0 END) onepass_req
FROM v$sql_memory_usage) mem_usage, v$parameter p
WHERE p.name = 'pga_aggregate_target';

Similar Messages

  • Why are there limited view movies on iTunes Store

    Why are there limited view movies on iTunes Store?
    Hi, I want to rent a movie from my iTunes Store on my Apple TV
    The movie called "friends with benefits"
    And more movies and it's write to me on the top in the right size "limited"
    Why??
    My age is 23 and all the deitals are true and ok
    What I need to do???

    Right now, you can only get movies and tv shows if you are in the U.S. or you have a bank account and address in the U.S. Or if you get a gift certificate that is from the U.S. you can access it that way. But if you use an out of the country bank, address or buy a non us gift certificate you are out of luck. What I mean by U.S. gift certificate is one that is purchased in the U.S. or over the net with a U.S. credit card drawn on a U.S. bank. Hope this helps, and sorry. I am an American as well and live in Mexico, and took me awhile to figure it out.

  • View Call Manager Call Real-Time?

    Cisco Forum Members:
    Is there a way to view Call Manager calls real-time?
    The application is that someone picks up an IP Phone, dials an access code to overhead paging, then fails to properly hang up the call as which point their subsequent conversation is broadcast over the paging speakers.  Can it be determined which Directory Number is connected to the paging port (a router FXO/FXS port)?
    Thank you.
    Dan

    The easiest way would be to look in the GW that houses the paging port with the show call active voice command. For more info look at this link, http://www.cisco.com/en/US/tech/tk652/tk698/technologies_tech_note09186a008019ab88.shtml
    Please remember to rate all useful posts.
    Sent from Cisco Technical Support iPhone App

  • View call list

    How can I get a copy or view calls for previous months?  I am only able to see Dec list.  I need to get copy or view calls for Nov and previous months.

    If this were possible, there would be a setting for this.
    Not possible.

  • How do i update the software on my ipod touch? i went to settings, then general, but theres no option called software updates.

    How do i update the software on my ipod touch? i went to settings, then general, but theres no option called software updates.

    You needing to be running iOS 5 or later in order to do a Software Update from the device.  To run iOS 5 you need a 3G or 4G iPod Touch.  So if you really have a 4G iPod Touch, connect it to iTunes and you should be prompted about an update to its version of iOS.
    See here for more information: iOS: How to update your iPhone, iPad, or iPod touch
    B-rock

  • I can't be the only person who has this problem - when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that

    I can't be the only person who has this problem with iCal- when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that.

    Yeah that works, but, it involves a click on the event, a click on edit, a click on the date, keystrokes, plus, since you can't see the next month you have to have a calendar in front of you so as to put it to the right date. It's easier just to cut it and advance the month and paste it, once you are in the right month you can move it around helter skelter willy nilly no problems. Although now that you mention it I will try it, maybe it is easier than cut and paste as I don't really care about the date, as long as it gets moved into the right month I can drag it around all I want.

  • Is there a fuction call "on change of group" in CR2008?

    i want to summarize a field of the first record in each group, and than display the result in the report header.
    using "running total field" can summarize it but only calculated the first record if placing the result in the report header.
    i want to make it with "Formula Fields", is there a fuction call "on change of group" in Formula Fields?
    many thanks!

    Check out InRepeatedGroupHeader and see if it will help.

  • Where can i check in the real time monitoring tool if there are active calls in progress?

    where can i check in the real time monitoring tool if there are active calls in progress? 

    Hi
    Selecting Call Manager -->Call Process ---> call activity
    HTH
    Regards
    Carlo

  • Hi. I am trying to use Bridge to make web galleries. There used to be something on PS for that but now I cant find it in PS so I was advised to use Bridge.  However, there is something called Output Module (AOM) that is missing from my Bridge.  I download

    Hi. I am trying to use Bridge to make web galleries. There used to be something on PS for that but now I cant find it in PS so I was advised to use Bridge.  However, there is something called Output Module (AOM) that is missing from my Bridge.  I downloaded this.  The instructions say :Copy the Adobe Output Module folder (not the AOM_Package_[OS] folder) into the Bridge CC Extensions folder in the appropriate location: 
    Windows: C:\Program Files\Common Files\Adobe\Bridge CC Extensions
    Mac OS: /Library/Application Support/Adobe/Bridge CC Extensions.  However there is noplace on my Macbook Air running Yosemetie that has this /Library/Applications SUpport/Bridge CC Extensions. Can anyone advise?

    That file could be set as a Launch Agent or Daemon in your ~/Library or /Library, You could try to look for it or Safeboot your computer and then empty the trash. Safebooting disables Launch Agents/Daemon and Third Party Kernal extensions. Here's the article to Safeboot OS X: What is Safe Boot, Safe Mode? - Apple Support

  • Oracle Reports : Run time error when there is a call to DBMS_LOB package

    I am facing a strange issue, please do share if you have some inputs. When I try running the compiled RDF report(Generating XML to be specific), Oracle Reports Builder crashes when I make use of the following formula function. Strangely, this works fine in the backend. Moreover I tried debugging and by trial and error method found out that, when there is a call to the DMBS_LOB package it errors (works fine when this is commented). Please do let me know whats the root cause of this issue. Thanks in advance
    function CF_ClientSignatureFormula return VARCHAR2 is
    file_name BFILE;
    dir_name VARCHAR2(100);
    dest_file_name VARCHAR2(100);
    dest_path VARCHAR2(400);
    begin
         SELECT client_signature
              INTO file_name
              FROM xxfpr.fpr_rcp_bank_details frb,
              Xxfpr. fpr_rcp_gtn_rpt_map frm
              WHERE frb.record_id = frm.bank_record_id
              AND frm.gtn_request_id = :p_gtn_request_id;
    SYS.DBMS_LOB.filegetname(file_name,dir_name,dest_file_name);
    SELECT directory_path INTO dest_path FROM all_directories where directory_name = dir_name;
    dest_path := dest_path || '/' || dest_file_name;
    return dest_path;
    EXCEPTION
         WHEN OTHERS THEN
              RETURN NULL;
    end;
    Thanks,
    NirmalGeo

    And what version of Reports are you using?
    BFILES are accessible from the database, not the client (Reports). So, put your code in the database.

  • Is there a script called stopapps.sh to shutdown the Oracle Application

    Hi,
    Is there a script called stopapps.sh to shutdown the Oracle Application Server? Thank you in advance.

    Hi,
    I m posting in terms of oracle Application Server 10g release2 and release3,
    There is no script like stopapps.sh
    In order to stop an application server.
    *./opmnctl.sh stopall*
    opmnctl .sh is found in the location:$ORACLE_HOME/opmn/bin
    For more details,follow the below link
    Stopping OAS infra
    http://docs.oracle.com/cd/B1590401/core.1012/b13995/start.htm#i1031913_
    Stopping OAS midteir
    http://docs.oracle.com/cd/B1590401/core.1012/b13995/start.htm#i1032140_
    Regards
    Fabian

  • Is there any VIEW or FM for pulling data from VBAK, VBAP?also for VBEP,VBBE

    Hi Experts,
    1) Instaed of using JOINS and FOR ALL ENTRIES, am looking to use any view or FM for pullinmg the data from, VBAK & VBAP,
    So, pls let me knwo that, Is there any VIEW or FM for pulling the data from the above  of tables
    2) Instaed of using JOINS and FOR ALL ENTRIES, am looking to use any view or FM for pullinmg the data from, VBEP & VBBE,
    So, pls let me knwo that, Is there any VIEW or FM for pulling the data from the above  of tables
    3) Am guessing FOR ALL ENTRIES is better than JOINS in PERFORMENCE perspective, Is am I correct?
    thanq
    Edited by: Srinivas on May 9, 2008 5:36 PM

    Hi Srinivas,
    You can use the view WB2_V_VBAK_VBAP2 for fetching data from VBAK and VBAP instead of using a JOIN. Note that, in the view, item data fields will have a I following the field name (POSNRI, MATNR_I are the item data fields from VBAP). The master data fields of VBAK are the same.
    As far as i know, there are no standard views provided by SAP for VBEP and VBBE. Not sure if FM exists either.
    While using FOR ALL ENTRIES clause make sure that you specify the entire primary key (EX. if selecting from VBAP specify VBELN and POSNR) as fields for selection or in the selection criteria. Its much better if you have the primary key in both. This is really important because without specifying the entire key and using FOR ALL ENTRIES will drastically bring down the performance. And also, If you are fetching not more than 100 or 200 entries using the clause it is fine, beyond that its same as using a select statement within LOOP...ENDLOOP.
    So, you have to decide whether to use FOR ALL ENTRIES or a JOIN while selecting data depending on the requirement. If you don't have the entire key either in fields for selection or selection criteria, then its better to use a JOIN or VIEW.
    The following is an example for using FOR ALL ENTRIES clause effectively.
             Select VBELN
                        POSNR
                        MATNR
                From VBAP
                  into Table T_VBAP
              For All Entries in T_DATA
              Where VBELN eq T_DATA-VBELN
                  And POSNR eq T_DATA-POSNR.
    I hope this helps, Please let me know if you need further assistance.

  • MSVS-2010 users: Can you *PLEASE* verify whether the "View Call Hierarchy" feature works for you?

    I recently decided to educate myself in the intricacies of plugin development and have been experimenting with the set of Samples provided. Supposedly, Visual Studio 2010 (the official IDE for this development) has a very useful feature named "View Call Hierarchy", as described here:
    http://dhondiyals.wordpress.com/2011/07/20/call-hierarchy-a-handy-feature-in-visual-studio -2010/
    My problem is that that feature never works for me in C/C++ projects. Regardless of what function name I right-click, I always get this error message:
           "A function with the name 'xyz' could not be located"
    Note: For C# projects, the feature works perfectly.
    I have seen on the net some suggestions, from "remove the SDF (Intellisense) files" to "Reinstall Visual Studio".
    I have 5 Visual Studio Pro installations in different computers and the feature does not work ever, in any one of them. I have tried with the Adobe source code, I have tried to create a basic MFC project and the feature does not work. I have tried C and C++ and it does not work.  Well, you get the idea.
    Can you folks share your experience with this issue?
    TIA

    Karl Heinz Kremer wrote:
    Based on the Acrobat XI SDK documentation, MSVS 2010 is NOT supported for
    plug-in development:
    http://livedocs.adobe.com/acrobat_sdk/11/Acrobat11_HTMLHelp/Plugins_Cr eatingSimplePlug.34.2.html
    Karl Heinz Kremer
    From your link:
    "The project files for the sample applications are created and supported only in the listed compiler versions."
    The above is wrong. I have dowloaded the following:
    - Acrobat SDK 9.1: Comes with Visual Studio 2008 project files.
    - Acrobat SDK X:    Comes with Visual Studio 2009 project files.
    - Acrobat SDK XI:   Comes with Visual Studio 2010 project files.

  • How do we alert agents that there are other calls in the queue?

    Hey,
    I'm trying to figure out a way to alert agents that there are other calls in the queue (whether they're ready or not-ready).  I've seen systems that have a separate button on the phone that flashes when there's a call sitting in the queue.
    The purpose of this is two fold:
    1) if they are on a call they know they need to step up the game a bit to get the current issue resolved.
    2) if they are "not-ready" and didn't notice the software, the blinking phone should help jump-start their brain to think "why isn't my phone ringing?"
    A wallboard, while nice, is not practical for the situation i'm looking at (information desk).  I'd like to minimize the number of things they have to keep track of (walk-ins, a PC, and the phone only), and a flashing button seems like a good way to do that.
    Has anyone seen something similar to this on UCCX?
    JM

    Hi thanmad,
    I don't have a sample script with me on hand now, the script i did before is part of our production scripts. But the script required to alert the agents is fairly simple.
    First part is identifying when you would like the alert to be triggered, for example say when the call is been in the queue for 2 minutes. You can achieve this in different ways; you can use “Get reporting statistic” and use a field which will give you the Current wait duration of the caller, in this case Report object “csq ipcc express” need to be selected. You then need to compare the result with the predefined duration (seconds) and if the result is higher, then trigger the Alarm.
    The Alarm is triggered to the alerting device by using “Call Consult Transfer” set a time out for it and then send the call back to the Queue. Make sure this device doesn’t have any VM setting or forwarding configured to it. If you don’t want reporting statistics you can just put this step where you want in the script and when the call hits it, it will trigger the alarm.
    Not sure if it makes sense to you but I would recommend you playing with it and see if it is what you are looking after.
    HTH!

  • Stock Transfer Order, is there any field called "commit to ship"

    Dear Experts,
    While doing Stock Transfer Order, is there any field called "commit to ship"  which means that the qty is confirmed to transfer from Plant A to B.
    Regards

    I am not sure exact field are you reffering in PO there is commited qty in delivery schedule tab this will shows commited qty in po once qty confirmed

Maybe you are looking for

  • Revise ME57 revise default to PO doc type CR instead of NB

    The oonly PO doc doc type  used for assign and process in our organization is CR.  SAP defines the default as NB. Does any one know how to change this default to CR.

  • Saving as a PDF with Active Web Links

    I need to save Word documents that have active web links in them to PDF files. When I save them to PDF, the links are no longer active. How can I save them with the web links in tact?

  • UME w/MS Active Directory - Storing email address as User ID

    Thanks in advance. I am looking to store an email address as the User ID using UME and LDAP/AD.  I know that samAccountName is the UserID in active directory and it has a limitation of storing special characters like @ sign, etc.  If I want to store

  • HOW TO USE EPMDIMENSIONOVERRIDE function

    hi gurus,, presently im working on epm input templates, my requirement is that,   i have template A and template B,   IN template A  im storing data as NO cost center and no company  and remaining dimension as useusual ... when i come to template B i

  • MIRO acct. Det. Error

    Hi ASAP, I have one import planned delivery cost issues, which is as follow. 1. system config. -> In Import pricing procedure, proper Acct/Accrual key has been assigned like ZCBP, JCEC, JSDB and JADC assigned with FRE & FR4 Acct. Key. JCV1, JECV and