Usage Descision tables

Hi all
How is the relation built in tables for a material with  its QM Usage descision.
where QM  descisions stored for a material.
sri

tnx for ur reply,
I guess it is because there is a limit to see data of tables via Administration tool.I tried it with tables which have more than 5000 or smt,got the same error. However when i try to view data of Look up tables,i can view them.It would be good to know how can we limit it,or else is it set default?
By the way i thought the usage tracking wasn't working for this reason but i figured out there were another problem and it is resolved.

Similar Messages

  • How can we find the most usage and lowest usage of table in Sql Server by T-SQL

    how can we find the most usage and lowest usage of table in Sql Server by T-SQL
    The table has time stamp column
    StartedOn datetime
    EndedOn datetime

    The Below query has been used , but the textdata column doesnot include the name of the table ServiceLog.
    SELECT
    FROM
    databasename,
    duration
    fn_trace_gettable('F:\Program
    Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log\log_148.trc',
    default)
    WHERE
    DATABASENAME='ZTCFUTURE'
    AND TEXTDATA
    IS
    NOT
    NULL
    --AND TEXTDATA LIKE 'SERVICE%'
    order
    by cpu
    desc; 

  • OBIEE Usage Tracking Table Is Not Populated

    Hello everybody,
    OBIEE Usage tracking table (s_nq_acct) is not populated correctly for last a few weeks. I have no experience on configuring / managing usage tracking jobs, so I do not know where to start to solve this problem. First of all, which log file should I go to find the problem? And also which parameters should I look? Can you help me please.
    Regards,
    Dilek

    Check that the absolutely correct and precise connection pool information contained in your RPD matches what your entries in the MBeans which then get written to the NQSConfig.ini.
    Check that your UT physical model in the RPD physical layer isn't and old (11.1.1.5) setup running on a 11.1.1.7 env where the column definitions don't match.
    Several log files. NQServer.log and NQQuery.log to begin with.

  • OBIEE 11G - Usage Tracking - Table S_NQ_DB_ACCT

    Hi
    I successfully set up usage tracking in Obiee 11 and the table S_NQ_ACCT gets a lot of new records. Basically it's working.
    In the nqserver.log I get some errors concerning a new table S_NQ_DB_ACCT:
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute: INSERT INTO S_NQ_DB_ACCT (ID,LOGICAL_QUERY_ID,QUERY_TEXT,QUERY_BLOB,TIME_SEC,ROW_COUNT,START_TS,START_DT,START_HOUR_MIN,END_TS,END_DT,END_HOUR_MIN) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12).
    This is an additional Usage Tracking Table which didn't exist in OBIEE 10G.
    I configured the table as S_NQ_ACCT in the same place in the repositry/connection pool. Writing to this table should be possible.
    Does anybody has an idea what could be wrong? Does another user fill data to this table than the user which fills data to S_NQ_ACCT?
    Thank you

    Hi
    Thank you.
    I use the table within the default RCU created schema. What I don't understand ist why the table S_NQ_ACCT gets a lot of records (because I set the loglevel) but S_NQ_DB_ACCT keeps empty with the error in the nqserver.log. I mean if one table works then the other should be working too? I checked also the permissions which are the same for both tables.
    [2012-06-04T15:14:39.000+00:00] [OracleBIServerComponent] [ERROR:1] [] [] [ecid: 7d4f9e9d968c0bfe:-39c197c9:13773b9d89f:-8000-000000000005c768] [tid: 18e0] [nQSError: 17011] SQL statement execution failed. [[
    [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist
    at OCI call OCIStmtExecute: INSERT INTO S_NQ_DB_ACCT (ID,LOGICAL_QUERY_ID,QUERY_TEXT,QUERY_BLOB,TIME_SEC,ROW_COUNT,START_TS,START_DT,START_HOUR_MIN,END_TS,END_DT,END_HOUR_MIN) VALUES (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12).
    ]]

  • [59053] Usage Tracking stopped because the specified Usage Tracking table

    Immideatly after server startup, I am gettting this log in the NQServer.log.
    [59053] Usage Tracking stopped because the specified Usage Tracking table contained the wrong number of columns or a column with an inappropriate data type.
    Any idea how I can find out which table needs update?
    Thanks
    -SJ
    Here are the details of hte tables I have in the Usage tracking schema :
    CREATE TABLE "RMI"."S_NQ_ACCT"
    (     "USER_NAME" VARCHAR2(128 BYTE),
         "REPOSITORY_NAME" VARCHAR2(128 BYTE),
         "SUBJECT_AREA_NAME" VARCHAR2(128 BYTE),
         "NODE_ID" VARCHAR2(15 BYTE),
         "START_TS" TIMESTAMP (6),
         "START_DT" TIMESTAMP (6),
         "START_HOUR_MIN" CHAR(5 BYTE),
         "END_TS" TIMESTAMP (6),
         "END_DT" TIMESTAMP (6),
         "END_HOUR_MIN" CHAR(5 BYTE),
         "QUERY_TEXT" VARCHAR2(1024 BYTE),
         "SUCCESS_FLG" NUMBER(10,0),
         "ROW_COUNT" NUMBER(10,0),
         "TOTAL_TIME_SEC" NUMBER(10,0),
         "COMPILE_TIME_SEC" NUMBER(10,0),
         "NUM_DB_QUERY" NUMBER(10,0),
         "CUM_DB_TIME_SEC" NUMBER(10,0),
         "CUM_NUM_DB_ROW" NUMBER(10,0),
         "CACHE_IND_FLG" CHAR(1 BYTE) DEFAULT 'N' NOT NULL ENABLE,
         "QUERY_SRC_CD" VARCHAR2(30 BYTE) DEFAULT '',
         "SAW_SRC_PATH" VARCHAR2(250 BYTE) DEFAULT '',
         "SAW_DASHBOARD" VARCHAR2(150 BYTE) DEFAULT '',
         "SAW_DASHBOARD_PG" VARCHAR2(150 BYTE) DEFAULT '',
         "PRESENTATION_NAME" VARCHAR2(128 BYTE) DEFAULT '',
         "ERROR_TEXT" VARCHAR2(250 BYTE) DEFAULT '',
         "RUNAS_USER_NAME" VARCHAR2(128 BYTE) DEFAULT '',
         "NUM_CACHE_INSERTED" NUMBER(10,0) DEFAULT NULL,
         "NUM_CACHE_HITS" NUMBER(10,0) DEFAULT NULL
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "RMI_DATA" ;
    CREATE INDEX "RMI"."S_NQ_ACCT_M1" ON "RMI"."S_NQ_ACCT" ("START_DT", "START_HOUR_MIN", "USER_NAME")
    PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "RMI_DATA" ;
    CREATE INDEX "RMI"."S_NQ_ACCT_M2" ON "RMI"."S_NQ_ACCT" ("START_HOUR_MIN", "USER_NAME")
    PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "RMI_DATA" ;
    CREATE INDEX "RMI"."S_NQ_ACCT_M3" ON "RMI"."S_NQ_ACCT" ("USER_NAME")
    PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "RMI_DATA" ;
    CREATE OR REPLACE FORCE VIEW "RMI"."NQ_LOGIN_GROUP" ("LOGIN", "RESP") AS
    Select DISTINCT USER_NAME as "LOGIN", RUNAS_USER_NAME as RESP From S_NQ_ACCT
    Edited by: SachinJ on Aug 3, 2009 7:54 AM

    Compare the S_NQ_ACCT table you created with the table structure defined in the rpd under the physical layer database object "Oracle Analytics Usage".

  • Disk space usage by table

    Hi all,
    how do I determine disk space usage by table1, table2 ?

    marco wrote:
    Hi all,
    how do I determine disk space usage by table1, table2 ?Use the _SEGMENTS views for this. Make sure to include dependent objects such as indexes if you're wanting to get an idea of the "total" size of the table. Perhaps you could give us more information on your requirements and what you're seeking to accomplish.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Usage Tracking table column definition

    Hi Gurus,
    I am not able to visualize the difference / significance of these two columns in S_NQ_ACCT table for usage tracking:
    NUM_CACHE_HITS - {Indicates the number of times existing cache was returned.}
    NUM_CACHE_INSERTED - {Indicates the number of times query generated cache was returned.}
    i got NUM_CACHE_HITS which gives the number of times cache match has occured, but what is role / meaning of NUM_CACHE_INSERTED, the documentation says "Indicates the number of times query generated cache was returned" what is query generated cache?
    Thanks,
    Sri

    hi jups,
    By deafult that parameter wil be null ,but any query got cached then it updates its value this way num_cache_inserted = 1
    Will this help you Definitions of time-related fields of usage tracking data
    hope helps you.
    Cheers,
    KK

  • Z- T code usage log table.

    hi All,
    I am looking for T-code or program usage log standard table to fulfill my requirement.
    Like I can get these values username, run date, run time etc.
    -Thanks
      Amit

    Hello Amit,
    although it was not specifically meant for this purpose, transaction STAD is an alternative how you can check the usage of a Z-transaction.
    Usage of transaction STAD is:
    enter the starting date / time
    enter the length which indicates how long the server should be analysed from the starting date / time
    in field "Transaction" enter the transaction name you need to check
    simply press <enter>
    Transaction STAD contains a huge amount of information about program statistics, so the information won't be kept here for long. However, the amount of storable program statistics should be raised only with care, as it can give a huge additional load on the server.
    Best regards,
    Laszlo

  • Deleting Equipment Usage List - Table EQUZ, Field DATAB

    Hi Gurus,
    An equipment was inadvertently uninstalled from a location and then resinstalled again. This resulted in a new Valaidity Date being created.
    We have a third part tool, that uses the Validity From date for its calculation. It seems unlikely that the Validity From date can be changed as this tracks the usage of equipment.
    The option I have is to delete the entry from the EQUZ table. The challenege is that Validity To can not be modified as it seems to be a primary key in the table.
    How advisable is to delete the entries from the EQUZ table and insert a single entry into the EQUZ table.
    To Illiustrate the point:
    Desired State - Equipment A:
    Validity From - 31.11.2007 Validity To: 31.12.9999
    Current State:
    Validity From - 31.11.2007 Validity To: 20.05.2010
    Validity From - 20.05.2010 Validity To: 31.12.9999
    Proposal
    Delete from EQUZ
    Validity From - 31.11.2007 Validity To: 20.05.2010
    Validity From - 20.05.2010 Validity To: 31.12.9999
    Insert into EQUZ
    Validity From - 31.11.2007 Validity To: 31.12.9999
    Your suggestions are highly appreciated.
    Regards,
    Nisha

    Hi,
    It is probably best to adjust the latest EQUZ record (validity to 31.12.9999), change the valid from field back to original 31.11.2007 date. Then delete the earlier EQUZ records.
    It is not an ideal way to fix the situation so ensure you document and keep copies of these records as they are now.
    -Paul

  • Tracking Discoverer Reports Usage, which table contains that?

    Hi there:
    Just wondering if anyone here knows which table that contains the discoverer reports. I'd like to come up with a list of all reports that have been created, when they get created and also how frequently they are used.
    Thanks
    Hui

    Here is a query to identify workbooks:
    List of Workbooks
    SELECT doc_name "Workbook",
    doc_developer_key ,
    doc_description "Description"
    FROM eul_owner.eul5_documents
    WHERE eul5_documents.doc_name LIKE '%&enter_workbook_name%'
    ORDER BY doc_name
    With respect to workbook usage, try this:
    SELECT a.QS_DOC_OWNER USERNAME,
    a.QS_DOC_NAME WORKBOOK ,
    a.QS_DOC_DETAILS WORKSHEET ,
    MAX(a.QS_CREATED_DATE) LAST_USED
    FROM EUL_OWNER.EUL5_QPP_STATS a,
    EUL_OWNER.EUL5_DOCUMENTS b
    WHERE a.QS_DOC_NAME = b.doc_name
    GROUP BY a.QS_DOC_OWNER,
    a.QS_DOC_NAME ,
    a.QS_DOC_DETAILS
    The Oracle Discoverer 10g Handbook in appendix A discusses many of the EUL tables.

  • Tuning temp usage - 21GB Table

    Hello,
    11gR2 OEL, 2 CPU machine (test box).
    select id,avg(col1),avg(col2),avg(col3),avg(col4),avg(col5)
    from t1
    group by id;id - VARCHAR2(15) NOT NULL - Not Indexed
    Avg row length - 100 bytes
    Table t1 is 21GB in size. Degree 4.
    The query fails with ORA-01652 even after consuming 35 GB of Temp.
    Problem at hand is to reduce temp usage as DBAs are not Ok with such huge temp usage with other jobs running.
    We have come up with 2 options.
    1. Create Index on id column - Looks like this works but takes longer. Testing is ongoing.
    2. Create Hash Partitions (10 partitions) hash by id column. Loop through each partition and compute avg.
    Option 1 is being tested currently.
    The question I have is, is Option 2 reliable. Is it guaranteed that a given value for id will always go to partition x ?
    Meaning, is it possible the same id value is stored in more than one hash partition ?
    Pls let me know.
    Rgds,
    Gokul

    The table has about 270 million rows with 3 - 4 million unique ids.
    Will Hash partitioning still help in this case ?With 4 million Unique IDs, you'd have to create a large number of HASH partitions to "reasonably" distribute them ! You could also use RANGE partitioning if you can predict the ID values.
    But don't go and partition/re-partition a table just to suit one type of query. Partitioning can well impact all sorts of queries (and DML) against the table. So you need to review the pattern of activity, performance implications for each type of access and maintenance overheads before deciding on a partitioning scheme.
    Hemant K Chitale

  • Question Concerning Usage of Table Controls

    I currently have three screens. The first screen is the main screen and the other two screens are subscreens called from within the main screen. Inside each of the two subscreens, I have a separate table control. Each table control provides a display of specific data. I would like the first table control to be maintained by certain actions done in the second subscreen. At the moment, I do know that the internal table used for the first table control is being modified accordingly. The issue is the table control on the screen is not being modified based on the change reflected on the internal table. If I modify the internal table, the table control on the screen still reflects the old value.
    Is what I am trying to do possible? Do I need to force an event in order for the table control to be modified or refreshed from the internal table? I have no issue in modifying the table control defined in the second subscreen. The table control on the first subscreen is the one where I have the issue with update.
    Thanks in advance.
    --Vince

    Hi,
    If the PBO of the main screen is called..
    THen table control in the first screen should be getting called also..
    In the debugging check if the internal table is having the updated values before hitting the LOOP AT statement of the PBO of the first screen..
    Thanks,
    Naren

  • Reg:usage of table in popup window

    hi all
    i am using pop up window for opening very functionality of a button .but when i am using table ui element with type as input fields inside a pop up .when i click on button( details) this pop up is opening  with table ui element but in this table as i want to enter experience details of an employee in this table at run time is my scenario.here the problem is this table though it is in the  edit mode first row  , it not allowing to enter the values in it.(cardinality i have changed to 1:n).
    2)how to make all the rows of a table into input fields even though i have taken them as a input fields it showing in display mode .
    can any one share ur  knowledge on this
    regards
    Deepika

    Hi,
    Are you using normal table UI element or ALV.
    If you are using the normal table, check the READ_ONLY property should be unchecked for TABLE property.
    Also check at the INPUT edtior level.
    Regards,
    Lekha.

  • Usage of TAble Functions in OBIEE

    Hello All,
    I have created a table function in the database.
    Is it possible to use/call table functions in obiee.Please let me know how to use table functions in OBIEE.
    Thanks in advance.

    Hi,
    Thanks for your reply.
    I want to use this table function to generate answers report.
    In the query i am using unions,bind variables.I can not create a database view on this query.The best solution would be creating a table function.
    But,i do not know how to access/use/call this table function to create answers report.
    Thanks in advance.

  • Memory usage Common table Expressions

    Hope view will use temporary memory while using it.. and
    If I use Common table Expressions (with <datsetname> select query )
    in stored procedure instead of view will it use the temp memory ?
    Many thanks
    Kalinga

    Why would it be any different? Its still a query. It will use any memory available for sorting
    (defined by sort_area_size)
    and if it exceeds this it will use the temporary tablespace.
    If their is more than one temporary tablespace , it will use the temporary tablespace which that user has been assigned.

Maybe you are looking for

  • Migration from Reports 6i to AS10g and rwservlet

    Okay, somehow I managed to delete my last post, so I'm trying this again... I have a legacy application that I am trying to migrate from Oracle 9i (with reports 6i) to Oracle 10g db and AS10g (running on a Windows 2003 server). Our current reports ar

  • Balance in transaction currency Message no. F5702 in MIRO

    We are getting following error while posting vendor invoice using MIRO w.r.t local PO. Since this is a local PO , currency is INR. Then why this error of exchange rate. How to solve this issue ? Balance in transaction currency Message no. F5702 Diagn

  • Change the default margin settings for the MS word!

    Hi All, BI Publisher version:latest 10.1.3.4 DB:10.2.0.4 Oracle Apps:12.0.6 OS:AIX We are facing an issue of which description is as below: RTF output is being uploaded through "XML Publisher" Responsibility. 3.1.9 Header and Footer Margin from Edge

  • Price difference in PO and GR

    Hi Friends, we  have a PO with a line item that has a certain price. at the time of GR however the amt in local currency is almost 4 times the PO price. i am unable to comprehend the drastic change in price. there is no split valuation for the materi

  • Disable the validation message

    Hi, How to disable the validation message "<fieldname> cannot be blank"? But when Submit button is clicked, it should still display the standard validation message "At least one required field was empty". Many thanks in advance.