Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 404615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T17:19:28+00:00 2026-05-12T17:19:28+00:00

My boss would like to find a way for a running executable to ask

  • 0

My boss would like to find a way for a running executable to ask Oracle, the size of the resources that the program is used. The purpose behind this is so that we can add to the
user documentation/capacity planning documentation information on the size of the resources needed for each program.

My Google-Fu is weak today, and I really haven’t been able to find anything in the docs or online that point toward an API that would help me accomplish this.

Does anyone have any experiences they can share? Or suggest leads for me to follow?

All on topic answers get +1, as a thank you.

Evil.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T17:19:28+00:00Added an answer on May 12, 2026 at 5:19 pm

    This query will show you session statistics by their description.

    select v$statname.name, v$mystat.value
    from
        v$mystat,
        v$statname
    where
        v$mystat.statistic# = v$statname.statistic#
    

    Descriptions of the various statistics (for 10g) are here:

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/stats002.htm

    There’s other useful information in v$session:

    select *
    from v$session
    where sid = ( select distinct sid from v$mystat )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got an angry boss that will beat me down if I waste another
Let's say at your job your boss says, That system over there, which has
Is there anyway to encorporate Dragon NaturallySpeaking into an event driven program? My boss
My boss has come to me and asked how to enure a file uploaded
My boss asked me to setup a Subversion server for him to use so
The boss wants the master page's menu to look nicer. I generated my gradient
My boss asks me to write only ANSI SQL to make it database independent.
My boss announced yesterday a new commit policies for checkins into the repository. This
Just got a request from my boss for an application I'm working on. Basically
I want to recomment Git to my boss as a new source control system,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.