How Enable Performance collection in 10g forms

Hi,
I'm using 10g forms to collection peforms data. I have followed the steps as said by Oracle by following this document "perf_collect.pdf". Though the document talks about Oracle forms 6i, I assume the same will work in Oracle 10g forms.
The code added to the HTML file is as follows:-
<html> <head> ORACLE FORMS.</head>
<body onload="document.pform.submit();" >
<form name="pform" action="http://chn-U100S77.CVNS.corp.covansys.com:8889/forms90/f90servlet/temp.html" method="POST">
<input type="hidden" name="form" value="D:\DevSuiteHome\forms90\server\myapps\MODULE2.fmx">
<input type="hidden" name="userid" value="SCOTT/TIGER@ppaprod">
<input type="hidden" name="obr" value="yes">
<input type="hidden" name="buffer_records" value="YES">
<input type="hidden" name="debug_messages" value="YES">
<input type="hidden" name="array" value="YES">
<PARAM NAME=“serverArgs” value = "module=module2.fmx userid=scott record=collect log=C:\perf_”>
</form> </body></html>
Any early reply is highly appreciated.

Hi,
Thanks, it creates XML file right now..
I have created tables etc. i was trying to write the same to an oracle table.
=========================================
D:\>java oracle.forms.diagnostics.Xlate datafile=d:\devsuitehome\forms90\trace\f
orms\forms_1524.trc URL=10.3.144.249:1521:ppaprod UserName=system Password=system CollectionId=2
Invalid Parameter: URL
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/forms/registry
/MessageManager
at oracle.forms.diagnostics.Xlate.printUsage(Unknown Source)
at oracle.forms.diagnostics.Xlate.readArgs(Unknown Source)
at oracle.forms.diagnostics.Xlate.<init>(Unknown Source)
at oracle.forms.diagnostics.Xlate.main(Unknown Source)
=============================================
I gave hostname and IP address in the output parameter, it reports the sames error.

