Duplication procedures

DIH does not support duplicating configuration elements directly from the web browser. However, you can still duplicate elements by executing the following procedures using SQL Developer or SQL Plus. The following duplication procedures include validations to ensure that the target object does not already exist. Duplication will only proceed if the target is confirmed to be absent.

duplicate_service

exec ria_dih.duplicate_service(SERVICE_ID,NEW_SERVICE_ID)

duplicate_executable

exec ria_dih.duplicate_executable(EXECUTABLE_ID,NEW_EXECUTABLE_ID)

duplicate_source

exec ria_dih.duplicate_source(SOURCE_ID,NEW_SOURCE_ID)

duplicate_target

exec ria_dih.duplicate_target(TARGET_ID,NEW_TARGET_ID)

duplicate_task

exec ria_dih.duplicate_task(TASK_ID,NEW_TASK_ID)