Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Stephen Arrowel, Database Administrator: "We are in the process of implementing Firebird solutions at multiple levels in our international organization. We expect that SQL Maestro Group will do nothing short of revolutionize the way we develop and maintain our Firebird databases. The continuous improvement and development means that the product is extremely flexible and will grow with us. The service and responsiveness of the Support Team has been exceptional. They have devoted countless hours to understanding our needs, so that we could get a Firebird administration tool which would be so simple and effective in use. SQL Maestro Group is helping Sytrax sail into the 21st Century".
Carl Schammel: "I have been in search of a software product that was rich in features and easy for using, but was unable to find one until I came upon Firebird Maestro. Not only does it have all-inclusive integrated functionality, but SQL Maestro Group have provided me with superior support. I now have the management tools at my hand that I have been looking for".

More

Add your opinion

Firebird Maestro online Help

Prev Return to chapter overview Next

Shutdown Database

Maintaining a database often involves shutting it down. Only SYSDBA or the owner of a database (the user who created it) can shut it down. The user who shuts down the database then has exclusive access to the database.

After a database is shut down, the database owner and SYSDBA are still able to connect to it, but any other user attempting to connect gets an error message stating that the database is shut down. To allow user access to the database back, bring the database online.

 

To shut down a database, select the Maintenance | Shutdown Database main menu item.

 

Connection options

User name

Supply server user name. Note that only SYSDBA or the owner of the database (the user who created it) can shut it down. The user who shuts down the database then has exclusive access to the database.

 

Password

Specify the valid user's password. If the password is not correct for the specified user name, you will not be able to shutdown database.

 

Database

Select database to backup from all available database profiles (How to create database profile see Create Database Profiles).

 

Shutdown properties

Mode

Defines shutdown mode. The possible options are: Forced, Deny transactions, Deny attachments.

 

Forced

In this mode all transactions, that are still active at the stated time, are aborted regardless of their type or importance, and all users are forcefully disconnected. As Firebird transactions function stably and securely, there are very few areas of application where this forced mode should not be used.

Deny transactions

In this mode all transactions must be executed by the stated time. Any new transactions that are started are blocked. If there are any transactions that are still active by the stated time, the database shutdown is not executed.

Deny attachments

With this option all active user attachments must finish their work by the stated time. If some attachments are still active by the stated time, the database shutdown is not executed.

 

Wait (sec)

The period of time (in seconds) until the shutdown is executed can be specified here.



Prev Return to chapter overview Next