Tables that should not be added to the Clone exclude listIssue Description When configuring a clone on the source instance, if any of the following tables are added on the clone exclude list and not preserved, the table will not be excluded on the target : sys_usersys_db_objectsys_dictionarysys_user_has_rolesys_user_rolesys_user_groupsys_user_grmembersys_group_has_rolesys_user_role_containssys_group_has_skillsys_user_group_typesys_user_group_visibilitycustomer_contact This is due to the property "cid.clone.cannot.be.empty.tables.after.clone" which has a list of critical tables that should not be excluded. This property contains a list of tables that, if they are excluded, must also be preserved to avoid complications to the target instance. For example if you excluded sys_db_object and didn't preserve it, you would have no table records on the target instance. Steps to Reproduce 1) Logon to your source instance.2) Add any of the tables mentioned above on the clone exclude list. 3) Schedule your clone. NOTE: The clone will complete but the table will not be excluded. Resolution1). Check if any of the tables from the below list is excluded but NOT preserved. sys_usersys_db_objectsys_dictionarysys_user_has_rolesys_user_rolesys_user_groupsys_user_grmembersys_group_has_rolesys_user_role_containssys_group_has_skillsys_user_group_typesys_user_group_visibilitycustomer_contact 2) Add any missing tables to the preserver list. Related LinksRefer to KB0870989 for related information. Related Problem: PRB1459450