BI Publisher (MOSC)

MOSC Banner

The issue is why Lowercase is changed to Uppercase after run concurrent?

edited Jul 13, 2014 9:36PM in BI Publisher (MOSC) 1 commentAnswered ✓

Hi Experts:

The customer use XML Publisher to run a report.

The data design file is as below:

<dataTemplate name="DATA" version="1.0">

<parameters>

<parameter name="p_di_start_date" dataType="varchar2"/>

<parameter name="p_di_start_date" dataType="varchar2"/>

<parameter name="p_di_start_date" dataType="varchar2"/>

<parameter name="p_di_start_date" dataType="varchar2"/>

</parameters>

  

But after run concurrent, the .out file is as below:

<DATA>

<P_DI_START_DATE>2014/05/01</P_DI_START_DATE>

<P_DI_START_DATE>2014/05/01</P_DI_START_DATE>

<P_DI_START_DATE>2014/05/01</P_DI_START_DATE>

<P_DI_START_DATE>2014/05/01</P_DI_START_DATE>

The issue is why Lowercase is changed to Uppercase?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center