BI Publisher (MOSC)

MOSC Banner

Data Model sql containing hard coded url as a column

edited Nov 2, 2015 1:34PM in BI Publisher (MOSC) 1 commentAnswered

Hello,

I have a requirement to generate a csv file where the last column is a URL string. The data model editor does not accept my sql statement which is similar to this:

select 'abcd' column_a

, 'http://host:port/path1/path2/?param=' as url_string

from dual

In SQL Developer, you would get this:

 

COLUMN_AURL_STRING
abcdhttp://host:port/path1/path2/?param=

But in BIP Data Model Editor, the SQL gives following error:

A parameter name contains any of the characters (~, !, #, $, %, ^, &, *, +, `, |, \",\', \\\\, <, >, ?, ,, /) is not allowed.


How can I make this work?


Thanks,


Manish

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