B.9 Migrating 11g WebLogic Users to 12c

After migrating from 11g to 12c, you must manually migrate the WebLogic users in to your 12c domain. You can do this by exporting the security data from a security realm and importing it in to another security realm. Security data includes authentication, authorization, credential map, and role data.

Understand when you would want to migrate security data. See Overview of Security Data Migration.

Understand the concepts associated with importing and exporting security data. See Migration Concepts.

Understand which formats and constraints are supported by the WebLogic Security providers. See Formats and Constraints Supported by WebLogic Security Providers.

Note:

You can only export and import security data between security realms in the same WebLogic Server release.

B.9 Exporting the security data from a security provider

To export security data from a security provider to a file:
  1. In the left pane, select Security Realms and then select the name of the realm you are configuring (for example, myrealm).
  2. Select the type of provider from which you want to export security data (for example, Authentication).
  3. Select the security provider from which you want to export security data.
  4. Select Export under Migration.
  5. Specify the directory and filename in which to export the security data in the Export File on Server field. The directory must exist.

    Note:

    The directory and file into which you export the security data should be carefully protected with operating system security as they contain secure information about your deployment.
  6. (Optional) Define a specific set of security data to be exported in the Export Constraints box.
  7. Click Save.
    After you export the data from the security provider, you can import it any time.

B.9 Importing the security data into a security provider

To import security data into a security provider:
  1. In the left pane of the Administration Console, select Security Realms.
  2. Select the name of the security realm into which the security data is to be imported (for example, myrealm).
  3. Select Providers and then the type of provider into which security data is to be imported (for example, Authentication under Providers).
  4. Select the security provider in which the security data is to be imported and select Import under Migration.
  5. Specify the directory and file name of the file that contains the exported security data in the Import File on Server field.
  6. Click Save.