Statistics Help

If anyone can clarify this for me it would be greatly appreciated.
Can statistics collection be classified in 2 groups, Optimizer and Performance (AWR) Tuning? I ask this because I am reading Oracle 10g Admin Workshop I, chapter 12 "Proactive Monitoring" and does not make a clear distinction between the above areas. Since STATISTICS_LEVEL seems to apply to both and the location of the stats collected differ (dictionary for optimizer and WRx$ for AWR) I just want to be sure I am comprehending correctly.
Matt

Matt,
The term Statistics got the same meaning everywhere,information required to do some analysis. This means its true in the case of optimizer also as well as ADDM also.Now as in the link given by you, this lines clearly mentions that ADDM uses the AWR data.
ADDM examines and analyzes data captured in the Automatic Workload Repository (AWR) to determine possible performance problems in Oracle Database.
So AWR forms the basis of the data that is used by ADDM.
Now if we look at the AWR definition and see what does it contain, the term is same ,Statistics but see for how many areas it is collected,
http://download.oracle.com/docs/cd/B19306_01/server.102/b28051/tdppt_method.htm#CAEICJEI
The database statistics collected and processed by AWR include:
Time Model Statistics
Wait Event Statistics
Session and System Statistics
Active Session History Statistics
High-Load SQL Statistics
So I am sure now the idea of statistics should be clear.Where ever it would come, it has one meaning only that it refers to information which is meant for analysis purpose.Optimizer uses that information in its own way , ADDM in its own and so on.
HTH
Aman....

