Friday, January 14, 2011

Weblogic 10.3.5 Manage Persistent Stores

Overview of the Persistent Store

The persistent store provides a built-in, high-performance storage solution for WebLogic Server subsystems and services that require persistence. For example, it can store persistent JMS messages or temporarily store messages sent using the Store-and-Forward feature. The persistent store supports persistence to a file-based store or to a JDBC-enabled database.

Create Persistent Store (Creating a JDBC Store)

  1. Create a JDBC data source or multi data source to interface with the JDBC store.
  2. Create a JDBC store and associate it with the JDBC data source or multi data source.
  3. It is highly recommended that you configure the Prefix option to a unique value for each configured JDBC store table.
  4. Associate the JDBC store with the subsystem(s) that will be using it, such as:
  • For JMS servers, select the JDBC store on the General Configuration page.
  • For Store-and-Forward agents, select the JDBC store on the General Configuration page.

 

Enter the  Name, Target, Data Source and Prefix Name as shown below

 On pressing OK button, a persistence store is created.

 

Delete persistent stores

Note: Deleting a persistent store permanently removes it from the domain's configuration. If you only want to temporarily stop using this store, un-target it from the server.
To delete a persistent store:
  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit
  2. In the left pane of the console, expand Services and select Persistent Stores.
  3. On the Summary of Persistent Stores page, select the persistent store that you want to delete.
  4. Click Delete and confirm the deletion.
  5. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart



    On success delete, you should see the following message

    OCI Knowledge Series: OCI Infrastructure components

      Oracle Cloud Infrastructure (OCI) provides a comprehensive set of infrastructure services that enable you to build and run a wide range of...