Similar Messages

  • How to Enable Performance Collector in 10g forms ?

    Hi,
    I'm using 10g forms to collect performance data. I have followed the steps as said by Oracle by following this document "perf_collect.pdf". Though the document talks about Oracle forms 6i, I assume the same will work in Oracle 10g forms.
    I have tried the below approach.
    ===========================================
    The code added to the HTML file is as follows:-
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://chn-U100S77.CVNS.corp.covansys.com:8889/forms90/f90servlet/temp.html" method="POST">
    <input type="hidden" name="form" value="D:\DevSuiteHome\forms90\server\myapps\MODULE2.fmx">
    <input type="hidden" name="userid" value="SCOTT/TIGER@ppaprod">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="buffer_records" value="YES">
    <input type="hidden" name="debug_messages" value="YES">
    <input type="hidden" name="array" value="YES">
    <PARAM NAME=“serverArgs” value = "module=module2.fmx userid=scott record=all log=C:\perf_”>
    </form> </body></html>
    =============================
    I have change the following parameters in "formsweb" configuration file.
    # Sub argument for otherparams
    record=all
    ==============================
    Any early reply is highly appreciated.

    Hi,
    Thanks, it creates XML file right now..
    I have created tables etc. i was trying to write the same to an oracle table.
    =========================================
    D:\>java oracle.forms.diagnostics.Xlate datafile=d:\devsuitehome\forms90\trace\f
    orms\forms_1524.trc URL=10.3.144.249:1521:ppaprod UserName=system Password=system CollectionId=2
    Invalid Parameter: URL
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/forms/registry
    /MessageManager
    at oracle.forms.diagnostics.Xlate.printUsage(Unknown Source)
    at oracle.forms.diagnostics.Xlate.readArgs(Unknown Source)
    at oracle.forms.diagnostics.Xlate.<init>(Unknown Source)
    at oracle.forms.diagnostics.Xlate.main(Unknown Source)
    =============================================
    I gave hostname and IP address in the output parameter, it reports the sames error.

  • Enable Tracing for Oracle 10g Forms

    Hi All,
    When I try to launch Oracle 10g Forms from web, it comes up, displays blank screen and goes away. Same happens for test.fmb.
    How can I start tracing on Form Services or Oracle 10g Forms?
    Any help would be appreciated.
    Thanks in advance.

    You possibly have a popup or ad blocker active. Forms will most likely not work with a blocker.

  • How to Compare Two Oracle 10g Form(FMB) file.

    Hi,
    One developer had done some changes in one file called N004 version 2. I have done some changes in N004 version 3. If I like to see difference between two Oracle Form Version(FMB) then How can we see them..?
    Thanks,
    Div

    I'd convert it to xml before, as you can't be sure that two fmb's which are exact the same could look different in a text editor; first form got compiled with forms compiler and the second not => should not differ in functional way but I'm pretty sure that the files itself look diffrerent.
    regards

  • How to Develope Charts in Oracle 10G Forms

    hi
    i want to design charts in 10G forms DS. but i could not find chart builder in 10G.
    please help me how to design charts in 10G Forms.
    thanks.

    You would probably use a Java Bean for this. See otn.oracle.com/products/forms and under teh 9i sample code is a graphing bean demo which is part of the downloadable demos.
    Regards
    Grant Ronald
    Forms Product Management

  • Mouse Related Triggers - 10g Forms

    Hi All,
    How to achieve mouse related trigger functionality to work with ORACLE Forms 10g. We have seen few links in blog from Francois. i.e
    http://sheikyerbouti.developpez.com/forms-pjc-bean/menu/. But our requirement is to enable hyperlink for few labels in Forms.
    We have enabled this in 6i forms by set_application_property(cursor_style,hand). But how to enable the same in 10g Forms.
    Request forum users to share with us some good links or use ful to stuff to enable this.
    Thanks

    <<...But i find only forms 6i related links in OTN..>> ???
    - Go to:
    http://www.oracle.com/technology/products/forms/index.html
    - Then click the "Sample code" in tha right side "Ressource" box
    - Finally, click the Oracle Forms 10gR2 Demos link:
    http://download.oracle.com/otndocs/demos/Forms_Demos_10gr2.zip
    Francois

  • Performance tuning in Smart form

    Hi,
    How to performance tuning in Smart form level
    Any tips available kindly send me any one .
    Thanks&Regards,
    Maya

    Hi,
    If you are using a customized print program to call the Smart Form...it is better to fetch most of the data as much as possible within it and pass it useing form interface/functional module interface.
    Then in the ABAP code where ever used, fallowing the ABAP coding performance tuning options like avoiding the MOVE-CORRESPONDING, INTO CORRESPONDING, using binary search for READ statement...etc...
    Regards,
    Bharat.

  • Configure Oracle 10g Forms 9i for XML

    How do I configure Oracle 10g Forms 9i to compile XML code? Is there a particular configuration file I need to update with .jar files that references XML processing or parsing?
    Thanks!

    There is a java utility that can take an XML file that you have generated from an fmb file previously and compile it back to an fmb file.
    Its called frmxml2f.bat. You'll find it in $Oracle_home/bin

  • Frm-40505:ORACLE error: unable to perform query in oracle forms 10g

    Hi,
    I get error frm-40505:ORACLE error: unable to perform query on oracle form in 10g environment, but the same form works properly in 6i.
    Please let me know what do i need to do to correct this problem.
    Regards,
    Priya

    Hi everyone,
    I have block created on view V_LE_USID_1L (which gives the error frm-40505) . We don't need any updation on this block, so the property 'updateallowed' is set to 'NO'.
    To fix this error I modified 'Keymode' property, set it to 'updatable' from 'automatic'. This change solved the problem with frm-40505 but it leads one more problem.
    The datablock v_le_usid_1l allows user to enter the text (i.e. updated the field), when the data is saved, no message is shown. When the data is refreshed on the screen, the change done previously on the block will not be seen (this is because the block updateallowed is set to NO), how do we stop the fields of the block being editable?
    We don't want to go ahead with this solution as, we might find several similar screens nad its diff to modify each one of them individually. When they work properly in 6i, what it doesn't in 10g? does it require any registry setting?
    Regards,
    Priya

  • How to use BULK COLLECT in oracle forms

    hi gurus,
    I am using oracle forms
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionI wanna use bulk collect from database table lets say <employees>
    while working on database level with collections and records it's working very well for me, but when I try to use that technique on oracle forms it hits me error
    error 591 this feature is not supported in client side programmingI know I can use cursors to loop through the records of oracle tables ,
    but I'm convenient while using collections and arrays
    for example
    Set Serveroutput On
    Declare
          Type Rec_T Is Record (     
           Empid Number ,
           Empname Varchar2(100)
          Type V_R Is Table Of Rec_T Index By Binary_Integer;     
          V_Array V_R;
    Begin
       Select Employee_Id , First_Name
       Bulk Collect
       Into V_Array
          From Employees; 
       For Indx In V_Array.First..V_Array.Last Loop
       Dbms_Output.Put_Line('employees id '||V_Array(Indx).Empid ||'and the name is '||V_Array(Indx).Empname);
       End Loop;      
         End;I wanna use this same way on oracle forms , for certain purposes , please guide me how can I use ...
    thanks...

    For information, you can use and populate a collection within the Forms application without using the BULK COLLECT
    Francoisactually I want to work with arrays , index tables ,
    like
             record_type (variable , variable2);
             type type_name <record_type>  index by binary_integer
            type_variable type_name;
            and in main body of program
            select something
            bulk collect into type_variable
            from any_table;
           loop
                type_variable(indx).variable , type_variable(indx).variable2;
           end loop;
           this is very useful for my logic on which I am working
              like
              type_variable(indx).variable || type_variable(indx-1);
             if it's possible with cursors then how can I use cursor that can fullfill my this logic@Francois
    if it's possible then how can i populate without using bulk collect?
    thanks
    and for others replies: if I can use stored procedures please give me any example..
    thanks

  • How to run a report from oracle 10g form in .csv format

    dear all,
    how to run a report from oracle 10g form in .csv format? i've already run in pdf & excel format.
    i'm using
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'PDF'); --for pdf
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'SPREADSHEET'); ---for excel
    Please Help..

    i have already tried.
    but the report show in htm or html format. that file will not save into csv. please help.

  • How to call a Report 10g from a parameter form..?

    Hello,
    pls i wanna know the procedure of :
    How to call a Report 10g from a parameter form..?
    regards,
    Abdetu..

    hopes it work for you.
    procedure get_report is
    pl_id paramlist;
    p_year varchar2(4);
    param_name varchar2(10) :'param';
    begin
    pl_id := get_parameter_list(param_name);
    if not id_null(pl_id_)then
    destroy_parameter_list(pl_id);
    end if;
    pl_id := create_parameter_list(param_name);
    p_year := year -- assign the value.
    add_parameter(pl_id,'p_year',text_parameter,p_year);
    execute_report('report_name',pl_id);
    end;

  • How to run a report in form 10g

    How to run a report in form 10g;

    RUN_REPORT_OBJECT - check the on line help and there is a great paper on otn.oracle.com/products/forms and click on 9i papers (it will be relevant for 10g as well)>
    Regards
    Grant Ronald
    Forms Product Management

  • How much performance do I gain by enable MAT

    Hi
    I must try to ask you guys before am try to enable MAT
    I have never entered the bios before so am a little scared that I will f-up the system.
    Do anybody here at this forum with similar memory and componemts have tryed to this MAT function.
    Must it be "Turbo" or "Ultra turbo" to activate MAT?
    How much performance do I gain by this.....do I notice it in games....Battlefield 1942 for an example..or?
    If the system do not like it...what happens, shutdown or? unstable?
    Please give some advice.
    Mr Lithesteel

    MAT will give you at least a 5% increase in memory bandwidth when set to turbo mode regardless of the brand of memory you have. I own a pair of generic value ram and i see an increase of around 5 to 10 percent memory bandwidth when turbo mode is on, however my sytem fails to boot when MAT is set to ultra turbo, try to mess with the bios so you could figure out the best configuration of your system (you could measure memory bandwidth with sisoft sandra http://www.sisoftware.co.uk/), By the way your system is prepped up for hyperthreading, you own an 865pe which means your board is ready for hyperthreading, now unless you own the first generation of pentium4 procs which does not support ht, you are all set to run with hyperthreading, it would be nice if you upgrade to win xp pro or at least win2k so that you would be able to maximize your system's potential, Win XP home edition  does not support multi-threading so youre loosing a lot of performance with it. Hope i helped you with your question.

  • 10G-form: How to do MULTIPLE WORD OR SINGLE WORD SEARCH at ITEM?

    I am using 10G DB + 10G Form Builder.
    I've 'database_item' where I am storing multiline text data.
    I want to do MULTIPLE WORD OR SINGLE WORD SEARCH at this item through FORM.
    I've tried by creating the following NON Database Items on the form:
    - multiline_search_text_item, and
    - multiline_result__text_item
    And then writing execute_query in KEY-NEXT-ITEM trigger.
    I've also tried using this in the POST-TEXT-ITEM at multiline_search_text_item:
    select table.database_item into :multiline_result__text_item from table where multiline_search_text_item = :multiline_search_text_item;
    Pl help me asap.
    Gaurav

    What you want to do is not clear.
    The query you wrote will select records where the table contains exactly what has been written in the search item. You can use LIKE and a wildcard search to find records which contain the search text:
    select table.database_item into :multiline_result__text_item
    from table
    where multiline_search_text_item LIKE '%'||:multiline_search_text_item||'%';
    You can use UPPER to make this case insensitive:
    select table.database_item into :multiline_result__text_item
    from table
    where Upper(multiline_search_text_item) LIKE Upper('%'||:multiline_search_text_item||'%');
    But I suspect you want either to match the individual words in the search text to individual words in the database multiline field, or find records where the search words appear (not necessarily as whole words). In that case, check out the following:
    -- set up a table (multiline and various whitespaces)
    DROP TABLE t;
    CREATE TABLE t AS
    SELECT
      ROWNUM rn,
      owner||Chr(9)||object_name||Chr(160)||subobject_name||'    '||object_id||' '||
      data_object_id||Chr(10)||object_type||' '||created||' '||last_ddl_time||' '||
      timestamp||' '||status||' '||temporary||' '||generated||' '||secondary AS col
    FROM all_objects;
    -- check the format of the multiline text item (col)
    SELECT * FROM t WHERE ROWNUM < 4;
    -- a type for the function below
    CREATE TYPE string_tab AS TABLE OF VARCHAR2(255);
    -- this function takes a string and cuts out each word, idetifying words
    -- as being separated by any whitespace.  it returns a collection
    CREATE OR REPLACE FUNCTION string_to_tab(
      p_string IN VARCHAR2) RETURN string_tab IS
      l_string LONG DEFAULT
        RTrim(regexp_replace(p_string,'[[:space:]]+',' ')) || ' ';
      l_data string_tab := string_tab();
      n NUMBER;
    BEGIN
      LOOP
        EXIT WHEN l_string IS NULL;
        n := InStr(l_string, ' ');
        l_data.extend;
        l_data(l_data.Count) := LTrim(RTrim(SubStr(l_string, 1, n - 1)));
        l_string := SubStr(l_string, n + 1);
      END LOOP;
      RETURN l_data;
    END string_to_tab;
    -- selecting from t where ANY of the words in the search text has
    -- a match in the multiline field (as a word or part of a word), so SYS
    -- matches to MDSYS and SYSTEM
    SELECT DISTINCT
      t.rn, t.col
    FROM
      t,
      (SELECT column_value
       FROM TABLE(CAST(string_to_tab('SYS   INDEX') AS string_tab))) x
    WHERE InStr(t.col,x.column_value) > 0;
    -- selecting from t where ALL of the words in the search text has
    -- a match in the multiline field (as a word or part of a word), so SYS
    -- matches to MDSYS and SYSTEM
    SELECT rn, col FROM(
    SELECT
      t.rn, t.col, cnt_x, Count(*) cnt
    FROM
      t,
      (SELECT column_value , Count(1) over(PARTITION BY 1)cnt_x
       FROM TABLE(CAST(string_to_tab('SYS   INDEX') AS string_tab))) x
    WHERE InStr(t.col,x.column_value) > 0
    GROUP BY t.rn, t.col, cnt_x
    WHERE cnt = cnt_x;
    -- selecting from t where ANY of the words in the search text
    -- match a word in the multiline field, so SYS matches only to SYS
    SELECT DISTINCT
      t.rn, t.col
    FROM
      t,
      (TABLE(CAST(string_to_tab(t.col) AS string_tab))) t2,
      (SELECT column_value
       FROM TABLE(CAST(string_to_tab('SYS   INDEX') AS string_tab))) x
    WHERE t2.column_value = x.column_value;
    -- selecting from t where ALL of the words in the search text
    -- match a word in the multiline field, so SYS matches only to SYS
    SELECT rn, col FROM(
    SELECT
      t.rn, t.col, cnt_x, Count(*) cnt
    FROM
      t,
      (TABLE(CAST(string_to_tab(t.col) AS string_tab))) t2,
      (SELECT column_value , Count(1) over(PARTITION BY 1)cnt_x
       FROM TABLE(CAST(string_to_tab('SYS   INDEX') AS string_tab))) x
    WHERE t2.column_value = x.column_value
    GROUP BY t.rn, t.col, cnt_x
    WHERE cnt = cnt_x;For your application you would replace 'SYS INDEX' with a variable (the search field). You can use upper() and wildcards for case insensitive & 'fuzzy' searches. You might need to modify the function so it removes other delimiters such as commas and colons.

Maybe you are looking for

  • PL/SQl Libary not working

    Hi, I am trying to create a report that uses an Attached Library which contains a dynamic SQL statement. 1. The formula that calls the library is as follows: Return Calculation('Sales.MTH_Sales', :Month); 2. The Library looks as follows: Function Cal

  • Cannot open the application "Firefox.app" because it is not supported on this architecture-what does that mean?.

    Firefox has always worked fine...until I installed v4. Now I get the above error, and it won't launch. I'm running OSX v10.5.8, and all of my drivers/software are up to date.

  • ADF Business Components - Cascading Tables

    I am using Oracle Jdeveloper 11.1.1.4.0 I have tried an approach to cascade two tables using ADF Business Components. A single column is declared as Foreign key. I have used 2 drop downs. During the value change of the first drop down, the values of

  • Pricing in purchase order

    Hai all, In pricing  the condition type  is not accepting the numeric value. how to make the changes in customizing for accepting the decimal place to condition type. Regards, Renuga.A

  • Vendor evaluation using Invoice criteria

    Hi SAP gurus, I want to know if anybody has used de Invoice criteria in Vendor Evaluation, that is available in ERP 2005. The subcriterias Price Variance and Quantity Variance are automatic? Can we use them only with MM Module or do we need the SRM f