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
The content includes guides, troubleshooting tips, and best practices for managing database environments, with an emphasis on Oracle and PostgreSQL systems. You can read the full analysis at Anuroop Challa's DBA Blog.
View running queries in postgreSQL: SELECT * FROM pg_stat_activity;
No comments:
Post a Comment