Summary on em 10g please

I have go the agent installed and when I use the url with the port no , the page is showing that:
EMAgent10.1.0.4.1
Congratulations, EMAgent is working!
What next do I have to do to see the database that the em should be managing?
Thanks

This is the result I get from this;
emctl status oms
TZ set to GB
Oracle Enterprise Manager 10g Release 10.1.0.3.0.
Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
Could not open /oracle01/app/Oracle/EMGC/agent/sysman/config/emoms.properties
What specifically needs to be in the emoms.properties file?
Thanks
user547023

Similar Messages

  • Same Conect By query workds fine in 9i but not in 10g - Please help

    We recently moved our project from 9i to 10g. A connect by query works fine in 9i environment but same not working in 10g environment. Please help.
    While trying with a sample table, that also behaves samem way. Please find the query and help on how to solve.
    create table test_connect_by (
    parent number,
    child number,
    constraint uq_tcb unique (child)
    insert into test_connect_by values ( 5, 2);
    insert into test_connect_by values ( 5, 3);
    insert into test_connect_by values (18,11);
    insert into test_connect_by values (18, 7);
    insert into test_connect_by values (17, 9);
    insert into test_connect_by values (17, 8);
    insert into test_connect_by values (26,13);
    insert into test_connect_by values (26, 1);
    insert into test_connect_by values (26,12);
    insert into test_connect_by values (15,10);
    insert into test_connect_by values (15, 5);
    insert into test_connect_by values (38,15);
    insert into test_connect_by values (38,17);
    insert into test_connect_by values (38, 6);
    insert into test_connect_by values (null, 38);
    insert into test_connect_by values (null, 26);
    insert into test_connect_by values (null, 18);
    COMMIT;
    In Oracle 10g:
    SQL> select level, lpad(' ',2*(level-1)) || to_char(child) s
    2 from test_connect_by
    3 start with level = 1
    4 connect by prior child = parent;
    no rows selected
    In Oracle 9i:
    SQL> select level, lpad(' ',2*(level-1)) || to_char(child) s
    2 from test_connect_by
    3 start with level = 1
    4 connect by prior child = parent;
    LEVEL S
    1 2
    1 3
    1 10
    1 5
    2 2
    2 3
    1 9
    1 8
    1 11
    1 7
    1 13
    1 1
    1 12
    1 15
    2 10
    2 5
    3 2
    3 3
    1 17
    2 9
    2 8
    1 6
    1 38
    2 15
    3 10
    3 5
    4 2
    4 3
    2 17
    3 9
    3 8
    2 6
    1 26
    2 13
    2 1
    2 12
    1 18
    2 11
    2 7
    39 rows selected.

    Hi,
    user10739895 wrote:
    It works fine and gives result without the "START WITH LEVEL = 1".
    However, in 9i, we get the result with the clause "START WITH LEVEL = 1" and after migrating, now in 10g, we are not getting the result. Is it like in 10g, if it is Level 1, we should not specify?
    Also, please clarify, is it like, if we don't specify the default is Level 1? Conceptually, LEVEL is assigned when rows enter the result set. Rows that enter because of the START WITH clause, by definition, have LEVEL=1. Rows that enter because of CONNECT BY have the LEVEL of the row to which they are connected, plus 1.
    "START WITH LEVEL = 1" returns no rows when I try it in Oracle 11.1.0.
    I suggest not using it.
    If you don't have a START WITH clause, you'll START WITH every row in the table. That seems to be what you got in Oracle 9. Is that what you want? If so, then just don't use a START WITH clause.

  • Installing Discoverer 10g, please help

    while I install Discoverer 10g (Business Intelligence Tool 10.1.2) using OUI, it gives error:
    Checking temp space: -1 MB available, 150 MB required. Failed
    I believe the temp fold in my Windows XP is more than 150 MB and I also tried several times to chnage environment variable and system variable from temp to TMP to use another fold as temp fold. But none of them works.
    Would anybody out there help to give a clue ?
    Thanks
    -ian

    ian,
    The value of TEMP variable is saved in your hard disk. So if the message you read is that you have 1 MB available that means in the c: partition (normally is this) you don't have enough space. Try to increase the space in this partition or make another variable in another partition of your hard disk where you have more space.
    Hope this helps.
    Alex.

  • How can i  install    soiaris   oracle 10g    Please give me a  complete ~

    give me the complete messages!!
    thanks a lot!!!!!forengin friends!!i come from china~

    Do you mean Oracle 10g installation on Solaris?
    Since you have not mentioned the architecture (SPACE, x86 or x86-64), here are the links for all.
    Sparc 64 bit:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb28053%2Ftoc.htm&remark=portal+%28Installation%29
    x86 32 bit:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb31215%2Ftoc.htm&remark=portal+%28Installation%29
    x86-64:
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb15705%2Ftoc.htm&remark=portal+%28Installation%29
    You can find the required downloads from Oracle website.

  • JSP on 10g, please help

    I have both oracle 9iAS and 10g installed on my PC.
    When I start 10g oc4j and run JSP applications, it's not
    working, even http://localhost:8888/ is not displaying
    the default page. I tried with port 8889, still not working. 9ias is working fine.
    Is there any conflict since I have both 9ias and 10g installed on my pc?
    Any help is highly appreciable
    Ponic

    I got the JSP running on 10g. The problem was in 10 u have to give http://localhost:8889/j2ee, where as in 9i
    http://localhost:8888/ this was enough.
    Thanks
    Ponic

  • Summary of Customized Transactions - please help

    Hi gurus !!! I am not a technical guy but I am pretty sure that there should be a way to get it. What file(s) can I use to get a list of all Customized Transactions and Customized Reports with the last date of use. It might be helpful for me to include a column for the module in the list as well (SD, MM and so on ).
    Any other suggestion to get the list will be greatly appreciated. Basis people already sent me a list but I just want to be sure that we are not missing any customized object (transactions and reports).
    Thanks in adavance.
    Marco.

    In case you want the Z T.Code details...i.e. when exactly they were last used, then you need to approach to BASIS guys...as whenever a T.Code is executed, it goes & creates a log in some tables.. like as in structures (i am not knowing the exact details)...they will be the best resource to provide you that information...normally...they are refresing that data by a T.Code..say after 1 month..or 2 months...so u better ask them.
    Reward points if it helps,
    Regards,
    N

  • Report upgraded from 6i to 10g not displaying data.

    Hi,
    I upgraded one report from 6i to 10g,
    When I'm running the report for the same set of data.
    After changing the layout for few fields in the subframe.
    first time it has shown the data in the report output but now same report with same data is not displying the output.
    I'm sure this is due to some layout problem.(may be due to upgradation from 6i to 10g)
    Please guide me to resolve this problem.

    Hello,
    How do you execute your Reports ?
    Do you execute it from the Builder ?
    If you execute it from the Builder, do you use Run Web Layout or Run Paper Layout ?
    (If you have upgraded a Reports From 6i, there is no web layout , so you have to use the Run paper Layout
    The web layout is something new that appeared in Reports 9.0.2)
    Regard

  • How i can save report updation on report builder 10g

    how i can save report updating on report builder 10g
    please help me
    any help will be appreciated

    See anwer in :
    why no body try to help me its possible no body has idea about how to save

  • Using sqlerrm in insert statement in 10g

    Hi,
    I do not have 10g to test the following snippet, which tries to use sqlerrm in an insert statement:
    -- start testcase
    drop table tbl;
    drop table err;
    create table tbl (x number);
    create table err (a number, b varchar2(4000));
    declare
      n_tmp   tbl.x%type;
    begin
      select x into n_tmp from tbl;
    exception
      when others then
        -- the line below works in 9i
        -- dbms_output.put_line('Sqlerrm: '||sqlerrm);
        -- but the insert statement doesn't work in 9i, how about 10g ?
        insert into err(a,b) values (1,sqlerrm);
        commit;
    end;
    declare
      n_tmp   tbl.x%type;
    begin
      select x into n_tmp from tbl;
    exception
      when others then
        -- the line below works in 9i
        -- dbms_output.put_line('Sqlerrm: '||sqlerrm);
        -- the insert statement works in 9iR2 but the error message is
        -- not the one sought, how about 10g ?
        insert into err(a,b) values (1,sys.standard.sqlerrm);
        commit;
    end;
    /Can someone test it on any release/edition of 10g please ?
    The tests on 9iR2 below behave predictably:
    SQL>
    SQL> @ver
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE    9.2.0.8.0       Production
    TNS for Solaris: Version 9.2.0.8.0 - Production
    NLSRTL Version 9.2.0.8.0 - Production
    SQL>
    SQL>
    SQL> -- start testcase
    SQL> drop table tbl;
    Table dropped.
    SQL> drop table err;
    Table dropped.
    SQL>
    SQL> create table tbl (x number);
    Table created.
    SQL> create table err (a number, b varchar2(4000));
    Table created.
    SQL>
    SQL> declare
      2    n_tmp   tbl.x%type;
      3  begin
      4    select x into n_tmp from tbl;
      5  exception
      6    when others then
      7      -- the line below works in 9i
      8      -- dbms_output.put_line('Sqlerrm: '||sqlerrm);
      9      -- but the insert statement doesn't work in 9i, how about 10g ?
    10      insert into err(a,b) values (1,sqlerrm);
    11      commit;
    12  end;
    13  /
        insert into err(a,b) values (1,sqlerrm);
    ERROR at line 10:
    ORA-06550: line 10, column 36:
    PL/SQL: ORA-00984: column not allowed here
    ORA-06550: line 10, column 5:
    PL/SQL: SQL Statement ignored
    SQL>
    SQL> --
    SQL> declare
      2    n_tmp   tbl.x%type;
      3  begin
      4    select x into n_tmp from tbl;
      5  exception
      6    when others then
      7      -- the line below works in 9i
      8      -- dbms_output.put_line('Sqlerrm: '||sqlerrm);
      9      -- the insert statement works in 9iR2 but the error message is
    10      -- not the one sought, how about 10g ?
    11      insert into err(a,b) values (1,sys.standard.sqlerrm);
    12      commit;
    13  end;
    14  /
    PL/SQL procedure successfully completed.
    SQL>
    SQL> select * from err;
             A B
             1 ORA-0000: normal, successful completion
    SQL>
    SQL>The behavior of the second pl/sql block was mentioned by Nicolas:
    Re: INSERT INTO ..VALUES (SQLERRM, SQLCODE, SYSDATE) doesn't work?
    Is there any change in 10g ?
    Thanks in advance,
    pratz
    (Sorry, the hyperlink is getting modified automatically; remove the backslash ("\") immediately before the ampersand ("&") character.)
    Message was edited by:
    pratz

    Same in 10.2.0.3.0
    SQL*Plus: Release 10.1.0.4.2 - Production on Thu Jan 24 11:55:53 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> drop table tbl;
    Table dropped.
    SQL>
    SQL> drop table err;
    Table dropped.
    SQL> 
    SQL> create table tbl (x number);
    Table created.
    SQL>
    SQL> create table err (a number, b varchar2(4000));
    Table created.
    SQL> declare 
      2  n_tmp   tbl.x%type;
      3  begin  select x into n_tmp from tbl;
      4  exception  when others then  
      5  -- the line below works in 9i    
      6  --dbms_output.put_line('Sqlerrm: '||sqlerrm);   
      7  -- but the insert statement doesn't work in 9i, how about 10g ?   
      8  insert into err(a,b) values (1,sqlerrm);   
      9  commit;
    10  end;
    11  /
    insert into err(a,b) values (1,sqlerrm);
    ERROR at line 8:
    ORA-06550: line 8, column 32:
    PL/SQL: ORA-00984: column not allowed here
    ORA-06550: line 8, column 1:
    PL/SQL: SQL Statement ignored
    SQL>  declare 
      2   n_tmp   tbl.x%type;
      3   begin 
      4   select x into n_tmp from tbl;
      5   exception  when others then   
      6   -- the line below works in 9i    
      7   --dbms_output.put_line('Sqlerrm: '||sqlerrm);   
      8   -- the insert statement works in 9iR2 but the error message is    -- not the one sought, how a
    bout 10g ?    i
      9   insert into err(a,b) values (1,sys.standard.sqlerrm);   
    10   commit;
    11   end;
    12   /
    PL/SQL procedure successfully completed.
    SQL> select * from err;
             A
    B
             1
    ORA-0000: normal, successful completion
    SQL>

  • Where the tables will occur in oracle 10g

    hi,
    I am learning Oracle 10g.. i have created tables and stored some records in that table... but i can't find the storage location(folder) of that table. So, anyone expert in Oracle 10g, please help me to find this....

    Hi!
    Your tables are always stored in Tablespaces, if you omit the tablespace clause in your create table statement, they will go to your default tablespace.
    You can find this tablespace using
    select default_tablespace from dba_users where username='your username';
    using this tablespace name you can find out the datafiles of that tablespace using
    select file_name from dba_data_files where tablespace_name='the tablespace_name from above';
    Then you would know where your tables are stored.
    Regards,
    PP

  • Query Optimization (Oracle 10g)

    Hi All,
    I have written a query. But It's taking around 15 minutes. Can you please check the query and Explain plan of the query and give me the solution for optimize the query.
    Query :
    SELECT *
      FROM temp.r_view
    WHERE cur IN (SELECT p_id_d
                          FROM temp.pm
                         WHERE p_id_h = 'CURRENCY' AND p_txt
                                   = 'EUR')
       AND rec_amt >= 10
       AND r_view.date_exec >
              TO_DATE ((SELECT p_txt
                          FROM temp.pm
                         WHERE p_id_h = 'MONETARY'
                           AND p_id_d = 'LAST_DATE'
                           AND p_id_t = 'S'),
                       'DD-MON-YYYY'
       AND SID NOT IN (
              SELECT gl_sid
                FROM s_wr.p_smst
               WHERE p_gst.p_idc =
                           (SELECT p_txt
                              FROM temp.pm
                             WHERE p_id_h  = 'MONETARY'
                             AND   pm_id_d = 'MONETARY_ID'));
    OPERATION     OPTIONS         OBJECT_NAME      POSITION
    SELECT STATEMENT                        199600
    FILTER                                         1
    HASH JOIN     RIGHT SEMI                    1
    TABLE ACCESS     FULL             PM               1
    VIEW          R_VIEW                               2
    UNION-ALL                                 1
    TABLE ACCESS     FULL             IN_CUST_TEMP       1
    TABLE ACCESS     FULL             RC_REG_WORK       2
    HASH            JOIN                            3
    VIEW                          V_SQ_1               1
    HASH             GROUP BY                            1
    TABLE ACCESS     FULL             TP_MAIN_WORK       1
    TABLE ACCESS     FULL             TP_MAIN_WORK       2
    TABLE ACCESS     FULL             IN_SS_RELOAD       4
    TABLE ACCESS     FULL             CTF_AORD_WORK       5
    TABLE ACCESS     FULL             MANXA_RELOAD       6
    TABLE ACCESS     FULL             STX_FR_PURSE       7
    TABLE ACCESS     BY INDEX ROWID     PM               2
    INDEX             RANGE SCAN     K_PRM             1
    TABLE ACCESS     BY INDEX ROWID     P_GST               2
    INDEX             RANGE SCAN     ID1_P_GST         1
    TABLE ACCESS     BY INDEX ROWID     PM               1
    INDEX             RANGE SCAN     K_PM               1Thank you

    user636482 wrote:
    I have written a query. But It's taking around 15 minutes. Can you please check the query and Explain plan of the query and give me the solution for optimize the query.Since you're already on 10g, please use DBMS_XPLAN.DISPLAY to generate a more meaningful output of the EXPLAIN PLAN command.
    Please read this HOW TO: Post a SQL statement tuning request - template posting that explains what you should provide if you have SQL statement tuning question and how to format it here so that the posted information is readable by others.
    This accompanying blog post shows step-by-step instructions how to obtain that information.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

  • Installation error summary cs6 trial

    I've tired to install the trial of cs6 but i keep getting this error summary:
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DF015, DW063 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {36682D68-3834-487E-BA49-DFA4AB0A2E32} Adobe CSXS Infrastructure CS6 3.0.0.0 -----------
    ERROR: DF015: Unable to delete symlink "/Library/Application Support/Adobe/CS6ServiceManager/CS6ServiceManager.app/Contents/Frameworks/adobe_caps.fram ework/Resources"(Seq 10)
    ERROR: DW063: Command ARKDeleteSymlinkCommand failed.(Seq 10)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe CSXS Infrastructure CS6: Install failed
    What does this mean & how can I get it to work?

    RSync from your install summary it looks like you will need to implement solution 2 in Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.  In specific you are having permissions issues with /Library/Application Support/Adobe/CS6ServiceManager/.
    I would recommend though that you review your install logs in their entirety to verify you do not have any additional DF015 or DW063 errors listed.  You can find directions on how to do this at Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html.

  • Table Partition on daily basis in oracle 10g

    I Want to create partition based on sysdate on daily basis.
    There will be 8 partitions. Every day data's will be get loaded into this table and everyday 8th day old data ill be get truncated.
    CREATE TABLE CUST_WALLET_BALANCE_7DAYS
    ( ID  VARCHAR2(250),
       A_DATE  VARCHAR2(11),
       LAST_PROCESS_DATE DATE,
      DD_OF_PROCESS_DATE  NUMBER(2),
      CONSTRAINT CUST_WALLET_BALANCE_7DAYS_PK PRIMARY KEY (ID,A_DATE))
      PARTITION BY RANGE (DD_OF_PROCESS_DATE)
      ( PARTITION DAY1 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE)),'DD')),
        PARTITION DAY2 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-1)),'DD')),
        PARTITION DAY3 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-2)),'DD')),
        PARTITION DAY4 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-3)),'DD')),
        PARTITION DAY5 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-4)),'DD')),
        PARTITION DAY6 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-5)),'DD')),
        PARTITION DAY7 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-6)),'DD')),
        PARTITION DAY8 VALUES LESS THAN (TO_NUBER(TO_CHAR(TRUNC(SYSDATE-7)),'DD'))
    THIS WONT WORKS OUT. SO PLEASE SUGGEST ME WITH BETTER SOLUTION.

    Original thread here: Table Partition on daily basis in oracle 10g
    Please do not start duplicate questions for the same topic.
    Locking this thread

  • Using The Summary Function in ADG

    Hello All,
    Please see my code below. Im using the advance data grid to create a summary row. The summary row currenty SUMs up the 'unqiuevists' and 'redemptions' columns and all is working well.
    What i want to do is then create a 3rd row called 'conversion rate' this conversion rate is a calculation between the uniquevisits and the redemptions columns. If you review the code at the bottom I have managed to create a custom summary func and that function seems to be working fine (using trace)..
    However, I cannot then get the calculated result back into the advance data grid, am i missing something really obvious or is what Im trying to do not possible using the summary row function?
    Please try and help, Ive been on this for days!
    Thanks
    <?xml version="1.0"?>
    <!-- dpcontrols/adg/SummaryGroupADGCustomSummary.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" initialize="createGrouping(dpFlat)">
        <mx:Script>
            <![CDATA[
                import mx.collections.GroupingField;
                import mx.collections.Grouping;
                import mx.collections.SummaryField;
                import mx.collections.SummaryRow;
                import mx.collections.GroupingCollection;
                import mx.collections.ArrayCollection;
                import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
                import mx.collections.IViewCursor;    
                import mx.collections.SummaryObject;
                private var groupingCollection:GroupingCollection = new GroupingCollection();
                private function createGrouping(tmpArray:ArrayCollection):GroupingCollection
                    groupingCollection.source = tmpArray;
                    var summaryRow:SummaryRow = new SummaryRow;
                    var summaryField:SummaryField = new SummaryField;
                    summaryField.dataField="redemptions";
                    summaryField.operation="SUM";
                    var summaryField1:SummaryField = new SummaryField;
                    summaryField1.dataField="newvisits";
                    summaryField1.operation="SUM";
                    var summaryField2:SummaryField = new SummaryField;
                    summaryField2.dataField="conversionrate";
                    summaryField2.summaryFunction = summFunc;
                    summaryRow.fields = [summaryField,summaryField1,summaryField2];
                    summaryRow.summaryPlacement = "group";
                    summaryRow.summaryObjectFunction = summObjFunc;
                    var grouping:Grouping = new Grouping();
                    var groupingField:GroupingField = new GroupingField("site");
                    var groupingField1:GroupingField = new GroupingField("merchant");
                    grouping.fields=[groupingField,groupingField1];
                    groupingField.summaries = [summaryRow];
                    groupingField1.summaries = [summaryRow];
                    groupingCollection.grouping = grouping;
                    groupingCollection.refresh();
                    return groupingCollection;
               [Bindable]
                private var dpFlat:ArrayCollection = new ArrayCollection([
                  {site:"BBVA", merchant:"TALLINK", Offer:"10% Off", newvisits:38865, redemptions:40000},
                  {site:"BBVA", merchant:"LIVEIT", Offer:"10% Off", newvisits:29885, redemptions:30000}, 
                  {site:"CartaSi", merchant:"Central California", Offer:"10% Off", newvisits:29134, redemptions:30000}, 
                  {site:"CartaSi", merchant:"Nevada", Offer:"10% Off", newvisits:52888, redemptions:45000}, 
                  {site:"BarclayCard", merchant:"Northern California", Offer:"10% Off", newvisits:38805, redemptions:40000},
                  {site:"BarclayCard", merchant:"Northern California", Offer:"10% Off", newvisits:55498, redemptions:40000}, 
                  {site:"Nordea", merchant:"Southern California", Offer:"10% Off", newvisits:44985, redemptions:45000},
                  {site:"Nordea", merchant:"Southern California", Offer:"10% Off", newvisits:44913, redemptions:45000},
                  {site:"BBVA", merchant:"TALLINK", Offer:"10% Off", newvisits:38865, redemptions:40000},
                  {site:"BBVA", merchant:"LIVEIT", Offer:"10% Off", newvisits:29885, redemptions:30000}, 
                  {site:"CartaSi", merchant:"Central California", Offer:"10% Off", newvisits:29134, redemptions:30000}, 
                  {site:"CartaSi", merchant:"Nevada", Offer:"10% Off", newvisits:52888, redemptions:45000}, 
                  {site:"BarclayCard", merchant:"Northern California", Offer:"10% Off", newvisits:38805, redemptions:40000},
                  {site:"BarclayCard", merchant:"Northern California", Offer:"10% Off", newvisits:55498, redemptions:40000}, 
                  {site:"Nordea", merchant:"Southern California", Offer:"10% Off", newvisits:44985, redemptions:45000},
                  {site:"Nordea", merchant:"Southern California", Offer:"10% Off", newvisits:44913, redemptions:45000},
                private function summFunc(cursor:IViewCursor, dataField:String,
                    operation:String):Number {
                    var conversionrate:Number = 0;
                    conversionrate +=  (cursor.current["redemptions"] / cursor.current["newvisits"]) * 100
                    trace (dataField)
                    trace (conversionrate);      
                    return conversionrate;
                 private function summObjFunc():SummaryObject {
                    // Define the object containing the summary data.
                    var obj:SummaryObject = new SummaryObject();
                    // Add a field containing a value for the Territory_Rep column.
                    obj.conversionrate2 = "Alternating Reps";
                    return obj;
          ]]>
        </mx:Script>
        <mx:DataGrid id="test" dataProvider="{dpFlat}">
        </mx:DataGrid>
        <mx:AdvancedDataGrid id="myADG"  width="100%" height="100%"  dataProvider="{createGrouping(dpFlat)}">       
            <mx:columns>
                <mx:AdvancedDataGridColumn dataField="site"/>
                <mx:AdvancedDataGridColumn dataField="offer"/>
                <mx:AdvancedDataGridColumn dataField="newvisits"/>
                <mx:AdvancedDataGridColumn dataField="redemptions"/>
                <mx:AdvancedDataGridColumn dataField="conversionrate"/>
                <mx:AdvancedDataGridColumn dataField="conversionrate2"/>
            </mx:columns>
       </mx:AdvancedDataGrid>
        <mx:Button label="Button" click="groupingCollection.refresh()"/>
    </mx:Application>

    For those who are interested this is the corrected custom summary function -
    private function summFunc(cursor:IViewCursor, dataField:String,
                    operation:String):Number {
                    var totalNewVisits:Number = 0
                    var totalNewRedemptions:Number = 0
                    var tmpVisits:Number = 0;
                    var tmpRedemptions:Number = 0;      
                    while (!cursor.afterLast)
                        tmpVisits = cursor.current["newvisits"];
                        totalNewVisits += tmpVisits;
                        tmpRedemptions = cursor.current["redemptions"];
                        totalNewRedemptions += tmpRedemptions;
                        cursor.moveNext()
                    var conversionrate:Number = 0;
                    conversionrate =  (totalNewRedemptions / totalNewVisits) * 100
                    return conversionrate;

  • Fixed summary value in fixed place

    Hi ~~~
    I have fixed problem.
    In my RTF ,I have Header 、lines、summary.
    I want summary always output in line 10, this is fixed place.
    But when I preview PDF , summary will move up automatic.
    What can I do to make summary in fixed place?
    Please someone who knows can tell me~~~~~
    Thanks a lot,
    Emily_Ye
    =========================================================
    line 1→PAGE 1
    line 2→PO_NUMBER: 0001-121212
    line 3→
    line 4→0001 AC12311 air conditioner 1 Set
    line 5→0001 AC12322 air conditioner 2 Set
    line 6→0001 AC12333 air conditioner 3 Set
    line 7→0001 AC12344 air conditioner 4 Set
    line 8→
    line 9→
    line 10→ summary:10
    line 1→PAGE2
    line 2→PO_NUMBER: 0001-131313
    line 3→
    line 4→0001 AC12311 air conditioner 1 Set
    line 5→0001 AC12322 air conditioner 2 Set
    line 6→
    line 7→
    line 8→ summary:10
    line 9→
    line 10→
    -----------------------------------------------------------------------------

    Hi what you want is Fixed number of rows in the report per page
    1. A fixed number of rows per page,
    2. 'Filler' space for lines, because some page may have less lines , but you want to maintain the layout
    Here is the beautifual explantion from TIM :)
    http://blogs.oracle.com/xmlpublisher/2007/03/30

Maybe you are looking for

  • Iws6sp3 Configuring virtual server administrator�s user interface

    Hi I am trying to configure my virtual server admininstrator interface. I followed the admin guide iws60 816-1379-01 May 2001, Chapter 13 "Using Virtual Servers" page 307. I followed all the steps however when I go to my browser, what should I type i

  • Delete rows that have been dropped in a CDC flow

    Post Author: sgsampey CA Forum: Data Integration A newbie question: I have a source table called Events with (significant) fields that look like: EventIDEventNameBeginDateEndDateDaysOfWeekModifyDate These data ranges can be quite long, and there's an

  • ORACLE 10G- 1Z0-042 PRACTISE TESTS

    Hi All, Does anyone know if pass-guarantee.com practise tests for Oracle 10g 1Z0-042 is a good preparation tool for the above exams? If it is , why is Oracle not recommending them? Surprisingly though I am told some of their questions appear verbatim

  • TIPS(64) : ORDERING 된 상위 "N" ROWS 만 RETRIEVE 하는 SQL문

    제품 : SQL*PLUS 작성날짜 : 2002-12-20 ORDERING 된 상위 "N" ROWS 만 RETRIEVE 하는 SQL문 =============================================== PURPOSE 다음은 특정 Column 으로 Ordering 된 상위 "n" rows 만 Return 하기 위한 간단한 SQL 문을 소개한다. Explanation Example SELECT * FROM table A WHERE

  • Select statement failed to get data from transparent table

    Hi Experts,                   Please let me know why my select statement is failing to get data form transparent table REGUH. My code query is as below: SELECT * FROM REGUH WHERE                           LAUFD = RUN_DATE AND