Similar Messages

  • 2004s Statistics Help

    Friends -
    I have activated all 0TCT content for new BI statistics.  I find that with this new content it is very difficult to find some information that was very easily accesible with 3.5 content. 
    For example, I would like to see query and cube usage information.  In 3.5 their were standard queries to see how frequently a cube or any object was used.  In addition there was a standard query to determine when a query was last used.
    Should I be using the 0BWTCT content in conjunction with 0TCT.  I though 0TCT replaced old content - now I am wondering if I am supposed to use both. 
    Thanks in advance for any help.

    Friends -
    I have developed a method for determining cube usage.  It is not a simple as with the 3.5 stats. 
    I am using the data manager statistics.  I have modified BC Query - 0TCT_MC03_Q02.  I chose to look at the data manager stats so that I could get cube usage.  I.E. if a query is run against a multiprovider, I wanted to see the underlying cube usage.  In many cases when a query is executed against a multiprovider only a subset of the cubes in that MP are used.  That is the granularity that I captured my interest. 
    In the rows column of  the query I included:
    PartProvider 0TCTPARPROV  (This gives the basic cube used)
    InfoProvider 0TCTIFPROV (This gives the multiprovider name that was used)
    Query Step 0TCTSTEPUID (This provides the query that was executed - you have to include this level of granularity to obtain a count of how many queries were executed, because there is not a key figure that represents the number of executions)
    In the rows area I inlcuded:
    Rec., trans. from DB 0TCTNDBTRA (Records transferred from the DB.  I chose this because in many cases in a poorly written query against the multiprovider, the query may actually select from a cube but not return any records - because multiprovider pruning etc. has not been applied.  I chose to determine an execution against a cube as any query that returned records from the selection)
    Count # Records trans. > 0  (Here I just simply included a count variable to count 1 for every record where the records tranferred was > 0)
    With the above query I was able to determine the number of query executions that returned records from the DB for each cube and the related multiprovider if one exists.  What you don't get from this query is cubes that were never used.  So, I took the list from above and combined it with a list of all existing cubes to get the clear picture of used an unused.
    This is not a great solution, it required manual effort and is probably not 100% accurate.  It seems to be such a basic question - I am not sure why SAP decided to remove the valuable query that was provided with earlier statistics.
    Hope this helps.  If anyone comes up with a more elegant solution, I would love to hear about it....
    Cheers-

  • Disk Statistics Help

    Hi,
    I 'm trying to get the following information related to disk statistics:
    %Busy[]
    Blks/Sec[]
    BlkReads/Sec[]
    BlkWrites/Sec[]
    I/Os/Sec[]
    Rds/Sec[]
    Wrs/Sec[]
    AvgServ[]
    AvgWait[]
    AvgQlen[]
    OldQlen[]
    Degradation/Sec[]
    I need to get this information from /dev/kmem/ without using kstat. But I'm not sure which structure holds these information. I would really appreciate any guidance regarding these statistics.
    Thanks.
    Regards,
    Shine

    man kstat(3K) should help...
    Ilya.

  • Update statistics for database

    I'm needing to update stats on all tables in the database, and an unsure how to do so, and haven't been able to find any documentation for it. Could someone help me in this, show me the code on how to make this happen.
    Thanks

    Hi,
    There are multiple sites and articles that explain the issue in depth (just google oracle statistics, [http://www.oracle.com/technology/pub/articles/lewis_cbo.html] is a very good example).
    Basically statistics help generate execution plans for your queries and DMLs.
    It is recommended to gather statistics with the DBMS_STATS package ([http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_stats.htm]).
    Regards,
    Yuri
    [http://it.toolbox.com/blogs/living-happy-oracle]

  • SUN IDM8 Performance question

    I have deployed IDM8 on Sun Application Server 9.1 on RHEL 4.6 with Oracle 10gr2. All are on the same machine. I have given 1 GB each initial/max heap sizes. The performance seems to be horrible for a single user (e.g. configurator) just logging to IDM initial page -- 3-4 minutes. After then same thing for every item. This is a fresh install and almost no load is there. I see the machine has lots of free memory, no paging and CPU utilization is not more than 20%. Looked at garbage collection and that was going pretty fast. What may be the reason & how to fix it? Thanks.

    One thing to keep in mind with Oracle is that immediately after a fresh install and new data population the indexes and statistics are out of sync with the data in the database. Those statistics help Oracle decide how to retrieve the data from the database. If the statistics are old then sometimes Oracle will make the wrong decision, for example chosing a full table scan over an index based look up.
    Oracle will eventually rebuild those statistics (usually it's a job scheduled to run nightly but it depends on your config) but it might be worth asking your DBA to force them to be rebuilt.
    Having said that, I'm personally not terribly impressed with the performance of either IDM 8.0 or IDM 7.1. The IDM application itself does not take advantage of multiple CPU cores so running it on a platform such as Sun's T1000/T2000 series servers does not help. It's far better to use a system with very fast CPUs but limited execution cores over a system with a ton of cores and slower CPUs. There's very little multi threading done within a single user's session.
    On the back-end database side, IDM defines the schema to use and I think there could be some improvements there too. It took me a solid week of database tuning (along with using Oracle's query rewrite feature) just to get the performance up to an acceptable level.
    One example I have is if you have a large number of users in a single organization (over 100k) and, as an admin, you try to expand that organization and page through the user list the system slows to a crawl. Each click to move to the next "page" of users takes minutes and since IDM remembers were you were in the account listing every time you return to the account tab there's a several minute delay. Since it's only on the admin side of things we're going to live with it. There's no way that type of a performance problem is solely related to the back-end database.
    Anyway, I'll stop ranting. Rebuild your Oracle statistics and indexes. Something like "EXEC DBMS_STATS.gather_database_stats;" as the sys user will help but really you should talk to your DBA.
    If you're not using a lot of CPU it likely means you're hitting the disk a ton. The second thing you might try doing in cranking up your JVM heap size or changing your garbage collection method. Here's what I use (I'll leave it up to you to look up the meaning of each of the command line options) for the jvm:
    -server -XX:+DisableExplicitGC -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -Xms1024m -Xmx1024m -XX:SurvivorRatio=128 -XX:NewSize=300m -XX:MaxNewSize=300m -XX:MaxTenuringThreshold=0 -XX:CMSInitiatingOccupancyFraction=60
    Edited by: MichaelF on Jul 8, 2008 9:40 AM

  • High Pings, slow performance. Good line stats. P...

    Hi 
    I am suffering from very high ping times and variable download speeds.  I normally get about 15ms ping and 12-15Mb download.  I am currently getting 200-500ms ping times and 1Mb-6Mb download and significant packet loss.  Ping test gives me a server in holland as fastest server!
    My line stats look fine - problem doesn't seem to be the local loop.
    I swapped the ECI modem for a Hauwei from eBay in case that was causing an issue (and so I could access the stats) but it didn't improve things.  Any clue?  Do you know how to get to someone in BT  that I can have a sensible conversation with?  I am preparing myself for the usual long drawn out fight with the helpdesk and hours on the phone.
    1) Exchange and cabinet details
    BT BROADBAND AVAILABILITY CHECKER
    Telephone Number *********** on Exchange HARPENDEN is served by Cabinet 49
    Featured ProductsDownstream Line Rate(Mbps)Upstream Line Rate(Mbps)Downstream Range(Mbps)Availability Date  High Low High Low    
    FTTC Range A (Clean)
    17
    10.6
    1.3
    0.8
    Available
    FTTC Range B (Impacted)
    13.4
    5.3
    1.2
    0.5
    Available
    WBC ADSL 2+
    Up to 2.5
    1 to 4
    Available
    ADSL Max
    Up to 2
    1 to 3.5
    Available
    WBC Fixed Rate

    Available
    Fixed Rate

    Available
    Other Offerings
    FTTP on Demand
    330
    30
    Available
    Fibre Multicast
    Available
    Copper Multicast
    Available
    2) DSL Modem Details
    Device
    Help
    Product type
    EchoLife HG612  
    Device ID
    10C61F-21530315408K25030366
    Hardware version
    VER.B
    Software version
    V100R001C01B030SP08
    Firmware version
    A2pv6C038m.d24j
    Batch number
    BC1P6.030.A2pv6C038m.d24j
    System up time
    0 days 1 hours 18 minutes 15 seconds
    3) DSL Line Stats
    Connection Status
    Help
    Mode
    VDSL2  
    Traffic type
    PTM  
    DSL synchronization status
    Up  
    DSL up time
    0  
    Line Status
    Help
    Downstream
    Upstream
    Attainable rate (kbit/s)
    15524
    1134
    SNR margin (dB)
    30.9
    0
    Line attenuation (dB)
    10.1
    10.5
    Output power (dBmV)
    10.1
    10.5
    Statistics
    Help
    Path 0
    Path 1
    Downstream
    Upstream
    Downstream
    Upstream
    Line rate (kbit/s)
    14999 
    1077 


    CRC errors
    222 
    138 
    18 
    18 
    FEC errors




    HEC errors
    90 
    58 
    32 
    32 
    Thanks for your help!

    Thanks for the quick response!
    BusyBox v1.9.1 (2014-01-21 16:44:38 CST) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    # xdslcmd info --pbParams
    xdslcmd: ADSL driver and PHY status
    Status: Showtime
    Retrain Reason: 0
    Last initialization procedure status: 0
    Max: Upstream rate = 1134 Kbps, Downstream rate = 15580 Kbps
    Bearer: 0, Upstream rate = 1077 Kbps, Downstream rate = 14999 Kbps
    Bearer: 1, Upstream rate = 0 Kbps, Downstream rate = 0 Kbps
    Discovery Phase (Initial) Band Plan
    US: (7,32) (871,1205) (1972,2782) 
    DS: (33,859) (1216,1961) (2793,3970) 
    Medley Phase (Final) Band Plan
    US: (7,32) 
    DS: (33,859) 
      VDSL Port Details  Upstream  Downstream
    Attainable Net Data Rate:     1134 kbps     15580 kbps
    Actual Aggregate Tx Power:       10.5 dBm     10.1 dBm
    ==================================================​==================================
    VDSL Band StatusU0U1U2U3U4D1D2D3
      Line Attenuation(dB): 13.4  N/A  N/A  N/A  N/A 28.2 86.8  N/A
    Signal Attenuation(dB): 13.4  N/A  N/A  N/A  N/A 44.8  N/A  N/A
    SNR Margin(dB): 6.8  N/A  N/A  N/A  N/A 6.7  N/A  N/A
    TX Power(dBm): 10.5  N/A  N/A  N/A  N/A 10.1  N/A  N/A

  • Require help in understanding exporting and importing statistics.

    Hi all,
    I am bit new to this statistics.
    Can anyone please explain me in detail about these commands.
    1) exec DBMS_STATS.GATHER_TABLE_STATS (ownname => 'MRP' , tabname => 'MRP_ATP_DETAILS_TEMP', estimate_percent => 100 ,cascade => TRUE);
    2) exec DBMS_STATS.CREATE_STAT_TABLE ( ownname => 'MRP', stattab => 'MRP_ATP_3');
    3) exec DBMS_STATS.EXPORT_TABLE_STATS ( ownname => 'MRP', stattab => 'MRP_ATP_3', tabname => 'MRP_ATP_DETAILS_TEMP',statid => 'MRP27jan14');
    4) exec DBMS_STATS.IMPORT_TABLE_STATS ( ownname => 'MRP', stattab => 'MRP_ATP_3', tabname => 'MRP_ATP_DETAILS_TEMP');
    I understand that these commands are used to export and import table statistics.
    But please anyone help me in understanding this indetail.
    Thanks in advance.
    Regards,
    Shiva.

    Shiva,
    Please post the details of the application release, database version and OS.
    Please see (FAQ: Statistics Gathering Frequently Asked Questions (Doc ID 1501712.1) -- What is the difference between DBMS_STATS and FND_STATS).
    For exporting/importing statistics summary of FND_STATS Subprograms can be found in (Doc ID 122371.1)
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_STATS&c_owner=APPS&c_type=PACKAGE&c_detail_type=source
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_details?c_name=FND_STATS&c_owner=APPS&c_type=PACKAGE%20BODY&c_detail_type=source
    Thanks,
    Hussein

  • Help,why brconnect do not collect statistics for mseg table?

    I found "MSEG" table`s statistics is too old.
    so i check logs in db13,and the schedule job do not collect statistics for "MSEG".
    Then i execute manually: brconnect -c -u system/system -f stats -t mseg  -p 4
    this command still do not collect for mseg.
    KS1DSDB1:oraprd 2> brconnect -c -u system/system -f stats -t mseg u2013f collect -p 4
    BR0801I BRCONNECT 7.00 (46)
    BR0154E Unexpected option value 'u2013f' found at position 8
    BR0154E Unexpected option value 'collect' found at position 9
    BR0806I End of BRCONNECT processing: ceenwjre.log 2010-11-12 08.41.38
    BR0280I BRCONNECT time stamp: 2010-11-12 08.41.38
    BR0804I BRCONNECT terminated with errors
    KS1DSDB1:oraprd 3> brconnect -c -u system/system -f stats -t mseg -p 4
    BR0801I BRCONNECT 7.00 (46)
    BR0805I Start of BRCONNECT processing: ceenwjse.sta 2010-11-12 08.42.04
    BR0484I BRCONNECT log file: /oracle/PRD/sapcheck/ceenwjse.sta
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.11
    BR0813I Schema owners found in database PRD: SAPPRD*, SAPPRDSHD+
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.12
    BR0807I Name of database instance: PRD
    BR0808I BRCONNECT action ID: ceenwjse
    BR0809I BRCONNECT function ID: sta
    BR0810I BRCONNECT function: stats
    BR0812I Database objects for processing: MSEG
    BR0851I Number of tables with missing statistics: 0
    BR0852I Number of tables to delete statistics: 0
    BR0854I Number of tables to collect statistics without checking: 0
    BR0855I Number of indexes with missing statistics: 0
    BR0856I Number of indexes to delete statistics: 0
    BR0857I Number of indexes to collect statistics: 0
    BR0853I Number of tables to check (and collect if needed) statistics: 1
    Owner SAPPRD: 1
    MSEG     
    BR0846I Number of threads that will be started in parallel to the main thread: 4
    BR0126I Unattended mode active - no operator confirmation required
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.16
    BR0817I Number of monitored/modified tables in schema of owner SAPPRD: 1/1
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.16
    BR0877I Checking and collecting table and index statistics...
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.16
    BR0879I Statistics checked for 1 table
    BR0878I Number of tables selected to collect statistics after check: 0
    BR0880I Statistics collected for 0/0 tables/indexes
    BR0806I End of BRCONNECT processing: ceenwjse.sta 2010-11-12 08.42.16
    BR0280I BRCONNECT time stamp: 2010-11-12 08.42.17
    BR0802I BRCONNECT completed successfully
    the log says:
    Number of tables selected to collect statistics after check: 0
    Could you give some advices?  thanks a lot.

    Hello,
    If you would like to force the creation of that stats for table MSEG you need to use the -f (force) switch.
    If you leave out the -f switch the parameter from stats_change_threshold is taken like you said correctly:
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/02/0ae0c6395911d5992200508b6b8b11/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/02/0ae0c6395911d5992200508b6b8b11/content.htm]
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/cb/f1e33a5bd8e934e10000000a114084/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/cb/f1e33a5bd8e934e10000000a114084/content.htm]
    You have tried to do this in your second example :
    ==> brconnect -c -u system/system -f stats -t mseg u2013f collect -p 4
    Therefore you received:
    BR0154E Unexpected option value 'u2013f' found at position 8
    BR0154E Unexpected option value 'collect' found at position 9
    This is the correct statement, however the hyphen in front of the f switch is not correct.
    Try again with the following statement (-f in stead of u2013f) you will see that it will work:
    ==> brconnect -c -u system/system -f stats -t mseg -f collect -p 4
    I hope this can help you.
    Regards.
    Wim

  • SQL Server 2008 R2 - need help in interpreting output of statistics time on

    Hi,
    Could you please help me to understand how to interpres CPU and Elapsed time
    I ran a query that took  1h 23 min 52 sec to complete.
    My statistics time result hows the following:
    CPU time = 17407152 ms, elapsed time = 5018172 ms.
    Both well exceed 1h 23 min 52 sec if I consider ms to be milliseconds.
    Could you please help me to understand why such mismatch?
    Does ms actually mean milliseconds?
    Thanks,
    Andrei
    SSIS question

    Mostly the query is going for parallelism (running on multiple CPU) and that's why CPU time is more.
    5018172 ms
    5018.172 sec 
    83.6362 min
    1.393936667 hours
    1 hr 23 min (matching with wall clock)
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Error message installing BI Statistics. Any help?

    Hi,
    Ok, I am following the link: http://help.sap.com/saphelp_nw04/helpdata/en/8c/131e3b9f10b904e10000000a114084/content.htm
    to install BI Statistics (0BWTCT_STA).
    In rsa1, Bi Content, InfoArea, I collected 0BWTCT_STA to the right pane, and followed the Procedure in the link by choosing “grouping function for necessary objects only”
    the next step is to install. (Procedure 1 b. in the link).
    (The instruction does not indicate which objects to “check” for installation or not, so I left the default check marks)
    But I got the message below.
    I cancelled on seeing this message 2 times, but on the third attempt, I did not get the message and there was a prompt for transport request.
    1. If I continue now, with a transport request, will it install?
    2. Why did it stop giving the error?
    3. Can this installation cause any problem in the environment?
    4. What is the significance of this message I got?
    Message and details----
    Make repairs in foreign namespaces only if they are urgent                                                                               
    Message no. TR852                                                                               
    Diagnosis                                                                               
    The object being edited is in a namespace reserved for objects belonging
         to SAP or another software producer.                                   
         This system is supplied with this namespace.                                                                               
    System Response                                                                               
    The function continues.                                                                               
    Procedure                                                                               
    Only perform urgent repairs and only after consulting with or on       
         instruction from the owner of the namespace.

    Hello Amanda,
    Please see this OSS Note 431126 -  Activating characteristics that are document attributes.
    Thanks
    [Chandran|http://chandranonline.blogspot.com/]

  • Search Help problem in IT0033 (Statistics) in ECC 6

    Hi All,
    Iu2019m facing an error when trying to update the Statistics in HR Master Data.
    I enter the Personnel no. and Infotype 33 (Statistics) and press Display button. It takes you to Display Statistics Screen.
    The error occurs when I hit the dropdown button of the second line of Statistical Exceptions.
    Letu2019s say that I have two Statistics (01 and 02) and the Statistical exceptions for each one.
    When I hit the dropdown button to see the Statistical exceptionsu2019 list for the Statistics 01, the Search Help brings only the Statistical exception related to this Statistics (01). But, when I do the same thing for Statistics 02, the Search Help brings me all the Statistical exceptions, not only values related to Statistic 02.
    Debugging the program I could see that for each dropdown the debug starts in a different point of the program.
    Someone please could help me?
    Thanks.

    Hi Muralidaran,
    make sure that you have the right kernel for your service pack. SAP notes 919184 and 902694 tell you the required kernel patch level for SP 15 and SP 16.
    Best regards,
    Klaus

  • BW Statistics queries Can any one help me

    Dear Gurus,
    I had Implemented BW statistics in my project.  Could u people send me any documents which contains some queries built on BW stats Info Cubes, and their uses(to analyze what they are used).  I am in urgent need of them So, Please help me out.  My mail ID is <b>[email protected]</b>
    Best Regards
    Mohan Kumar

    Hi ,
    Name of the workbook will be - BW Statistic 2.0 . And when u have installed Technical Content in the system it is always better to move all queries which is delivered as part of Technical Content .
    Then try to load some data to Statistics cubes in development and then execute the Workbook it will be give you idea of what does indivual Query does as workbook contains graphs showing Cube Usage, Aggregate Usage etc  . You can also go to each query change view and see how is it designed.
    Assign Points if it helps.....
    Regards,
    Vijay

  • Any help on this Message (Yellow) while installing BW Statistics?

    Hi,
    Following the link: http://help.sap.com/saphelp_nw04/helpdata/en/8c/131e3b9f10b904e10000000a114084/content.htm
    to install BI Statistics (0BWTCT_STA).
    In rsa1, Bi Content, InfoArea, I collected 0BWTCT_STA to the right pane, and followed the Procedure in the link by choosing “grouping function for necessary objects only”
    the next step is to install. (Procedure 1 b. in the link).
    On completing the “Procedure step 1 b” in the link, I got the MESSAGE (Yellow) below. Any help in understanding the consequences? Can I proceed with the instructions to install or this will cause some problems?
    Thanks
    MESSAGE (Yellow) below
    Installation of: InfoObject (IOBJ)
    1. Transfer/Merge of the Content Version (Object Type InfoObject )
    Object InfoObject 0FLAG: Merge with the Content Version
       InfoObject 0FLAG: Application component  transferred from Content version
       InfoObject 0FLAG: InfoArea  transferred from the Content version
    Object InfoObject 0TCTAGGRST: Merge with the Content Version
       InfoObject 0TCTAGGRST: active and revised version are different
       InfoObject 0TCTAGGRST: InfoArea  transferred from the Content version
    Object InfoObject 0TCTASCTYPE: Merge with the Content Version
       InfoObject 0TCTASCTYPE: InfoArea  transferred from the Content version
    Object InfoObject 0TCTAUTH: Merge with the Content Version
       InfoObject 0TCTAUTH: Application component 0BWTCT transferred from Content version
       InfoObject 0TCTAUTH: InfoArea 0TCA transferred from the Content version
    2. Activation of Objects with Type InfoObject
    Checking Objects with Type InfoObject
       Checking InfoObject 0TCTAUTH
          Characteristic 0TCTAUTH cannot be a master data InfoSource
          Characteristic 0TCTAUTH is not an InfoProvider; InfoArea / nav. attr. Deleted
       Checking InfoObject 0TCTBWOBJCT
          Char.0TCTBWOBJCT is longer than 000040 (authorizations only in internal presentation)
       Checking InfoObject 0TCTEMAIL
          Characteristic 0TCTEMAIL: Lower case makes selection of char. values difficult
       Checking InfoObject 0TCTUSERNM
          Characteristic 0TCTUSERNM: Attribute 0ORGUNIT was deleted --> conversion
          Characteristic 0TCTUSERNM: Navigation attribute 0TCTUSERNM__0ORGUNIT was deleted --> conve
       Checking InfoObject 0TCTWHMACT
          Characteristic 0TCTWHMACT: Enter description of navigation attribute 0TCTSTATEVT
          Charateristic 0TCTWHMACT: Navigation attribute 0TCTWHMACT__0TCTSTATEVT switched on (-> N.B

    Hi,
        Its just a warning.The particular bi content objects are installed.You can proceed with it.Check all ur Inof cubes and Infoobjects and Process chains etc are installed.thn go 2 rspc and start executing the process chains
    please assign points if helpful
    Regards
    Sreekanth

  • Statistics Express VI - help

    Under the help option in the statistica express VI this is given to explain the time between samples (dt) 
    Time between samples (dt)
    —Bases the calculation on the time between samples in 
    Signals
    My design is two micophones and one sound and finding the time delay between the two.
    Now does this mean it takes the difference from when one signal starts and the other starts
    (say when microphone 1 first picks up a signal and then microphone 2) 
    Or does it show the time difference between the two signals ? 
    (as in the delay between the samples)
    I'll attach the VI's below to see it that helps makes sense
    Solved!
    Go to Solution.
    Attachments:
    VI.zip ‏980 KB

    dt is the time spacing between sampled points. In your case, dt=0.001.
    If you convert to plain 1D arrays, the sampling information is lost, meaning the cross correlation in in units of the array indices. Given dt, you can calculate the the spacing in seconds from the spacing in index units.
    You can also set the dt of the x-axes of the graphs so the display is in seconds.
    LabVIEW Champion . Do more with less code and in less time .

  • Help! Bw Statistics Problem

    I install the BW Statistics follow the How to Dociment.
    But When I excute the step 9. I can't find the content of  info package. How can I handle it? Help Me!

    Hi Shangfu,
    See if this forum discussion helps you ...
    bw statistics
    This discussion talks about a reference to a Note. So, check if this applies to you .
    assign points if useful ***
    Thanks,
    Raj

Maybe you are looking for

  • Report Layout width(Report based on SQL Query)

    Is there any way to increase the width of the report layout? I have removed as many columns as I can and dropped the font size down but the data in the columns is still wrapping to more than one line. How can I increase the report layout width, or ch

  • JSP pages don't work

    I'm running Apache Tomcat 5.0 on Windows XP. JSP pages will not work. Even more amazing is that, when I modify the example JSP pages, the changes are not shown and they run as if they were unmodified. I have Servlets working fine, but whenever I try

  • Mac 7500 working with a Windows 2003 server?

    Hi all and thanks in advance for any help We have an ancient mac 7500 that is dedicated to running an old version of DNA sequence analysis software (MacVector 6). It is networked in our LAN, and there is a common drive on the server, which is on a De

  • Msg 22051 Database Mail Attachment file is invalid

    Hello, I'm testing a trigger to output a text file and then attach it to an email in Database Mail. So far, I've gotten the correct text file to export to a TEMP folder, but when I try to attach it to database mail, I get the message below. I think i

  • If I go to the store, May i be able to buy online items if the items i'm looking for are not there?

    There is a item that came out today,and it says that it's not avalible at stores. The other problem is that I don't have a credit card to buy online items. Is possible to buy online items while in store without using a credit card?