can not recover the data in v$ sql

Hello Experts;


I have a doubt here. When you try to check the details of the analysis, I am facing problem.

that menas even I had three rows, but no details about the query verifying v$ sql.

Please see red marked below.


A written file afiedt.buf

1 declare

v_display 2 varchar2 (30);

3 BEGIN

4: v_value: = 100000;

5 select name from v_display of tab1 where none =: v_value;

6 DBMS_OUTPUT. Put_line (v_display);

7: v_value: = 20000;

8 select name from v_display of tab1 where none =: v_value;

9 DBMS_OUTPUT. Put_line (v_display);

10: v_value: = 250000.

11 select name from v_display of tab1 where none =: v_value;

12 DBMS_OUTPUT. Put_line (v_display);

13 * END;

SQL > /.

****

****

****

SQL > select sql_id, plan_hash_value, parse_calls, executions, sql_text from v$ sql

2 where sql_text like ' select name in v_display of tab1 which no % ';


no selected line

Thank you

@ someoneElse

Thank you!

SQL > select sql_text, executions of v$ sql where lower (sql_text) like '% % tab1 ";

EXECUTIONS OF SQL_TEXT

----------

Select sql_text, executions of v$ sql where lower (sql_text) like '% % tab1' 1

Tags: Database

Similar Questions

  • I accidentally deleted a volume in Windows 7! How can I recover the data?

    I accidentally deleted a volume in Windows 7! How can I recover the data?

    I created a retractable partion on "D" Drive and later to try to remove it and accidentally I clicked on "D" drive instead of the new partition! "."
    Any ideas to recover data?
    Thank you
    Amal

    Hello

    You can try this free program; no warranty if.

    http://www.Piriform.com/Recuva

    See you soon.

  • my iphone 6 is disabled. can I recover the data

    my iphone 6 is turned off after that I entered the password OK 'evil' has little time. I can recover the data that I didn't use icloud or itunes?

    I searched on the internet and there are some applications that claim to be able to recover data lost on the iphone 6. These applications true or is it a case of me having to throw this phone and get an android who has all the drama of itunes and iclouds?

    most of these applications is authentic, but you must first unlock the iPhone...

    If you only enter the wrong password several times, wait until you enter the password again, and then put it in the correct password.

    If you do not or you have forgotten the password, there is no alternative to 'restore' the iPhone as a sense new, you lose all the data on it. When you have no backups, they will be lost for good.

    Here's how this (method 3 recovery mode):

    If you have forgotten the password for your iPhone, iPad or iPod touch, or your device is disabled - Apple supports

    After that, here's how configure the restored iPhone:

    Start with the iPhone, iPad and iPod touch - Apple Support

    Lex

  • Can not recover the Windows 7 desktop after replacing the hard drive

    I bought a new HP Pavillion Elite (HPE-240f) in August 2010. A week ago my hard drive has no SMART short self-test during systematic hardware diagnostics. I installed a new hard drive of the same size - 1 TB and could never make it work properly. I tried the following (in that order).

    1. using a system repair disc, I got the system from a previous image (which I did shortly after the purchase, install my own software and configuration of all). It worked, but then I noticed that Windows Update was not working. I ran various Microsoft diagnostic tools and discovered that some (unspecified) system files have been damaged or missing. All the fixes I tried didn't work. I ran hardware diagnostics extended, but no problem not found.

    2. I tried to restore the system to the default settings by using the original image on the D partition. At first it seemed to work, but at the last moment when the system started, I saw a message on the screen that Setup is starting services and then got a warning saying that services failed because of (unspecified) problems with hardware.

    3. I tried to restore the system from the system recovery discs and a message "system recovery disks do not support this computer."

    4. I found this Cyberlink utility on the HP website, dealing with precisely this issue. I created a CD tried and it didn't work.

    5. I found this document on the HP Web site, saying that if you are replacing a hard drive with sectors of 512 bytes with a new advanced Format (AF) drive (with areas of 4 096 bytes) and your system was manufactured before October 2010 (as mine was), you must get the new HP recovery disks. I thought I finally found the root of my problems (since the new drive is indeed AF and the old man is not) and ordered HP recovery discs.

    6. the disks arrived today, and I noticed that the version number of the software (for Windows 7 version) is almost the same as on the computer, except that the last digit is 9 on disks and 6 on the computer - I guess it's an update to deal with the problem hard drive AF. However, I get 'system recovery disks do not support this computer' error, if I use the utility from CyberLink recovery disks or not. To be on the safe side, I even used a new hard disc (new 1 TB) right out of the box (never partioned and installed previously) and connected the original keyboard supplied with the computer (I also unplugged everything except the monitor, keyboard and mouse). However, I get the same message. Just out of curiosity I tried to put back the original hard drive (certainly not in best shape, even if the system always starts with him) and still could not recover the system.

    What else can I try?

    Any help will be greatly appreciated.

    An alternative to try. > If you can read the Microsoft Windows 7 of 25-character license key attached to the Tower, you can download a Windows 7 ISO file to burn to a DVD. The version must match that on the sticker COST Microsoft. for example Home Premium

     
  • DataGrid: can I recover the data, BUT it does not show the datagrid control

    Hello

    Hi - I've traced data through php mysql in actionscript but it does not show the datagrid control. Here is my code.

    Import fl.controls.DataGrid;

    Import fl.controls.dataGridClasses.DataGridColumn;

    Import fl.data.DataProvider;

    Import fl.controls.ScrollPolicy;

    Import fl.managers.StyleManager; necessary to format the text in cells

    import flash.display.MovieClip;

    import flash.net.URLRequest;

    import flash.events.Event;

    import flash.events.MouseEvent;

    import flash.net.URLLoader;

    to import flash.net.URLVariables;

    import flash.net.URLRequestMethod;

    import flash.net.URLLoaderDataFormat;

    Create a new instance of the DataGrid component.

    var aDg:DataGrid = new DataGrid();

    var myDp:Array = new Array();

    var myData:URLRequest = new URLRequest ("http://www.cambridgekids.es/kglad/php/getUsers.php");

    myData.method = URLRequestMethod.POST;

    var loader: URLLoader = new URLLoader();

    loader.dataFormat = pouvez;

    loader.addEventListener (Event.COMPLETE, dataOnLoad);

    Loader.Load (mydata);

    function dataOnLoad(evt:Event) {}

    for (var i: uint = 0; i < evt.target.data.cant; i ++) {}

    myDp.push ({number: evt.target.data ["firstname" + i], Apellido:evt.target.data["lastname"+i]});})

    / / trace (evt.target.data ["firstname" + i]);

    }

    myDp.dataProvider = new DataProvider (myDp);

    }

    aDg.dataProvider = new DataProvider (myDp);

    aDg.columns = ['number', 'Apellido'];

    aDg.setSize (800,300);

    aDg.move (150,200);

    aDg.rowHeight = 40; / / allows 2 lines of text in the default text size.

    aDg.columns [0] .width = 80;

    aDg.columns [1] .width = 30;

    aDg.resizableColumns = true;

    aDg.verticalScrollPolicy = ScrollPolicy.AUTO;

    addChild (aDg);

    DOH! I thought I was in the flex forum so ignore my previous answer.

    You must set the dataProvider on the dg after completing the dataprovider with data so spend aDg.dataProvider = new DataProvider (myDp); at the end of the dataOnLoad method

  • Can not get the data entered in the text box item

    Hi, I am new to APEX I hope you can help me.
    I have the following situation.

    I created a page with a region (R1) on which are shown details of certain rank on a table (T1) as id, name, type, date... etc all separated in the form of text fields.

    Below this region R1, I created order (R2). The R2 I added an article - text area (P2_COMMENT) and update button (send operation). I created the process anonymous PL/SQL block for this button. Process contains insert statement that needs to insert a row in another table (T2) with data on the R1 and the R2 P2_COMMENT. But it does not work. When I enter text in P2_COMMENT and press the button to update, it addresses field P2_COMMENT with a null value. If I put P2_COMMENT as a value in an insert statement, then it works so PL/SQL is ok.

    Whay my SQL statement is not to get P2_COMMENT values?

    Thanks a lot in advance, best regards.

    APEX 4.1

    Hello

    It is difficult to know exactly without seeing your code could so you paste the code PL/SQL process in this thread.

    Another thing you could try running the APEX Counsellor who is clicking on app Builder utilities then advise. You will find some common mistakes.

    Thank you

    Paul

    Published by: Paul Broughton on June 3, 2012 05:58

  • Can NOT see the data store after ESXi update host?

    Hi all

    We use the host ESXi 3.5 on DELL PE 2850 with RAID 5 local storage.  Today, I ran utility update for the host VMware and firmware updated BIOS and RAID on the host computer before a restart of the system.  After the reboot, the system correctly loads the operating system and when I check for storage, the data (with critical VM) store is missing.  Can not see that again.

    Please help me to recover my data with the virtual machines in her store.

    Thank you

    Nadine

    ESXi is installed on the same Partition RAID 5, which is located in the VMFS data store? for example. do you know that the partition is still intact?

    According to what the RAID firmware upgrade has done, it is possible that you may need to set the LVM. EnableResignature option 1 if the score ended with a new UUID.

    -ben

  • P20: Can I recover the data after the recovery procedure?

    Hello
    I have a toshiba P20, when I buy, I made 2 partitions, C program and the BONES and F to my personal data.

    I use the restore tools toshiba to restore my windows XP OS, but the restore tools has also reset my partition table and I don't know if I can restore my personal data.

    Everything is done in one step and I saw no warning to say that my partition table will be reset?

    It's just a fdisk or a format really has been done.

    Can I use a tools for restore my partition to lose data?

    I hope that there is an acceptable solution to this problem and in a near future, I'll buy an external HD to perform the backup.

    Hello Alex

    If you want to preinstall the device with the recovery media, you can do this in two different ways:
    -standard mode will be formatted the whole HARD disk and after the procedure of recovery on the HARD drive is just a single partition.
    -expert mode using this mode, you can create partitions if the HARD disk has only one, and you will be able to install the OS on the first partition (the other guy)

    Of course, you did using the standard mode and now the whole HARD disk is formatted. I'm not 100% sure, but in this case only fast format is done before the beginning of the procedure of the facilities. Try to find (Google) if there is a tool that can help you verify if all the data is gone. Using recovery media there is no way to do it.

    Drive external HARD is the right solution for the data backup.

    Good bye

  • Can not see the package body in SQL Developer version 3.1

    Hello

    Have walked the boards and google for that matter for some time now. I think I found the problem, but would like to if there is a work around.

    Problem:
    I'm unable to view packages, procs, VIEWS DOF, etc. of other users. When one of my colleagues use Toad, with the EXACT same connection ID and the parameter, they are indeed able to see all the source code...

    What I found:
    Looking around, apparently Toad and SQL Dev work in different ways. Toad a use apparently DBA_SOURCE and DBA_OBJECTS to generate everything.
    SQL Dev using package META_DATA to retrieve everything. In addition, in order to use the package meta_data, I need the catalog of grant role, or something like that.


    Is it possible to set up the SQL Developer to use the same method as the toad to get the code? It is a fact that I WILL NOT receive the catalogue by the DBA permission... I can write the
    Select the text from DBA_SOURCE where OWNER = 'OWNER' and NAME = 'OBJECT NAME';

    But I would rather just be able to use the nodes in the tree and click on the objects to generate all this. Anyone know of any setting for this?

    Hello

    No doubt Developer SQL wants to be competitive with the Toad, but in terms of raising red flags on the inconsistencies in the basic features, any difference from SQL * Plus would be more surprising than Toad.

    DBA_SOURCE and DBA_OBJECTS are synonymous publicly available in any standard Oracle installation, but you also get to PICK ANY DICTIONARY to get the maximum benefit from them. Which will display the code in the schema of another user without having a privilege explicit (such as EXECUTE) on a function/procedure/package.

    If you already have privileges (SELECT ANY DICTIONARY, or EXECUTE or DEBUG on specific executable objects), and the Code tab is empty, you will need to provide a test case, according to Vadim.

    With respect to cases where the SQL Developer uses DBMS_METADATA, my understanding is that the API relies on the SELECT_CATALOG_ROLE privilege, if a user has or otherwise have a granted privilege explicitly on an object. Developers like to use this API in the extent possible instead to write a script that could break or need maintenance to deal with future versions of the Oracle database.

    I have no idea how works the Toad, and probably I should not speculate, but here's a scenario that might explain the case you mention without that user of connection with one of the above privileges. Let's say that the client software of Toad calls a PL/SQL package that selects from DBA_SOURCE and is installed in a pattern that has the privilege to CHOOSE ANY DICTIONARY. All users of Toad are granted EXECUTE on this package and therefore inherit SELECT ANY DICTIONARY in the execution of the package. It will work, but at the cost of complicating the installation of Toad. Also, he is not giving them a precise control of metadata security administrator.

    Kind regards
    Gary
    SQL development team

  • Can not activate the data protection

    Hello

    My iPhone 4S is running iOs 8.3.

    I went through this tutorial from Apple, trying to turn on data protection:

    https://support.Apple.com/en-us/HT202064

    Unfortunately, the "Access Code" menu does not appear in my menu, "General".

    I am unwilling to update to iOs, because it would slow down everything.

    If anyone knows if the protection of the data is made available to me?

    Thanks in advance,

    William

    What about this link instead:

    Use a password with your iPhone, iPad or iPod touch - Apple Support

  • Can not recover the laptop using the recovery disk

    Hello.

    I want to reboot my Toshiba laptop and I inserted the "Recovery" CD and you press F8 and went on the Help menu, and when the list came I clicked on one who said about to restart my PC and lose all the data and then I clicked on "Restart" and rebooted the computer and the drive was in but he just came back as usual.

    What should I do? I tried all the other options and they all work as usual.

    What should I do? What I have to press something else?

    Any help would be appreciated, thanks.

    ~ Confused ~

    To be honest after reading your ad, I am more confused you.

    Can you please tell us what phone do you have?
    F8 and disc into the optical disc drive. Sorry, but something is wrong with that.

    Either you can install Vista again using image stored on the HARD disk (option repair my computer of F8) or use facilities Toshiba recovery media. There is no sense to use both at the same time.

    Please you the necessary details.

  • Mini 210-2000 can not recover the system

    Hi, I have a 210-2000 mini hp, I did a system restore and the system crashed. I have no recovery discs and I'm stuck with what I need to do to reset the op sys, can u inbox very much my email with any help rec, im ped. He will go to the safe mode option but does not successfully start, all continuous loop again and again, many thnx, chinboy

    Hello

    Shut down the laptop.  Tap away at the esc you key start Notepad to open the Start Menu.  Select the BIOS (usually f10) and under the Advanced or the Diagnostic tab, you will find the possibility to run tests on the hard drive and memory.  Post back with the details of any error message.

    Note:  If the option to run these tests is not available in the Bios Menu, use the menu diagnosis f2 .

    You can also publish returns with the following details.

    1. the full model number and your laptop Nr series 210-2000 of Mini - see here for a guide to the location of this information or the list here.

    2 the full version of the operating system that you use (IE Windows 7 64-bit).

    Kind regards

    DP - K

  • Help I can not activate the data Panel in dreamweaver cc 2014

    How to activate the data Panel in dreamweaver cc 2014?

    try everything, but I can't

    Please help me

    Have a look here http://www.dmxzone.com/go/21842/enable-server-behaviors-and-data-bindings-panel-support-fo r-dreamweaver-cc

  • Bootcamp deleted missing partition, but can not recover the partition space

    Tried to install 10 Windows via Bootcamp on my Mac. First, I formatted the bootcamp partition. Then I got the following message: could not create a new partition or locate an existing one. For more information, see the Setup logs files.

    I tried five times with Bootcamp installed Windows 10. Then I advice to delete the partition and create a new. So I did. Still did not work. When I rebooted my mac, 50 GB missing as you can see here:

    I tried to restore the partition, but there is no possibility to do so, as you can see here:

    I read so many posts that I don't know what to do anymore. I don't mind factory reset my macbook, but it will restore my lost partition as I probably only erase the 450 GB instead of the 500 GB SSD?

    I read in several messages (this one in general: Bootcamp Partition missing during startup) that this information might be required, so I added from the outset:

    diskutil list:

    Cs diskutil list:

    sudo TPG - vv - r see the/dev/disk0:

    sudo fdisk/dev/disk0:


    I hope someone can help me restore my 50 GB, I lost. Even once, I do not fear factory reset my macbook if that's the best way to solve this problem!

    Can you use doesn't have windows via bootcamp 8.1 installation as reference to reclaim your disk space?

  • BlackBerry smartphones I used a maximum number of changes PIN and can not recover the Apps?

    My blackberry was recently stolen and when I tried recording on my MyWorld/Paypal account I got a notice saying I used the maximum number of changes to the machinery. It is the first time I ever tried to recover my Apps, so I don't understand why I get this message.

    I tried to send an email to support, but I kept saying to enter a valid PIN?

    He fears a great moment to not be able to recover all my purchased applications.

    EDIT: I am with Telus, using the BB Tour 9630.

    Hello!

    Your request should be sent as follows. Go to this address:

    and complete the form. Use, in the "Please select a component:"on the ground, AppWorld billing/payment selection. " Don't forget to also include the reason why you have exceeded your maximum eligible PIN associations to AppWorld (for example, several RMA, warranty replacement, etc..).

    If this is the form to which you have received the incorrect PIN code message, please reply back here with this fact... There is another process that you will need to do so that we...

    See you soon!

Maybe you are looking for

  • Is it possible to change the external color of the iPhone?

    I wanted to know if its possible to change the external color of the iPhone. My mother bought a pink iPhone, but she could not get used to it, so she gave it to me, and I want to know if its possible to pass to a rose grey. Thank you.

  • Satellite Pro A100 has "limited or no connectivity" & no connection to the local network

    Hello! I + really + hope someone might be able to help with this - been going slowly crazy. Bought my A100 18 months ago in Australia while I lived there and had no trouble to connect to LANs and others with my wireless. Everything was shipped over t

  • Research of old English & German letter style/fonts

    I'm looking for models from different countries letter syle/fontsThanks for your help joe

  • WRT350N blocking up

    I bought a Linksys certified WRT350Ns renovated an update of my WRT54G v6. I probably would have been satisfied with my 54G since it is running solid as a rock now. Anyway, the ngn350 happened to me DOA. It was walled with just a blinking light. So I

  • But now back on blue was on cperia lounge

    When I got my z5 I upgraded to gold on xperia lounge but I had a problem with my phone and had to reset my phone after I did my show xperia returned to blue I tried to connect with Google Facebook n, but it has not changed in gold I always my privile