Why identical child_number with many lines in the view v$ sql?

Here's the context:

Check the version number of the child cursor

SQL > select sql_id, version_count from v$ sqlarea where sql_id = "8bsppxkpc1dm1";

SQL_ID VERSION_COUNT

------------- -------------

8bsppxkpc1dm1 8

count the number of the child cursor

SQL > select count (distinct (child_number)) of v$ sql where sql_id = "8bsppxkpc1dm1";

COUNT (DISTINCT (CHILD_NUMBER))

-----------------------------

100

So here's surprise

SQL > select child_number, ADDRESS, executions, HASH_VALUE, buffer_gets, IS_BIND_SENSITIVE BS, IS_BIND_AWARE BA, IS_SHAREABLE SH, PLAN_HASH_VALUE from v$ sql where sql_id = '8bsppxkpc1dm1' and child_number = 1;

CHILD_NUMBER ADDRESS HASH_VALUE EXECUTIONS, BUFFER_GETS B B S PLAN_HASH_VALUE

------------ ---------------- ---------- ---------- ----------- - - - ---------------

1 000000193D1A9C98 2864756321 12 50 N N O 2488057010

1 000000193EC8F9D8 2864756321 12 50 N N O 2488057010

1 000000193F8606B8 2864756321 12 50 N N O 2488057010

1 000000193BDA63E0 2864756321 12 50 N N O 2488057010

1 000000193E447070 2864756321 12 50 N N O 2488057010

1 000000193C73E228 2864756321 12 50 N N O 2488057010

1 000000193CADFC88 2864756321 12 50 N N O 2488057010

1 000000193D 719248 2864756321 12 50 N N O 2488057010

1 000000193CB60EB8 2864756321 12 50 N N O 2488057010

1 000000193C987EA0 2864756321 12 50 N N O 2488057010

1 000000193CC92C70 2864756321 12 50 N N O 2488057010

1 000000193F041828 2864756321 12 50 N N O 2488057010

1 000000193B9CC3F0 2864756321 12 50 N N O 2488057010

1 000000193DB9A728 2864756321 12 50 N N O 2488057010

1 000000193DB86730 2864756321 12 50 N N O 2488057010

1 000000193C 760430 2864756321 12 50 N N O 2488057010

1 000000193C2B7870 2864756321 12 50 N N O 2488057010

1 000000193BEA0870 2864756321 12 50 N N O 2488057010

1 000000193F6E15F0 2864756321 12 50 N N O 2488057010

1 000000193B7B40A8 2864756321 12 50 N N O 2488057010

1 000000193E7CEAE8 2864756321 12 50 N N O 2488057010

1 000000193EE5E4B8 2864756321 12 50 N N O 2488057010

1 000000193EB2AB10 2864756321 12 50 N N O 2488057010

1 000000193B7E5278 2864756321 12 50 N N O 2488057010

1 000000193F453C80 2864756321 12 50 N N O 2488057010

1 000000193C06B740 2864756321 12 50 N N O 2488057010

1 000000193F2E61F0 2864756321 12 50 N N O 2488057010

1 000000193D940B58 2864756321 12 50 N N O 2488057010

1 000000193F951230 2864756321 12 50 N N O 2488057010

1 000000193BB57F90 2864756321 12 50 N N O 2488057010

1 000000193E0ACAA0 2864756321 12 50 N N O 2488057010

1 000000193D4EF468 2864756321 12 50 N N O 2488057010

1 000000193CFBADE8 2864756321 12 50 N N O 2488057010

1 000000193C525A20 2864756321 12 50 N N O 2488057010

1 000000193CDF3870 2864756321 12 50 N N O 2488057010

1 000000193CC8CC90 2864756321 12 50 N N O 2488057010

1 000000193E980F48 2864756321 12 50 N N O 2488057010

1 000000193DB0AE30 2864756321 12 50 N N O 2488057010

1 000000193C6AB5F8 2864756321 12 50 N N O 2488057010

1 000000193DC0F668 2864756321 12 50 N N O 2488057010

1 000000193C4E7670 2864756321 12 50 N N O 2488057010

1 000000193EB0CFF8 2864756321 12 50 N N O 2488057010

1 000000193F2A8040 2864756321 12 50 N N O 2488057010

1 000000193CCEC4B0 2864756321 12 50 N N O 2488057010

1 000000193D3CF560 2864756321 12 50 N N O 2488057010

1 000000193E26D378 2864756321 12 50 N N O 2488057010

1 000000193ED7CA08 2864756321 12 50 N N O 2488057010

1 000000193F816C18 2864756321 12 50 N N O 2488057010

