Results 1 to 2 of 2

Thread: Parse size of procedure

  1. #1
    Junior Member
    Join Date
    Mar 2008
    Answers
    2

    Parse size of procedure

    How can i know my parse size of my procedure

    I want to know my parse size of my procedure how can i know that can you give some example


  2. #2
    Expert Member
    Join Date
    Sep 2007
    Answers
    697

    Re: Parse size of procedure

    Use the following query

    SELECT name,type, source_size, parsed_size
    FROM dba_object_size
    WHERE type ='PROCEDURE'
    AND name ='PROCEDURENAME'


    Here

    SOURCE SIZE is Size of the source, in bytes. Must be in memory during compilation, or dynamic recompilation

    PARSED SIZE is Size of the parsed form of the object, in bytes. Must be in memory when an object is being compiled that references this object


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact