How i can disable MONITORING temp tables

In the Oracle 10 g database stats are gathering using
Gtaher_stats_job
current setting is statictics _level =Typical
i need to disable the monotoring for temp tables
i try this command it will not change
ALTER TABLE "RDC"."INV_TEMP"
NOMONITORING
How i can disable this , i read some artikel this feature is disabled in oracle 10g
how i can disable
tks
rda

Justin Note
I would suggest that this is probably a bad idea, though. If there are no statistics on an object,
you're basically asking the CBO to work blind. Why not gather statistics after loading a fresh set of data
into the table?
I am running stats once a week , so i cannnot gather fresh set of dataNicolas
setting stats to a given value and lock them (to be not set to 0 by any gather stat process) may help as well.
Justin
Nicolas.
I cannot understand this >>to be not set to 0 by any gather stat processOk my process as follows
through sqlldr i load a data to temp table , i have a after insert trigger
once the data insert into temp table it check for some condition and
fire this trigger and insert into Permanent Table,
After the process finished the temp table truncated.
this whole process running every day .
I already mention stats are collected once a week , no point i keep the stats
for this temp table and suppose if i keep , it will give wong execution plan
and insert into this temp tabel will be slow -- am i right in this step
This is the reason i dont want stats at all in temp table
Thanks Justin & Nicolas
Best rds

