When the need to update the statistics for a table

In Sybase, we use "delete the statistics', 'update all statistics" and 'sp_recompile', fact Oracle need to do such things anyway? Thank you!

Given that the V10 by default Oracle collects "necessary" statistics (new) once every 24 hours.

If you determine that your situation requires a different treatment, so you must do manually what you feel is appropriate.

Tags: Database

Similar Questions

  • I have connected, but when I need to update apps, again request the password, but it does not work?

    I have connected, but when I need to update apps, again request the password, but it does not work?

    Birgitte salvation,

    Have you tried to enter your system password.

    Please let know if it still does not.

    Concerning

    Megha Rawat

  • How do reset you the statistics for a game in Windows 8?

    Game original title statistics

    How do reset you the statistics for Windows8 game?

    I finally found the answer on how to reset game statistics

    Use the menu button

    then click on options

    then click Reset statistics

    then answer Yes

    It works every time, well, at least on apple computer and its operating system

  • Get the DDL for all tables in a schema;

    Hello

    I tried to get the DDL for all tables under my own diagram "A". Here are the steps I've tried, but in vain I
     1. logged in as a user A 
    2. And the ran query 
              
    SELECT DBMS_METADATA.get_ddl ('TABLE', 'XYZ')
    FROM user_tables
          
    o/p
    (HugecloB)
    
    {code}
    
    Any idea how i can get the DDL for all the tables under my own schema ?
    
    
    Thank you so much!
    
    Edited by: user642297 on Feb 4, 2011 12:05 PM
    
    Edited by: user642297 on Feb 4, 2011 12:05 PM
    
    Edited by: user642297 on Feb 4, 2011 12:05 PM
    
    Edited by: user642297 on Feb 4, 2011 12:07 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    Your idea is good, you missed only to use the correct table name:

    SELECT DBMS_METADATA.get_ddl ('TABLE', table_name)
    FROM user_tables;
    

    Concerning

  • When the Pligin for RoboForm will be available for Firefox 7.0?

    I use Roboform 7.4.2 intensively with Firefox but 7.0 is not a plugin. Please provide information on when a plugin will be available and how can I retreating to an earlier version of Firefox when the plug is available?

    Thanks for your help.

    http://www.RoboForm.com/download

    http://www.roboform.com/support/news
    

    RoboForm is now compatible with Firefox 7.0

  • Error message when the export for immediate release

    Hello

    Yes, it was just that one.

    The problem seems to be the .pro file. I started this project some time ago and I noticed that recent examples have a different format for the .pro (and the ways for QT Mobility).

    I've updated to match the current location diagnoses cascades app and it relies. There were other problems caused by the switch - I actually had to revert to a previous without some mobility features while I have a glance.

    It is strange. How can I have a pro successfully file generates signed with a token of debugging, and breaks the packer of liberation?

  • Display custom jquery message when the responsible for the page?

    Hi all

    I use: Apex5

    I want to use jQuery custom message

    like: http://www.jqueryrain.com/?koLHvt8W

    My not...

    I put @ level page < link rel = "" #APP_IMAGES #notifyme.css "type =" text/css"/ > / / in the section of the css file "

                                       <script src=" http://code.jQuery.com/jQuery-1.11.1.min.js "> < / script > . / / in the URL of a JavaScript file /

    < script type = "#APP_IMAGES #notifyme.js" > < / script > / / in the URL of a JavaScript file /


    And I put the function:

    $(window).load( function() {
        $(this).notifyMe(
            'bottom', // Position
            'error', // Type
            'Lorem Ipsum Text', // Title
            'Lorem Ipsum is simply dummy text of the printing', // Description
            200 // Velocity of notification
        2000 // (optional) Time of delay to close automatically
        );
    });
    

    in the section run when the Page loads does not!

    try to insert it in the function and the declaration of global variables ... does not!

    and try to create on load dynamic action of javascript code... But not work absolutely ... Why?

    Please help me...

    Thank you.

    Hi Amr Abdeen,

    AMR Abdeen wrote:

    Please check...

    https://Apex.Oracle.com/pls/Apex/f?p=38695:36:1719887121161:

    WS: voll

    User: [email protected]

    Pass: 1

    I modified your application. It works now, please check.

    Past under Page attributes-> 'CSS'-> 'File URLs' section:

    #APP_IMAGES#notifyme.js
    

    TO

    #APP_IMAGES#notifyme.css
    

    Kind regards

    Kiran

  • Why can I not I log in with my password when I need to update my applications?

    Hello

    I need to know how you update/update my apps in the cloud creative. I can connect to my profile, but I can't update. And I know, I have only one username and password.

    I really need to update my apps because now I'm not able to use one of my programs that pay for IM.

    Please help me sort ut why he continues to tell me his password wring out when I want to update my applications.

    Best regards

    / Josefine

    Are you able to login using your Adobe ID (email) on Adobe.com?

    To update your software, please see the Adobe product update page.

    This link can also be useful: CC help | Update creative applications Cloud 2015

  • How to check the status of the statistics on a table?

    Hello
    I started the statistics collection on a few large tables in my database.
    How to check the status of statistics about a table? Are there views of data dictionary or tables to monitor the progress of the collection of statistics.


    Regds,
    Malika

    Hi all

    You can check with this little script.
    It lists details of sid for long as running session
    When he started
    What last update
    How long still to the left
    "ACTIVE/INACTIVE" session state etc.

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    -Author: James Syed_
    -Script_name: sid_long_ops.sql
    -Description: list details of sid for long running the session as when it began when the last update how long still to the left.

    fixed lines 200
    Neck LESS to a25

    Select
    a.SID,
    a.Serial #.
    b.Status,
    a.opname,
    TO_CHAR (a.START_TIME,' DD-me-AAAA HH24:mi:ss) START_TIME,
    TO_CHAR (a.LAST_UPDATE_TIME,' DD-me-AAAA HH24:mi:ss) LAST_UPDATE_TIME,.
    a.time_remaining as 'time remaining dry. "
    a.time_remaining/60 as "Min remaining time."
    a.time_remaining/60/60 as 'remaining time in HR.
    V $ session_longops a, v$ session b
    where = select a.sid
    a.sid = & sid
    And time_remaining > 0;

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

    The sample output:
    --------------------

    SQL > @sid_long_ops
    Enter the SID value: 474
    13 old: a.sid = & sid
    13 News: and a.sid = 474

    SID, SERIAL # STATUS START_TIME LAST_UPDATE_TIME remaining time LESS dry time remaining minutes remaining HR time
    --------------------------------
    474 2033 ACTIVE collection schema statistics June 6, 2012 20:10:49 June 7, 2012 01:35:24 572 9.53333333.158888889

    Thank you & best regards

    Syed James.
    Oracle Apps DBA
    Mobile: + 91 9966270072
    E-mail: [email protected]

  • Error when you try to update windows 8 for windows 8.1

    When you try to update my Windows 8.1 computer I get a message saying that it could not update if it has restored the previous version and give this code 0x800706BA - 0 x 20003.  I am very computer illiterate, but I thought I could do at least an update. before I could even try the update, he said that I had to uninstall my windows 8 provided with security tools. can someone please

    I received a reply on a different site, it worked for me and if anyone has this problem I hope it works for them.

    According to Microsoft, this occurs when "a facility to update plant":http://windows.microsoft.com/en-US/windows7/Windows-Update-error-800706BA

    "They also specify that the solution is to restart the system. Try this:

    1. Do a hard reboot (switched off, wait a few seconds, turn it on)
    2. After have connected you to Windows, run Windows Update and install the updates marked 'Important' and 'recommended '.
    3. Restart Windows Update asks you to
    4. Access the store Windows and try the upgrade to 8.1 Windows again. »
  • How do good group when the join of two tables?

    Hi all

    The slot using join query, I'd like to get an output will depend on the number of 'Classes' (for example: if I want the result for 15 classes, then, he must return to 16 lines from 0 to 16).
    I n query below, I use the group as
    "GROUP BY report_parameters.report_parameter_value  "
    .

    Error that says "this is not group by expression.

    If I have commented here, here he returns 320 rows instead of 16 ranks.

    Could someone help me?

     SELECT 'SUM('
        || 'CASE '
        || 'WHEN edr_class_by_gvw_report_data.bin_id >= ' || report_range_parameters.report_parameter_min_value || ' 
             AND edr_class_by_gvw_report_data.bin_id  < ' || report_range_parameters.report_parameter_max_value || '
            THEN edr_class_by_gvw_report_data.bin_value '    
        || 'ELSE 0 '
        || 'END '
        || ') "Class ' || report_parameters.report_parameter_value || '" '    
          FROM report_parameters
          JOIN report_range_parameters
            ON report_parameters.report_parameter_id = report_range_parameters.report_parameter_id 
         WHERE report_range_parameters.report_parameter_id    = 2316    
           AND report_range_parameters.report_parameter_group = 'GVW_GROUP'
           AND report_range_parameters.report_parameter_name  = 'GVW_NAME'
           AND report_parameters.report_parameter_group = 'CLASS'
           AND report_parameters.report_parameter_name  = 'CLASS' 
         GROUP BY
          report_parameters.report_parameter_value  
         ORDER BY  report_range_parameters.report_parameter_min_value ASC;
    Thank you.

    Published by: user10641405 on June 11, 2009 12:23

    Published by: user10641405 on June 11, 2009 12:30

    Hello

    Let me explain what I'm trying to do.
    I want to write a query that produces this output:

    SUM(CASE WHEN edr_class_by_gvw_report_data.gvw >= 0 AND edr_class_by_gvw_report_data.gvw  < 5 THEN edr_class_by_gvw_report_data.gvw_count ELSE 0 END ) "Class 0"
    SUM(CASE WHEN edr_class_by_gvw_report_data.gvw >= 5 AND edr_class_by_gvw_report_data.gvw  < 10 THEN edr_class_by_gvw_report_data.gvw_count ELSE 0 END ) "Class 1"
    SUM(CASE WHEN edr_class_by_gvw_report_data.gvw >= 10 AND edr_class_by_gvw_report_data.gvw  < 15 THEN edr_class_by_gvw_report_data.gvw_count ELSE 0 END ) "Class 2"
    SUM(CASE WHEN edr_class_by_gvw_report_data.gvw >= 15 AND edr_class_by_gvw_report_data.gvw  < 20 THEN edr_class_by_gvw_report_data.gvw_count ELSE 0 END ) "Class 3"
    SUM(CASE WHEN edr_class_by_gvw_report_data.gvw >= 20 AND edr_class_by_gvw_report_data.gvw  < 25 THEN edr_class_by_gvw_report_data.gvw_count ELSE 0 END ) "Class 4"
    

    using data from tables report_parameters and report_range_parameters, which are like your tables.
    Right now, I don't have report_parameters and report_range_parameters tables.
    I need to create and put the data in them that is like your data.
    If I have the same data you have, and if I can produce the results that you want from the data, so I'll post my query, and you can use it.

    I do not see how to INSERT statements like this:

    INSERT INTO "class_by_gvw_report_data"
              SELECT site_id,
                  site_lane_id,
                 site_direction_id,
                site_direction_name,
                  bin_start_date_time,
                  bin_end_date_time,
                  bin_id,
                bin_value
             FROM "class_by_gvw_bin_data"
    

    can help me. Is the table "class_by_gvw_report_data" invloved in this problem? Is this the same as report_parameters or report_range_parameters? If Yes, I need to create it, and put the data into it, so to use the above statement I need all data of "class_by_gvw_bin_data".

    I need to have something that I can run, so that my paintings will have sample data which would result in the desired output.
    I need the CREATE TABLE statements, but I can probably guess what they should be if I have your data. If this isn't the case, I will seek further clarification later.
    I can't guess what your data, and why is it causing problems. If I just do a few data, LII is virtually no chance he's going against hepatitis has a relationship between the tables that are causing you problems of the same nature.

    Please post INSERT statements that I can run and produce the same type of data that is causing problems.

  • error message when I try to update my files for photoshop CS5 and lightroom.

    I get the following error message when I try to update my photoshop CS5 and lightroom files.  "There was an error downloading this update. Quit and try again later. "I tried and still no luck.  Can anyone help.

    update by downloading the files directly and then apply them:

    http://www.Adobe.com/downloads/updates/

  • granting of privileges to the schema for several tables at the same time... any script?

    Hello gurus,

    I have about 25 tables in the ABC scheme

    I want to give all privialges to the XYZ schema for all tables of 25 which is in the pattern ABC... So is there is SQL statement or a script, I can run to grant privileges to all tables.

    Something similar to these...

      SELECT 'create synonym ' || table_name || ' for ' || table_name
      FROM user_tables  {code}
     
    So i get all the table names ....then i can run as a script.... U r help is greatly appriciated gurus!!!
    
    
    Thank you!!!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    Administrator:

    set head off
    set pages 0
    set feed off
    spool myscript.sql
    Select 'grant select, insert, update, delete on abc.'||table_name||' to xyz;'
      from dba_tables
     where owner = 'ABC';
    
    Select 'create synonym xyz.'||table_name||' for abc.'||table_name||';'
      from dba_tables
     where owner = 'ABC';
    
    spool off;
    

    Obviously this does not all new table that will be created in the future on ABC schema...

    Max
    [My Italian blog Oracle | http://oracleitalia.wordpress.com/2010/02/07/aggiornare-una-tabella-con-listruzione-merge/]

  • Comments of the column when the description (desc), one table

    Hello. Is any way to associate a comment with a table column that appear during the description (Desc), one table? I added a column to a table, and I'm almost certain the wire while it will become clear what this column contains exactly. I hope there is a way to add a comment or a Description of a column in my table.

    Any help would be greatly appreciated.

    You can use the

    comment on [table].[column] is 'some text here';
    

    command.

    However the DESCRIBE of sqlplus command appears not only. You will need to write your own table-description using USER_TABLES and USER_TAB_COLUMNS USER_COL_COMMENTS report query.

  • Retrieve the DDL for temporary Table existing global

    HI: I'm on 10.2.0.3.

    Anyone know how to recover the DDL for TWG? For an ordinary table, I select dbms_metadata.get_ddl ('TABLE', '< table_name >', '< OWNER >') of double;

    Does not work for GTT! TIA.

    Can you elaborate a bit on "does not work"? Are you an Oracle error, for example? If so, what is the error?

    Seems to work for me on 10.2.0.1

    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    
    SQL> create global temporary table gtt_foo (
      2  col1 number
      3  );
    
    Table created.
    
    SQL> select object_type from user_objects
      2  where object_name = 'GTT_FOO';
    
    OBJECT_TYPE
    -------------------
    TABLE
    
    SQL> select dbms_metadata.get_ddl( 'TABLE', 'GTT_FOO' )
      2    from dual;
    
    DBMS_METADATA.GET_DDL('TABLE','GTT_FOO')
    -----------------------------------------------------------
    
      CREATE GLOBAL TEMPORARY TABLE "SCOTT"."GTT_FOO"
       (    "COL1" NUMBER
       ) ON C
    

    Justin

Maybe you are looking for

  • Acrobat reader crashes on opening

    Hello. Could someone possibly help me with this problem?  I tried to open a document with player rather than listen to excerpts as usual and it kept crashing after the opening. I deleted the plists in preferences and byhost, uninstalled and reinstall

  • What is happening with Exifext?

    Our Belgian Board photography digital, there was a Mac-user who requested a posted photo exif data display. Someone else answered: install Exifext. I have one myself, so I was quite surprised when the original poster came back and said that he could

  • HP Pavilion Notebook 15p204tx: Realtek RTL8723BE does not

    Hello I was faced with a problem with my Realtek RTL8723BE wireless card for more than a month. After using it for awhile, I am unable to connect to the internet. The connection status indicates "No Internet Access". After you run the troubleshooter,

  • Linksys E4200 - Skype internet killing

    Hello Recently, I went from a router D-Link GamerLounge for a new Linksys E4200 using the default firmware, upgraded to the latest version. The router seems to work fine - except when someone uses Skype, and performance of the network decreases drast

  • Age of Mythology and MSXML. SP3 MSI

    I downloaded service pack 3 for Age of Mythology msxml.msi. And yet, it appears the message "msxml 4.0 is not installed correctly." A guy had more early helped me and told me to download msxml.msi SP3 and run it, so I did and it still doesn't work. W