select level, lpad(sdl_label,Length(sdl_label) + LEVEL -1,'-') VERSION , sdl_create
from (select * from sdl
where sdk_key = 41 and sdl_current_version is not null ) a
start with a.sdl_parent_version is null
connect by prior a.sdl_current_version=a.sdl_parent_version;
Forms Hierarchy
quarta-feira, 20 de novembro de 2013
terça-feira, 20 de agosto de 2013
Deleting Application Instances
Deleting Application Instances
OIM 11g R2An application instance can be deleted in any one of the following ways:
-
Deleting the application instance from the Application Instances section of the Oracle Identity System Administration.
-
Deleting the IT resource, which is a constituent of the application instance.
-
Unpublish the application instance from the entity publication
-
Unpublish the associated entitlements from the entity publication
-
Revoke, or hard-delete, or mark as deleted all the accounts for the application instance
-
In Oracle Identity System Administration, under Configuration, click
Application Instances. The Application Instances page is displayed with a
list of application instances that are published to your organization.
-
Search and select the application instance that you want to delete.
-
From the Actions menu, select Delete. Alternatively, click Delete on the toolbar. A message box is displayed asking for confirmation.
-
Click Delete to confirm. The application instance is soft-deleted in Oracle Identity Manager.
You can also delete an application instance by deleting the IT resource of the application instance. For information about deleting IT resources, see "Managing IT Resources" in the Oracle Fusion Middleware Developer's Guide for Oracle Identity Manager.
-
Run the Application Instance Post Delete Processing Job scheduled
job. This scheduled job can be run in any one of the following modes:
-
Revoke: This mode is used when the
application instance is deleted, but the provisioned accounts in the
target system still exist. Using the Revoke mode deletes the accounts
from the target system.
-
Delete: This mode is used when the target
system no longer exists, and there are no traces of the accounts in
Oracle Identity Manager. Using the Delete mode hard-deletes the accounts
from all provisioning tasks and targets, and subsequently from Oracle
Identity Manager.
- Decommission: This mode is used when the target system no longer exists and the provisioned accounts cannot be revoked from the target system. Using the Decommission mode changes the account status to Revoke without keeping the accounts in Oracle Identity Manager in provisioned state.
-
Revoke: This mode is used when the
application instance is deleted, but the provisioned accounts in the
target system still exist. Using the Revoke mode deletes the accounts
from the target system.
- Run the Catalog Synchronization Job scheduled job. This scheduled job
identifies the soft-deleted application instances, and removes them from
the catalog.
Assinar:
Postagens (Atom)