Porting Forms/Reports when migrating Oracle 9i DB from AIX 5.2 to AIX 5.3

Hi,
Looking for advice on how to port Oracle Forms/Reports modules when moving our Oracle 9i database from AIX 5.2 to AIX 5.3 platform. Details are as below:
Oracle Forms and Reports v6i (There is no version upgrade in Forms & Reports)
Database is Oracle 9i (No upgrade in database)
There is upgrade in hardware only : from AIX 5.2 to AIX 5.3
The application is having some 8000 forms/reports modules
Do we need to recompile the forms/reports after porting the 9i database to AIX 5.3 ?
Any direction would be appreciated .. Thanks !!
Regards,
Himansu

Hi,
Thanks for the response, we are going to recompile the Forms/Reports in the new environemnt.
Just wondering how much time it may take to recompile all the 8000 odd forms/reports modules.. ? Will 10 seconds per form/report module be safe enough for the compilation ? Because in a batch file every time it is going to connect to the database while compiling a module, I am assumming it may take some 5 seconds to 10 seconds for the compilation. Thanks for the help again.
Rgds,
Himansu

Similar Messages

  • Installing Forms&Report  Services with Oracle Application Server 10g Rel 3

    Can I Install Forms & Report Services with Oracle Application Server 10g Release 3 some how?
    I am thinking of installing Forms & Reports Services in separate home with Oracle Application Server 10g Rel 3.
    Does any body has any different idea so that they both can run more smoothly together.
    Thanks
    Raj
    www.oraclebrains.com

    They WILL NOT RUN TOGETHER. We have discussed this many times before. They must be in separate homes.
    Check the search function for this forum to find the previous discussions.

  • I had migrated Oracle 10g database from Windows to Oracle 11g Linux

    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Please guide me where I have to begin (starting point) looking into it.
    Some document stated gather system statistics.  How to check system statistics is up to date
    What are the crucial initialization parameter ?

    Hi,
    Let me just point you out to the documentation, which may concern you:
    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Managing Optimizer Statistics
    How to check system statistics is up to date
    Managing Optimizer Statistics
    What are the crucial initialization parameter ?
    Configuring a Database for Performance
    Thanks &
    Best Regards,

  • Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ?

    Hi Friends,
    Is it possible to Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ? ( as i would like to perform Point In Time recovery)
    (or) The only way is to use RMAN convert as mentioned here  - Transporting Data Across Platforms
    (or) Is there any other method (except exp/imp and data pump)
    Regards,
    DB

    HI
    his post describes the procedure required to migrate a database from Windows to Linux using the RMAN Convert Database command.
    Both Windows and Linux platforms have the same endian format, which makes possible to transfer the whole database, making the migration process very straightforward and simple.
    To migrate between platforms that have a different endian format, Cross Platform Transportable Tablespaces (XTTS) needs to be used instead.
    List of Steps Needed to Complete the Migration
    The migration process is simple, but as it has several steps it is convenient to be familiar with them before running it.
    1. Check platform compatibility between source and target OS
    2. Start the database in read only mode
    3. Check database readiness for transport from Windows to Linux using DBMS_TDB.CHECK_DB
    4. Check if there are any external objects
    5. Execute the Rman Convert database command
    6. Copy converted datafiles, generated Transport Script and Parameter File to Linux
    7. Edit the init.ora for the new database
    8. Edit the Transport Script and Parameter File changing the windows paths to Linux Paths
    9. Execute the Transport Script
    10.Change the Database ID
    11.Check database integrity
    Thank you

  • Issue in BI Publisher when migrating oracle report RDF to BI Publisher

    Hi, I am migrating Oracle RDF report to BI Publisher while migrating this report I am facing problem in viewing data as per my report requirement
    I want my department Name should be my HEADER and all projects of department should display under it.
    for that according to me I should get XML data like this
    <dept1>
    <project1></project1>
    <project2></project2>
    <project3></project3>
    </dept1>
    for some nodes I am getting this expected result but for many node it is giving me result like
    <dept2>
    <project1></project1>
    </dept2>
    <dept2>
    <project2></project2>
    </dept2>
    because of this i could not able to see data in required format for some department.
    may be Order by is not working in Q_Expenditure
    Here is my data template
    <dataTemplate dataSourceRef="PTTrng" name="XXPA4049093f" defaultPackage="XXPA4049093f">
    <properties>
    <property name="xml_tag_case" value="upper"/>
    </properties>
    <parameters>
    <parameter name="P_PROJECT" dataType="character" defaultValue="%"/>
    <parameter name="P_PROJECT_ROLLUP" dataType="character"/>
    <parameter name="P_PROJECT_ROLLUP_YEAR" dataType="character"/>
    <parameter name="P_ORDER_BY" dataType="character" defaultValue="1"/>
    <parameter name="P_REMAIN_BALANCE" dataType="number" defaultValue="-9999999999"/>
    <parameter name="P_FUND" dataType="character" defaultValue="%"/>
    </parameters>
    <lexicals>
    </lexicals>
    <dataQuery>
    <sqlStatement name="Q_Expenditure">
    select TRIM(a.NAME)NAME ,upper(a.id2) ID2,a."Project",a.start_date,a.completion_date,a.organization_id,a.origbud, a.budget,a.commitment,a.visa,a.labor,a.remaining_funds,a.board_rollup,a.description,a.class_code,
    a.class_category,a.fund,
    nvl(b.po_oblig_prior_yr,0) po_oblig_prior_yr2,
    nvl(c.ap_prior_yr_oblig,0) ap_prior_yr_oblig2,
    ( nvl(a.remaining_funds,0) + nvl(b.po_oblig_prior_yr,0) + nvl(c.ap_prior_yr_oblig,0) ) Remaining_funds_Order,
    XXPA4049093f.cf_dept_pct_obligformula(:CS_dept_total_costs, :CS_dept_bud) CF_dept_pct_oblig,
    XXPA4049093f.cf_dept_pct_unobligformula(:CS_dept_remain_funds, :CS_dept_bud) CF_dept_pct_unoblig,
    XXPA4049093f.cf_remain_laborformula(:CS_labor_budget, apps.a.LABOR) CF_remain_labor,
    XXPA4049093f.cf_nonlabor_budgetformula(apps.a.BUDGET, :CS_labor_budget) CF_nonlabor_budget,
    XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) CF_nonlabor_costs,
    XXPA4049093f.cf_remain_nonlaborformula(XXPA4049093f.cf_nonlabor_budgetformula(apps.a.BUDGET, :CS_labor_budget) ,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) CF_remain_nonlabor,
    XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) CF_total_costs,
    XXPA4049093f.cf_remain_fundsformula(apps.a.BUDGET,XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) ) CF_remain_funds,
    XXPA4049093f.cf_proj_pct_obligformula(XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) , apps.a.BUDGET) CF_proj_pct_oblig,
    XXPA4049093f.cf_proj_pct_unobligformula(XXPA4049093f.cf_remain_fundsformula(apps.a.BUDGET,XXPA4049093f.cf_total_costsformula(apps.a.LABOR,XXPA4049093f.cf_nonlabor_costsformula(apps.a.VISA, apps.a.COMMITMENT, nvl ( b.po_oblig_prior_yr , 0 ), nvl ( c.ap_prior_yr_oblig , 0 )) ) ) , apps.a.BUDGET) CF_proj_pct_unoblig
    from apps.xxpa_project_status_fund_cy_2 a, xxpa_prior_yr_oblig2_cy b, xxpa_ap_prior_yr_oblig2_cy c
    where
    a.class_category = :P_Project_Rollup
    and a.class_code = :P_Project_Rollup_Year
    and a.id2 like upper(:P_Project)
    and a.remaining_funds >= :P_remain_balance
    and a.id2 = b.id2
    and a.id2 = c.id2
    and a.class_code = b.class_code
    and a.class_code = c.class_code
    and a.fund like :P_Fund
    order by 1
    </sqlStatement><sqlStatement name="Q_1">
    select upper(f.class_code) ID2, sum(d.labor_budget) Labor_budget
    from apps.xxpa_labor_budget_v2006 d,
    pa.pa_project_classes e,
    pa.pa_class_codes f,
    ( select *
    from pa_project_classes
    where class_category = 'Fiscal Year'
    and substr(class_code,-4,4) =
    (select ( segment5 )
    from FINANCIALS_SYSTEM_PARAMS_ALL a, gl_code_combinations b
    where set_of_books_id = 2
    and a.accts_pay_code_combination_id = b.code_combination_id)
    ) ppc
    where d.project_id = e.project_id
    and e.class_category = f.class_category
    and e.class_code = f.class_code
    and e.class_category = 'Project Rollups'
    and d.project_id = ppc.project_id
    and d.project_id in (select project_id
    from pa.pa_project_classes a, xxpa_project_rollups_org b
    where a.class_category = 'Project Rollups'
    and a.class_code = b.class_code
    and b.org_count <= 1)
    and upper ( id2 )like upper(:P_Project)
    group by upper(f.class_code)
    </sqlStatement>
    <link name="Q_LINK" parentQuery="Q_Expenditure" parentColumn="ID2" childQuery="Q_1" childColumn="ID2" condition="="/>
    </dataQuery>
    <dataTrigger name="afterParameterFormTrigger" source="XXPA4049093f.afterpform"/>
    <dataTrigger name="beforeReportTrigger" source="XXPA4049093f.beforereport"/>
    <dataStructure>
    <group name="G_NAME1" dataType="varchar2" source="Q_Expenditure">
    <element name="NAME" dataType="varchar2" value="NAME"/>
    <element name="CS_dept_orig_bud" function="sum" dataType="number" value="G_segment1.ORIGBUD"/>
    <element name="CS_dept_bud" function="sum" dataType="number" value="G_segment1.BUDGET"/>
    <element name="CS_dept_labor_bud" function="sum" dataType="number" value="G_segment1.CS_labor_budget"/>
    <element name="CS_dept_labor" function="sum" dataType="number" value="G_segment1.LABOR"/>
    <element name="CS_dept_labor_remain" function="sum" dataType="number" value="G_segment1.CF_remain_labor"/>
    <element name="CS_dept_nonlabor_bud" function="sum" dataType="number" value="G_segment1.CF_nonlabor_budget"/>
    <element name="CS_dept_nonlabor_costs" function="sum" dataType="number" value="G_segment1.CF_nonlabor_costs"/>
    <element name="CS_dept_nonlabor_remain" function="sum" dataType="number" value="G_segment1.CF_remain_nonlabor"/>
    <element name="CS_dept_total_costs" function="sum" dataType="number" value="G_segment1.CF_total_costs"/>
    <element name="CS_dept_remain_funds" function="sum" dataType="number" value="G_segment1.CF_remain_funds"/>
    <element name="CF_dept_pct_oblig" dataType="number" value="CF_dept_pct_oblig"/>
    <element name="CF_dept_pct_unoblig" dataType="number" value="CF_dept_pct_unoblig"/>
    <group name="G_segment1" dataType="varchar2" source="Q_Expenditure">
    <element name="FUND" dataType="varchar2" value="FUND"/>
    <element name="po_oblig_prior_yr2" dataType="number" value="PO_OBLIG_PRIOR_YR2"/>
    <element name="ap_prior_yr_oblig2" dataType="number" value="AP_PRIOR_YR_OBLIG2"/>
    <element name="Remaining_funds_Order" dataType="number" value="REMAINING_FUNDS_ORDER"/>
    <element name="Project" dataType="varchar2" value="Project"/>
    <element name="ORIGBUD" dataType="number" value="ORIGBUD"/>
    <element name="BUDGET" dataType="number" value="BUDGET"/>
    <element name="COMMITMENT" dataType="number" value="COMMITMENT"/>
    <element name="LABOR" dataType="number" value="LABOR"/>
    <element name="CLASS_CODE" dataType="varchar2" value="CLASS_CODE"/>
    <element name="CLASS_CATEGORY" dataType="varchar2" value="CLASS_CATEGORY"/>
    <element name="REMAINING_FUNDS" dataType="number" value="REMAINING_FUNDS"/>
    <element name="ID2" dataType="varchar2" value="ID2"/>
    <element name="START_DATE" dataType="date" value="START_DATE"/>
    <element name="COMPLETION_DATE" dataType="date" value="COMPLETION_DATE"/>
    <element name="ORGANIZATION_ID" dataType="number" value="ORGANIZATION_ID"/>
    <element name="VISA" dataType="number" value="VISA"/>
    <element name="BOARD_ROLLUP" dataType="varchar2" value="BOARD_ROLLUP"/>
    <element name="DESCRIPTION" dataType="varchar2" value="DESCRIPTION"/>
    <element name="CS_labor_budget" function="sum" dataType="number" value="G_1.LABOR_BUDGET"/>
    <element name="CF_remain_labor" dataType="number" value="CF_remain_labor"/>
    <element name="CF_nonlabor_budget" dataType="number" value="CF_nonlabor_budget"/>
    <element name="CF_nonlabor_costs" dataType="number" value="CF_nonlabor_costs"/>
    <element name="CF_remain_nonlabor" dataType="number" value="CF_remain_nonlabor"/>
    <element name="CF_total_costs" dataType="number" value="CF_total_costs"/>
    <element name="CF_remain_funds" dataType="number" value="CF_remain_funds"/>
    <element name="CF_proj_pct_oblig" dataType="number" value="CF_proj_pct_oblig"/>
    <element name="CF_proj_pct_unoblig" dataType="number" value="CF_proj_pct_unoblig"/>
    <group name="G_1" dataType="varchar2" source="Q_1">
    <element name="LABOR_BUDGET" dataType="number" value="LABOR_BUDGET"/>
    <element name="ID2" dataType="varchar2" value="ID2"/>
    </group>
    </group>
    </group>
    <element name="CS_ORIG_BUDGET" function="sum" dataType="number" value="G_segment1.ORIGBUD"/>
    <element name="CS_APPROVED_BUDGET" function="sum" dataType="number" value="G_segment1.BUDGET"/>
    <element name="CS_LABOR_BUDGET_TOTAL" function="sum" dataType="number" value="G_segment1.CS_labor_budget"/>
    <element name="CS_LABOR_COSTS" function="sum" dataType="number" value="G_segment1.LABOR"/>
    <element name="CS_REMAIN_LABOR" function="sum" dataType="number" value="G_segment1.CF_remain_labor"/>
    <element name="CS_NONLABOR_BUDGET" function="sum" dataType="number" value="G_segment1.CF_nonlabor_budget"/>
    <element name="CS_NONLABOR_COSTS" function="sum" dataType="number" value="G_segment1.CF_nonlabor_costs"/>
    <element name="CS_REMAINING_NONLABOR" function="sum" dataType="number" value="G_segment1.CF_remain_nonlabor"/>
    <element name="CF_pct_oblig" dataType="number" value="XXPA4049093f.cf_pct_obligformula(:CS_TOTAL_COSTS, :CS_APPROVED_BUDGET)"/>
    <element name="CS_TOTAL_COSTS" function="sum" dataType="number" value="G_segment1.CF_total_costs"/>
    <element name="CS_REMAIN_FUNDS" function="sum" dataType="number" value="G_segment1.CF_remain_funds"/>
    <element name="CF_PCT_UNOBLIG" dataType="number" value="XXPA4049093f.cf_pct_unobligformula(:CS_REMAIN_FUNDS, :CS_APPROVED_BUDGET)"/>
    <element name="rp_order_by" dataType="varchar2" value="XXPA4049093f.rp_order_by_p"/>
    </dataStructure>
    </dataTemplate>

    I had to go to my data template and move my groups around.
    Copy Data Template into something like Wordpad, so you can see the hierarchy and cut and paste your groups. Watch your indentions.

  • How to configure Oracle forms/reports 10g to Oracle Database 10g

    Dear All,
    I have downloaded oracle Developer Suite 10g for microsoft Windows (CD1/CD2) from edelivery.oracle.com.
    I have also downloaded Oracle 10g xe edition from oracle.com.
    Both above software are on the same machine.
    Now, I have creaated new database, created few tablespaces,tables,indexes,functions etc on it. SID_NAME=xe.
    I want to configure both the software(connect them) so that i can generate some reports, create forms and applications(on the same machine not on network).
    How do i do that?
    Best Regards,

    did you set tns_admin? do you know what it's for?
    don't edit tnsnames.ora manually if you can help it.
    you have 2 tnsnames.ora. one is from the xe install. the other is from the developer suite install.
    what does the one for your developer suite look like?
    if you used the the network config assistant in a straightforward way, then it should end up with an entry similar to what you have in your tnsnames.ora from your xe installation.
    the netconfig assistant has a TEST step in it. did you try that? you might need to change the username/password when you test it.
    the main thing here is the tnsnames.ora. the way it will be located is in a particular order. it will check in this order, more or less
    1. in current working directory
    2. TNS_ADMIN defined by the session
    3. TNS_ADMIN defined as a global environment (in control panel)
    4. TNS_ADMIN defined in registry
    5. default location (network\admin directory).
    so if your developer says it can't resolve the name, then it means it is not defined in the tnsnames.ora it used. you need to determine which tnsnames.ora file it's using, and is it configured correctly.
    if you did not set tns_admin, check your E:\DevSuiteHome_1\NETWORK\ADMIN\tnsnames.ora
    this is the one developer will use by default.
    it should have an entry similar to the one from your xe install e.g.
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oraclelaptop.yic.edu.sa)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = XE)
    then when you run forms/reports, you should connect as user/password@xe

  • Oracle forms & reports support on oracle 10g lite

    Currently our oracle forms & reports 6i application works on oracle 8i database with oracle 9i lite.
    We upgraded our database to oracle 9i r2 and lite to 10gr2.
    After publishing the application when i try to open the application the forms screen disappears for ever.
    I wanted to know whether oracle forms and reports 6i is supported on
    oracle 10g lite r2?
    Thanks,
    Ashok Kumar.G

    No. Not only it isn't certified, but it is also impossible to run forms compiled with the 11g compiler with the 10g runtime. For 11g there is a install bundle for the developer suite / application server.
    cheers

  • Data filter when migrating Oracle to SQL

    How can I use a data filter (via t-sql or ??) when using SSMA to migrate data from Oracle to SQL Server ?

    Hi sqlworker,
    SQL Server Migration Assistant for Oracle are designed to migrate data from Oracle to SQL Server, we can convert and synchronize the schema of database, the particular category of the schema, and the attributes of objects. However, we can only use data filter
    to help you retrieve from a database table by using the WHERE clause to specify search conditions in SQL. According to your description, we need to verify if you just want to migrate some specific data from Oracle to SQL Server, or just use data filter in
    SQL Server after migration. You can post more information for analysis.
    For more information, you can review the following article.
    migrating
    data form Oracle to SQL Serve via SSMA.
    Filtering Data Retrieved from Database Table in SQL
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Form/Report Application Migration

    Hi everybody,
    In my company, we have a human resource system, made in forms/report 6i (9ias r1). This system will be migrate to forms 9i (9ias r2 - 9.0.2).
    I´m afraid because i don´t know if the HR application will work at our new environment. Besides, what can occur if we need to migrate from 9.0.2 to 9.0.4, of the Application Server? Anybody already made this?
    Thanks
    Carlito

    Hi Carlito,
    Please refer OracleAS Portal 10g Upgrade Introduction and also upgrade planning guide\
    Thanks,
    Krishna

  • Migration Oracle 8.17 from Solaris 8 to Solaris 10

    Is it possible to migrate Oracle 8.1.7 from Solaris 8 to Solaris 10? I find out the papers or the practices from internet that were done before. Do you have any documents said that or gurantee success?

    Perhaps contact Oracle.
    http://www.oracle.com
    Maybe they will know how to make version 8.1.7 work with newer
    distributions of various OS's.
    After all, it is their product, not Sun's product.

  • Migrate oracle 9iR2 database from Suse to Red Hat???

    Hi Everyone,
    We're going to move an oracle 9iR2 database from Suse to Red Hat. At this moment I don't know the detail about the platforms yet. I still like to ask a question if DB backup on Suse is compatible on RedHat? Physical restoring may be our prefer instead of exp/imp.
    Any advices?
    Thanks,
    Eric
    Message was edited by:
    emao

    I'm pretty sure (never did it myself) that there will be not problem when moving the database. The Oracle software is the same (at least when you use the x86 version) so
    the format of the datafiles and controlfiles should be identical.
    However some configuration files (network settings) might differ so try before you die :-)
    cu
    Andreas

  • Oracle Forms & Report Upgrade/Migrate from 6i to 11g

    Hi All,
    We are planning to upgrade/Migrate from Oracle Froms and Reports 6i to 11g. Can some one please  give me an high level steps to upgrade and migrate from 6i to 11g version.
    Many thanks in advance.
    Kind Regards,
    Mohan

    hi ,
    use below steps for Eliminate this issue
    To start the wizard version of the Forms Migration Assistant:
    1. On Windows systems, set the environment variable FORMS_PATH:
    SET FORMS_PATH=%ORACLE_HOME%\forms
    On UNIX systems, set the variable FORMS_PATH as in the example below:
    setenv FORMS_PATH $ORACLE_HOME/forms
    2.
    In Windows, from the Start menu, select ORACLE_HOME | Forms Developer |Oracle Forms Migration Assistant (GUI Mode), or at the command line, start the conversion utility by entering: frmplsqlconv.bat mode=wizard.
    or
    in UNIX, enter frmplsqlconv.sh mode=wizard.
    The Conversion Wizard Welcome dialog displays.
    Regards,
    Babu

  • Having Issue with Service Monitor Report when using Oracle DB

    Hi,
    I set up Oracle XE to store monitoring and message data for Service Monitor. I configured the Database Connection in Policy Studio, and deployed the configuration. When starting the Service Monitor, I got "There are no reporting nodes configured." error.
    Here is the detailed message:
    INFO 27/Jan/2012:13:13:54.155 [ed46fa00] thread set netsvc threadpool drained
    INFO 27/Jan/2012:13:13:55.074 [ed46fa00] rolling file logs/ConfigurationManagementAuditTrail.xml stopped
    INFO 27/Jan/2012:13:13:55.078 [ed46fa00] Shutting down Policy Director Manager
    INFO 27/Jan/2012:13:13:55.093 [ed46fa00] rolling file trace/ServiceMonitor.trc stopped
    [oracle@EDCPR16P0 bin]$ ./oegservicemonitor
    INFO 27/Jan/2012:13:13:59.896 [911baa00] Attempting to connect to entity store at federated:file:////u01/app/oracle/oeg11g/oegservicemonitor/conf/fed/configs.xml
    INFO 27/Jan/2012:13:14:03.014 [911baa00] Realtime monitoring disabled
    INFO 27/Jan/2012:13:14:03.016 [911baa00] Storing metrics in database disabled
    INFO 27/Jan/2012:13:14:03.781 [911baa00] cert store configured
    INFO 27/Jan/2012:13:14:03.785 [911baa00] keypairs configured
    INFO 27/Jan/2012:13:14:03.791 [911baa00] Initializing server
    INFO 27/Jan/2012:13:14:04.423 [911baa00] Attempting to connect to repConfig entity store at file:/u01/app/oracle/oeg11g/oegservicemonitor/conf/repConfig.xml
    INFO 27/Jan/2012:13:14:04.455 [911baa00] There are no reporting nodes configured.
    INFO 27/Jan/2012:13:14:04.456 [911baa00] Initializing report file format transformer
    INFO 27/Jan/2012:13:14:13.005 [911baa00] Server initialized
    INFO 27/Jan/2012:13:14:13.206 [911baa00] TCP interface
    INFO 27/Jan/2012:13:14:13.206 [911baa00] checking invariants for interface *:8040
    INFO 27/Jan/2012:13:14:13.206 [911baa00] listen on address 0.0.0.0/8040
    It looks like the repConfig.xml file needs to be updated. If so, what elements? Anything else i am missing?

    You need to add a Gateway node the service monitor.
    To do this browse to http://HOST:8040/
    Using the default port, you can connect to the Service Monitor interface in a browser, where HOST points to the IP address or hostname of the machine on which Service Monitor is installed.
    Right mouse click and add the Gateway node.

  • How do i connect Developer 9i or Forms/Reports 6i, to Oracle 9i on XP Home?

    Hello All,
    I have Oracle 9i release 9.0.1 on XP Home and i am trying to install some form of Oracle Forms and Reports on it so that i can practice for my OCP developer exams but i haven't been successful.
    I tried Oracle 9i Developer release 9.0.2 but i couldn't log on to the developer suite.
    1. Would it be ok to install both the 9i Database and Developer Suite on XP Home?
    2. If i can install both products on XP Home, how do i connect the 9i Developer Suite to the 9i database.
    I tried logging in with the same default names of
    Username: Scott
    Password: Tiger
    Host String: 'left the Host String portion blank' but i couldn't connect.
    I am trying to install Oracle Forms and Reports 6i but i can't install because i can't put it into the default OraHome of 90.
    Any suggestions on what i can do to get forms installed on XP home and how i can get it to connect to my 9i database? I would really appreciate any help i can get.
    Sincerely,
    Sam jr.

    Hello,
    I followed the instructions to install Oracle 9i Developer on XP home to connect with a 9i database on a different drive, but i am still having problems trying to get Oracle 9i to work with Forms and Reports.
    To begin with, i installed Oracle 9i on drive D(because its bigger than C on my PC) and i was able to connect using the SCOTT schema although i had some configuration tools fail.
    I believe the main one was the Oracle Intelligent Agent. The error stated that he Oracle OraHome90 Agent service could not be started and now it pops up as an error everytime i try to log unto my PC.
    I tried accessing the error message NETHELPMSG 3534 but couldn't even pull up the document.
    I believe i logged on using the SCOTT schema and the remembered i was supposed to restart the system so i did that.
    Then i installed Oracle 9i Developer on drive C and got a message saying some configuration tools had failed and i believe among them was the Oracle Intelligent Agent and the Oracle Database Configuration Assistant. I didn't set up the SMTP outgoing mail server and i believe i didn't set up the Oracle HTTP service either.
    Anyway, when i try to connect Forms or Reports Builder to the 9i database, i get an error message
    ORA-12560: TNS : protocol adapter error.
    I would really appreciate it if you could offer me some assistance as i need to get Forms and Reports working ASAP. I have looked at the documentation for 9i Developer but its not really helping. Thank you for your time.
    Sincerely,
    Sam Jr.

  • Need to generate XML report  (when user clicks the button)from Application Express 4.0.0.00.46

    I am new to Apex so I invoke all the APEX GURUS to help me !!!
    Here are details.
    When the user hits a button from APEX page he can download an XML report
    here is the parameterized SQL query:

    Duplicate thread: https://community.oracle.com/message/11325665

Maybe you are looking for

  • Buttons in External SWF's

    Using Flash CS3 AS2.0 I need to know if it is possible to make a button in an external swf. file loaded in a Main .fla to link to another frame or label in another external swf. movie. If so, how do I do it? I have a main flash file for my website wi

  • Nokia 5310 connecting problem

    when i try and connect the phone to the comp and have pc suite mode on it says that there is no phone connected. but it works with data storage mode. the pc suite mode used to work before but doesnt any more. plz help

  • ESATA Express Card/34 (or /54)

    Griffin has a new PC card that would allow me to connect to eSATA hard drives. Will this work with my 15" Aluminum PowerBook G4?

  • Feathering a layer's edge - increasing intensity closer to the edge

    I am working on a project where I need to make an office chair appear to have eyes. Specifically, dog eyes. I'm having trouble getting the edges of my eyes to look like they are part of the chair, which got me wondering. Is there a way to feather my

  • When running Junit for AMImplTest, service invocation fails due to security

    We have a Junit to test an AM java method. Part of the logic is to retrieve a cost using a service. We are using the Service Factory to perform the call and have the credential set in the connections, so when it is deployed, the credentials will be u