HTML Usage in SQL Plus: How to simply add tables, titles and borders to a SQL script.
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;