Oracle Reports (MOSC)

MOSC Banner

Issues in defining Delimiter and cell wrapper in 11G Form for getting the CSV output of Oracle repor

edited Feb 4, 2010 2:28PM in Oracle Reports (MOSC) 2 commentsAnswered
  In Forms 6i , we were using the following code in the Form  for formatting the CSV report output:

v_format := 'DELIMITED DELIMITER=, CELLWRAPPER=''"''';

 

The above code was giving error after Forms and Report were migrated to 11G.

 

We are currently using  SET_REPORT_OBJECT_PROPERTY(v_rep_id,REPORT_DESFORMAT, DELIMITEDDATA').

 

We are unable to define Delimiter and cell wrapper for the CSV reports  .

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