SQL*Plus (MOSC)

MOSC Banner

HTML Usage in SQL Plus: How to simply add tables, titles and borders to a SQL script.

edited Jul 10, 2012 4:50AM in SQL*Plus (MOSC) 3 commentsAnswered
How do you add simply add HTML to a SQL Plus script?  I have followed the examples in the documentation and I have gotten a report wrapped end to end with text.

I just wanted to produce a simple report that listed the users who would have their passwords expiring in 30 days or less. Tjhe SQL was no problem. Getting SQL Plus to format the report with HTML is a problem.

Any help anyone can provide would be greatly appreciated.

RWB

set heading off;
set echo off;
set term on;
set term on;
set linesize 200;
set feedback off;
set pagesize 65;

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