1 000000193D8CA200 2864756321 12 50 N N O 2488057010

1 000000193D64D598 2864756321 12 50 N N O 2488057010

1 000000193B342A28 2864756321 12 50 N N O 2488057010

1 000000193D07A3C8 2864756321 12 50 N N O 2488057010

1 000000193C62C9B8 2864756321 12 50 N N O 2488057010

1 000000193EA33998 2864756321 12 50 N N O 2488057010

1 000000193EE6D1C8 2864756321 12 50 N N O 2488057010

1 000000193E6A64C0 2864756321 12 50 N N O 2488057010

1 000000193F8AF110 2864756321 12 50 N N O 2488057010

1 000000193D244CD0 2864756321 12 50 N N O 2488057010

1 000000193D7CB448 2864756321 12 50 N N O 2488057010

1 000000193D156D20 2864756321 12 50 N N O 2488057010

1 000000193D 432120 2864756321 12 50 N N O 2488057010

1 000000193D 649738 2864756321 12 50 N N O 2488057010

62 selected lines.

Why so many cursor of child with the same number of children?

Maybe you see a similar effect like the one mentioned by Timur Akhmadeev in his blog: http://timurakhmadeev.wordpress.com/2012/03/19/obsolete-cursors/.

Tags: Database

Similar Questions

  • I had a serious accident by using Muse, said the notice of accident, as well as the demand for documenting my recent movements, "whoa - why are there so many reminders? The only way out is a Force Quit. I'm on a mac

    I had a serious accident by using Muse, said the notice of accident, as well as the demand for documenting my recent movements, "whoa - why are there so many reminders? The only way out is a Force Quit. I'm on a mac

    Hello

    Could you please check the thread below and see if this is the case with you

    Re: MUSE CRASH

  • Qosmio G10 begins with vertical lines on the screen

    Hello, can anyone help?

    When I try to start my sign qosmio G10 comes on with vertical lines on the screen. And the screen goes black and I can only hear the fan.
    In VGA mode, it begins upward, but always with the lines on the screen.
    Is there something wrong with the video card? In my view, that there are more people with this problem.
    Toshiba offered little help?

    I'm 'out out of warranty '. I need to by a new complete motherboard or y at - it another option? Replace the video card?

    Hello

    Its a shame about the warranty because you ask the service partner Toshiba for the verification of the laptop and this procedure would be free. You know, the warranty would cover the audit of the laptop.

    But I would say the external display connection and then you can check if the same vertical lines appear on the external display.
    If you see the lines on the second monitor, then I guess it could be something wrong with the graphics card or motherboard.

    I think that this procedure is the best way to find out what could be the problem, but anyway, I think you should ask a technician for assistance if you want to solve this problem.

    PS: Have you tried to reinstall or update the graphics driver? I think you should do it but I don't know if it will help you, but you know Mr. try is free ;)

    One of my friends had a similar problem with the vertical lines on other mobile manufacturing, and it was a WLan cable which was responsible for the strange lines on the screen.

  • My vision of photoshop is too large with small buttons. The view has changed and I would like to go back to the way it was.

    My vision of photoshop is too large with small buttons. The view has changed and I would like to go back to the way it was.

    Change the scale of the user interface in the preferences at 100%:

  • What is the LAST_ACTIVE_TIME column in the view v$ sql

    Hello

    I use the Oracle 10.2.0.3 version.

    I have a doubt in v$ sql.

    What is the meaning of the LAST_ACTIVE_TIME column in the view v$ sql?

    I assume that this is the last time when this SQL has been executed in the database. M I right?

    According to the docs of Oracle, its definition is as below.

    LAST ACTIVE_TIME - time in which the query plan was last active. _

    Thanks in advance.

    Best regards
    oratest

    Please also refer to the following link;

    http://dbaspot.com/forums/Oracle-tools/5153-how-get-SQL-commands-executed-Oracle-database-certain-period.html

    +"+
    + If you look at gv$ sql, you'll see a column named LAST_ACTIVE_TIME. +
    + Which will give you the last performed time. +
    +--+
    + Daniel Morgan +.
    +"+

    Hope that helps.

    Ogan

  • Icons for .docx files are rectangles with black lines on the inside

    I recently increased the size of the font on my computer for the icons (via the Customize option in the context menu in the office) one size higher (I think it's 10 now). I don't know if it's related, but now when I see the .docx files on my desktop and in folders in my documents instead of a rectangle with blue lines and a blue w, score in the corner, I see is a rectangle with a large number of black lines. It's not what I'm used to, and it's distracting. When I make the folders in my documents score show list view or small icons, I think the traditional icon. But when I do the plus icon (either medium or large size), I get this black rectangle. I don't know if Windows tries to give me a thumbnail of the file (or the first page of it) or not, but I'd rather widely by the icon traditional .docx.

    How can I get that back?

    I use Office 2010 on Windows 7.

    I agree, it sounds like it is trying to display a thumbnail.  To turn off power, click on organize up to left and go in options of records, then on the display, the first box tab, according to me, must "always show icons, not thumbnails.

    Unfortunately it also means that you will not see your thumbnails of photo either, just an endless sea of identical icons to 'image file '.

    You can also delete the thumbnail of the file itself.  Open the file in Word, choose "Save as" and uncheck the "save thumbnail" option until you press save (and confirm the replacement of the same file, save on top of itself with the non-thumbnail version).

  • HP Jet 7: Black screen with white lines on the HP 7 stream

    I bought my HP 7 stream about 2 years ago and I'm now a black screen with white lines whenever I turn on the tablet.

    Can you kindly help.

    If that's what you see immediately when you turn on, the graphics have not to the Board of Directors.

    These tablets were dropped after the first year of release, and it would not be worth the cost if it could be repaired.

    I'm sorry.

  • Cleaning of 113GB library with many duplicates in the photo stream

    My Aperture library is 113 GB with many duplicates of Photostream, much of similar shots that I'd deleted years ago. A sea of thousands of duplicate and similar pictures.

    It's too hard to try to clean up now. After cleaning the individual (one per day for most) projects I have then all these unwanted photos in Photostream monthly bills too.  I need a de-duplicateur for Aperture or similar.

    In addition, are also excluded deleted photos a vault when the vault is updated?

    Advice needed!

    There are several detectors around duplicate. If you need find duplicates of the edited versions and similar plans, try Photo Sweeper.

    We can compare the pictures from histograms and bitmaps, and not just looking for duplicate files based on the attributes of the file. You can configure how to resolve conflicts and photos to keep in the case of a duplication - the photo with the size of the pixel, the photo with the assigned keywords, new version or similar.

    In addition, are also excluded deleted photos a vault when the vault is updated?

    Yes, if you update a vault, duplicates will be removed.

  • Pavilion g7-1310us with horizontal lines on the screen

    G7-1310us Pavilion began to have horizontal lines on the screen one day ago. laptop is 8 months old. White lines on the screen. restart does not help. resolution 1600 x 900 of Intel(r) hd graphics family refresh rate 60 graphics 1 696 MB memory driver (20110809)

    If you see these lines in the BIOS and start-up also, this must be a hardware problem with LCD or may be damage also. Please contact HP support for warranty support as appropriate.

    Please contact HP support.
    Please visit http://www.HP.com/cposupport/Loc/ > select the country in the left hand bottom side (USA is selected by default) > on the next page, on the right side, click on the 'connect with HP' icon, you must have e-mail HP options or call HP.

    It will be useful.

  • I am using captivate 8. The clarity of the published files are poor with black lines on the screen. Is there a way to fix this?

    Hello

    I use 8 Captivate. The clarity of the published files are very poor. It has black lines on the published file. Please suggest if there is a solution for this issue.

    Thank you

    Saida

    Hmm, Milot, why change the top instead of optimized to drag a quality which is the default setting in CP8? And why to substitute the quality of the blade in the preferences, if it is already set to high? I would like to know the reason, always eager to learn. I know that sometimes high leads to reduce the size of the file, but did not know that there has been better.

    My advice would have been to uncheck all the Compression settings in the preferences, size and quality. And I would like to know if the project has been recalibrated, if images have been resized.

  • Table of contents with empty lines at the end

    Hi all

    I need to get rid of these annoying two empty lines at the end of any table of contents.

    Is it possible to prevent them from getting inserted? Or remove automatically after the update?

    This is crucial for me, because the text box (for OCD) adjusts its height automatically to the content (line numbers)!

    Thank you.

    concerning

    Achim

    In my view, this is a bug. And I have pointed out. But it has not been fixed in versions a little.

    My problem with him is if I delete the extra return, it comes at the time when I update the table of contents. And if I have the framework contract to the exact size of the TOC shortened I get an overflow when I update. And I HATE to send anything with an overflow.

    --

    Sandee Cohen

    Instructor in computer graphics

  • How to create a table with no lines to the left or to the right?

    If I create a table with say 5 columns and 15 lines, how not to do a vertical line (border) to the left and to the right of the table while keeping the boundary up and down? Is that possible or I just put a white box on the left and the right?

    IDCS3

    There are a few methods that work. Here is one.

    (1) select your table cells

    (2) open the race Panel

    3) click the blue lines of the proxy image in the Panel of stoke to deselect the lines inside and high and low lines

    (4) 0 the value of the weight of the race (or change the color of the None swatch)

    Oh and for the love of your fellow designers or the person that allows you to edit your work in the future... do NOT use a white box to hide the traits of lines and columns in the table.

    HTH

    -mt

  • Why is a white vertical line in the last picture of my calendar?

    After the last update of the cc pro first started my calendar display a white vertical line to the last image. Is this a problem or is normal?

    This is normal, it tells you that it is the last frame of the clip. New feature that also confused me at first

    Thank you

    Jeff Pulera

    Safe Harbor computers

  • Problem with deleting line in the object view

    Hello

    I get the reference to the line of display object using pageContext.getParameter (EVENT_SOURCE_REFERENCE)

    can I remove this particular row of the view object using this reference...

    What makes the user does is...

    The user has created a line in the table using the addrows button and without entering the data in the same row that he wants to delete this line. In this case, we have no primary key to delete this line by performing an iteration using RowSetIterator

    Please tell me how to remove that particular line even I do not data in the same row

    Hello

    You can use the below (may be u require to change a bit)

    super.processFormRequest (pageContext, webBean); Am = (OAApplicationModule) pageContext.getApplicationModule (webBean) OAApplicationModule;
    Event string = pageContext.getParameter ("event");

    If .equals (event)) ("")
    {
    Get the identifier of the event PPR source line
    String rowReference = pageContext.getParameter (OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    Line OARow = (OARow) am.findRowByRef (rowReference);

    If (line! = null)
    {
    Row.Remove ();
    TRXN.Commit ();
    }
    }
    }

    Thank you
    Pratap

  • Several SQL statements with zero executions in the region of SQL

    Hello

    one of my databases has a large number of statements in the SQL box with zero executions. Some of them analyzed several times without a single run. Why the database stores these statements and how to avoid or reduce them?

    My problem is that the only time or zero time sql statements take the largest part of the area of sql:

    -sql statement and only once and without executing sql statements

    Select

    Count (1) num_sql_total,.

    sum (decode (executions, 1, 1, 0)) num_one_use_sql,.

    sum (decode (executions, 0, 1, 0)) num_no_use_sql,.

    Sum (RUNTIME_MEM) / 1024/1024 mb_used,.

    sum (decode (executions, sharable_mem, 1, 0)) / 1024/1024 mb_for_one_use_sql,.

    sum (decode (executions, 0, sharable_mem, 0)) / 1024/1024 mb_for_no_use_sql

    Of

    GV$ sqlarea

    where

    RUNTIME_MEM > 0;

    NUM_SQL_TOTAL NUM_ONE_USE_SQL NUM_NO_USE_SQL MB_USED MB_FOR_ONE_USE_SQL MB_FOR_NO_USE_SQL

    23318

    8739

    8027

    1420,95619106293

    381,41183757782

    530,999855041504

    Concerning

    Thomas

    This is not unusual. Another app could analyze for example hard the most often used SQLs in upstairs app - making benefit of further processing (in theory) of sweet analysis when you use these SQLs.

    In fact, I remember reading something to this effect as a performance for some factor or another Oracle document or note?

    So unless you have serious questions of shared pool, why bother with these sliders? What would be the problem?

