Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Customizing SQLFORMAT HTML output

Raj JamadagniOct 5 2016 — edited Oct 5 2016

Are there any settings available to customize css when generating html output using set sqlformat html ?

e.g. if I need to disable 'search' functionality, set specific font etc? I have a report that has over 5-6 inidvidual sql statements, the output of which I'd like to combine in a report (it displays the status of latest release deployment) and while using simplest method, noticed that each html table has search option. Hence thought of asking if there is an option to disable that in either 4.1.3 or 4.2EA.

Now, I know it can be done in a pl/sql block (which i have already tested) but it means making additional direct grants on some sys views when deployed to prod, using a simple option like (set sqlformat) the script remains simple and portable.

Thanks in advnace

Raj

This post has been answered by thatJeffSmith-Oracle on Oct 5 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2016
Added on Oct 5 2016
2 comments
460 views