Similar Messages

  • In Lion 10.7.x I cannot disable the Lock documents for 2 weeks in Time Machine! Thus it prevents to change anything else like the system preferences or other settings. How I can disable it?

    Hello, In Lion 10.7.x I cannot disable the Lock documents for 2 weeks in Time Machine! Thus it prevents to change anything else like the system preferences or other settings. All is locked. How I can disable it?

    Do you mean the check box isn't enabled?
    Or you remove the check but it doesn't "stick"?
    Or you remove the box but documents are stil getting locked?
    That setting doesn't apply to other things in System Preferences, just apps that support AutoSave and Versions.  If you're having a problem with System Prefs, please clarify exactly what.

  • When I send e-mail messages with file by using a POP3 in Exchange 2010 I received delivered message with file. How I can disable this functions that file do not include to delivery message. I use Exchange 2010 only local users.

    When I send e-mail messages with file by using a POP3 in Exchange 2010 I received delivered message with file. How I can disable this functions that file do not include to delivery message.  I use Exchange 2010 only local users.

    I think there is not native rule for this, but you could try a transport rule which removes all attachments over a very small file size like 1KB.
    http://blogs.technet.com/b/exchange/archive/2009/05/11/3407435.aspx
    CRM Advisor

  • How I can disable unnecessary fonts from the font menu?

    How I can disable unnecessary fonts from the font menu?
    I'm so frustrated to always browse the kilometer-long font menu. There are Chinese, Arabic, Thai, Japan etc. fonts. I will never need these fonts!
    The platform is the iMac and Maverics. Illustrator is a version CS6. All software is the latest version of.
    I get off some of these fonts using Apple's Font Book, but still there will be unnecessary Chinese, Arabic, Thai, Japan etc. fonts.
    I also have Suitcase Fusion 4, but that doesn't help in this case because I can't disable system fonts etc. I also tried the "Monolingual" software. Monolingual is a software for removing unnecessary language resources from OS X. But still I see many foreign language fonts in font menu.

    I could do with an answer to this question too
    The fonts I don't want on my system are these (all Adobe covert additions as far as I can tell):

  • Can anyone advise me how I can disable Connection Logging in Mac mail please it seems to have been added when I changed my internet settings thanks very much

    Can anybody advise me how I can disable "Connection Logging which has set itself up in Mail, when the settings were changed for internet connection I am running OSX mavericks  10.9.3 thanks very much

    I certainaly did not turn connection logging on but the effect was disastrous.  Mail would not respond as long as there was a slow connection. I figured this out through turning off all network connections and watching Mail spring back to life and let me search my messages.
    Normally if a connection is slow to respond, mail just lets the slow connection do it's thing while everything else operates largely unhindered.With connection logging turned on, your Mail app is a slave to the slowest connection to a mail server (I have 8 total)
    I had to crash mail over and over again to do a simple search of my messages until I happen to notice that this connection logging was turned on.  I found this thread, turned it off, now Mail works as well as it ever has (very buggy but usable)
    How dare Apple do that behind my back!?  After all the problems there are Mail, they have the gall to turn on logging and reduce Mail to unusable?
    I also deleted all the logs for a good house keeping seal of approvable.  They were here:
    Some day Apple might consider hiring a test team... instead of relying on all the users.

  • How we can disable access to BOM via the Display Master Recipe (C203)?

    Hi Gurus,
    How we can disable access to BOM via the Display Master Recipe (C203)?
    Thanks!

    Hi Mae Baraquio  
    Have you tried screen variant to make it as display mode.
    please refer below document for your reference.
    Learning SHD0 with Example
    if you find any query kindly revert back.
    Thanks & Regards
    Sandeep Kumar Praharaj

  • Recently bought an Imac desktop and every time i get texts, they also appear on my iMac. I was wondering if anyone can tell me the steps on how i can disable this option.

    Recently bought an Imac desktop and every time i get texts, they also appear on my iMac. I was wondering if anyone can tell me the steps on how i can disable this option.

    Text from where?  Where are they appearing on your iMac?
    http://support.apple.com/kb/HT2477  Mac Basics: The essentials
    New to Macs/My First Mac

  • I need to know how I can disable the automatic updates of Firefox, since I work in a company that is requiring this. Ideally, by group policy or some means to disable all network computers

    I need to know how I can disable the automatic updates of Firefox, since I work in a company that is requiring this.
    Ideally, by group policy or some means to disable all network computers

    Some info here (group policy) --> http://www.unidesk.com/blog/how-disable-firefox-auto-updates<br />
    Above article refers to --> http://sourceforge.net/projects/firefoxadm/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Can i create temp tables in command?

    I need to create 5 temp tables and then use in CR for display. can this be done in Command?

    p.s. if this is regarding the same report that you've been dealing with for a couple of weeks now, please let us know exactly how you want the data to come back:
    a)  do you want 5 rows of data from 5 queries each returning one value, or
    b) do you want 1 row of data from queries with 5 columns
    e.g.
    a)
    field1
    1.6
    2.1
    3.1
    1.8
    2.6
    or
    b)
    field1     field2     field3     field4     field5
    1.6          2.1      3.1          1.8     2.6
    the a) or b) choice will determine what methods you can use to retrieve the data.
    if you don't want either a) or b) please describe how you want the data returned.
    -jamie

  • How to create a unique temp table then automatically remove after the join?

    i have many users simultaneously accessing the web apps.
    my problem is on how to solve the SELECT WHERE IN('..') clause..
    i've read a lot of threads that with the same option..
    1) open connection and start transaction
    2) create temp table
    3) insert the data (batch insert)
    4) do the main goal. SELECT JOIN or SELECT WHERE IN(SUBQUERY).
    5) end transaction and close connection
    how do I assure that the created temp table was remove/drop upon 5) ?
    thanks a lot..

    You can do this using global temporary tables. Also data from temporary table will be automatically deleted after commit but table will remain.
    e.g.
    CREATE GLOBAL TEMPORARY TABLE today_sales
    ON COMMIT DELETE ROWS
    AS SELECT * FROM orders WHERE order_date = SYSDATE;
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#i1006400
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7002.htm#i2153132
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7002.htm#i2153132
    Regards
    Rajesh
    Edited by: Rajesh on Jun 10, 2010 3:34 PM

  • How I can disable miximise button??

    Hi all friends,
    I have one swing interface(which is basically a Frame) now I want to disable "maximise button" of this interface.Can any one tell how I can do this.
    Regards
    Bikash

    hi........
    use setResizable(false) method of that container class.

  • How I can display images as table data?

    Dear project Marvel,
    I would like to display images as one of table data, but I do not know how to easily store image data into tables using htmldb and whether I can display the stored images. Does anyone knows how I can store/display images using htmldb? If I cannot do this easily then displaying image (which is stored somewhere else but) just looks like one of columns also fine to me.
    Thanks in advance,
    Rui

    you can show those images inline in your report region if you call our "p" procedure in an image tag. so the example above has you creating a table that you then join to the wwv_flow_files view with a query like...
    select htf.anchor('p?n='||f.id, f.filename) name,
    f.doc_size, f.mime_type, m.upload
    from my_docs m, wwv_flow_files f
    where m.filename = f.name
    ...clicking on the links in the first column would return a page that just showed the associated image. if changed that anchor tag to an image one like so...
    select '&lt;img src="p?n=' || f.id ||'&gt;' the_image,
    f.doc_size, f.mime_type, m.upload
    from my_docs m, wwv_flow_files f
    where m.filename = f.name
    ...your images would then appear inline as opposed to on a separate page.
    [Edited by: rmattama on Sep 25, 2003 1:22 PM]
    i'm not sure how, but i'd earlier posted an incomplete answer to rui's question. i've fixed some of the above and added this below...
    just fixed the html above so it renders correctly in this forum. sorry i didn't see that earlier. also, i'm not sure where the rest of my post went, but rui had also wanted to know what the wwv_flow_files was. that's a view to the table we use to store uploaded BLOBs like images, css's, and stylesheets. since you can only identify one document table in your DAD configuration, we give you this view to allow you access to that doc table that HTML DB owns.
    fyi,
    raj

  • How i can disable the 'about:newtab' page on Firefox 9 a1 (UX)?

    I want to disable the 'about:newtab' page when I open a new tab, How i can do it?

    That doesn't look like it's related to the subject of this thread.
    BTW: Firefox 12+ versions have a browser.newtabpage.enabled pref to disable the about:newtab page.<br />
    The default of that pref in Firefox 12 (currently Beta) is false and is true in Firefox 13 (currently Aurora).
    ''(locking)''

  • Please tell me how I can disable the Ctrl-Click shortcut

    I have a three (or more) button mouse, and have had for years.
    Many applications and website need to use the Ctrl key as a modifier for certain actions. However, on my Mac trying to do this always brings up the bloody right-click pop-up menu.
    I do not need the Ctrl-click command, but can find no way to turn it off. Does anyone know how this can be done? Or is there some shareware/freeware app I can download to turn off this annoying feature (similar to Cocktail, or other utilities)?
    I urgently need help with this. Thank you.
    Best,
    A.

    If any Mac apps are using control-clicks for something other than contextual menus, I'd be surprised. Of course, seems to me that if an app's developers want to use control-click for something else, it would either work, and you wouldn't have a problem, or it wouldn't work, and thus the app wouldn't use control-click that way.
    Which means I'm not sure I understand your problem. When you say things are using "the Ctrl key as a modifier", what exactly does that mean, and how is that colliding with a control-click? What applications and web sites are the culprits?

  • How I can disable the all USB storage drives

    Hi,
    I want to remove some extension with the help of them I can disable anyone to connect USB drives to my Mac
    and if when I want I can use on my own
    quick help appreciated

    Hi,
    From what I have read the extension that handles the USB is
    /System/Library/Extensions/IOUSBMassStorageClass.kext
    It is owned by root so you will need to use that permission when manipulating it.

