Oracle how to save output of the script in xls or html.

 Oracle how to save output of the script in xls or html:

=========================================


SET MARKUP HTML ON

SPOOL <file_name>.xls


or

SET MARKUP HTML ON

SPOOL <file_name>.html


No comments:

Post a Comment

Common Oracle Clusterware crsctl commands

  Oracle Clusterware crsctl commands: # Check cluster status crsctl check crs crsctl check cluster # Cluster resources crsctl status reso...