Figure 2-1 Databases Page
Managing DataBlade modules consists of tasks as described in the following subsections:
1. To see a list of available database servers, in the Databases list box on the Databases page, click the expander button next to the network and database server icons.
2. Click the name of the database to which you want to connect.
3. If the User Login dialog box appears, type a user name and password that have the required permissions for the database.
4. Click OK.
Registering a DataBlade Module When BladeManager registers a DataBlade module, it executes a set of SQL statements to register each database object in the module. Registration is equivalent to creating database objects individually with the SQL CREATE statement. You must have resource permissions on the database to register a DataBlade module in it. To register a DataBlade module
1. On the Databases page, select the database in which you want to register a DataBlade module (see Figure 2-1).
2. In the Available list box, select the DataBlade module you want to register.
3. Click Add to move the DataBlade module from the Available list box to the Registered list box.
4. Click Apply to register the DataBlade module in the database.
Some DataBlade modules depend on one or more interfaces. An interface is a contract between DataBlade modules: the DataBlade module requiring the interface is dependent on the functionality of the DataBlade modules providing that interface. When you register a DataBlade module with an interface dependency, BladeManager verifies that one of the DataBlade modules that provides that interface is registered in the database. If it is, registration continues. If it is not, BladeManager prompts you to register a DataBlade module providing the interface. BladeManager first registers the DataBlade module providing the interface, then registers the original module. If there are no DataBlade modules that provide the needed interface installed on your database server, you cannot register the original module.
1. On the Databases page, select the database in which you want to upgrade a DataBlade module (see Figure 2-1).
2. In the Available list box, select the DataBlade module you want to upgrade.
4. Click Apply to upgrade the DataBlade module in the database.
To downgrade a DataBlade module, use the above procedure to replace the DataBlade module with an earlier version. Unregistering a DataBlade Module When BladeManager unregisters a DataBlade module, it removes each element of the DataBlade module from the database using SQL DROP statements. For more information on what happens during registration, see "Registering a DataBlade Module".
1. On the Databases page, select the database from which you want to unregister a DataBlade module (see Figure 2-1).
2. In the Registered list box, select the DataBlade module you want to unregister.
3. Click Remove to move the DataBlade module from the Registered list box to the Available list box.
4. Click Apply to unregister the selected DataBlade module in the database.