csqlplus: New website
Last week, I launched a new website for my csqlplus project.
What is csqlplus, you might ask. The csqlplus script is a wrapper for SQL*Plus and will allow you to query multiple databases at once, so bascially a SQL*Plus for clusters:
Often, Oracle database administrators need to run commands on multiple databases at once. With csqlplus, a wrapper for the sqlplus command, a DBA can quickly query multiple databases simultaneously.
Basically, csqlplus is a simple wrapper script to call sqlplus for all databases specified in a file.
You can download the script from the website www.csqlplus.org.