Oracle Reports 11g: Configuration done through EM Console lost on restart

I am looking for some help in understanding how the configuration files are synched up with Managed Server domain in Oracle Reports 11g.
I have an HA environment that contains two managed servers on two nodes with admin server shared between the two nodes via NAS.
I am observing that configuration changes done to in-process reports server configuration using EM console (e.g. max Connections or shared job repositor etc) do not persist a server restart.
I have observed that the changes made by EM update the configuration files (rwserver.conf and rwservlet.properties files) under managed server domain directory.
But when the managed server is restarted, these files are overwritten by some other copy of the same file.
I am not able to zero down on the location of this master copy.
Any help in identifying that configuration and resolving this issue will be great!
I can provide more information if required.
Thanks!
Vikran

Thanks, The problem seem to persist in the opmn.log.
The logs say that there is a problem with the Connection. Particularly
01/21/03 07:27:09 Connection 1,206.101.32.36,6201
connect (errno=111)
Another error we are seeing is 6201
There is something about the DISPLAY variable being set in the configuration files. We made sure it was set according to the document note you have mentioned. After testing, the problem seem to persit.
02/10/01 07:27:09 Connection 1,206.101.32.36,6201 connect (errno=146). Document ID 283586.995 on Metalink mention some thing similar.
Thanks

