SQL*Plus (MOSC)

MOSC Banner

Can SQL Plus create this report

edited Nov 15, 2010 6:32PM in SQL*Plus (MOSC) 9 commentsAnswered
 Hello,
I need help,

I have problems with the release of a report in text format.

The registrar has to maintain a length of 97 characters being the last empty fields, not respecting me is the length of 97, length 97 to end before where there are no empty records.

If I generate my script from the toad length respects me, if I run the rdf on my team in Oracle Reports also respects the length, but since the application  does not

Any ideas?

My scripts is:

select NVL(INDICADOR,' ')
        ||TO_CHAR(FECH_DOCU,'ddmmyyyy')
        ||TO_CHAR(FECH_CONT,'ddmmyyyy')
        ||ID||REFERENCIA

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