identifier ' CTX_REPORT. INDEX_STATS' must be reported - in emagent.trc

DB 11.1.0.6.0
Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
Agent version: 10.2.0.3.0
Solairs 10.

Hello
The message "PLS-00201: identifier ' CTX_REPORT.» "INDEX_STATS' must be reported, began to appear in the emagent.trc ' file.
This question was requested in September 2008, but was not answered.
Anyone any idea why this happens?

Thank you
Pete

Please refer to MOS Id:

ID 1052647.1 - PLS-00201 for ' CTX_REPORT in EMAGENT. TRC file

Concerning
Rajesh

Tags: Enterprise Manager

Similar Questions

  • PLS-00201: identifier ' FND_GLOBAL. User_id' must be reported error

    Hello!

    I use 10g DB (like my access system), EBS 11.5.1
    I created a trigger (before_update) with the line
    : new.last_update_by: = fnd_global.user_id;
    but get the error PLS-00201: identifier ' FND_GLOBAL. User_id' must be reported error.

    Please help out me.
    Elmer

    It's been a while since I've done the triggers with the E-Business Suite, but it might be a requirement to have the trigger in applications rather than your custom schema schema. The apps schema should have full access to your custom schema (which he would get if the schema is correctly registered by using the form).

    And the other question, I would ask why you need it... Why don't your custom code to do this update systematically. You should also read Thomas Kyte stuff on the triggers.... (asktom.oracle.com, search for triggers).

    Best regards, Ivan

  • Why DynamicProperties says emagent.trc missing, but in fact, it is not.

    $ORACLE_AGENT/sysman/log/emagent.trc, he said dynamic properties are absent, but in reality the value isn't when I run "emctl recharge the dynamicproperties agent...". ». The error message as below.
    /*******************
    2009-06-23 19:28:30, 499 TargetManager wire-2674 WARN: the execution of the query for CheckStartConf to {aaa, CALL_IT_FV} is missing the following necessary property values: NAME; VALUE
    ******************/

    Here is the property dynamic value "CheckStartConf" in MGMT_TARGET_PROPERTIES.
    /**************************
    SELECT * from mgmt_target_properties
    where target_guid in (select target_guid from mgmt_targets where target_name as 'aaa') AND PROPERTY_NAME = 'runuser ";

    | TARGET_GUID | PROPERTY_NAME | PROPERTY_TYPE | NAME |
    -----------------------------------------------------------------------------------------------------------------------------------
    | 8E9C70BFE8017888EA4885F81DC7A19E | runuser | INSTANCE. 0 |

    **************************/
    And I noticed this only dynamic properties with TYPE = "TABLE" these errors, and if I change the TYPE of TYPE = 'ROW' no error generated.

    Here is the definition of the dynamic property "CheckStartConf" in XML format.
    /**************************
    < DynamicProperties NAME = "CheckStartConf" PROP_LIST = "NAME; The FORMAT of the VALUE"'TABLE' = >
    < QueryDescriptor FETCHLET_ID = "OSLineToken" >
    < property NAME = "emdRoot" SCOPE = "SYSTÈMEPARAMÈTRES" > emdRoot < / property >
    < property NAME = "scriptsDir" SCOPE = "SYSTÈMEPARAMÈTRES" > scriptsDir < / property >
    < property NAME = "perlBin" SCOPE = "SYSTÈMEPARAMÈTRES" > perlBin < / property >
    < property NAME = "host" SCOPE = "INSTANCE" option = "TRUE" > host < / property >
    < property NAME = "port" SCOPE = "INSTANCE" option = "TRUE" > port < / property >
    < property NAME = "uname" SCOPE = "INSTANCE" option = "TRUE" > uname < / property >
    pass < property NAME = 'pass' SCOPE = "INSTANCE" option = "TRUE" > < / property >
    < property NAME = "mysqlhome" SCOPE = "INSTANCE" > mysqlhome < / property >
    < property NAME = "mydelimiter" SCOPE = "INSTANCE" > mydelimiter < / property >
    < property NAME = 'command' SCOPE 'GLOBAL' = > '% perlBin%/perl' "% scriptsDir%/emx/%TYPE%/CheckStartConf.pl" "% mysqlhome" '% mydelimiter %' 'host viral%' "% port" "uname %" "% pass %" < / property >
    < property NAME = "separator" SCOPE = 'GLOBAL' > % mydelimiter % < / property >
    < property NAME = 'startsWith' SCOPE 'GLOBAL' = > em_result = < / property >
    < property NAME = 'errStartsWith' SCOPE = 'GLOBAL' > em_error = < / property >
    <!-< property NAME = 'EM_METRIC_TIMEOUT' SCOPE = 'GLOBAL' > 60 < / property >->
    < / QueryDescriptor >
    < / DynamicProperties >
    *****************************************************/

    Any help will be appreciated!


    Thank you
    Satine

    And when you set the table FORMAT you take the attribute PROP_LIST of the tag, right? Who should be used only when the FORMAT is STORED then maybe is to confuse the agent somewhere along the way?

  • "DBMS_LOCK" must be reported error even if pr villages are affected

    ODI: standard Edition Version 11.1.1

    I am badly struck here and not able to go further, I am getting error while executing the following load plan.

    oracle.odi.runtime.agent.invocation.InvocationException: ODI-1551: the acquisition of dbms_lock has failed with a sql exception ' ORA-06550: line 1, column 7:

    PLS-00201: identifier 'DBMS_LOCK' must be declared.

    ORA-06550: line 1, column 7:

    PL/SQL: Statement ignored

    '. Please check if the job repository db has EXECUTE privilege on the DBMS_LOCK package.

    I can check level DB grants are already there. ( I have not found the exact schema where my filing work, I find something ODI_WORK and I think it's the only one, my working repository name is WREP, and there is no diagram with this name)

    I created a plan to charge with fake markets and its still throw the same error.

    Help you enjoy.

    Kind regards

    HESH

    Thank you SH, it is now resolved by giving privileges to ODI_MASTER on DBMS_LOCK.

  • 'FIRST' must be reported error message

    Hi team,

    I have object SERVICE_TYPE

    If I run the script below it works well.

    DECLARE

    V_Service SERVICE_TYPE;

    BEGIN

    V_Service: = SA_RQA. F_ID_Service_By_ST (147685094, "SF4");

    -DBMS_OUTPUT. Put_line (V_Service);

    IF V_Service IS NOT NULL THEN

    DBMS_OUTPUT. Put_line ('w');

    END IF;

    END;

    But if I type loop error

    DECLARE

    V_Service SERVICE_TYPE;

    BEGIN

    V_Service: = SA_RQA. F_ID_Service_By_ST (147685094, "SF4");

    -DBMS_OUTPUT. Put_line (V_Service);

    IF V_Service IS NOT NULL THEN

    FOR i IN V_Service.FIRST... V_Service.last

    LOOP

    DBMS_OUTPUT. Put_line (V_Service (i) .value);

    END LOOP;

    END IF;

    END;

    Error report-

    ORA-06550: line 7, column 24:

    PLS-00302: component 'FIRST' must be declared

    ORA-06550: line 7, column 5:

    PL/SQL: Statement ignored

    06550 00000 - "line %s, column % s:\n%s".

    * Cause: Usually a PL/SQL compilation error.

    * Action:

    Guild me please.

    Looks like SERVICE_TYPE is not a collection type?

    Please post the result of the execution:

    DESCRIBE SERVICE_TYPE
    
  • Must be reported DBMS_HPROF

    Hello

    I use the version of database 11g r2.
    When running the following code:

    DECLARE

    n PLS_INTEGER;

    FUNCTION f RETURN PLS_INTEGER IS
    BEGIN
    RETURN 10;
    END f;

    BEGIN

    dbms_hprof.start_profiling (location = > 'test_dir', filename = > 'inline.trc');
    PRAGMA INLINE (f, 'YES');
    n : = f() ;
    DBMS_OUTPUT. Put_line ("n");

    DBMS_HPROF. STOP_PROFILING;

    END;
    /

    His shows the following error message:

    PLS-00201: identifier 'DBMS_HPROF' must be declared.

    Any body can direct what the problem is. ?

    Thank you
    Lavan

    LAVANKV wrote:
    Hello

    I use the version of database 11g r2.
    When running the following code:

    DECLARE

    n PLS_INTEGER;

    FUNCTION f RETURN PLS_INTEGER IS
    BEGIN
    RETURN 10;
    END f;

    BEGIN

    dbms_hprof.start_profiling (location-online 'test_dir', filename-online 'inline.trc');
    PRAGMA INLINE (f, 'YES');
    n : = f() ;
    DBMS_OUTPUT. Put_line ("n");

    DBMS_HPROF. STOP_PROFILING;

    END;
    /

    His shows the following error message:

    PLS-00201: identifier 'DBMS_HPROF' must be declared.

    Any body can direct what the problem is. ?

    Thank you
    Lavan

    There is some adjustment is required (grants and what not) with it... you did that?

    http://www.Oracle-base.com/articles/11g/PLSQL-hierarchical-Profiler-11gr1.php

    Describes what you need to do.

    See you soon,.

  • identifier 'table name' must be declared

    I am new to oracle development, I have a button in a canvas in the when button pressed trigger, I put this code
    Create procedure upd_dev
    Start
    DEVICES update
    Cname = value: cname, CORIGIN =: CORIGIN, VALUE =: VALUE
    , SIZEOFPACKAGE =: = SIZEOFPACKAGE GNAME: MIKE.R
    where DFR =: Devanlay;
    end;

    When I compile its gives me this error

    identifier "DEVICES" must be declared
    Ignored SQL statement

    OK, well there is no sense to me...
    Your procedure code must be in a program unit called upd_dev that contains the procedure
    and then your button code should contain only the lne to call it for example:

    upd_dev;

    Published by: spilgrim on March 12, 2012 09:00

  • PLSQL procedure error "component must be reported.

    Hello
    Greetings

    I need to write a PLSQL procedure to compare the data between two different requests (through the collection), but in the face of an error

    VERSION - Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi

    EXAMPLE OF CODE-


    CREATE or REPLACE procedure V_test

    type v_record is (record
    CUSTOMER_TYPE varchar2 (10),
    PRODUCT_CATEGORY varchar2 (10),
    PRODUCT_DESC varchar2 (40));

    type v_tst1 is table of v_record INDEX OF pls_INTEGER;
    V_TEST1 v_tst1;

    type v_tst2 is table of v_record INDEX OF pls_INTEGER;
    V_TEST2 v_tst2;


    Start


    Select CUSTOMER_TYPE, b.PRODUCT_CATEGORY, c.PRODUCT_DESC
    BULK COLLECT INTO V_TEST1
    of a, b, c
    where a.PRODUCT_CATEGORYD = b.PRODUCT_CATEGORY and a.PRODUCT = c.PRODUC
    CUSTOMER_TYPE, PRODUCT_CATEGORY, PRODUCT_DESC group;



    Select CUSTOMER_TYPE, PRODUCT_CATEGORY, PRODUCT_DESC
    BULK COLLECT INTO VAS_TEST2
    d
    Group of CUSTOMER_TYPE, b.PRODUCT_CATEGORY, c.PRODUCT_DESC;



    BECAUSE me in V_TEST1. FIRST... V_TEST1. LAST
    LOOP
    FOR j IN V_TEST2. FIRST... V_TEST2. LAST
    loop


    If VAS_TEST1. CUSTOMER_TYPE (i) = VAS_TEST2. CUSTOMER_TYPE (j) then
    If VAS_TEST1. PRODUCT_CATEGORY (i) = VAS_TEST2. PRODUCT_CATEGORY (j) then


    insert into v_tab values (sysdate, V_TEST1. CUSTOMER_TYPE (i), V_TEST1. PRODUCT_CATEGORY (i), V_TEST1. PRODUCT_DESC (i));
    commit;

    end if;

    end if;



    END LOOP;



    END LOOP;
    END;
    /

    ERROR - "PLS-00302: component 'CUSTOMER_TYPE' must be declared '.

    Thank you in advance to suggest corrections or alternatives
  • Not able to access v$ session_longops table of forms.

    Hi, fields,

    I have a form in which there is a select statement as follows:

    "Select (sofar / totalwork) * 100.
    In v_percent
    V $ session_longops
    Where less = 'PROGRESS_BAR' and sofar < totalwork; »

    When I try to compile the form it gives an error message indicating "identifier v$ session_longops must be reported.»

    But, when I run the same sql on the database statement (using TOAD or sql * more) it does not error.

    I did not understand when any table is accessible directly from the database then why it gives when I try to access it from the Oracle Forms.

    Please give me directive.


    Thank you
    Onkar.

    Guess wild, if you use the same user/pass, and because v$ session_longops is of the reasons the Public a view could be that:

    the current version of the engine forms PL/SQL does not have this feature.

  • Passing the record in function type [error: identifier must be declared]

    Hello
    I have a record defined in my procedure type
    type chk_tab is (record
    effective date,
    County number (9)
    )

    type chk_typ is table of chk_tab of binary integer index;
    chk_typ_rec chk_typ;

    I have to pass another function of the effect and the County, tried doin as below:
    function name: func_chk_typ

    func_chk_typ (effect, count);

    This property returns a saying "identifier effect must be reported.

    I need to pass those values to registration in the service type, how more of this coming?
    Any help is appreciated.

    Hi Camilla,

    Find code below.

    The function code:

    CREATE OR REPLACE FUNCTION fetch_band(eff in date,ineff in date)
    return number
    is
    
      lu_cb_sysid  NUMBER;
    
    BEGIN
    
    select fk_cb_sysid
    into lu_cb_sysid
    from ia_for_icon
    where cr_ans_date >= eff
    and cr_ans_date < ineff;
    
    RETURN lu_cb_sysid;
    
    END fetch_band;
    

    Code of procedure. Here, I joined the service.

    CREATE OR REPLACE procedure abc(a varchar, b number) is
      type cns_tab_record is record(
        eff   date,
        ineff date);
    
      type cns_tab_typ is table of cns_tab_record index by binary_integer;
    
      cns_tab cns_tab_typ;
    
      v_lu_cb_sysid NUMBER;
    
    BEGIN  
    
      -- Here you have to assign the values to your table type record.
      -- For example I am passing two values SYSDATE and SYSDATE - 10
    
      cns_tab(1).eff := SYSDATE;
      cns_tab(1).ineff := SYSDATE - 10;
    
      v_lu_cb_sysid:= fetch_band(cns_tab(1).eff, cns_tab(1).ineff);
    
    END abc;
    

    But I wonder why you use the data type here table type.

    Hope code above will help you.

    Thank you
    Suri

  • PLS-00201: identifier 'DBMS_SODA_ADMIN. LIST_COLLECTIONS' must be declared.

    Any attempt of a "dryrun" of ADR. More or less get it now work in 12.1.0.2 but hit a barrier after trying

    http://localhost: 8080/ADR/marco/dbjson/latest /.

    (where "marco" is my database schema "MARCO")

    Error messages in JSON format

    {'type' ": 'http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1',' status': 500,"title":" ORA-06550: 2 Regel, kolom 3:\nPLS-00201: identifier 'DBMS_SODA_ADMIN. LIST_COLLECTIONS' must be stated. "} \nORA-06550: 2 regel, kolom 3:\nPL/SQL: statement ignored.\n","details":"begin\n. DBMS_SODA_ADMIN LIST_COLLECTIONS (\n P_START_NAME = >?, \n P_RESULTS = >?); ------nEND; {', "o: errorCode": "SQL-06550"}

    Aka

    INFO: Request of race GET JSON/REST

    Dec 15, 2014 13:48:14 oracle.soda.rdbms.impl.OracleDatabaseImpl getMaxLengths

    SEVERE: java.sql.SQLException: ORA-06550: 2 Regel, kolom 3:

    PLS-00201: identifier 'DBMS_SODA_ADMIN GET_PARAMETERS' must be declared.

    ORA-06550: Regel 2, kolom 3:

    PL/SQL: Statement ignored.

    Dec 15, 2014 13:48:14 oracle.soda.rdbms.impl.OracleDatabaseImpl callListCollec

    tions

    SEVERE: java.sql.SQLException: ORA-06550: 2 Regel, kolom 3:

    PLS-00201: identifier 'DBMS_SODA_ADMIN. LIST_COLLECTIONS' must be declared.

    ORA-06550: Regel 2, kolom 3:

    PL/SQL: Statement ignored.

    Dec 15, 2014 13:48:14 oracle.json.rest.SodaRestHandler runRequest

    GRAVE: oracle.soda.rdbms.impl.OracleRDBMSException

    Dec 15, 2014 13:48:14 oracle.json.web.RestRequest sendError

    INFO: Sending of error code 500

    Any idea of what was not yet installed (speculation on my part)? Package DBMS_SODA_ADMIN is not installed in the database.

    Marco

    Hi Marco,.

    This error usually means that MLR bundle 20080249 patch is not installed.  If you have not installed yet, go to support.oracle.com, look for "20080249" and follow the installation instructions.  Once the hotfix has been installed, it should start to work (you don't need to reinstall ADR).

    Note that the patch was released initially with step 6 missing in the instructions.  This problem has been fixed recently.

    Thank you

    Josh

  • PLS-00201: identifier must be declared.

    --header
    
    create or replace
    package session_info
    as
      function get_osuser
      return v$session.OSUSER%type;
    end;
    
    --body 
    
    create or replace
    package body session_info
    as
      function get_osuser
      return v$session.OSUSER%type
      as
        osusername v$session.OSUSER%type;
      begin
        begin
          select upper(osuser)
          into osusername
          from v$session
          where audsid = USERENV('SESSIONID')
          and rownum = 1;
        exception
          when others then
             osusername := substr(user, 1, 30);
         end;
         return substr(osusername || '_' || user, 1, 30);
      exception
        when others then
           return 'SESSION_INFO ERROR';
      end;
    end;
    
    --error
    Error(4,3): PL/SQL: Declaration ignored
    Error(5,10): PLS-00201: identifier 'V$SESSION' must be declared
    can someone help me? where I have to declare v$ session?

    Objects stored with (by default) Copyright ignore privileges based on roles. Most likely, owner package session_info user is granted select on v$ session through the role (or not at all). Grant select on v_$ session to the owner of the package directly.

    SY.

  • Mark reports with Captivate

    Hello-

    I am brand new to Captivate and systems of learning in general, and I was in charge of research on the training opportunities for a client. I'm not having any luck finding a basic guide on the use of the quiz in Captivate, so I hope that people here can guide me along or point me to the documentation.

    My goal is to use Captivate 5.0 or 5.5 to create a program in such a way that the user can open the program, select their role to display its training modules, and then select a module or just run in all the modules associated with this role.  I think they would end a module and be assessed, submit the score and then move to another module if you wish. These modules could be in a Captivate project or separate files, so they seem to be integrated to the user. Once they have gone through the training and assessment, their scores must be reported accurately identifies the user (probably a sort of logon) and does not allow them to change their score. These scores may be sent by e-mail to an administrator, sent to a website, or what you have. It would be awesome if we could see the score of each user for each module and the overall score for each user in a role (that is, a grouping of modules). I hope that there will be a solution simple enough that someone without much experience it can handle once it is implemented.

    Because of the scene at the beginning of this project, I do not know how many people would be trained with him--it could be anywhere from a few dozen trainees at once to a mile or two, and it would be great if I could present options (especially since I might have different clients using this with different scopes). In the same way, the budget is TBD.

    My questions:

    • Is it possible to average scores automatically through some quizzes, quizzes and classroom training groups?
    • Scores can be reported within the executable formation, so the user can take a quiz and then go to another section without having to reopen the case of training? Or send scores always means the end of the training? If this is the case, this can be avoided by calling different files with a quiz of each?
    • Overall, Captivate is set to manage what I'm looking for? Or maybe that's the wrong question and it depends on what LMS is used.
    • What is the difference between LMS types? I see this list of options in the preferences of Captivate (SCORM, Acrobat Connect Pro, Acrobat.com, server, e-mail...) but I'm just not find explanations of how these things are functionally different.
    • Recommendations on specific reporting solutions or software? I don't expect that there is an obvious answer with all the unknowns, but some suggestions for different fields of application and the price would be greatly appreciated.

    Thanks much for any help you can provide.

    Captivate will only partially get you to your goals here.  For the rest of the puzzle, you will need a Learning Management System or LMS.  The user connects to this LMS (manually or through single sign - on) to identify themselves before accessing the training courses they need.

    Captivate allows you to create course content modules and put together them as a class. For integration with an LMS, you usually have the SCORM compliant course.

    You can create training based on roles with Captivate, but your users would very likely be selecting their learning based on roles by the LMS. In fact, in most cases the LMS is configured to identify users according to their role and show them only the links to courses that would apply to this role.

    The Captivate course reports simply marking and the completion of the data when the user finishes it.  Is the LMS that captures this data and saves it to generate reports.  The decision on which the user not following is also something usually determined by the business rules in the LMS.  Reporting and formatting features differ from one LMS to another.  If your LMS 'can be managed without a lot of experience"is a very subjective matter.  First book to what your real needs and then decide how much experience is required by the person who was driving this system.  From my experience, they must be very able to do correctly, even for a relatively weak organization. (You do not say how many people are involved, but since you speak of "thousands I guess that it is a medium to large business.")

    There are hundreds of LMS products on the market. If you want to start to learn about those who are good or bad, I recommend you subscribe to the blog of Craig Weiss: http://elearninfo247.com/

    Addressing your other questions one by one:

    • Is it possible to average scores automatically through some quizzes, quizzes and classroom training groups?
      STEM: This can be done by most of the LMS.
    • Scores can be reported within the executable formation, so the user can take a quiz and then go to another section without having to reopen the case of training? Or send scores always means the end of the training? If this is the case, this can be avoided by calling different files with a quiz of each?
      STEM: Your username normally will complete one module at a time and scoring for this module is then captured by the LMS.
    • Overall, Captivate is set to manage what I'm looking for? Or maybe that's the wrong question and it depends on what LMS is used.
      STEM: Captivate is a leading solution for the creation of training content.  You need both a tool for creating content as a learning management system to do what you describe here.
    • What is the difference between LMS types? I see this list of options in the preferences of Captivate (SCORM, Acrobat Connect Pro, Acrobat.com, server, e-mail...) but I'm just not find explanations of how these things are functionally different.
      STEM: These are different standards of integration.  SCORM is by far the most popular.  Most LMS will manage SCORM 1.2, but many do not support the latest version of 2004. Some will be also AICC.  Acrobat Connect Pro is based on the AICC, but also a little on its own.
    • Recommendations on specific reporting solutions or software? I don't expect that there is an obvious answer with all the unknowns, but some suggestions for different fields of application and the price would be greatly appreciated.
      STEM: My only suggestion is that you start to write all your needs, be VERY anal about all this and search solutions which are offered against your REAL needs.
  • Reports - the values of the checkbox and the conditional column visibility

    Although I use Oracle databases for many years, I must admit that I am rather new to APEX. I build a first prototype project to convince our project managers and managers of the usefulness of the product for future projects (as for interfaces Visual of the database where the focus is on forms and reports, it is often quicker and cheaper to build an APEX application instead of a webapp in Java or c# full blown).

    I have a few problems however.

    I'll start with a quick description. I have the following structures of parent/child:

    Provinces > cities > Intersections > earrings > detections in loop.

    Basically, I want to do a report on detections of loop. Now, as we have thousands of detections someday, I did kind of a mining structure down. First, you choose your province, then the city, then the intersection and finally the loop. Do not use the lists to make the selection. Instead, I did a (classic) report on each side because it allows me to give detailed information for each part. In each report, I made a link on the identifier. For example, when I select a province (by clicking on the link), I pass the identifier of the province of cities report and use it in the query to restrict my report to these cities in the province. I repeat these step for different parts, which, in the end, gives me the selected loop loop detections. The good news is that all this works very well. However, the person who will use this application made a suggestion and asked if it would be possible to select different loops and thus get the detections for several loops (the rest of the application remains the same). However, this means that I can't use the link in the column more. Now, I thought in the sense of a checkbox control. The link to the column is still there, but the user would also have the possibility to select several items in the report. I have managad to add a checkbox control to the report, associated with the loop identifier column. It's not really hard. I can't understand, however, how I can pass the identifiers found in the next report (detections for the selected loops) and use it in the report's underlying query. The problem is, I do not know how to pass the values checked to the next page and how to use these values in the request of the State of this page. I guess it must be possible, but I couldn't figure out how. I tried to play with APEX_APPLICATION. G_Fxx and others. Don't forget I'm a newbie and this seems to be more advanced features.

    I downloaded the images from the 2 on the pages of the report to illustrate:

    http://img96.imageshack.us/img96/1497/apex01.jpg

    http://img140.imageshack.us/img140/9868/apex02.jpg

    A second point that's bothering me is this. In the loop detection report, I show a link column (I chose an icon instead of the value of the column) for each line. I also have a column that displays the number of detections for the given line (and one day). Now, for some lines, there is no detection that has emerged. Therefore, there is no point in the selection of this loop, because the result will be a blank report. However, I still want to show the loop in the loop selection report, as it is always present (it is not as if he suddenly disappeared). Of course, no big problem and most users probably have sufficient intelligence to understand this. However, it would be nice if I could do the icon (link colum) visible only for these loops with detections, or in other words, for these recordings in which number_of_detections (COUNTY of underlying column) is greater than 0. I couldn't find a way to do it either. The conditional display for a column option didn't really offer me a solution here.

    Before I forget, I use APEX 4.0.1 on an Oracle XE database.

    Any advice or suggestions would be welcome! :)

    Thank you.

    Erwin

    Hello

    You mean something as in this example
    https://Apex.Oracle.com/pls/OTN/f?p=40323:55

    You can store the values checked into collection and then use it in another report where clause

    See for example this post for how you can memorize checked lines to the collection
    Re: Need help with APEX_Collection

    In the sample report DEPT query is

    SELECT
      CASE WHEN EXISTS(SELECT 1 FROM emp e WHERE e.deptno = d.deptno) THEN
        APEX_ITEM.CHECKBOX(1,c.c002,'onclick="saveDeptChk(this,'||c.seq_id||')"','true')
      END AS row_selector,
      c.c002 AS checked,
      d.DEPTNO,
      d.DNAME,
      d.LOC
    FROM dept d,
      apex_collections c
    WHERE c.collection_name = 'DEPT_CHK_COLLECTION'
      AND d.deptno = c.c001
    

    And the report on EMP

    SELECT e.EMPNO,
      e.ENAME,
      e.JOB,
      e.MGR,
      e.HIREDATE,
      e.SAL,
      e.COMM,
      e.DEPTNO
    FROM emp e,
      apex_collections c
    WHERE c.collection_name = 'DEPT_CHK_COLLECTION'
      AND c.c002 = 'true'
      AND e.deptno = c.c001
    

    Kind regards
    Jari

  • report in the format letter

    Hi all

    The content of the framework main letter is from dsm_content dsm_code-based dsm table field

    The part of the value of dsm_content is like

    I am pleased to inform you... etc % TABLE1
    Your performance, seniority, etc % TABLE2. Promotion saves you an increase... as follows:-% TABLE3

    Here * % TABLE1, TABLE2, of %% TABLE3 * are identifier where tables must be placed

    for example the report output format should be like

    It is my pleasure to inform you...

    |----------------------------------------------------------------------------------------------------------------------- |
    | BASE SALARY |
    |------------------------------------------------------------------------------------------------------------------------|
    | HRA |
    |------------------------------------------------------------------------------------------------------------------------|
    | other allowance |
    ------------------------------------------------------------------------------------------------------------------------|

    Your performance...
    select dsm_code,substr(dsm_content,1,instr(dsm_content,'%TABLE1')-1) part1,
    substr(dsm_content,instr(dsm_content,'%TABLE1')+1,length(dsm_content)
    from dsm
    I use the query above to split content, but I place the table structure as above between the related content

    How is it possible? Help, please

    Thanks in advance

    Published by: user13294118 on June 15, 2010 04:22

    Hello

    If I have you right you have different queries in your report.

    The top most group of queries (say Letter_head) contains the following fields of the

    Your performance...

    select dsm_code,substr(dsm_content,1,instr(dsm_content,'%TABLE1')-1) part1,
    substr(dsm_content,instr(dsm_content,'%TABLE1')+1,length(dsm_content)
    from dsm
    

    for example the report output format should be like

    It is my pleasure to inform you...

    |----------------------------------------------------------------------------------------------------------------------- |
    | BASE SALARY |
    |------------------------------------------------------------------------------------------------------------------------|
    | HRA |
    |------------------------------------------------------------------------------------------------------------------------|
    | other allowance |
    ------------------------------------------------------------------------------------------------------------------------|

    If the fields in the highest group are scattered.

    Then simply place this field in the expandable frame (say R_1) whose source is the query group letter_head.

    You can place other extensible frameworks related to the basic salary, HRA, etc inside frame R_1 and letter_head group fields can be placed one on top and one after the other frames repetitive as required.

    That's what I understand, hope it helps if not then if possible specify your needs.

    Also, if you can post screenshots of the layout model and data model, it will be helpful.

    Best regards

    Arif Khadas

Maybe you are looking for

  • To change the user name

    I'm changing my name and want to change my username.  If anyone can help with this?  I can't find.  He came in my mail from apple and I've looked everywhere I can think of to change. Thank you Teresa

  • Think that my account was comprimised?

    I recently received an email from me? I did it not send. She had no issue and the addressed has a bunch of my contacts? There is a link to http://card-Luxury.com/wp-content/plugins/Akismet/Boriers.php?nwkr.   Any ideas how I can stop this? My account

  • Help request for C:\windows\system32\config\system / Bad Pool Caller / on xp

    . Hi, I have xp sp3, and after the established cat off for switching on the pc appears the error message mentioned.  I tried f8 for boot from the sp3 installation CD and ends up with the BAD_POOL_CALLER message.  That's why I can't launch 'r' for rec

  • ENVY4500: UP/DOWN, ISSUE OF HOME LIGHTING, BACK, ETC.

    I just got TWO printers Envy4500 where the up/down, home, back, question mark, keys etc. DO NOT LIGHT. I got HP pull together and may not understand what is happening. Also I got contradictory answers as to if / when these keys should BE lit. Seems t

  • Problem reading video HP HDX16T

    I just bought a HP HDX 16t with Windows Vista Home Premium (32 bit), 3 GB of RAM DDR2, 250 GB 7200 RPM laptop / MIN HARD drive, NVIDIA GeForce 130 M GT (1 GB) with the Blu - Ray player. I tried to play 1080 p and 720 p Blu ray movie rips on my laptop