Similar Messages

  • Chinese Character in PDF format for Oracle Reports 11g

    Hello Everyone,
    Currently we have a Report that need to be display chinese character in PDF format.
    We followed the steps specified in the "Oralce Fusion Middleware Publishing Reports to the Web with Oracle Reports Services"
    documentation but things doesn't work. We also installed Adobe Acrobat Reader 9 and Asian Font Pack 9 on the server side
    and even on the client/user/development side and followed the steps in the documentation, but no effect at all. Or we even
    tried "Arial Unicode MS", same thing no effect.
    For sure, we may miss something during PDF aliasing or PDF subsetting setup.
    Anyone out there who has the same experience and able to resolve the issue that currently using the Oralce Fusion Middleware Reports 11g?
    Doesn't matter if it does not related to chinese character, as long as it relates to this issue like japanese or arabic characters in PDF.
    If its ok, kindly provide the steps how you do it.
    Your help is highly appreciated.
    Regards and Thank you very much!

    I am now facing exactly the same problem as user449955 (Eric's). Dear Eric, how about your situation? If you have resolved this problem, may I ask for your solution?
    In my case, using either font aliasing or font subsetting doesn't work at all (displaying "garbage" characters instead of Chinese characters). The setting in my uifont.ali is as follows:
    If using font aliasing:
    [PDF]
    .....ZHT16HKSCS = "MSungStd-Light-Acro"
    If using font subsetting (the REPORTS_PATH already includes "C:\Windows\Fonts"):
    [PDF:Subset]
    "Courier New" = "mingliu.ttc,2"
    For both cases, the report server's NLS_LANG already set to "TRADITIONAL CHINESE_HONG KONG.ZHT16HKSCS" (I am in fact located at Hong Kong). For font aliasing, the client side already has Asian Adobe Reader with Asian font pack installed.
    By the way, I noticed that the WebLogic EM is configuring/updating the uifont.ali file at "<instance home>\config\FRComponent\frcommon\tools\common" directory, but the Oracle Reports 11g's documentation sometimes advise to refer to another uifont.ali file located at "<instance home>\config\FRComponent\frcommon\guicommon\tk\admin" directory. Which one of the uifont.ali files is the one used by the Oracle Reporting Service?
    My report server's platform is Windows 7 Enterprise (64-bit) and the Reports version is 11.1.1.3.
    Anyone can help to advise?
    Thank you very much.
    Regards

  • Getting Error While Displaying web page in Oracle Report 11g

    Hi,
    I am new to Oracle reports 11g. I have stuck into an error. While I'm trying to display the web page it says "No such Web command ()".
    I am using following URL to call the report.
    http://hostname:port/reports/rwservlet/?server=repserver&report=a.jsp&destype=cache&desformat=htmlcss&userid=scott/tiger@db
    Please help me out from this.

    Hi Rupesh,
    Thanks a lot removing web solved my problem.
    My second problem is
    1) SAP xMII >Navigation services>Navigation do following
    a) From the account name pull down menu select everyone
    b)In the navigation tree tab page,choose Navigation Item >Add>Child
    c)In the loading content dialog box,enter a name , for example,"Test"
    d)choose."..."
    e)In the File Browse dialog box,open the CM folder and navigate to teh QM folder
    Select ZPPWeb.htm and choose Ok
    After this I get error message as
    "Can't move focus to the control because it is invisible , not enabled or of a type that does not accept the focus".
    It does not add my htm file to the navigation link
    Thanks in advance
    Regards Namita

  • Help on Oracle streams 11g configuration

    Hi Streams experts
    Can you please validate the following creation process steps ?
    What is need to have streams doing is a one way replication of the AR
    schema from a database to another database. Both DML and DDL shall do
    the replication of the data.
    Help on Oracle streams 11g configuration. I would also need your help
    on the maintenance steps, controls and procedures
    2 databases
    1 src as source database
    1 dst as destination database
    replication type 1 way of the entire schema FaeterBR
    Step 1. Set all databases in archivelog mode.
    Step 2. Change initialization parameters for Streams. The Streams pool
    size and NLS_DATE_FORMAT require a restart of the instance.
    SQL> alter system set global_names=true scope=both;
    SQL> alter system set undo_retention=3600 scope=both;
    SQL> alter system set job_queue_processes=4 scope=both;
    SQL> alter system set streams_pool_size= 20m scope=spfile;
    SQL> alter system set NLS_DATE_FORMAT=
    'YYYY-MM-DD HH24:MI:SS' scope=spfile;
    SQL> shutdown immediate;
    SQL> startup
    Step 3. Create Streams administrators on the src and dst databases,
    and grant required roles and privileges. Create default tablespaces so
    that they are not using SYSTEM.
    ---at the src
    SQL> create tablespace streamsdm datafile
    '/u01/product/oracle/oradata/orcl/strepadm01.dbf' size 100m;
    ---at the replica:
    SQL> create tablespace streamsdm datafile
    ---at both sites:
    '/u02/oracle/oradata/str10/strepadm01.dbf' size 100m;
    SQL> create user streams_adm
    identified by streams_adm
    default tablespace strepadm01
    temporary tablespace temp;
    SQL> grant connect, resource, dba, aq_administrator_role to
    streams_adm;
    SQL> BEGIN
    DBMS_STREAMS_AUTH.GRANT_ADMIN_PRIVILEGE (
    grantee => 'streams_adm',
    grant_privileges => true);
    END;
    Step 4. Configure the tnsnames.ora at each site so that a connection
    can be made to the other database.
    Step 5. With the tnsnames.ora squared away, create a database link for
    the streams_adm user at both SRC and DST. With the init parameter
    global_name set to True, the db_link name must be the same as the
    global_name of the database you are connecting to. Use a SELECT from
    the table global_name at each site to determine the global name.
    SQL> select * from global_name;
    SQL> connect streams_adm/streams_adm@SRC
    SQL> create database link DST
    connect to streams_adm identified by streams_adm
    using 'DST';
    SQL> select sysdate from dual@DST;
    SLQ> connect streams_adm/streams_adm@DST
    SQL> create database link SRC
    connect to stream_admin identified by streams_adm
    using 'SRC';
    SQL> select sysdate from dual@SRC;
    Step 6. Control what schema shall be replicated
    FaeterBR is the schema to be replicated
    Step 7. Add supplemental logging to the FaeterBR schema on all the
    tables?
    SQL> Alter table FaeterBR.tb1 add supplemental log data
    (ALL) columns;
    SQL> alter table FaeterBR.tb2 add supplemental log data
    (ALL) columns;
    etc...
    Step 8. Create Streams queues at the primary and replica database.
    ---at SRC (primary):
    SQL> connect stream_admin/stream_admin@ORCL
    SQL> BEGIN
    DBMS_STREAMS_ADM.SET_UP_QUEUE(
    queue_table => 'streams_adm.FaeterBR_src_queue_table',
    queue_name => 'streams_adm.FaeterBR_src__queue');
    END;
    ---At DST (replica):
    SQL> connect stream_admin/stream_admin@STR10
    SQL> BEGIN
    DBMS_STREAMS_ADM.SET_UP_QUEUE(
    queue_table => 'stream_admin.FaeterBR_dst_queue_table',
    queue_name => 'stream_admin.FaeterBR_dst_queue');
    END;
    Step 9. Create the capture process on the source database (SRC).
    SQL> BEGIN
    DBMS_STREAMS_ADM.ADD_SCHEMA_RULES(
    schema_name =>'FaeterBR',
    streams_type =>'capture',
    streams_name =>'FaeterBR_src_capture',
    queue_name =>'FaeterBR_src_queue',
    include_dml =>true,
    include_ddl =>true,
    include_tagged_lcr =>false,
    source_database => NULL,
    inclusion_rule => true);
    END;
    Step 10. Instantiate the FaeterBR schema at DST. by doing export
    import : Can I use now datapump to do that ?
    ---AT SRC:
    exp system/superman file=FaeterBR.dmp log=FaeterBR.log
    object_consistent=y owner=FaeterBR
    ---AT DST:
    ---Create FaeterBR tablespaces and user:
    create tablespace FaeterBR_datafile
    '/u02/oracle/oradata/str10/FaeterBR_01.dbf' size 100G;
    create tablespace ws_app_idx datafile
    '/u02/oracle/oradata/str10/FaeterBR_01.dbf' size 100G;
    create user FaeterBR identified by FaeterBR_
    default tablespace FaeterBR_
    temporary tablespace temp;
    grant connect, resource to FaeterBR;
    imp system/123db file=FaeterBR_.dmp log=FaeterBR.log fromuser=FaeterBR
    touser=FaeterBR streams_instantiation=y
    Step 11. Create a propagation job at the source database (SRC).
    SQL> BEGIN
    DBMS_STREAMS_ADM.ADD_SCHEMA_PROPAGATION_RULES(
    schema_name =>'FaeterBR',
    streams_name =>'FaeterBR_src_propagation',
    source_queue_name =>'stream_admin.FaeterBR_src_queue',
    destination_queue_name=>'stream_admin.FaeterBR_dst_queue@dst',
    include_dml =>true,
    include_ddl =>true,
    include_tagged_lcr =>false,
    source_database =>'SRC',
    inclusion_rule =>true);
    END;
    Step 12. Create an apply process at the destination database (DST).
    SQL> BEGIN
    DBMS_STREAMS_ADM.ADD_SCHEMA_RULES(
    schema_name =>'FaeterBR',
    streams_type =>'apply',
    streams_name =>'FaeterBR_Dst_apply',
    queue_name =>'FaeterBR_dst_queue',
    include_dml =>true,
    include_ddl =>true,
    include_tagged_lcr =>false,
    source_database =>'SRC',
    inclusion_rule =>true);
    END;
    Step 13. Create substitution key columns for äll the tables that
    haven't a primary key of the FaeterBR schema on DST
    The column combination must provide a unique value for Streams.
    SQL> BEGIN
    DBMS_APPLY_ADM.SET_KEY_COLUMNS(
    object_name =>'FaeterBR.tb2',
    column_list =>'id1,names,toys,vendor');
    END;
    Step 14. Configure conflict resolution at the replication db (DST).
    Any easier method applicable the schema?
    DECLARE
    cols DBMS_UTILITY.NAME_ARRAY;
    BEGIN
    cols(1) := 'id';
    cols(2) := 'names';
    cols(3) := 'toys';
    cols(4) := 'vendor';
    DBMS_APPLY_ADM.SET_UPDATE_CONFLICT_HANDLER(
    object_name =>'FaeterBR.tb2',
    method_name =>'OVERWRITE',
    resolution_column=>'FaeterBR',
    column_list =>cols);
    END;
    Step 15. Enable the capture process on the source database (SRC).
    BEGIN
    DBMS_CAPTURE_ADM.START_CAPTURE(
    capture_name => 'FaeterBR_src_capture');
    END;
    Step 16. Enable the apply process on the replication database (DST).
    BEGIN
    DBMS_APPLY_ADM.START_APPLY(
    apply_name => 'FaeterBR_DST_apply');
    END;
    Step 17. Test streams propagation of rows from source (src) to
    replication (DST).
    AT ORCL:
    insert into FaeterBR.tb2 values (
    31000, 'BAMSE', 'DR', 'DR Lejetoej');
    AT STR10:
    connect FaeterBR/FaeterBR
    select * from FaeterBR.tb2 where vendor= 'DR Lejetoej';
    Any other test that can be made?

    Check the metalink doc 301431.1 and validate
    How To Setup One-Way SCHEMA Level Streams Replication [ID 301431.1]
    Oracle Server Enterprise Edition - Version: 10.1.0.2 to 11.1.0.6
    Cheers.

  • Starting Oracle Reports 11g in Windows 7

    Hi there,
    Does anyone have any luck running Oracle Reports 11g in Windows 7?
    I installed WLS server (10.3.2) successfully.
    I installed OFM (11.1.1.2) successfully.
    Started Oracle Forms 11g successfully. Able to connect to Oracle database and created a form.
    Registry: /SOFTWARE/ORACLE/KEY_OH2004471243: ORACLE_HOME=C:\Oracle\OFM11g\as_1
    System variables: PATH=C:\Oracle\OFM11g\as_1\jdk\bin;C:\Oracle\OFM11g\as_1\jdk\jre\bin;C:\Oracle\OFM11g\as_1\bin;%PATH%
    tnsnames.ora is in C:\oracle\TNSAdmin\
    Error starting Oracle Reports 11g
    C:\oracle\OFM11g\asinst_1\config\reports\bin\rwbuilder.bat
    java.lang.NoClassDefFoundError: oracle/xml/parser/v2/XMLParseException
    rwbuilder.bat file:
    @REM
    @REM Copyright (c) 1999, 2008, Oracle and/or its affiliates.
    @REM All rights reserved.
    @REM
    @echo off
    @echo Starting Reports 11g Builder...
    setlocal
    call C:\oracle\OFM11g\asinst_1\config\reports\bin\reports.bat
    @echo on
    start C:\oracle\OFM11g\as_1\bin\rwbuilder.exe %*
    @echo off
    endlocal
    @echo on

    Problem fixed. It was a folder security with Windows 7. When setting folder security on the root folder, it did not cascade to all the subfolders, even checked off the "Replace all child object permissions with inheritable permissions from this object". After searching many folders, the "oracle_common" folder was access is denied. Granted permission to this folder, and able to start Oracle Reports with no errors (without to run as Admin).

  • Oracle fusion 11g configuration problem.

    Dears,
    I have a problem configuring classic instance of oracle fusion 11g.
    Here is what I have.
    Oracle virtual box 4.0.8 with windows xp sp2 32 bit.
    Installed Oracle database 11g r2.
    Installed sun jdk java 16 update 20.
    Installed WLS using generic wls1033_generic.jar
    Installed Oracle Fusion Middleware win32_11.1.1.2.0_32 software only.
    Installed Oracle Fusion Middleware win32_11.1.1.3.0_32 patch.
    When starting config.bat from D:\Oracle\Middleware\as_1\bin and provide some parameters, it start configuring and then sleep in the stage of creating domain, I checked the log files and no problem shown.
    Please help with that.
    Thanks in advance.

    WinXP SP2 is not certified with FMW 11g, try to use latest patch (Portal, Discoverer, Forms, Reports 11.1.1.4, others 11.1.1.5).
    M.

  • Oracle Reports 11g Intallation

    Hi,
    I'm planning a Reports 11g installation on a Solaris 10 (Sparc) and I'm in this kind of installation. I would like to install "Portal, Forms, Reports and Discoverer (11.1.1.2.0)". I've seen I need to install Web Logic Server before it. I've some doubts.
    - Witch version of Web Logic Server does I need?
    - I think Portal, Forms, Reports and Discoverer (11.1.1.2.0) is a 64 bits software, isn't it?
    - When I try to download Web Logic Server I can only find a 32 bits for Solaris (http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html). I don't understand what sw I need to install.
    Any help would be much appreciate.
    Ferran

    11.1.1.2 goes with WLS 10.3.2
    11.1.1.3 goes with WLS 10.3.3
    At the top of the page you linked, you would read this:
    To use WebLogic Server with 64-bit JVM's on Linux and Solaris or to use WLS on other supported platforms, use the
    WebLogic Server generic installer listed under "Additional Platforms". The generic installers do not include a JVM/JDK. For
    instructions on using the generic installers, see this document.John

  • Oracle Reports 11g is giving error while uploading an xml

    REP-62202: Unsupported image format. Although xml does not contain any image tag.
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <report DTDVersion="9.0.2.0.10" name="Simple">
    <data>
    <userParameter datatype="character" display="no" name="P_JDBCPDS" pluginClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory"/>
    <dataSource name="DataSource1">
    <plugin factoryClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory" signOnParameter="P_JDBCPDS">
    <![CDATA[<jdbcpds DTDVersion=" 1.0"><JDBCQuery>select * from dbo.revenue2</JDBCQuery><QueryDefinition>0</QueryDefinition><driverType>jdbc-odbc</driverType><connectionClass>oracle.reports.plugin.datasource.jdbcpds.JDBCConnectionHandling</connectionClass><SignOnParameter>P_JDBCPDS</SignOnParameter><jdbcElements><element name = "Region"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "Country"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "City"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "Revenue"  type = "12"   typeName = "varchar"  columnSize = "18"  columnScale = "5" /><element name = "Population"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "Region_Chart"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /><element name = "Revenue_Chart"  type = "12"   typeName = "varchar"  columnSize = "50"  columnScale = "0" /></jdbcElements><referenceColumns></referenceColumns></jdbcpds>]]>
    </plugin>
    <group name="DataSet1">
    <dataItem datatype="character" javaDatatype="varChar" name="Region">
    <dataDescriptor expression="Region" order="1"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="Country">
    <dataDescriptor expression="Country" order="2"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="City">
    <dataDescriptor expression="City" order="3"/>
    </dataItem>
    <dataItem javaDatatype="numeric" name="Revenue" oracleDatatype="number">
    <dataDescriptor expression="Revenue" order="4"/>
    </dataItem>
    <dataItem javaDatatype="numeric" name="Population" oracleDatatype="number">
    <dataDescriptor expression="Population" order="5"/>
    </dataItem>
    <dataItem javaDatatype="numeric" name="Revenue_Chart" oracleDatatype="number">
    <dataDescriptor expression="Revenue_Chart" order="6"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="Region_Chart">
    <dataDescriptor expression="Region_Chart" order="7"/>
    </dataItem>
    </group>
    </dataSource>
    <dataSource name="DataSource2">
    <plugin factoryClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory" signOnParameter="P_JDBCPDS">
    <![CDATA[<jdbcpds DTDVersion=" 1.0"><JDBCQuery>select * from customer_detail</JDBCQuery><QueryDefinition>0</QueryDefinition><driverType>jdbc-odbc</driverType><connectionClass>oracle.reports.plugin.datasource.jdbcpds.JDBCConnectionHandling</connectionClass><SignOnParameter>P_JDBCPDS</SignOnParameter><jdbcElements><element name = "acc_no" type ="12" typeName = "numeric" columnSize = "50"  columnScale = "0" /><element name = "customer_name" type = "12"   typeName = "varchar" columnSize = "50"  columnScale = "0" /><element name = "saving_acc_bal" type = "12" typeName = "numeric" columnSize = "50"  columnScale = "0" /><element name = "current_acc_bal" type = "12" typeName = "numeric" columnSize = "50"  columnScale = "0" /><element name = "area_code" type = "12" typeName = "numeric" columnSize = "50"  columnScale = "0" /><element name = "reference_no" type = "12" typeName = "numeric" columnSize = "50"  columnScale = "0"/></jdbcElements><referenceColumns></referenceColumns></jdbcpds>]]>
    </plugin>
    <group name="DataSet2">
    <dataItem name="acc_no">
    <dataDescriptor expression="acc_no" order="1"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="Customer_Name">
    <dataDescriptor expression="Customer_Name" order="2"/>
    </dataItem>
    <dataItem name="saving_acc_bal">
    <dataDescriptor expression="saving_acc_bal" order="3"/>
    </dataItem>
    <dataItem name="current_acc_bal">
    <dataDescriptor expression="current_acc_bal" order="4"/>
    </dataItem>
    <dataItem name="area_code">
    <dataDescriptor expression="area_code" order="5"/>
    </dataItem>
    <dataItem name="reference_no">
    <dataDescriptor expression="reference_no" order="6"/>
    </dataItem>
    </group>
    </dataSource>
    </data>
    <layout>
    <section name="header">
    <margin>
    <text name="textbox2">
    <geometryInfo height="0.30210" width="3.61460" x="2.12500" y="1.43750"/>
    <textSegment>
    <string><![CDATA[Region,County Wise Revenue Analysis]]></string>
    </textSegment>
    </text>
    <text name="image2">
    <geometryInfo height="0.30211" width="3.61461" x="2.12501" y="1.43751"/>
    <textSegment>
    <string><![CDATA[LnT_Infotech.jpeg]]></string>
    </textSegment>
    </text>
    </margin>
    </section>
    <section name="trailer">
    <body>
    <text name="PF0textboxF0">
    <geometryInfo height="0.16660" width="3.50000" x="2.00000" y="0.43750"/>
    <textSegment>
    <string><![CDATA[@CopyRight L&T Infotech 2011]]></string>
    </textSegment>
    </text>
    </body>
    </section>
    <section name="main">
    <body>
    <text name="textbox28">
    <geometryInfo height="0.43750" width="4.00000" x="1.06250" y="1.06250"/>
    <textSegment>
    <string><![CDATA[Region,County Wise Revenue Analysis Through Table And Chart]]></string>
    </textSegment>
    </text>
    <graph name="chart3">
    <graphDefinition><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <rw:graph dataValues="Revenue" groups="Region_Chart" id="chart3" src="DataSet1"> <Graph customLayout="" graphType="LINE_VERT_ABS" markerDisplayed="true" version="11.1.1.0"> <Title text="LINE_GRAPH" visible="true"/> <Y1Axis majorTickStepAutomatic="true"/> <Y2Axis majorTickStepAutomatic="true"/> </Graph> </rw:graph> ]]></graphDefinition>
    </graph>
    <graph name="chart2">
    <graphDefinition><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <rw:graph dataValues="Revenue" groups="Region_Chart" id="chart3" src="DataSet1"> <Graph customLayout="" graphType="LINE_VERT_ABS" markerDisplayed="true" version="11.1.1.0"> <Title text="LINE_GRAPH" visible="true"/> <Y1Axis majorTickStepAutomatic="true"/> <Y2Axis majorTickStepAutomatic="true"/> </Graph> </rw:graph> ]]></graphDefinition>
    </graph>
    <graph name="chart1">
    <graphDefinition><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <rw:graph dataValues="Revenue" groups="Region_Chart" id="chart3" src="DataSet1"> <Graph customLayout="" graphType="LINE_VERT_ABS" markerDisplayed="true" version="11.1.1.0"> <Title text="LINE_GRAPH" visible="true"/> <Y1Axis majorTickStepAutomatic="true"/> <Y2Axis majorTickStepAutomatic="true"/> </Graph> </rw:graph> ]]></graphDefinition>
    </graph>
    <frame name="table3">
    <geometryInfo x="0.00000" y="6.87500" width="7.43750" height="1.00000" />
    <generalLayout verticalElasticity="variable"/>
    <visualSettings fillPattern="transparent"/>
    <repeatingFrame name="RF_0" printDirection="down" source="DataSet1">
    <geometryInfo x="0.00000" y="7.06250" width="7.43750"
    height="0.18750"/>
    <generalLayout verticalElasticity="expand"/>
    <visualSettings fillPattern="transparent"/>
    <field name="F_Population" source="Population">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00000" y="7.06250"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Region_Chart" source="Region_Chart">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00000" y="7.06250"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Revenue_Chart" source="Revenue_Chart">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00000" y="7.06250"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    </repeatingFrame>
    <frame name="SF_0">
    <geometryInfo x="0.00000" y="6.87500" width="7.43750"
    height="0.18750"/>
    <visualSettings fillPattern="transparent"/>
    <text name="Population">
    <geometryInfo height="0.18750" width="1.18750" x="0.00000" y="6.87500"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Population]]></string>
    </textSegment>
    </text>
    <text name="Region Chart">
    <geometryInfo height="0.18750" width="1.18750" x="0.00000" y="6.87500"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Region Chart]]></string>
    </textSegment>
    </text>
    <text name="Revenue Chart">
    <geometryInfo height="0.18750" width="1.18750" x="0.00000" y="6.87500"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Revenue Chart]]></string>
    </textSegment>
    </text>
    </frame>
    </frame>
    <frame name="table2">
    <geometryInfo x="1.00180" y="7.87600" width="7.43760" height="1.00000" />
    <generalLayout verticalElasticity="variable"/>
    <visualSettings fillPattern="transparent"/>
    <repeatingFrame name="RF_1" printDirection="down" source="DataSet2">
    <geometryInfo x="1.00180" y="7.87600" width="7.43750"
    height="0.18750"/>
    <generalLayout verticalElasticity="expand"/>
    <visualSettings fillPattern="transparent"/>
    <field name="F_acc_no" source="acc_no">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Customer_Name" source="Customer_Name">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_saving_acc_bal" source="saving_acc_bal">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_area_code" source="area_code">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_reference_no" source="reference_no">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="1.00180" y="7.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    </repeatingFrame>
    <frame name="SF_1">
    <geometryInfo x="1.00180" y="7.87600" width="7.43760"
    height="0.18760"/>
    <visualSettings fillPattern="transparent"/>
    <text name="acc no">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[acc no]]></string>
    </textSegment>
    </text>
    <text name="Customer Name">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Customer Name]]></string>
    </textSegment>
    </text>
    <text name="saving acc bal">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[saving acc bal]]></string>
    </textSegment>
    </text>
    <text name="area code">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[area code]]></string>
    </textSegment>
    </text>
    <text name="reference no">
    <geometryInfo height="0.18750" width="1.18750" x="1.00180" y="7.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[reference no]]></string>
    </textSegment>
    </text>
    </frame>
    </frame>
    <frame name="table1">
    <geometryInfo x="0.00180" y="6.87600" width="7.43760" height="1.00000" />
    <generalLayout verticalElasticity="variable"/>
    <visualSettings fillPattern="transparent"/>
    <repeatingFrame name="RF_2" printDirection="down" source="DataSet1">
    <geometryInfo x="0.00180" y="6.87600" width="7.43750"
    height="0.18750"/>
    <generalLayout verticalElasticity="expand"/>
    <visualSettings fillPattern="transparent"/>
    <field name="F_Region" source="Region">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00180" y="6.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Country" source="Country">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00180" y="6.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    <field name="F_Revenue" source="Revenue">
    <font face="helvetica" size="10"/>
    <geometryInfo height="0.18750" width="7.43750" x="0.00180" y="6.87600"/>
    <generalLayout verticalElasticity="expand"/>
    </field>
    </repeatingFrame>
    <frame name="SF_2">
    <geometryInfo x="0.00180" y="6.87600" width="7.43760"
    height="0.18760"/>
    <visualSettings fillPattern="transparent"/>
    <text name="Region">
    <geometryInfo height="0.18750" width="1.18750" x="0.00180" y="6.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Region]]></string>
    </textSegment>
    </text>
    <text name="Country">
    <geometryInfo height="0.18750" width="1.18750" x="0.00180" y="6.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Country]]></string>
    </textSegment>
    </text>
    <text name="Revenue">
    <geometryInfo height="0.18750" width="1.18750" x="0.00180" y="6.87600"/>
    <textSegment>
    <font bold="yes" face="helvetica" size="10" textColor="#000000"/>
    <string><![CDATA[Revenue]]></string>
    </textSegment>
    </text>
    </frame>
    </frame>
    </body>
    </section>
    </layout>
    <reportPrivate defaultReportType="tabular" templateName="rwbeige" versionFlags2="0"/>
    </report>

    Sumit,
    This is just a guess, but isn't "&" a special character in XML (like "<" and ">" used to delimit tags)? Aren't you meant to use "&amp;" if you really want to use the "&" character?
    Since this is really an XML question (in my opinion), I suggest you check it using an XML validator. I'm sure there are many freely available ones on the Internet.
    Good Luck,
    Avi.

  • HTML font size in Oracle Reports 11g

    I am migrating from Oracle Reports 10g in OAS to Reports 11g in WebLogic.
    However when I display all changed reports using Web Browser (same), the font size is changed(comparing the 10g reports to 11g reports). I would like to keep unchanged.
    (command using DESTYPE=HTML)
    May anybody can give me some guidance? (would like to see if there are any file or setting in EM which can alter the size of font in web)
    Thanks.
    Edited by: 817748 on 2011/7/19 上午 9:45

    There is a better forum: {forum:id=84} for your question

  • Is Oracle Reports 11g out now or not?

    When I look at the Oracle Fusion Middleware docs, they talk about 11g:
    http://download.oracle.com/docs/cd/E12839_01/install.1111/e10421/toc.htm
    But the official Oracle Reports Homepage is still about 10g:
    http://www.oracle.com/technology/products/reports/index.html

    Hello,
    Yes , Fusion Middleware 11g R1 contains Forms & Reports 11g.
    The Forms OTN web page has already been updated with new documents :
    http://www.oracle.com/technology/products/forms/index.html
    The Reports OTN web page will be updated too very soon ...
    Regards

  • Parameter Form look & Fee changed after upgrading to the Oracle Reports 11g

    Hi All,
    We are using Oracle Database 11g, with Oracle Forms and Reports 11g.
    We are in the process of migration our customized application from Oracle Forms 6i to Oracle Forms 11g, during migration we have faced a problem regarding the look and feel of reports parameter form,
    We have almost 700 reports and 300 out of them are calling with report parameter form = yes,
    When we call any report that is using Report Parameter Form, we have found that the look and feel completely changed, although it is acceptable for us as we have standardized the parameter form, with default layout, but the only problem is that, we are unable to fixed the length of any field having LOV, i.e. we have a field, that is showing Department Name, having Select DeptId, DeptName from Departments order by 1 and we have set the Hide First Column, when we call the report the length of this field systematically increased according to the biggest Department Name (Department Name having the highest number for characters), we want to fix the length of every parameter to a certain size,
    Would gurus please advice?
    Thanks,
    Hassan

    Hi,
    I have seen this problem.
    I assume that Apex 4 do not give fxx name to items anymore in order where columns are in query.
    This is one of reasons why we have not been yet able to upgrade.
    And it seems this same problem exists in Apex 4.1 on apex.oracle.com
    Regards,
    Jari

  • Oracle reports 11g with ADF weblogic

    hi every body,
    on our organization we have already weblogic with ADF support
    we want to install oracle reports to our reporting issues
    what you think using our already version of weblogic or using fresh weblogic is good
    I want to figure which is the best choice so please help me
    BR,
    Alaa

    Hi,
    Yes Oracle forms and reports 11g needs weblogic to be installed first which creates a Middleware home .
    Under that Middleware home you have to create a Forms & Reports home where in the respective binaries are installed.
    Thanks,
    Sharmela

  • Oracle Reports 11g output in pdf issue

    We are upgrading Oracle Forms and Reports from 10g to 11g R2. After moving the reports to 11g, the report layout is completely garbled/broken when it is shown as PDF (opened with adobe reader XI and older versions).
    desformat=pdf
    destype=cache
    Output in HTML format is showing correctly.
    desformat=html shows up ok.
    Server: AIX 6.1
    Weblogic 10.3.6
    Java SDK : 1.6
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 – Production
    Any help is greatly appreciated.
    Thank you.

    Are you using Oracle Forms and Reports 11.1.2.1.0 (the latest version of Forms/Reports 11gR2)? If yes, there is a known bug in all platforms except Linux where there are PDF viewing issues with the reports. According to My Oracle Support (MOS) note 1522543.1, this note goes into greater detail about the bug. It mentions to download Patch 16046595 from MOS. Apply this patch to your WebLogic domain, and it should fix the problem. When downloading the patch, make sure you are downloading the one for AIX as there are specific versions of the patch just for Solaris and Windows.
    Before installing this patch (or installing any Oracle patch), I would do the following:
    1. Review the README file which is included in the patch download.
    2. Make a backup of your Middleware home.
    To install the patch:
    1. Download and unzip the patch into the filesystem. Let the extracted patch location be called PATCH_TOP.
    2. Shutdown all WebLogic servers and instances (OPMN).
    3. Set the ORACLE_HOME variable to be the location where your Oracle home is for Forms and Reports.
    4. Append the PATH variable to include $MW_HOME/oracle_common/OPatch
    5. Go to $PATCH_TOP/16046595
    6. Run: opatch apply (if that does not work, try ./opatch apply)
    7. Type in 'y' when it asks you if the system is ready for patching.
    8. When the patch is successfully installed, start up OPMN and your WebLogic servers.
    9. Test the issue to see if the PDF report comes out like it should.
    Thanks,
    Scott (PITSS)

  • Configuring textpds.conf file for running Text Query in Oracle Reports 11g

    I'm trying to add a custom option in textpds situated in ORACLE_HOME\reports\conf folder by the given fileFormat:
    <fileFormat name = "ProductCSV" comment = "#" delimiter ="" type = "fixed">
    <columnInfo>
    <cloumn name = "S.No." type = "number" startpos = "1" width = "13"/>
    <column name = "Fruits" type = "string" startpos = "14" width ="10"/>
    </columnInfo>
    </fileFormat>
    before end tag of textPDS.
    but it is not getting reflected on my report wizard. I tried to remove all the existing fileFormats still no changes occur.
    Can anyone help me in my problem ?
    Note: I have restarted the reporting tool once the modification is done.

    For the more clarification, I have used JDBC Query as Data source type and Database connected via ODBC Driver in System DSN. The Driver selected from the drop-downs are jdbc-odbc.
    Kindly explain the mistake I m doing.

  • Oracle Reports 11g - Add new report server

    I have installed Weblogic 10.3.2 and Forms and Reports 11.1.0 ontop.
    I have configured my forms in the same way as 10g iAS, by adding to formsweb.cfg etc etc. The forms are fine.
    On 10g iAS reports, I used to select the report item from the iAS OEM screen and then edit configuration, changing the sourceDir, tempDir and cacheDir.
    Alternatively, instead of uning the in-process server, how can I add a new report server and use that intead? I would prefer to add a new report server. I cannot see the section in the doco that explains this.

    Hi,
    Creating new reports servers isnt too bad in 11g. Please see the following oracle note on creating additional reports standalone reports servers for 11g Reports running on WebLogic: Oracle Note 961174.1
    Hope this helps.
    Thank you,
    Gavin
    http://www.pitss.com

Maybe you are looking for