Deleting an object store
Before you begin
About this task
You can delete an object store. Some reasons for doing so include no longer needing the object store and removing a misconfigured object store before attempting to re-create the object store. The following table shows the main component items of an object store and the means by which those items are deleted:
| Item | Comment |
|---|---|
| Global configuration database entries for the object store. | Automatically deleted. |
| The object store node in the administration console. | Automatically deleted. |
| Database or table space for the object store. | Manually deleted or manually prepared for reuse. In the latter case, a new object store can optionally use the same database or table space as the deleted object store. |
| Storage areas that store content for the object store. | Manually deleted. |
Attention: Deleting an object store is an irreversible
operation.
Procedure
To delete an object store:
Example
You perform the following subprocedure for step 1 of the previous procedure.
To determine the database or table space that is used by an object store
- Find the database connection name in the administration console:
- In the domain navigation pane, click the object store.
- In the object store navigation pane, click the name of the object store (the top-most item).
- In the details pane, click the Properties tab.
- On the Properties tab, see the value of the Database Connection property. For example, the name of the database connection might be DBConn1.
- Find the JDNI data source name in the administration console:
- In the domain navigation pane, click .
- Click the name of the database connection that you found in the previous step. For example, if the database connection name is DBConn1, click DBConn1.
- In the details pane, click the General tab.
- On the General tab, see the value of the JNDI data source property. For example, the JNDI data source name might be FNOSDS.
- In your application server console, find the data source information for the JNDI data source that you found in the previous step. For example, suppose that the JDNI data source name is FNOSDS. In WebLogic, look at the Java™ Database Connectivity data sources for FNOSDS. The database information is indicated in the URL for the connection pool.
- Use the data source information and user authentication information, if necessary, to determine the database or table space that is used by the object store.