Maybe you are looking for

  • Configuring PHP on Windows 2012 r2 server - PHP won't work

    Hi I was asked to migrate all apps from a win 2003 server to a win 2012 r2.  From a clean install I made sure that all windows updates are done, made sure windows authentication is enabled then went through the web platform installer adding php 5.6. 

  • Simplest/most reliable setup for 2 mini's+ext HD+backup+printer?

    Hello and a happy 2009 to everyone, I'm a recent switcher (replaced one PC with a mini). Using it for internet/email and getting to grips with OpenOffice 3.0; transferred photos and music onto an ext HD and using them with iTunes and iPhoto (and tryi

  • Cracked screen on iMac - Looking for a replacement.

    Hello: Unfortunately yesterday I cracked the screen of my intel iMac - *#@%&!. I looked into getting a replacement from Apple or from another supplier and a brand new screen will cost you upwards of $900. I obviously don't want to pay that much. I ca

  • Hide/Show Pages Based On Dropdown Selection

    Hello, This one is driving me crazy. In this form (attached) I have 3 checkboxes and based on what is checked, I want to hide the first page and navigate to the 1st checked box. It works for the Web Chat option, but all others do not. Also, on the ne

  • Installing Cover Flow as a stand alone app in iTunes 11?

    Cover Flow used to be a stand alone app before it became part of iTunes. Can it be used with iTunes 11, which deleted that view option? http://www.macupdate.com/app/mac/19081/coverflow When I installed it and tried to use it I get the message: "Error