AVG_ROW_LEN not update , even I analyze the table in compute statistics

I execute DBMS_STATS.GATHER_SCHEMA_STATS on my old table , but the statistics doesn't update the row length.
After that , I give up the gather_schema_stats stored proc and use sql statement -> ANALYZE TABLE COMPUTE STATISTICS.
The statistics still is stale .
Is there anything I have missed ?

San KTN wrote:
Hi Banka,
I suggest you to perform followings :-
1. Delete the table statistics first.
2. Create another table as select from this target table , in same schema and same tablespace.
3. exec dbms_stat.gather_table_stats with METHOD_OPT parameter value as
FOR ALL INDEXED COLUMNS SIZE n ( n is any number )
or FOR COLUMNS (Column list ... even if all columns in the list)
or NULL
on new and old table respectively.
4. Compare the results.
You better paste the results here for investigation.It's strange. The new table could be updated. AVG_ROW_LEN and AVG_COL_LEN both make change.
The old table only partial be updated. AVG_COL_LEN is ok but not AVG_ROW_LEN.

Similar Messages

  • Lightroom 5.7 will not update even through I pay the $9.99 per month for Photoshoto CC and lightroom ?

    Lightroom 5.7 will not update even through I pay thr $9.99 per month for Photoshop CC and Lightroom ?

    Hi Glenys,
    Here's another forum thread that may help (related discussion), if you can't find the new version:
    I have Creative Cloud for Photographers. How do I get Lightroom CC?

  • While i was updating my iphone5, it showed that my sim card is not applicable. even after changing the sim card, i am not able to update or restore my iphone. what should be done?

    while i was updating my iphone5, it showed that my sim card is not applicable. even after changing the sim card, i am not able to update or restore my iphone. what should be done?

    Hi there aliyan,
    I would recommend taking a look at the troubleshooting steps for "No SIM" found in the article below. 
    If you see 'No SIM' alert on iPhone
    -Griff W.

  • FS that updates several lines in the table-part

    Hi!
    I use 2005A B1..
    Can i make FS that updates several lines in the table-part of the marketing doc? For example, i press Shift+F2 in the "Tax Code" cell of the 1st row of the doc, the rest of the lines in the table will have "Tax Code" also updated?
    Regards,
    David

    Hi,
    You can do this using formatted searches.  Please try the following:
    1.  Create a UDF on the 'Marketing Document - Title' called 'VATCODE'
    2.  Add a FS to the UDF with the following query
    SELECT T0.\[Code\] FROM OVTG T0
    3.  Add the formatted search to the Tax Code field in the lines with the following query
    SELECT $\[ORDR.U_VATCODE\]
    The key thing is when setting up the FS at line level you need to set it so that it Auto Refreshes 'When Field Changes' and not 'When Exiting Altered Column'.  The column will be the VATCODE UDF you set up earlier.
    Now if you add a few lines to your order and then select the VAT Code in your UDF by pressing Shift F2 then it will copy down to all the lines.  The only issue is that it will not automatically copy down to any lines added after you have selected the VATCODE UDF.
    I hope this helps.
    Regards,
    Adrian

  • Will not update even though i tapped update all

    My ipad will not update even though I tapped update all. any suggestions, thanks

    Is your payment information current for your Apple ID?  Even though updates are free, your account may not allow updates if it has an issue like an expired credit card, or an updated password that you have not yet entered into the device's iTunes Store account settings.

  • Lync photo not updated even AD Profile is already updated

    Hi Gurus,
    I have similar issues with others in the forum which photo in lync client is not updated even though the its already changed in Active Directory. The others said we have to do this step :
    1. Run Update-csaddressbook
    2. Delete cache files ( ex : [email protected] )
    I did those steps but still have no luck on the issues. Is there anyone have this experience or have any solutions for this issues. Thank you very much.
    Regards,
    Maliq

    I agree with Johan...
    What Exchange server are you on?
    First run Update-CsUserDatabase - this sync FE database with AD info
    Running with -verbose will post that replication will take place in 5 minutes..
    Then run Update-CSAddressbook - This update the FE address book with the Info from its own Database
    Once again this will tell you it will begin replicating in 5 minutes...
    After 10 minutes you should be able to clear the cached files from the client and restart lync ...
    Here's a script a created to clear teh cached files on a client system, this should be run as teh standard user, as it grabs teh logge don users creds and clears the directory according to the logged on user..
    Save as a batch, on a network share accessible by everyone and run away safe time!
    @echo off
    :Start
    echo.
    rem ###### Check if Lync is running, exit if it is... #####
    tasklist /fi "IMAGENAME eq lync.exe" | find "lync.exe" >nul
    If %errorlevel%==0 goto LyncIsRunningError
    rem ###### Grab logged on user info, and remove Lync cache files, All of them! ######
    for /f "tokens=2 delims=\" %%a in ('wmic computersystem get username ^| findstr /v "UserName"') do @set username=%%a
    set uname=%username: =%
    If Exist "C:\Users\%uname%\appdata\local\Microsoft\Office\15.0\Lync\" rmdir "C:\Users\%uname%\appdata\local\Microsoft\Office\15.0\Lync\" /S /Q
    echo Clearing Lync 2013 Address Books... Done!
    echo.
    echo Sign back into Lync 2013 to download the current address book.
    goto End
    :LyncIsRunningError
    echo ERROR: Lync found to be running, closing all instances!
    taskkill /f /im lync.exe
    taskkill /f /im UCMapi.exe
    echo Done, waiting 5 seconds and trying again.
    timeout 5
    echo.
    goto Start
    :End
    And do you have any idea of difficult it is to place a cmd output into a variable in BATCH scripting?! redic!
    No it will say it can't remove a certain folder in the cached location if the user has outlook running... i didn't no script to close outlook for it doesn't get effect, or it still works either way..
    I'm also going to add that you go onto the FE server and check the attribute on user contactcard to ensure that the DisplayADPhoto attribute is set to True..
    Logon onto FE server - open powershell - and user the export-csuserdata command with the -legacy option to export as an xml file and then open the xml in IE and search for that attribute...

  • Hi - my Mu was "buggy" and would not update - so i threw the APP in the trash - but now CC will not allow me to Re-Install because it thinks i already have the APP - any advice?

    hi - my Mu was "buggy" and would not update - so i threw the APP in the trash - but now CC will not allow me to Re-Install because it thinks i already have the APP - any advice?

    restore your app from the trash and then properly uninstall.
    if that fails, CC desktop lists applications as "Up to Date" when not installed

  • Update a field in the table

    I am new to adf. I am trying to update a field in the table which is parent in adf tree
    I had created a adf tree table
    My Scenario:
    => If i selected the Parent row and after clicking the Post Button
    => A Field in the Parent table should get updated
    which is the best approach to acheive it and how can i acheive it?

    I am getting this error while i try to post the Document
    Error 500--Internal Server Error
    java.lang.NullPointerException
         at comm.rits.glm.view.backing.AGLM1010.cb5_actionListener(AGLM1010.java:259)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:788)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:306)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Edited by: asadrina on Sep 7, 2011 2:42 AM

  • I have iCloud on my iMac, macbook and iPhone.  However, when I update my contacts on one, it does not update on any of the other devices.  The calendar seems to be working.  Any suggestions?

    I have iCloud on my iMac, macbook and iPhone.  However, when I update my contacts on one, it does not update on any of the other devices.  The calendar seems to be working.  Any suggestions?

    On the iMac and MacBook open System Preferences > iCloud
    Deselect the box next to Contacts, then reselect it then restart the Macs.
    On the iPhone tap Settings > iCloud
    Switch Contacts off then back on then restart the iPhone.
    Hold the On/Off Sleep/Wake button down until the red slider appears. Slide your finger across the slider to turn off iPhone. To turn iPhone back on, press and hold the On/Off Sleep/Wake button until the Apple logo appears.

  • Help can not update my CS5 on the new PC

    Help can not update my CS5 on the new PC

    I don't know whether you are running Windows or Mac OS, so I will link you to the  Product updates page.
    Look under Photoshop, choose your OS and look under CS5 for the 12.0.4 Multilingual Update (MUL).  You simply download and install.
    Adobe Camera Raw 6.7 is the latest and you download and install that.
    Under Product updates look for Bridge and apply all updates.
    CS5 is quite old and the updater doesn't work as it should so you have do the updates manually.

  • HT5621 i could not update my applications since the account that applied was when i was in the US...it says that i needed to change itunes store here in the philippines and how do i do that?

    i could not update my applications since the account that applied was when i was in the US...it says that i needed to change itunes store here in the philippines and how do i do that?

    Click here and follow the instructions to change the iTunes Store country.
    (87167)

  • HT4061 the screen is blank and the phone does not respond even after pressing the on/off and home button. the only reaction is the vibration felt when I plug in to charge the phone. What should I do?

    The screen of my iphone 4 is blank and the phone does not respond even after pressing the on/off and home button, the only reaction is the vibration felt when I plug in to charge the phone. What should I do?

    This is the ipod touch forum

  • I cleared the cache and my site does not update!  What's the secret?

    I cleared the cache and my site does not update! What's the secret? I created a second website and bought a domain name. You can get to the site by it's mac name or the purchased domain name. I linked the domain name and with my server and it works. The site comes up wither way. BUT, either way, I cannot get my changes to appear. I had realized that my links were not working because I had placed them within the header. So, I moved the links out of the header, republished, and now the new pages (with links in body of website) will not load. Here are the two ways to get to see the site. Both show the old way (links in header). What is up with me not being able to see the changes in either Firefox or Safari?
    http://www.frankysoldiesbutgoodies.com/
    http://web.mac.com/musbegin/iWeb/OldiesButGoodies/OldiesButGoodies.html
    Thanks,
    musicalbeginnings

    hello mccormick.lee, please try downloading the full setup file for the current firefox version from https://www.mozilla.org/firefox/all/ and install it on top of your current installation.

  • Why apple was not update facetime call over the cellular for iPhone 4?????

    why apple was not update facetime call over the cellular for iPhone 4?????

    Facetime will not use the cellular network (if using AT&T) for the iphone 4, 4S or 5 unless you have signed up for ATT's new data share plan. They stated this several weeks ago when there was talk about Iphone5/IOS 6 and Facetime. Your carrier is the one that decides if Facetime will work over the cellular network or not. You might want to contact them. Your other option is to continue using it via wi-fi.

  • My Ipod touch says i have to connect it to iTunes so i can restore it but it will not restore even after following the steps to fix the problem.

    My Ipod touch says i have to connect it to iTunes so i can restore it but it will not restore even after following the steps to fix the problem.

    After pressing restore and after l5 minutes or so It comes up with the error 1611 and I followed all the steps but it still won't work.

Maybe you are looking for

  • Can't connect then comes up with can't mount.

    People, plugged my perfectly good 4th gen ipod on pc as normally as had been working fine but it asked me to reformat. so, did full restore and when then tried to connect it comes up with same message but when up dater comes up it takes ages before c

  • Want to change from apple to windows license

    I Have MAC which i stupidly swapped to from a windows machine and now i find that half of the programs i want to use arnt availiable on MAC and so im going to put windows on my MAC. Can i take master collection off the apple side and change the licen

  • Broken links to videos?

    Hello, I'm seeing an issue where many of the tutorials return an error that says "Http/1.1 Service Unavailable." Is anyone else seeing this as well? It seems like most of Day 1's videos return this error, at least after the first exercise. I'm runnin

  • Data Guard : Standby Redo Log CONFUSION

    Trying to set up test Standby db on 10.2.0 I am well confused about below step 3.1.3, how is the normal redo linked with standby redo, should standby not be members of orginal redo groups? http://download.oracle.com/docs/cd/B19306_01/server.102/b1423

  • Sharing presets in FCE 4

    Is there a way to share presets in final cut express, i am able to drag a custom video filter into a bin ive created, but is it possible to share that preset with other people. I cant find a files anywhere that resembles my preset, so i assume it mus