Maybe you are looking for

  • Need drivers for Satellite L40-170

    Hello! I have laptop Toshiba Satellite L40-170. And I need the drivers for windows xp. for example, Wlan or audio drivers drivers!Where can I download the driver package for my laptop where I can download the audio drivers and Wlan ore? Please help m

  • display driver for win 7 32 bit

    Hi Please give me link for id PCI\VEN_1002 & DEV_6840 & SUBSYS_1842103C & REV_00 win 7 32bit.my display driver laptop is hp Pavilion g7

  • MUI cache problem

    I use WinXP SP3 and keep up-to-date on all critical updates. Lately, I've noticed that institutionalized my computer slows down significantly. When it does I have run Norton Utilities and check the regestry. When I do, the MUI cache is always appear

  • Dell Inspiron 660 card reader (Realtek 2.0) has stopped working

    I uninstalled the card reader and let Windows install the new drivers. That did not work, so I downloaded the latest driver from Realtek site direct and tried to install it. That did not work or so I looked in the event viewer and noticed: "device no

  • volume of letter D for drive D factory-image

    I have a 64 bit Vista Home premium. D factory-image disk volume capacity is 13.12, space of the volume used is 11.34, free space 1.79. Hp health and support again me ' why you asked this question . When I click it, it says I'm reaching of maximum cap