Modify parameters gather_stats_job

Hi,
I want modify the default parameters of job gather_stats_job.
I d'ont know how
Thanks

Hi,
Refer:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/stats.htm
http://download.oracle.com/docs/cd/B13789_01/server.101/b10752/stats.htm
thanks,
X A H E E R

Similar Messages

  • How to modify parameters for a LOB?

    SQL1:
    ALTER TABLE "TEST"."T03"
    MODIFY LOB (COL2)
    STORE AS SECUREFILE
    (TABLESPACE "TBS_1" DISABLE STORAGE IN ROW CHUNK 5000 PCTVERSION 22 CACHE READS FILESYSTEM_LIKE_LOGGING STORAGE
    ( INITIAL 1024 NEXT 1111 PCTINCREASE 12))
    SQL2:
    ALTER TABLE "TEST"."T03"
    move LOB (COL2)
    STORE AS SECUREFILE
    (TABLESPACE "TBS_1" DISABLE STORAGE IN ROW CHUNK 5000 PCTVERSION 22 CACHE READS FILESYSTEM_LIKE_LOGGING STORAGE
    ( INITIAL 1024 NEXT 1111 PCTINCREASE 12))
    My intention is to modify parameters of LOB(COL2). Looks SQL1 has SQL error: ORA-00906: missing left parenthesis while SQL2 can be executed correctly. But the result of SQL2 turns out to be like:
    LOB ("COL2") STORE AS SECUREFILE (
      TABLESPACE "TBS_1" DISABLE STORAGE IN ROW CHUNK 8192
      CACHE READS NOLOGGING  NOCOMPRESS  KEEP_DUPLICATES
      STORAGE(INITIAL 106496 NEXT 8192 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0
      BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)) "
    which is not the same I expect. Can anybody please help?

    check query
    >
    SELECT GR.NAME GROUPING_RULE_NAME,
    GR.DESCRIPTION GROUPING_RULE_DESC,
    GR.START_DATE,
    GR.END_DATE,
    ORD.NAME ORDERING_RULE_NAME,
    AL.MEANING TYPE,
    GC.DESCRIPTION COLUMN_NAME
    FROM RA_GROUPING_RULES GR,
    RA_LINE_ORDERING_RULES ORD,
    RA_GROUPING_TRX_TYPES GT,
    RA_GROUP_BYS GB,
    RA_GROUP_BY_COLUMNS GC,
    AR_LOOKUPS AL
    WHERE GR.ORDERING_RULE_ID = ORD.ORDERING_RULE_ID(+)
    AND GR.GROUPING_RULE_ID = GT.GROUPING_RULE_ID(+)
    AND GT.GROUPING_TRX_TYPE_ID = GB.GROUPING_TRX_TYPE_ID(+)
    AND GB.COLUMN_ID = GC.COLUMN_ID
    AND AL.LOOKUP_TYPE = 'GROUPING_TRX_TYPE'
    AND AL.LOOKUP_CODE = GT.CLASS
    AND GR.NAME =:GROUPING_RULE_NAME
    >
    in some ide like sql developer
    before execution try to init session and simulate user login by which you run concurrent
    because you have in sql table AR_LOOKUPS which depend on lang
    CREATE OR REPLACE VIEW AR_LOOKUPS
    WHERE LV.LANGUAGE = userenv('LANG')
       and LV.VIEW_APPLICATION_ID = 222
       and LV.SECURITY_GROUP_ID = 0;and plz post result of test

  • Modify parameters due to note

    Hi everybody,
    I ran across something odd today.
    I tried to implement note 795523 in our system (4.7 FX 2.0)
    It asks to
    manually change parameters of a method. 1. SE24: change parameter of method GET_ADJM_RECORD_STATUS in interface IF_REAJ_METHOD  
    -  Parameter (old):RD_ADJMDRECSTATUS                                                                               
    -  Parameter (new)   : ED_ADJMDRECSTATUS                                                                               
    -  Art (old)      : Returning                                                                               
    -  Art (new)         : Exporting                                
    So far so good, I´ve registered the objekt with oss and tried to implement the changes in transaction se24. There I ran across a problem as it´s possible to add a new parameter, however I´m unable to delete an existing parameter, as the parameter name itself cannot be changed, I cannot use overwrite.
    Anyone ever encountered such behavior? How shall I proceed?
    Hope to hear from you soon, will give Reward Points!
    Message was edited by: Ute Schroeder

    Hi,
    Sometimes after implementing the note, you need to log off the existing session & login again.
    This might solve the problem.
    Best regards,
    Prashant

  • Modifying parameters in Initialization file

    Hi,
    I wanted to modify the control_files parameter in the Initialization file, whatz the SQL command to modify this ?
    and also how can I start my database in nomount mode using Oracle Enterprise manager, please advise.
    Regards
    Faiz

    Hello,
    do you use a pfile or spfile ?
    this may be of interest for you:
    http://www.dbasupport.com/oracle/ora10g/spfile02.shtml
    instead of executing the commands "mv control01.ctl db1_01.ctl" mentioned in there you have to do a copy and then add this new controlfiles in the created pfile.
    another example is shown here (without converting to a pfile first)
    http://www.dbforums.com/showthread.php?t=1626302
    Message was edited by:
    user582178

  • Modifying parameters on "find"

    It is possible to change or add some metadata parameter in the "Find" function?
    I would select photos that were shooted with the "MODEL" "equal to" EOS 6D "AND" with "CITY" "equal to" Chicago.
    But among the parameters of the "Find" function there are just some metadata and  "city" is not included.
    Thank you

    You may have to share your location from them again.  Choose Add Friends, and then add the AppleID that is in use on the device.  If you no longer have these devices, you won't be able to readd them.

  • How can i modify parameters in the web page of a device

    I need to configure a wifi device through its web page and its time consuming. Can anyone help me to automate this through labview.
    Br,
    Leo Fenner Fidelis P.

    Hello,
    I would like to know more about your application sir.
    What is the hardware you are using for the application and what are trying to do in application can you please elaborate on the same?
    As far as I understand your query you are mainly trying to use the webservices in LabVIEW. The following link will guide you about using the web services and the web scripting. Also I have given you a link of the FAQ's for webscripting. Hope it help and incase you have any more doubts please let me know.
    http://zone.ni.com/devzone/cda/tut/p/id/7738
    http://zone.ni.com/devzone/cda/tut/p/id/7747#toc9
    Regards,
    Priyank

  • How to modify a part of task parameters via worklist (not all paramenters)?

    I am making a demo of showing the functions of human workflow / worklist using Oracle SOA Suite. The following process is not a real project. But I have some questions about how to modify parameters in worklist and jdeveloper. Please help me.
    I create a BPEL with human workflow. It has 2 human tasks.
    The first human task is a single approver type and the parameters contents can be modified via worklist. The user is oc4jadmin.
    If oc4jadmin rejects it, the process will go to the second human task.
    The second human task is a sequential lists of approvers type and the parameters contents can be modified via worklist. 3 users (the order is : jcooper -> jlondon-> tolstoy) can access it. The process is able to abrupt completion if anyone rejects it.
    After the process is invoked in BPEL control,
    1, oc4jadmin login worklist and modified the data, than reject it.
    2, jcooper can login worklist and changed the data, save it, and approve.
    3, jlondon login, view data, change data, and save it. However, if jlondon modified the
    My questions are as follow:
    1, If oc4jadmin rejects the task in worklist, how can I set the parameter cannot be modified and saved.
    2, schema:
    <schema attributeFormDefault="unqualified"
         elementFormDefault="qualified"
         targetNamespace="http://xmlns.oracle.com/BPEL_single_sequential"
         xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:vv="http://xmlns.oracle.com/BPEL_single_sequential">
         <element name="BPEL_single_sequentialProcessRequest">
              <complexType>
                   <sequence>
                        <element name="input" type="vv:complexType1" maxOccurs="unbounded"/>
                   </sequence>
              </complexType>
         </element>
         <element name="BPEL_single_sequentialProcessResponse">
              <complexType>
                   <sequence>
                        <element name="result" type="string"/>
                   </sequence>
              </complexType>
         </element>
    <complexType name="complexType1">
    <sequence>
    <element name="pid" type="string"/>
    <element name="ptitle" type="string" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    </schema>
    In the worklist, the user can add another pid and leave the ptitle empty. In the schema, the ptitle (minOccurs=1) should appear at least once. How can I set that, if the user add another pid and must add at least one ptitle before saving it?
    3, One element likes gender=male/female. In the worklist form, the default graphic component is an input field. How can I set the component to a dropdown list and it highlight value.
    4, The default form is jsp file and it is beautiful. Could I make a jspx page and replace the jsp page? How to replace the jsp to jspx?
    5, If I use sequencial approver type for the human task, how can I set various page layout? For example, user 1 can view and modified all parameters. User 2 can view some part of the parameters and changes it. User 3 can view all paramters but can just modified some of them?
    Thanks a lot!
    Edited by: [email protected] on 2009-3-10 上午12:39
    Edited by: [email protected] on 2009-3-10 上午12:44
    Edited by: YE

    Hi,
    all what you asked about can be done through java script.

  • How do I modify an arbitrary component value during a simulation?

    I am a new Multisim user, beginner SPICE user, but with some undergrad and graduate EE coursework, and some "real world" experience, but I don't pretend to be an EE by long shot. 
    I am moving to Multisim from a competitor. In the competition, I can open a tab with all the components in the schematic and their values, including various SPICE model parameters  and can modify these while the simulation is running. 
    For example, I can change a resistor without adding a potentiometer. This affords much quicker simulation response and keeps the schematic very clean and clear.
     Can Multisim do this? I have not been able to find any information regarding this interactive control of component values and SPICE parameters while a simulation is running.
    David
    David M. Ingebretsen, M.S., M.E.
    Collision Forensics & Engineering, Inc.
    [email protected]
    www.CFandE.com

    Yes. The software is B2 SPICE by BeigeBag software:
    http://www.beigebag.com/
    Attached is a grab of the "properties" tab for modifying parameters during the simulation. It is very easy and useful. Since teeh components are "static" it doesn't add to the overall simulation overhead. I'm not sure how the author actually programmed this feature, but it is useful as you can add standard fixed components and simply change the value of any component in the circuit during the simulation.
    David M. Ingebretsen, M.S., M.E.
    Collision Forensics & Engineering, Inc.
    [email protected]
    www.CFandE.com

  • How do i let users modify patch lists?

    I'm designing an application in which the user needs to create and modify patches. I would like the interface to have a list of user patches, followed by sliders an textual input boxes to modify parameters. I am aware that i could easily put together the interface with Core Data, however, i don't need a lot of the data management features of Core Data, and would like a simpler way to create mutable lists. Can someone please explain how I could do this?

    Can NSDictionary hold multiple values for one key, or do i create multiple dictionaries with the same keys? I am still not very familiar with the NSKeyedArchiver and it's subclasses.

  • Change 'report parameters' of scheduled report

    How can I change the report parameters (not schedule parameters) programmatically and then schedule the 'modified' report immediately?
    Scheduling works off - Binding off InfoObjects model
    Modifying Parameters are based off - Binding off RAS model
    Should I be using the ReportDocument Object?
    Edited by: jam mend on Feb 2, 2009 6:31 PM

    IReport boReport = (IReport)boInfoObjects.get(0);
    IReportProcessingInfo reportInterface =
                   (IReportProcessingInfo) boReport.getPluginProcessingInterface("CrystalReport");
    reportInterface.getReportParameters()
    seems to have it.

  • How stop the automatic statistics collection job after the maintenance wind

    Hi,
    we are for a solution to stop the automatic statistics collection job after the maintenance window finished.
    we disable all jobs except the automatic statistics collection, because this is the only one we want to run. Then we define specific values for the interval and duration parameters of the maintenance window to customize this task.
    But for their systems it is very important that this job/task will immediately stop when the window is closed!!!
    So, how could we ensure this behavior.
    For Oracle 10g it is easy because the statistic job always exists and it is possible to set its duration and create an addtional event based job which kills all jobs that are running over duration.
    In Oracle 11g the statistic job is created by the system during the maintenance window is open.
    We are not able to modify parameters of this system job. After the maintenance window closed the job is already running - only with another resource priority - but it is running.
    Please help me in this scenario
    Thanks&Regards
    Prem

    ?So basically you are saying is if none of the tables are changed then GATHER_STATS_JOB will not run, but i see tables are updated still the job is not running. I did >query dba_scheduler_jobs and the state of the job is true and scheduled. Please see my previous post on the output
    Am i missing anything here, do i look for some parameters settings
    So basically you are saying is if none of the tables are changed then GATHER_STATS_JOB will not run,GATHER_STATS_JOB will run and if there are any table in which there's a 10 percent change in data, it will gather statistics on that table. If no table data have changes less than 10 percent, it will not gather statistics.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/stats.htm#i41282
    Hope this helps.
    -Anantha

  • Use two VIs with the same name, different functionality on a single Project

    Hi, I'm working with vision builder al labview, I need to integrate the vision builder migration Vis into my main program, (Is not an option), but I have multiple Vis autogenerated with the same name, how can i integrate them in the same project without dependency problems
    Thanks in advance

    Hi,
    Unless you really need tight integration between the Vision code and the rest of your LabVIEW application, or would rather not have to pay for a Vision Builder AI runtime license on the targets on which you want to deploy your final application, I would recommend you look into using the Vision Builder AI LabVIEW API instead of migrating the inspection to LabVIEW.
    The API allows to control Vision Builder AI by launching a Vision Builder AI engine, running the inspection and retrieving resulting images and results.
    The advantage of the API is that it allows for easier modification and debugging of the Vision Inspection that you designed in Vision Builder, if you need to make changes later. (i.e. all you need to do is open the inspection in Vision Builder AI, modify parameters, add steps etc).
    You won't have to change your LabVIEW application, unless you want to output additional results.
    When you build and deploy your application, you will need to install Vision Builder AI on the target machine and get a runtime license for it.
    Migrating the inspection to LabVIEW is a one way deal. If you need to make changes to the inspection, you will have to migrate the inspection again, or modify the code outside of the Vision Builder AI environment.
    As you might have noticed, the code generated is quite complex, and it is recommended to go this route only if you need really tight integration/synchronization between the vision code and the rest or your LabVIEW code, or if you would rather pay for a cheaper Vision runtime license rather than a VBAI runtime license for the deployment machine (in case of deploying multiple systems where cost is a big consideration).
    Vision Builder AI API examples are located in this folder:
    C:\Program Files (x86)\National Instruments\Vision Builder AI\API Examples\LabVIEW Examples
    Hope this helps clarify the use cases and help you make the right decision for your design.
    Best regards,
    Christophe

  • Stream Blu-ray to Apple TVs/iPads/iPhones with iTunes on Mac

    Mac solution: Backup DVD/BD disc to iTunes for Apple TV 3/iPad Air/iPhone 5S 
    Description: Want to rip DVD/Blu-ray discs movies to iTunes supported formats for all Apple TVs, iPads, iPhones? Some of you may have not figured out a proper way to convert DVD/Blu-ray to iTunes on Mac. Simply follow this article to import DVD/Blu-ray movies
    to iTunes. 
    Good news for Mac users! Pavtube Blu-ray Ripper for Mac 3.7.0 is released! 
    "I want to put my library of disks in iTunes. I searched "best BD Ripper Mac Review" on google and choose Pavtube for its better reviews. When I used it for a while, I really appreciate its much more intuitive interface than CloneDVD2 which I
    used before. Until now, it always works well to rip my discs for my Apple TV 3." 
    This is one of the customers that tell us how he uses Pavtube to rip his library discs. However, to some whom not familiar with Pavtube, do you want to rip DVD/Blu-ray discs movies to iTunes supported formats for Apple TV, iPad, iPhone? Do you want to figure
    out a proper way to convert DVD/Blu-ray to iTunes on Mac as well? If so, please read on and it will be an easy to make it possible with the help of Pavtube. 
    What Pavtube Blu-ray Ripper for Mac can help you 
    Backup Blu-ray and DVD movies on Mac. 
    Make 1:1 copy of Blu-ray/DVD movies. 
    Convert discs to MP4, M4V, MOV, AVI, MKV files for Apple TV, iPad, iPhone, iTunes,
    QuickTime player, Samsumg Galaxy Tab/Note, etc. 
    Editing videos with simply usage.
    PS. Pavtube Blu-ray Ripper for Mac also has windows version: Pavtube Blu-ray Ripper (Guide). 
    How to Convert DVD and Blu-ray discs to iTunes for Apple TV 3, iPad Air, iPhone 5S 
    Step 1. Load Blu-ray/DVD movies. 
    Download the program, and then click "Load file" icon to load the Blu-ray and DVD movies to your program. (If the files are blu-ray, you need a Blu-ray drive first.) 
    Step 2. Select output format. 
    Pavtube Blu-ray Ripper for Mac has a number of presets for Apple TV, iPad and iPhone. Just choose the suitable format. 
    For Apple TV 3: 
    For iPad Air: 
    For iPhone 5S: 
    Tip: 
    If you need, you can also click "Setting" to modify parameters of your output profile to meet your professional needs: video bitrate, frame rate, audio channel, etc. Remember the file size and video quality is based more on bitrate than resolution
    which means bitrate higher results in big file size, and lower visible quality loss, and vice versa. 
    Step 3. Start conversion. 
    The final step is to tap "Convert" button and commence ripping Blu-ray/DVD movies to iTunes highly compatible videos. 
    After the conversion, click on "Open" button to access to the videos you ripped. Open your iTunes and import the output files to its Movie library by clicking File > Add File to Library. 
    Then you could transfer and watch Blu-ray and DVD movies on iTunes or your Apple TV, iPad Air, iPhone 5S. Learn more: 
    PS: If you want to backup Blu-ray and DVD movies persevering all the audio tracks and subtitles, Pavtube ByteCopy (ByteCopy for Mac) could help you with good effect. 
    See also: Pavtube Products Updated: Get 20% off at Myce 
    See More Related articles: 
    Apple TV 3 Column | iPad 3 Column | iPhone 5 Column 
    Play 1080p/720p HD Videos and Movies on iPad Air 
    How to transfer TiVo videos on iPad Air on Mac Mavericks? 
    Easy way to make children's movies to be played on iPad 3, iPad Air in car 
    Copy Blu-ray to MOV with multi-track for IOS devices 

    @Chris:
    I was just referring to the visual graphics (you know, the fireworks, stars and other stuff that reminds me of the 70's....) that you can play on the screen when iTunes is playing music?
    I noticed that these effects are not just randomly chosen, they are in fact synchronized to the beat and intensity
    of the music, and that struck me as rather cool......

  • Display and interact with a vi front panel on remote C++ app

    Hello:
    I am new to LV and need a little advice.  I need to display a LabVIEW VI front panel in my C++ .Net application that users can interact with to view real-time spectrum data.  The C++ app (client) must reside on a separate computer(s) from the VI so that the client can connect from anywhere around the world and interact with the VI. 
    I am not sure about the basic architecture that should accompany a good solution.  We want to use TCP/IP but not DataSocket.  I do not have access to Measurement Studio but I do have access to LabVIEW Professional Development System v 8.2.  Can anyone provide suggestions on what I need to do in order to
    1.  Connect to my TCP server using my C++ client app - I have already written TCP client and server code which communicate but now I need to integrate LV
    2.  Get access to the VI sitting on that server
    3.  Send the VI front panel to the client for display
    4.  Allow the user to modify parameters on the front panel displayed on the C++ client, send those changes back to the server, and refresh the front panel displayed in the C++ client given the new parameters (I would like a real-time display of the spectrum to always be available)
    Is this possible?  Has anyone done this using C++ .NET in VS2005?  Are there examples I can mimic or references that will help direct me?  I have searched and searched through NI's help and found a lot of good stuff but I'm still feeling confused about the best way to utilize LV.
    Thank you in advance!

    One more question ... what if I could use Measurement Studio?  The documentation seems to indicate that it's easy to create network applications and therefore it would be easy for me to re-create our VI's front panel using Measurement Studio components in my C++ app and then simply connect those components to the networked hardware (TCP/IP or DataSocket) that could be located anywhere in the world.
    Depending on what components you are using in your LabVIEW panel, it is probably pretty easy to build a Measurment Studio application to look like a LV panel.
    Given that, you could use network shared variables to move data across the network, no TCP programming necessary -- I think that this is pretty easy to do, but I don't know the specifics about variable programming in that environment.  Also, you will probably need to add some smarts to the server side to make sure that it is reading to and writing from variables in an appropriate manner.
    Question: why can't you just use LabVIEW for the client application also?

  • How Can I Open and Use Excel Spreadsheets on my Mac?

    I am trying to find out how to work with Excel (.xls) files on my Mac.  I have the latest updates on my OS but my Numbers is about 3 yrs old.
    I am able to work with the file on the Forum website, make adjustments.. but that is discouraged.  The owners encourage me to copy the .xls file to my computer and work with it there and finally submit it for critique.
    When I copy the file to the Mac, it seems to come in as a Numbers file.. at least that's what it is when I open it.  When I work with cells, none of the algorithms work.. IOW, nothing changes with the results.
    What have I tried..?
    I have put Open Office on the computer.  That supports Excel files.  But I guess my old mind doesn't know how to "import?" the .xls file on my desktop into OO.  So, I have not been able to make changes.  Possibly I am not seeing what needs to be done.
    I have also clicked on the file icon. Right clicked on it and selected "Get Info" and said to open the file in Open Office.  Nothing happened when I actually tried to open that file.
    I'm at a loss and this is pretty important.
    I'm quite surprised that Numbers doesn't seem to allow working with .xls files  I'm hoping I'm missing something

    Thanks for the rapid replies...
    I have NO problem opening the files.  As I stated in my OP, it is all about WORKING with the file.  IOW, this is a file to help me brew beer with changes in equipment size/configuration.. or simply changing a recipe.
    When I change the size of my brew kettle, the algorithms should modify parameters in different places to modify how much water I would have to use, how much boil off I should expect.. etc etc.  Or if I want to modify the batch size of the brew from 20 gallons to 5 gallons.. when I imput that data, the recipe should change accordingly.  When I do this on the forum site.. it works.  When I import it the algorithms don't change the numbers.
    What I get when I open the file, even as suggested by 'kkaufmann87" is that
    "Unsupported formulas were replaced by the last calculated value".... which were the values I had when I copied the file to my computer.
    Kolgrath.  This question was suggested by another person on that beer forum.. and Google Docs will not work either.

Maybe you are looking for

  • Page size and rulers

    How do I give a page size in the new numbers? I like to see my page as an A4 when I fill in (or design) an invoice. The rulers are in points instead of centimeters. How to change that? Any advice?

  • Problem Using UTL_FILE package ORA-29285

    Dear All, I would very much appreciate your help. I am trying to export data form a table. The version of the DB is 10.2.0.4 I am using the following procedure: create or replace procedure EXPORT_FRAME( dir IN VARCHAR2, filename IN VARCHAR2) IS f utl

  • Removing photos from slideshow

    I have some photos in the slide show but one of them I want to remove How do I do that

  • The fn key and movement keys on a MacBookPro 2 GHz Intel Core Duo

    This is my first notebook computer so it may be obvious, but I cannot figure out how to use the fn key in combination with movement keys. While the fn home (right arrow) and end keys work, if you add any other command keys, like ctrl, shift, option,

  • I'm having problems registering Final Cut Studio

    I recently purchased and installed Final Cut Studio. I successfully installed it, except there was a message at the beginning of the process saying there was some sort of registration problem. I don't know exactly what the message was and can't repli