Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

import dump error

India_vigneshApr 10 2016 — edited Apr 11 2016

Hi,

Im facing error while importing the dump of full database

impdp file=full_db.dmp log=db.log full=Y

BELOW IS MY IMPORT LOG FILE    PLEASE HELP

;;;

Import: Release 11.2.0.4.0 - Production on Sun Apr 10 09:36:11 2016

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

;;;

Connected to: Oracle Database 11g Release 11.2.0.4.0 - 64bit Production

;;; Legacy Mode Active due to the following parameters:

;;; Legacy Mode Parameter: "file=backup_full.dmp" Location: Command Line, Replaced with: "dumpfile=backup_full.dmp"

;;; Legacy Mode Parameter: "log=test_db.log" Location: Command Line, Replaced with: "logfile=test_db.log"

Master table "SYS"."SYS_IMPORT_FULL_01" successfully loaded/unloaded

Starting "SYS"."SYS_IMPORT_FULL_01":  /******** AS SYSDBA dumpfile=backup_full.dmp logfile=test_db.log full=Y

Processing object type DATABASE_EXPORT/TABLESPACE

ORA-31684: Object type TABLESPACE:"UNDOTBS1" already exists

ORA-31684: Object type TABLESPACE:"TEMP" already exists

ORA-31684: Object type TABLESPACE:"USERS" already exists

ORA-31684: Object type TABLESPACE:"AWAREILS_TB" already exists

Processing object type DATABASE_EXPORT/PROFILE

Processing object type DATABASE_EXPORT/SYS_USER/USER

Processing object type DATABASE_EXPORT/SCHEMA/USER

ORA-31684: Object type USER:"OUTLN" already exists

Processing object type DATABASE_EXPORT/ROLE

ORA-31684: Object type ROLE:"SELECT_CATALOG_ROLE" already exists

ORA-31684: Object type ROLE:"EXECUTE_CATALOG_ROLE" already exists

ORA-31684: Object type ROLE:"DELETE_CATALOG_ROLE" already exists

ORA-31684: Object type ROLE:"DBFS_ROLE" already exists

ORA-31684: Object type ROLE:"AQ_ADMINISTRATOR_ROLE" already exists

ORA-31684: Object type ROLE:"AQ_USER_ROLE" already exists

ORA-31684: Object type ROLE:"ADM_PARALLEL_EXECUTE_TASK" already exists

ORA-31684: Object type ROLE:"GATHER_SYSTEM_STATISTICS" already exists

ORA-31684: Object type ROLE:"RECOVERY_CATALOG_OWNER" already exists

ORA-31684: Object type ROLE:"SCHEDULER_ADMIN" already exists

ORA-31684: Object type ROLE:"HS_ADMIN_SELECT_ROLE" already exists

ORA-31684: Object type ROLE:"HS_ADMIN_EXECUTE_ROLE" already exists

ORA-31684: Object type ROLE:"HS_ADMIN_ROLE" already exists

ORA-39083: Object type ROLE failed to create with error:

ORA-00439: feature not enabled: Enterprise User Security

Failing sql is:

CREATE ROLE "GLOBAL_AQ_USER_ROLE" IDENTIFIED GLOBALLY

ORA-31684: Object type ROLE:"OEM_ADVISOR" already exists

ORA-31684: Object type ROLE:"OEM_MONITOR" already exists

Processing object type DATABASE_EXPORT/GRANT/SYSTEM_GRANT/PROC_SYSTEM_GRANT

ORA-39083: Object type PROC_SYSTEM_GRANT failed to create with error:

ORA-00942: table or view does not exist

Failing sql is:

BEGIN

execute immediate ('CREATE TABLE TEMP_JAVA_PRIVS AS SELECT KIND, GRANTEE, TYPE_SCHEMA, TYPE_NAME, NAME, ACTION, ENABLED FROM DBA_JAVA_POLICY WHERE ROWNUM > 1');COMMIT; END;

Processing object type DATABASE_EXPORT/SCHEMA/GRANT/SYSTEM_GRANT

Processing object type DATABASE_EXPORT/SCHEMA/ROLE_GRANT

Processing object type DATABASE_EXPORT/SCHEMA/DEFAULT_ROLE

Processing object type DATABASE_EXPORT/SCHEMA/TABLESPACE_QUOTA

Processing object type DATABASE_EXPORT/RESOURCE_COST

Processing object type DATABASE_EXPORT/TRUSTED_DB_LINK

Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/SEQUENCE

ORA-31684: Object type SEQUENCE:"SYSTEM"."MVIEW$_ADVSEQ_GENERIC" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."MVIEW$_ADVSEQ_ID" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_FLAVORS_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_FLAVOR_NAME_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_REPPROP_KEY" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT_LOG_SEQUENCE" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_REFRESH_TEMPLATES_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_USER_AUTHORIZATIONS_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_REFGROUPS_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_OBJECTS_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_PARMS_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_USER_PARM_VALUES_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMPLATE_SITES_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_TEMP_OUTPUT_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_RUNTIME_PARMS_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."TEMPLATE$_TARGETS_S" already exists

ORA-31684: Object type SEQUENCE:"SYSTEM"."REPCAT$_EXCEPTIONS_S" already exists

Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_DOCS_ID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_DOCS_ID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_STD_A_SA_ID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_STD_A_SA_ID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_PRV_A_PA_ID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_PRV_A_PA_ID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_DICT_A_DA_ID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_DICT_A_DA_ID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_MPD_P_MPID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_MPD_P_MPID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_ANON_ATTRS_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_ANON_ATTRS_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_RT_PREF_P_PPID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_RT_PREF_P_PPID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_UID_DEFS_UDID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_UID_DEFS_UDID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_STOREDTAGS_STID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_STOREDTAGS_STID_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_DATA_MODEL_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_DATA_MODEL_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_CT_PRED_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_CT_PRED_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT SELECT ON "ORDDATA"."ORDDCM_CT_PRED_SET_SEQ" TO "ORDSYS"

ORA-39083: Object type OBJECT_GRANT failed to create with error:

ORA-01917: user or role 'ORDSYS' does not exist

Failing sql is:

GRANT ALTER ON "ORDDATA"."ORDDCM_CT_PRED_SET_SEQ" TO "ORDSYS"

Processing object type DATABASE_EXPORT/DIRECTORY/DIRECTORY

ORA-31684: Object type DIRECTORY:"ORACLE_OCM_CONFIG_DIR" already exists

ORA-31684: Object type DIRECTORY:"DATA_PUMP_DIR" already exists

Processing object type DATABASE_EXPORT/DIRECTORY/GRANT/OWNER_GRANT/OBJECT_GRANT

Processing object type DATABASE_EXPORT/CONTEXT

ORA-31684: Object type CONTEXT:"GLOBAL_AQCLNTDB_CTX" already exists

ORA-31684: Object type CONTEXT:"DBFS_CONTEXT" already exists

ORA-31684: Object type CONTEXT:"REGISTRY$CTX" already exists

Processing object type DATABASE_EXPORT/SCHEMA/PUBLIC_SYNONYM/SYNONYM

ORA-31684: Object type SYNONYM:"PUBLIC"."OL$" already exists

ORA-31684: Object type SYNONYM:"PUBLIC"."OL$HINTS" already exists

ORA-31684: Object type SYNONYM:"PUBLIC"."OL$NODES" already exists

Processing object type DATABASE_EXPORT/SCHEMA/SYNONYM

ORA-31684: Object type SYNONYM:"SYSTEM"."SYSCATALOG" already exists

ORA-31684: Object type SYNONYM:"SYSTEM"."CATALOG" already exists

ORA-31684: Object type SYNONYM:"SYSTEM"."TAB" already exists

ORA-31684: Object type SYNONYM:"SYSTEM"."COL" already exists

ORA-31684: Object type SYNONYM:"SYSTEM"."TABQUOTAS" already exists

ORA-31684: Object type SYNONYM:"SYSTEM"."SYSFILES" already exists

ORA-31684: Object type SYNONYM:"SYSTEM"."PUBLICSYN" already exists

Processing object type DATABASE_EXPORT/SCHEMA/TYPE/TYPE_SPEC

ORA-31684: Object type TYPE:"SYSTEM"."REPCAT$_OBJECT_NULL_VECTOR" already exists

Processing object type DATABASE_EXPORT/SCHEMA/TYPE/GRANT/OWNER_GRANT/OBJECT_GRANT

Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM

>>> Cannot set an SCN larger than the current SCN. If a Streams Capture configuration was imported then the Apply that processes the captured messages needs to be dropped and recreated. See My Oracle Support article number 1380295.1.

ORA-39083: Object type PROCACT_SYSTEM failed to create with error:

ORA-20000: Workspace Manager Not Installed

Failing sql is:

BEGIN

declare ver varchar2(100) ; cnt integer ; dummy integer; vdummy varchar2(30) ; compile_exception EXCEPTION; PRAGMA EXCEPTION_INIT(compile_exception, -06550); invalid_table EXCEPTION; PRAGMA EXCEPTION_INIT(invalid_table, -00942); procedure createErrorProc is begin execute immediate 'create or replace function system.wm$_check_install return boolean is begin return true ; end;'

Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PROCOBJ

Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM

Processing object type DATABASE_EXPORT/SCHEMA/PROCACT_SCHEMA

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE

ORA-39151: Table "OUTLN"."OL$" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "OUTLN"."OL$NODES" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_ERROR" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_DESTINATION" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_CALLDEST" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_DEFAULTDEST" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_PROPAGATOR" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_ORIGIN" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_PUSHED_TRANSACTIONS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_REPCAT" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_FLAVORS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_REPSCHEMA" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_SNAPGROUP" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_REPOBJECT" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_REPCOLUMN" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_KEY_COLUMNS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_GENERATED" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_REPPROP" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_REPCATLOG" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_DDL" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_REPGROUP_PRIVS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_PRIORITY_GROUP" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_PRIORITY" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_COLUMN_GROUP" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_GROUPED_COLUMN" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_CONFLICT" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_RESOLUTION_METHOD" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_RESOLUTION" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_RESOLUTION_STATISTICS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_RESOL_STATS_CONTROL" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_PARAMETER_COLUMN" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_AUDIT_ATTRIBUTE" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_AUDIT_COLUMN" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_FLAVOR_OBJECTS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_TEMPLATE_STATUS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_TEMPLATE_TYPES" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_REFRESH_TEMPLATES" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_USER_AUTHORIZATIONS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_OBJECT_TYPES" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_TEMPLATE_REFGROUPS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_OBJECT_PARMS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_TEMPLATE_SITES" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_SITE_OBJECTS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_TEMPLATE_TARGETS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_EXTENSION" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_SITES_NEW" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39083: Object type TABLE:"SYSMAN"."MGMT_METRICS" failed to create with error:

ORA-00439: feature not enabled: Basic Compression

Failing sql is:

CREATE TABLE "SYSMAN"."MGMT_METRICS" ("TARGET_TYPE" VARCHAR2(64 BYTE) NOT NULL ENABLE, "TYPE_META_VER" VARCHAR2(8 BYTE) DEFAULT '1.0', "CATEGORY_PROP_1" VARCHAR2(64 BYTE) DEFAULT ' ', "CATEGORY_PROP_2" VARCHAR2(64 BYTE) DEFAULT ' ', "CATEGORY_PROP_3" VARCHAR2(64 BYTE) DEFAULT ' ', "CATEGORY_PROP_4" VARCHAR2(64 BYTE) DEFAULT ' ', "CATEGORY_PROP_5" VARCHAR2(64 BYT

ORA-39083: Object type TABLE:"SYSMAN"."MGMT_POLICIES" failed to create with error:

ORA-00439: feature not enabled: Basic Compression

Failing sql is:

CREATE TABLE "SYSMAN"."MGMT_POLICIES" ("POLICY_GUID" RAW(16) NOT NULL ENABLE, "POLICY_NAME" VARCHAR2(128 BYTE) NOT NULL ENABLE, "METRIC_GUID" RAW(16) NOT NULL ENABLE, "TARGET_TYPE" VARCHAR2(64 BYTE) NOT NULL ENABLE, "START_TYPE_META_VER" VARCHAR2(8 BYTE) DEFAULT '1.0', "END_TYPE_META_VER" VARCHAR2(8 BYTE) DEFAULT NULL, "POLICY_TYPE" NUMBER(1,0) DEFAULT 1, "POLI

ORA-39151: Table "OUTLN"."OL$HINTS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."OL$" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."OL$HINTS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."OL$NODES" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_LOB" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_TEMPLATE_OBJECTS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_TEMPLATE_PARMS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_USER_PARM_VALUES" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_RUNTIME_PARMS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_EXCEPTIONS" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."REPCAT$_INSTANTIATION_DDL" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_AQCALL" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39151: Table "SYSTEM"."DEF$_AQERROR" exists. All dependent metadata and data will be skipped due to table_exists_action of skip

ORA-39083: Object type TABLE:"ORDDATA"."ORDDCM_DOCS" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "ORDDATA"."ORDDCM_DOCS" ("DOC_ID" NUMBER(*,0), "DOC_NAME" VARCHAR2(100 CHAR) NOT NULL ENABLE, "DOC_TYPE_ID" NUMBER NOT NULL ENABLE, "DOC_CONTENT" "SYS"."XMLTYPE"  NOT NULL ENABLE, "ORACLE_INSTALL" NUMBER(1,0) DEFAULT 0 NOT NULL ENABLE, "CREATE_DATE" DATE DEFAULT SYSDATE NOT NULL ENABLE) PCTFREE 10 PCTUSED 40 INITRANS 1

ORA-39083: Object type TABLE:"ORDDATA"."ORDDCM_MAPPING_DOCS" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "ORDDATA"."ORDDCM_MAPPING_DOCS" ("DOC_ID" NUMBER(*,0) NOT NULL ENABLE, "ROOT_TAG" VARCHAR2(128 CHAR) NOT NULL ENABLE, "METADATA_NS" VARCHAR2(700 CHAR), "MAPPED_ELEM" VARCHAR2(128 CHAR), "UNMAPPED_ELEM" VARCHAR2(128 CHAR), "XSLT" "SYS"."XMLTYPE" , "IS_COVERED" NUMBER(1,0) NOT NULL ENABLE) PCTFREE 10 PCTUSED 40 IN

ORA-39117: Type needed to create table is not included in this operation. Failing sql is:

CREATE TABLE "ORDDATA"."ORDDCM_PREFS_LOOKUP" ("PARAM_NAME" VARCHAR2(64 BYTE), "PARAM_TYPE" VARCHAR2(15 BYTE) NOT NULL ENABLE, "MIN_VAL" NUMBER, "MAX_VAL" NUMBER, "DEFAULT_NUMBER_VAL" NUMBER, "DEFAULT_STR_VAL" VARCHAR2(1999 BYTE), "DEFAULT_STR_VALUES" "ORDSYS"."ORD_STR_LIST" , "VALID_STR_VALUES" "ORDSYS"."ORD_STR_LIST" , "PARAM_DESC" VARCHAR2(4000 BYTE)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING S

ORA-39083: Object type TABLE:"ORDDATA"."ORDDCM_CT_PRED_OPRD" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "ORDDATA"."ORDDCM_CT_PRED_OPRD" ("PID" NUMBER(*,0), "POS" NUMBER(3,0), "OPERAND" "SYS"."XMLTYPE" ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEF

ORA-39083: Object type TABLE:"ORDDATA"."ORDDCM_DOCS_TMP" failed to create with error:

ORA-01031: insufficient privileges

Failing sql is:

CREATE GLOBAL TEMPORARY TABLE "ORDDATA"."ORDDCM_DOCS_TMP" ("DOC_ID" NUMBER(*,0) NOT NULL ENABLE, "DOC_NAME" VARCHAR2(100 CHAR) NOT NULL ENABLE, "DOC_TYPE_ID" NUMBER NOT NULL ENABLE, "DOC_CONTENT" "SYS"."XMLTYPE"  NOT NULL ENABLE, "ORACLE_INSTALL" NUMBER(1,0) DEFAULT 0 NOT NULL ENABLE, "CREATE_DATE" DATE DEFAULT SYSDATE NOT NULL ENABLE) ON COMMIT PRESERVE ROWS

ORA-39083: Object type TABLE:"ORDDATA"."ORDDCM_MAPPING_DOCS_TMP" failed to create with error:

ORA-01031: insufficient privileges

Failing sql is:

CREATE GLOBAL TEMPORARY TABLE "ORDDATA"."ORDDCM_MAPPING_DOCS_TMP" ("DOC_ID" NUMBER(*,0) NOT NULL ENABLE, "ROOT_TAG" VARCHAR2(128 CHAR) NOT NULL ENABLE, "METADATA_NS" VARCHAR2(700 CHAR), "MAPPED_ELEM" VARCHAR2(128 CHAR), "UNMAPPED_ELEM" VARCHAR2(128 CHAR), "XSLT" "SYS"."XMLTYPE" , "IS_COVERED" NUMBER(1,0) NOT NULL ENABLE) ON COMMIT PRESERVE ROWS

ORA-39083: Object type TABLE:"ORDDATA"."ORDDCM_CT_PRED_OPRD_TMP" failed to create with error:

ORA-01031: insufficient privileges

Failing sql is:

CREATE GLOBAL TEMPORARY TABLE "ORDDATA"."ORDDCM_CT_PRED_OPRD_TMP" ("PID" NUMBER(*,0), "POS" NUMBER(3,0), "OPERAND" "SYS"."XMLTYPE" ) ON COMMIT PRESERVE ROWS

ORA-39083: Object type TABLE:"ORDDATA"."ORDDCM_DOCS_WRK" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "ORDDATA"."ORDDCM_DOCS_WRK" ("DOC_ID" NUMBER(*,0), "DOC_NAME" VARCHAR2(100 CHAR) NOT NULL ENABLE, "DOC_TYPE_ID" NUMBER NOT NULL ENABLE, "DOC_CONTENT" "SYS"."XMLTYPE"  NOT NULL ENABLE, "ORACLE_INSTALL" NUMBER(1,0) DEFAULT 0 NOT NULL ENABLE, "CREATE_DATE" DATE DEFAULT SYSDATE NOT NULL ENABLE) PCTFREE 10 PCTUSED 40 INI

ORA-39083: Object type TABLE:"ORDDATA"."ORDDCM_MAPPING_DOCS_WRK" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "ORDDATA"."ORDDCM_MAPPING_DOCS_WRK" ("DOC_ID" NUMBER(*,0) NOT NULL ENABLE, "ROOT_TAG" VARCHAR2(128 CHAR) NOT NULL ENABLE, "METADATA_NS" VARCHAR2(700 CHAR), "MAPPED_ELEM" VARCHAR2(128 CHAR), "UNMAPPED_ELEM" VARCHAR2(128 CHAR), "XSLT" "SYS"."XMLTYPE" , "IS_COVERED" NUMBER(1,0) NOT NULL ENABLE) PCTFREE 10 PCTUS

ORA-39083: Object type TABLE:"ORDDATA"."ORDDCM_CT_PRED_OPRD_WRK" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "ORDDATA"."ORDDCM_CT_PRED_OPRD_WRK" ("PID" NUMBER(*,0), "POS" NUMBER(3,0), "OPERAND" "SYS"."XMLTYPE" ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_C

ORA-39083: Object type TABLE:"APEX_030200"."WWV_MIG_FORMS" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "APEX_030200"."WWV_MIG_FORMS" ("ID" NUMBER, "PROJECT_ID" NUMBER NOT NULL ENABLE, "SECURITY_GROUP_ID" NUMBER NOT NULL ENABLE, "DESCRIPTION" VARCHAR2(4000 BYTE), "FILE_NAME" VARCHAR2(255 BYTE), "FILE_MIME_TYPE" VARCHAR2(255 BYTE), "FILE_CONTENT" BLOB, "XML_CONTENT" "XMLTYPE", "FILE_CHAR_SET" VARCHAR2(255 BYTE), "FIL

ORA-39083: Object type TABLE:"APEX_030200"."WWV_MIG_PLSQL_LIBS" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "APEX_030200"."WWV_MIG_PLSQL_LIBS" ("ID" NUMBER, "PROJECT_ID" NUMBER NOT NULL ENABLE, "SECURITY_GROUP_ID" NUMBER NOT NULL ENABLE, "DESCRIPTION" VARCHAR2(4000 BYTE), "FILE_NAME" VARCHAR2(255 BYTE), "FILE_MIME_TYPE" VARCHAR2(255 BYTE), "FILE_CONTENT" BLOB, "FILE_CHAR_SET" VARCHAR2(255 BYTE), "XML_CONTENT" "XMLT

ORA-39083: Object type TABLE:"APEX_030200"."WWV_MIG_RPTS" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "APEX_030200"."WWV_MIG_RPTS" ("ID" NUMBER, "PROJECT_ID" NUMBER NOT NULL ENABLE, "SECURITY_GROUP_ID" NUMBER NOT NULL ENABLE, "DESCRIPTION" VARCHAR2(4000 BYTE), "FILE_NAME" VARCHAR2(255 BYTE), "FILE_MIME_TYPE" VARCHAR2(255 BYTE), "FILE_CONTENT" BLOB, "XML_CONTENT" "XMLTYPE", "FILE_CHAR_SET" VARCHAR2(255 BYTE), "FILE_

ORA-39083: Object type TABLE:"APEX_030200"."WWV_MIG_FRM_MENUS" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "APEX_030200"."WWV_MIG_FRM_MENUS" ("ID" NUMBER, "PROJECT_ID" NUMBER NOT NULL ENABLE, "SECURITY_GROUP_ID" NUMBER NOT NULL ENABLE, "DESCRIPTION" VARCHAR2(4000 BYTE), "FILE_NAME" VARCHAR2(255 BYTE), "FILE_MIME_TYPE" VARCHAR2(255 BYTE), "FILE_CONTENT" BLOB, "XML_CONTENT" "XMLTYPE", "FILE_CHAR_SET" VARCHAR2(255 BYT

ORA-39083: Object type TABLE:"APEX_030200"."WWV_MIG_OLB" failed to create with error:

ORA-44425: XML DB needs to be installed for creating an XMLType table or column

Failing sql is:

CREATE TABLE "APEX_030200"."WWV_MIG_OLB" ("ID" NUMBER, "PROJECT_ID" NUMBER NOT NULL ENABLE, "SECURITY_GROUP_ID" NUMBER NOT NULL ENABLE, "DESCRIPTION" VARCHAR2(4000 BYTE), "FILE_NAME" VARCHAR2(255 BYTE), "FILE_MIME_TYPE" VARCHAR2(255 BYTE), "FILE_CONTENT" BLOB, "XML_CONTENT" "XMLTYPE", "FILE_CHAR_SET" VARCHAR2(255 BYTE), "FILE_UP

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/PRE_TABLE_ACTION

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA

. . imported "AWAREILS"."TO_TALLY_DETAIL"                475.1 MB 3977142 rows

. . imported "AWAREILS"."MN_STORAGE_PLTNOS"              210.4 MB 3291771 rows

. . imported "AWAREILS"."MN_STORAGE_PLTNOS_TENT"         61.65 MB  960301 rows

. . imported "AWAREILS"."TT_JOBTRAN"                     38.13 MB  157922 rows

. . imported "AWAREILS"."TO_BATCH"                       22.86 MB   83563 rows

. . imported "AWAREILS"."OT_SO_ITEM"                     24.66 MB  105501 rows

. . imported "AWAREILS"."TT_BATCH"                       16.67 MB   71407 rows

. . imported "AWAREILS"."TS_BATCH"                       826.8 KB    3456 rows

. . imported "AWAREILS"."TR_AC_DETAIL"                   7.020 MB   52785 rows

. . imported "AWAREILS"."OT_PO_ITEM"                     14.84 MB   83614 rows

. . imported "AWAREILS"."TT_STKLED"                      13.98 MB   72979 rows

. . imported "AWAREILS"."MNSTORAGE_DET"                  1.597 MB   14536 rows

. . imported "AWAREILS"."TI_TALLY_DETAIL"                9.283 MB   73282 rows

. . imported "AWAREILS"."TN_INVOICE_CONDTL_LOG"          3.825 MB   40955 rows

. . imported "AWAREILS"."TC_COUNTDETAILS"                567.8 KB    5028 rows

. . imported "AWAREILS"."MS_PRODUCT"                     682.8 KB    3684 rows

. . imported "AWAREILS"."TN_INVOICE_DET"                 7.362 MB   42798 rows

. . imported "AWAREILS"."TS_STNDETAIL"                   264.8 KB    1731 rows

. . imported "AWAREILS"."MN_COUNT_PLTNOS_SPS"            808.3 KB   10553 rows

. . imported "AWAREILS"."TO_PALLET_LABEL"                6.671 MB   63078 rows

. . imported "AWAREILS"."OT_PO_HEAD"                     5.799 MB   21941 rows

. . imported "AWAREILS"."TO_ORDER_DET"                   4.499 MB   29864 rows

. . imported "APEX_030200"."WWV_FLOW_PAGE_PLUGS"         3.834 MB    7416 rows

. . imported "APEX_030200"."WWV_FLOW_STEP_ITEMS"         3.505 MB    9671 rows

. . imported "AWAREILS"."MS_LOCATION"                    1.235 MB   12590 rows

. . imported "AWAREILS"."TI_JOB"                         4.174 MB   14774 rows

. . imported "AWAREILS"."TI_PACKDET"                     2.155 MB    9238 rows

. . imported "AWAREILS"."TR_AC_HEADER"                   3.891 MB   21781 rows

. . imported "SYSMAN"."MGMT_MESSAGES"                    4.156 MB   23311 rows

. . imported "APEX_030200"."WWV_FLOW_DICTIONARY$"        2.909 MB   70601 rows

. . imported "AWAREILS"."HR_EMP_PAY_CALC_DTL_CANCEL"     2.922 MB   45332 rows

. . imported "AWAREILS"."TN_INVOICE"                     2.232 MB   19301 rows

. . imported "AWAREILS"."TT_STK_LOCATION_TRANS"          2.598 MB   33627 rows

. . imported "SYSMAN"."MGMT_METRICS_1HOUR"               3.759 MB   50980 rows

. . imported "AWAREILS"."MS_PALLET_UNIT"                 938.6 KB   17407 rows

. . imported "AWAREILS"."TO_BATCH_CANCEL"                1.763 MB   16652 rows

. . imported "AWAREILS"."TR_ACC_SUPP_RECONCILE"          1.809 MB   12378 rows

. . imported "AWAREILS"."TR_AC_INVDETAIL"                2.463 MB   25208 rows

. . imported "SYSMAN"."MGMT_VIOLATIONS"                  2.221 MB    6564 rows

. . imported "APEX_030200"."WWV_FLOW_STEP_PROCESSING"    1.248 MB    2238 rows

. . imported "APEX_030200"."WWV_FLOW_REGION_REPORT_COLUMN"  1.146 MB    7903 rows

. . imported "APEX_030200"."WWV_FLOW_STEP_ITEM_HELP"     1003. KB    6335 rows

. . imported "AWAREILS"."HR_ATTEND_WRK_MASTER_DATA"      393.3 KB    7295 rows

. . imported "AWAREILS"."HR_ATTEND_WRK_TXN_DATA"         537.5 KB    7295 rows

. . imported "AWAREILS"."HR_EMP_PAY_CALC_HDR_CANCEL"     1.016 MB   10583 rows

. . imported "AWAREILS"."MS_ACTIVITY_BILLING"            187.8 KB    2812 rows

. . imported "AWAREILS"."MS_ACTIVITY_BILLING_LOG"        30.28 KB     164 rows

. . imported "AWAREILS"."MS_HARMONIZE"                   833.2 KB    7151 rows

. . imported "AWAREILS"."MS_PORT"                        1.008 MB   32229 rows

. . imported "AWAREILS"."OM_CUSTOMER"                    1.265 MB    6008 rows

. . imported "AWAREILS"."TEMP_INB_LABELS"                23.45 KB      24 rows

. . imported "AWAREILS"."TF_PACKLIST"                    1.226 MB    3407 rows

. . imported "AWAREILS"."TI_BATCH_CANCEL"                773.2 KB    7614 rows

. . imported "AWAREILS"."TO_DELIVERYNOTE"                568.6 KB    6345 rows

. . imported "AWAREILS"."TO_ORDER"                       579.4 KB    6477 rows

. . imported "AWAREILS"."TR_AC_JOBDETAIL"                1.204 MB   15419 rows

. . imported "SYSMAN"."MGMT_METRICS_1DAY"                686.0 KB    8452 rows

. . imported "SYSMAN"."MGMT_METRICS_RAW"                 2.497 MB   43225 rows

. . imported "APEX_030200"."WWV_FLOW_STEPS"              570.4 KB    1754 rows

. . imported "AWAREILS"."TX_USERLOGIN_LOG"               815.2 KB   24813 rows

. . imported "AWAREILS"."HIST_PALLETS_POS"               8.312 KB      20 rows

. . imported "AWAREILS"."MNSTORAGE_STR_DET"              111.1 KB    1061 rows

. . imported "AWAREILS"."TIMEDIMENSION"                  483.5 KB    4383 rows

. . imported "AWAREILS"."TR_ACC_SUPP_RECON_DET"          624.6 KB    4591 rows

. . imported "SYSMAN"."MGMT_IP_REPORT_ELEM_PARAMS"       471.0 KB    1788 rows

. . imported "APEX_030200"."WWV_FLOW_LIST_ITEMS"         590.3 KB    3048 rows

. . imported "APEX_030200"."WWV_FLOW_STEP_VALIDATIONS"   611.4 KB    1990 rows

. . imported "AWAREILS"."TI_CONTAINER"                   270.6 KB    2510 rows

. . imported "AWAREILS"."TI_JOBACTIVITY_PLAN"            27.49 KB     374 rows

. . imported "AWAREILS"."HR_EMP_ACCRUAL_DTL_HISTORY"     527.4 KB    5754 rows

. . imported "AWAREILS"."SEC_PRIN_USER"                  493.9 KB   12378 rows

. . imported "APEX_030200"."WWV_FLOW_LIST_TEMPLATES"     73.32 KB     105 rows

. . imported "APEX_030200"."WWV_FLOW_STEP_BRANCHES"      508.6 KB    3255 rows

. . imported "APEX_030200"."WWV_FLOW_STEP_BUTTONS"       472.4 KB    3513 rows

. . imported "AWAREILS"."OT_SHIP_HEAD"                   523.3 KB    2030 rows

. . imported "AWAREILS"."OT_SHIP_ITEM"                   508.1 KB    3551 rows

. . imported "AWAREILS"."TF_COMM_PACK"                   524.4 KB    1377 rows

. . imported "AWAREILS"."TF_IDG"                         487.7 KB    2998 rows

. . imported "AWAREILS"."HR_EMP_PAY_CALC_DTL_HISTORY"    436.7 KB    6860 rows

. . imported "AWAREILS"."TN_INVOICE_DET_CANCEL"          492.8 KB    3151 rows

. . imported "SYSMAN"."MGMT_JOB_STEP_PARAMS"             378.8 KB    4032 rows

. . imported "APEX_030200"."WWV_FLOW_LIST_OF_VALUES_DATA"  392.0 KB    4184 rows

. . imported "AWAREILS"."AR_HR_EMP_YEARLY_LEAVE_BALANCE"   45.5 KB     432 rows

. . imported "AWAREILS"."SEC_MODULE_USER"                166.4 KB    3893 rows

. . imported "AWAREILS"."TEMP_SEC_MODULE"                395.4 KB    4060 rows

. . imported "AWAREILS"."TO_PACKLIST_DET"                20.40 KB      37 rows

. . imported "SYSMAN"."MGMT_ESA_REPORT"                  127.1 KB    1600 rows

. . imported "APEX_030200"."WWV_FLOW_MESSAGES$"          348.4 KB    3706 rows

. . imported "APEX_030200"."WWV_FLOW_TEMPLATES"          180.6 KB      64 rows

. . imported "AWAREILS"."MNSTORAGE_DET_TENT"             71.71 KB     540 rows

. . imported "AWAREILS"."MS_AC_ASSET"                    105.0 KB     375 rows

. . imported "AWAREILS"."REP_HR_PAYROLL_COMPARISON"      17.26 KB     236 rows

. . imported "AWAREILS"."TF_CONTAINER_DET"               353.6 KB    2915 rows

. . imported "AWAREILS"."TN_SERVICE_ACTIVITY_HDR"        329.5 KB    2740 rows

. . imported "AWAREILS"."TR_ACC_SUPP_RECON_HD"           324.5 KB    3417 rows

. . imported "AWAREILS"."TS_STN"                         28.07 KB     347 rows

. . imported "APEX_030200"."WWV_FLOW_CUSTOM_AUTH_SETUPS"  20.92 KB      11 rows

. . imported "APEX_030200"."WWV_FLOW_PAGE_PLUG_TEMPLATES"  98.99 KB     166 rows

. . imported "APEX_030200"."WWV_FLOW_ROW_TEMPLATES"      73.27 KB      54 rows

. . imported "APEX_030200"."WWV_FLOW_STEP_COMPUTATIONS"  258.3 KB     984 rows

. . imported "APEX_030200"."WWV_FLOW_WORKSHEETS"         141.6 KB      30 rows

. . imported "AWAREILS"."HR_EMP_ADVDED_PAY_COMPNT_HIST"  314.1 KB    1578 rows

. . imported "AWAREILS"."HR_EMP_AMENDMENTS_LOG"          60.56 KB     453 rows

. . imported "AWAREILS"."MS_ACCODES"                     134.0 KB     994 rows

. . imported "AWAREILS"."TEMP_ACTBILL_JOBACT"            256.3 KB    2503 rows

. . imported "AWAREILS"."TN_INVOICE_CANCEL"              142.2 KB     812 rows

. . imported "SYSMAN"."MGMT_HC_OS_COMPONENTS"            136.5 KB    1288 rows

. . imported "SYSMAN"."MGMT_HC_VENDOR_SW_COMPONENTS"     136.5 KB    1288 rows

. . imported "SYSMAN"."MGMT_JOB_CRED_PARAMS"             30.91 KB      86 rows

. . imported "APEX_030200"."WWV_FLOW_LISTS_OF_VALUES$"   207.8 KB     959 rows

. . imported "AWAREILS"."HR_EMP_YEARLY_LEAVE_BALANCE"    93.16 KB     964 rows

. . imported "AWAREILS"."HR_SALARY_ADVDED_FORM_DET"      221.1 KB    1810 rows

. . imported "AWAREILS"."SEC_MODULE_USER_BKP"            248.1 KB    5970 rows

. . imported "SYSMAN"."MGMT_HC_VENDOR_SW_SUMMARY"        117.5 KB    1288 rows

. . imported "SYSMAN"."MGMT_SEC_INFO"                    9.164 KB       1 rows

. . imported "APEX_030200"."WWV_FLOW_MENU_OPTIONS"       170.1 KB    1452 rows

. . imported "APEX_030200"."WWV_FLOW_WORKSHEET_COLUMNS"  185.7 KB     721 rows

. . imported "AWAREILS"."HR_ATTEND_INTER_TRANSFER_MAIN"  8.062 KB       4 rows

. . imported "AWAREILS"."HR_EMP_DAILY_ATTEND_HISTORY"    125.5 KB     696 rows

. . imported "AWAREILS"."HR_EMP_PAY_CALC_HDR_HISTORY"    161.0 KB    1576 rows

. . imported "AWAREILS"."MS_ACCODES_2016"                160.7 KB    1275 rows

. . imported "AWAREILS"."MS_PORT_001"                    158.2 KB    4346 rows

. . imported "AWAREILS"."TEMP_REP_AC_COMPARATIVE"        22.28 KB      82 rows

. . imported "ORDDATA"."ORDDCM_STD_ATTRS"                188.8 KB    2415 rows

. . imported "SYSMAN"."MGMT_JOB_EXECPLAN"                199.4 KB    1448 rows

. . imported "SYSMAN"."MGMT_JOB_PROP_PARAMS"             10.83 KB      25 rows

. . imported "SYSMAN"."MGMT_POLICY_ASSOC"                97.46 KB    1207 rows

. . imported "SYSMAN"."MGMT_POLICY_ASSOC_CFG"            192.9 KB    1257 rows

. . imported "SYSMAN"."MGMT_SYSTEM_PERFORMANCE_LOG"      24.91 KB     281 rows

. . imported "APEX_030200"."WWV_FLOW_RANDOM_IMAGES"      50.38 KB      42 rows

. . imported "AWAREILS"."HR_EMP_ATTENDANCE_HISTORY"      147.2 KB    2553 rows

. . imported "AWAREILS"."HR_EMP_BANK_TRANSFER_HISTORY"   127.3 KB    1558 rows

. . imported "AWAREILS"."HR_EMP_COMPONENTS"              46.51 KB     363 rows

. . imported "AWAREILS"."HR_EMP_LEAVE_HDR"               159.2 KB     660 rows

. . imported "AWAREILS"."HR_SALARY_ADVDED_FORM"          74.78 KB     349 rows

. . imported "AWAREILS"."MS_ACTIVITY_TRANSPORTER"        125.5 KB    2928 rows

. . imported "AWAREILS"."MS_HR_EMPLOYEE"                 102.6 KB      85 rows

. . imported "AWAREILS"."MS_PRINCIPAL"                   126.1 KB     292 rows

. . imported "AWAREILS"."TEMP_ACTREE_LIST"               75.60 KB    1289 rows

. . imported "SYSMAN"."MGMT_COLLECTIONS"                 34.78 KB     221 rows

. . imported "SYSMAN"."MGMT_COLLECTION_TASKS"            20.91 KB      28 rows

. . imported "SYSMAN"."MGMT_ECM_MD_ALL_TBL_COLUMNS"      110.2 KB     704 rows

. . imported "SYSMAN"."MGMT_IP_SQL_STATEMENTS"           64.57 KB      31 rows

. . imported "SYSMAN"."MGMT_JOB_PARAM_SOURCE"            79.74 KB     527 rows

. . imported "SYSMAN"."MGMT_JOB_SCHEDULE"                11.13 KB       2 rows

. . imported "SYSMAN"."MGMT_JOB_SEC_INFO"                    9 KB       7 rows

. . imported "SYSMAN"."MGMT_JOB_USER_PARAMS"             7.515 KB      15 rows

. . imported "SYSMAN"."MGMT_POLICY_ASSOC_CFG_PARAMS"     67.27 KB     801 rows

. . imported "APEX_030200"."WWV_FLOW_BANNER"             9.312 KB      10 rows

. . imported "APEX_030200"."WWV_FLOW_BUTTON_TEMPLATES"   15.21 KB      12 rows

. . imported "APEX_030200"."WWV_FLOW_FLASH_CHARTS"       30.06 KB       5 rows

. . imported "APEX_030200"."WWV_FLOW_FLASH_CHART_SERIES"  13.79 KB       5 rows

. . imported "APEX_030200"."WWV_FLOW_INSTALL"            36.28 KB       2 rows

. . imported "APEX_030200"."WWV_FLOW_LISTS"              51.75 KB     601 rows

. . imported "APEX_030200"."WWV_FLOW_PAGE_GENERIC_ATTR"  8.375 KB      44 rows

. . imported "APEX_030200"."WWV_FLOW_PROCESSING"         45.50 KB      45 rows

. . imported "APEX_030200"."WWV_FLOW_SHORTCUTS"          26.61 KB      39 rows

. . imported "APEX_030200"."WWV_FLOW_THEMES"             20.89 KB      10 rows

. . imported "AWAREILS"."AA_AC_OPENING_UPLOAD"           46.41 KB     855 rows

. . imported "AWAREILS"."HR_EMP_ACCRUAL_DTL"             35.91 KB     233 rows

. . imported "AWAREILS"."HR_EMP_ATTENDANCE_DAILY_RPT"    79.02 KB    1890 rows

. . imported "AWAREILS"."HR_EMP_COMPNENT_DEDADD_DELETE"  35.85 KB     240 rows

. . imported "AWAREILS"."HR_EMP_LEAVE_DET"               75.30 KB     656 rows

. . imported "AWAREILS"."HR_EMP_LEAVE_DET_MNTHSPLIT"     88.89 KB     773 rows

. . imported "AWAREILS"."HR_EMP_LEAVE_ENTITLE"           40.39 KB     764 rows

. . imported "AWAREILS"."HR_EMP_LEAVE_ENTITLE_LOG"       49.22 KB     982 rows

. . imported "AWAREILS"."HR_EMP_PAY_CALC_DTL"            28.39 KB     268 rows

. . imported "AWAREILS"."HR_EMP_YEARLY_LEAVE_BACKUP"     50.67 KB     415 rows

. . imported "AWAREILS"."HR_EMP_YEARLY_LEAVE_BAL2015"    93.53 KB     970 rows

. . imported "AWAREILS"."HR_EMP_YEARLY_LVE_BAL_HISTORY"  87.44 KB     886 rows

. . imported "AWAREILS"."HR_SALARY_ADVDED_FORM_SUBDET"   76.88 KB     954 rows

. . imported "AWAREILS"."MNSTORAGE_STR_DET_TENT"         14.31 KB      14 rows

. . imported "AWAREILS"."MS_AC_ASSET_SPS"                50.74 KB     358 rows

. . imported "AWAREILS"."MS_AC_MIS_TEMPLATE_ITEMS_SET"   71.88 KB    2240 rows

. . imported "AWAREILS"."MS_CUSTOMER"                    70.87 KB     480 rows

. . imported "AWAREILS"."MS_HR_HOLIDAYCALENDAR"          85.41 KB    1461 rows

. . imported "AWAREILS"."MS_MANUFACTURER"                43.26 KB     364 rows

. . imported "AWAREILS"."MS_VESSEL"                      50.14 KB    1443 rows

. . imported "AWAREILS"."PAYROLL_UTILITY"                97.21 KB     975 rows

. . imported "AWAREILS"."RPT_GP_INV_DETAILS"             71.01 KB    1013 rows

. . imported "AWAREILS"."SEC_MODULE_DATA"                71.17 KB    1064 rows

. . imported "AWAREILS"."SEC_MODULE_DATA_BKP"            68.34 KB    1019 rows

. . imported "AWAREILS"."SEC_WEB_MODULE_DATA"            80.65 KB    1170 rows

. . imported "AWAREILS"."SEC_WEB_MODULE_DATA_BKP"        79.83 KB    1170 rows

. . imported "AWAREILS"."SEC_WEB_MODULE_DATA_TEMP"       79.96 KB    1170 rows

. . imported "AWAREILS"."TEMP_SEARCH"                    47.47 KB     230 rows

. . imported "AWAREILS"."TO_PACKLIST_HDR"                15.79 KB       9 rows

. . imported "AWAREILS"."TR_AC_BUDGET"                   12.65 KB      12 rows

. . imported "AWAREILS"."TR_PUR_BILL_ALLOCATE"           50.17 KB     606 rows

. . imported "AWAREILS"."USER_MENU"                      61.44 KB    1195 rows

. . imported "SYSMAN"."MGMT_AGENT_SEC_INFO"              7.968 KB       1 rows

. . imported "SYSMAN"."MGMT_ARU_PRODUCT_RELEASE_MAP"     84.79 KB    5956 rows

. . imported "SYSMAN"."MGMT_CATEGORY_MAP"                46.47 KB     637 rows

. . imported "SYSMAN"."MGMT_COLLECTION_METRIC_TASKS"      20.5 KB     209 rows

. . imported "SYSMAN"."MGMT_COLL_ITEM_METRICS"           19.71 KB     238 rows

. . imported "SYSMAN"."MGMT_CURRENT_METRICS"             36.19 KB     465 rows

. . imported "SYSMAN"."MGMT_DB_INIT_PARAMS_ECM"          25.42 KB     348 rows

. . imported "SYSMAN"."MGMT_DB_RECSEGMENTSETTINGS_ECM"   23.33 KB     200 rows

. . imported "SYSMAN"."MGMT_ECM_SNAPSHOT_MD_COLUMNS"     87.20 KB     839 rows

. . imported "SYSMAN"."MGMT_HC_OS_PROPERTIES"            50.45 KB     678 rows

. . imported "SYSMAN"."MGMT_INV_COMPONENT"               40.64 KB     124 rows

. . imported "SYSMAN"."MGMT_IP_ELEM_DEFAULT_PARAMS"      31.75 KB     130 rows

. . imported "SYSMAN"."MGMT_JOB_COMMAND_BLOCK_PROCS"     5.921 KB       3 rows

. . imported "SYSMAN"."MGMT_JOB_LARGE_PARAMS"            5.937 KB       2 rows

. . imported "SYSMAN"."MGMT_JOB_PARAMETER"               8.859 KB       2 rows

. . imported "SYSMAN"."MGMT_JOB_SQL_PARAMS"              6.828 KB       7 rows

. . imported "SYSMAN"."MGMT_JOB_SUBST_PARAMS"            6.304 KB      13 rows

. . imported "SYSMAN"."PARAM_VALUES_TAB"                 21.75 KB     240 rows

. . imported "SYSMAN"."MGMT_LAST_VIOLATION"              61.78 KB     846 rows

. . imported "SYSMAN"."MGMT_LICENSE_DEFINITIONS"         54.65 KB      59 rows

. . imported "SYSMAN"."MGMT_LONG_TEXT"                   7.164 KB      19 rows

. . imported "SYSMAN"."MGMT_METRICS_COMPOSITE_KEYS"      45.39 KB     428 rows

. . imported "SYSMAN"."MGMT_POLICY_ASSOC_EVAL_DETAILS"   57.33 KB     521 rows

. . imported "SYSMAN"."MGMT_POLICY_VIOL_CTXT_DEF"        68.09 KB     642 rows

. . imported "SYSMAN"."MGMT_TASK_QTABLE"                 21.77 KB      28 rows

. . imported "SYSMAN"."MGMT_VIOLATION_CONTEXT"           46.39 KB     330 rows

. . imported "APEX_030200"."WWV_COLUMN_EXCEPTIONS"       5.968 KB       3 rows

. . imported "APEX_030200"."WWV_FLOWS"                   59.71 KB      10 rows

. . imported "APEX_030200"."WWV_FLOW_ACTIVITY_LOG_NUMBER$"  5.468 KB       1 rows

. . imported "APEX_030200"."WWV_FLOW_ALT_CONFIG_PICK"    8.210 KB      37 rows

. . imported "APEX_030200"."WWV_FLOW_APPLICATION_GROUPS"  7.960 KB       1 rows

. . imported "APEX_030200"."WWV_FLOW_CALS"               18.86 KB      11 rows

. . imported "APEX_030200"."WWV_FLOW_CAL_TEMPLATES"      38.88 KB       9 rows

. . imported "APEX_030200"."WWV_FLOW_CHARSETS"           7.781 KB      32 rows

. . imported "APEX_030200"."WWV_FLOW_CLICKTHRU_LOG_NUMBER$"  5.890 KB       1 rows

. . imported "APEX_030200"."WWV_FLOW_COMPANIES"          8.835 KB       3 rows

. . imported "APEX_030200"."WWV_FLOW_COMPANY_SCHEMAS"    6.281 KB       1 rows

. . imported "APEX_030200"."WWV_FLOW_COMPANY_TYPES"      6.593 KB      32 rows

. . imported "APEX_030200"."WWV_FLOW_COMPUTATIONS"       14.92 KB      14 rows

. . imported "APEX_030200"."WWV_FLOW_COUNTRIES"          9.828 KB     240 rows

. . imported "APEX_030200"."WWV_FLOW_DB_AUTH"            5.460 KB       1 rows

. . imported "APEX_030200"."WWV_FLOW_DEVELOPER_ROLES"    5.921 KB       9 rows

. . imported "APEX_030200"."WWV_FLOW_DUAL100"            5.703 KB     100 rows

. . imported "APEX_030200"."WWV_FLOW_FIELD_TEMPLATES"    19.31 KB      36 rows

. . imported "APEX_030200"."WWV_FLOW_FND_USER"           23.81 KB       1 rows

. . imported "APEX_030200"."WWV_FLOW_HNT_COLUMN_INFO"    23.54 KB      58 rows

. . imported "APEX_030200"."WWV_FLOW_HNT_TABLE_INFO"     9.382 KB       8 rows

. . imported "APEX_030200"."WWV_FLOW_ICON_BAR"           19.25 KB      12 rows

. . imported "APEX_030200"."WWV_FLOW_ITEMS"              15.34 KB      89 rows

. . imported "APEX_030200"."WWV_FLOW_LANGUAGES"          16.15 KB     132 rows

. . imported "APEX_030200"."WWV_FLOW_LANGUAGE_MAP"       15.28 KB      90 rows

. . imported "APEX_030200"."WWV_FLOW_LOV_VALUES"         8.859 KB       6 rows

. . imported "APEX_030200"."WWV_FLOW_MENUS"              7.718 KB       7 rows

. . imported "APEX_030200"."WWV_FLOW_MENU_TEMPLATES"     14.14 KB       8 rows

. . imported "APEX_030200"."WWV_FLOW_PAGE_GROUPS"        14.28 KB     105 rows

. . imported "APEX_030200"."WWV_FLOW_PASSWORD_HISTORY"   6.679 KB       1 rows

. . imported "APEX_030200"."WWV_FLOW_PATCHES"            10.69 KB       9 rows

. . imported "APEX_030200"."WWV_FLOW_PICK_END_USERS"     6.015 KB       4 rows

. . imported "APEX_030200"."WWV_FLOW_PICK_PAGE_VIEWS"    6.093 KB       5 rows

. . imported "APEX_030200"."WWV_FLOW_PLATFORM_PREFS"     9.007 KB      21 rows

. . imported "APEX_030200"."WWV_FLOW_POPUP_LOV_TEMPLATE"  32.23 KB      10 rows

. . imported "APEX_030200"."WWV_FLOW_QUERY_COLUMN"       9.929 KB      18 rows

. . imported "APEX_030200"."WWV_FLOW_QUERY_CONDITION"    9.601 KB       6 rows

. . imported "APEX_030200"."WWV_FLOW_QUERY_DEFINITION"   7.648 KB       6 rows

. . imported "APEX_030200"."WWV_FLOW_QUERY_OBJECT"       8.304 KB       6 rows

. . imported "APEX_030200"."WWV_FLOW_REGION_UPD_RPT_COLS"  36.80 KB     439 rows

. . imported "APEX_030200"."WWV_FLOW_RESTRICTED_SCHEMAS"  8.242 KB      46 rows

. . imported "APEX_030200"."WWV_FLOW_SECURITY_SCHEMES"   15.28 KB      19 rows

. . imported "APEX_030200"."WWV_FLOW_STANDARD_CSS"       9.742 KB      27 rows

. . imported "APEX_030200"."WWV_FLOW_STANDARD_ICONS"     16.92 KB     319 rows

. . imported "APEX_030200"."WWV_FLOW_STANDARD_JS"        7.203 KB       2 rows

. . imported "APEX_030200"."WWV_FLOW_SW_CREATE_KEYWORDS"  6.875 KB      10 rows

. . imported "APEX_030200"."WWV_FLOW_SW_MAIN_KEYWORDS"   10.85 KB     199 rows

. . imported "APEX_030200"."WWV_FLOW_SW_SET_KEYWORDS"     6.75 KB       4 rows

. . imported "APEX_030200"."WWV_FLOW_SW_SQLPLUS_CMD"     5.101 KB       8 rows

. . imported "APEX_030200"."WWV_FLOW_TABS"               13.53 KB       3 rows

. . imported "APEX_030200"."WWV_FLOW_TOPLEVEL_TABS"      13.17 KB       5 rows

. . imported "APEX_030200"."WWV_FLOW_TRANSLATABLE_COLS$"  29.55 KB     232 rows

. . imported "APEX_030200"."WWV_FLOW_TREES"              25.80 KB       3 rows

. . imported "APEX_030200"."WWV_FLOW_UPGRADE_PROGRESS"   21.89 KB      89 rows

. . imported "APEX_030200"."WWV_FLOW_UPG_TAB_NAME_CHANGES"  8.773 KB      42 rows

. . imported "APEX_030200"."WWV_FLOW_UPG_TAB_OBSOLETE"   6.476 KB      17 rows

. . imported "APEX_030200"."WWV_FLOW_USER_ACCESS_LOG_NUM$"  5.890 KB       1 rows

. . imported "APEX_030200"."WWV_FLOW_WORKSHEET_RPTS"     37.01 KB      30 rows

. . imported "APEX_030200"."WWV_FLOW_WORKSPACE_REQ_SIZE"  6.859 KB      14 rows

. . imported "APEX_030200"."WWV_MIG_EXPORTER"            7.382 KB       5 rows

. . imported "APEX_030200"."WWV_MIG_FRM_OLB_XMLTAGTABLEMAP"  11.29 KB      45 rows

. . imported "APEX_030200"."WWV_MIG_FRM_XMLTAGTABLEMAP"  10.54 KB      36 rows

. . imported "APEX_030200"."WWV_MIG_MENU_XMLTAGTABLEMAP"  8.710 KB       7 rows

. . imported "APEX_030200"."WWV_MIG_RESERVED_WORDS"      5.898 KB      87 rows

. . imported "APEX_030200"."WWV_MIG_RPT_XMLTAGTABLEMAP"  9.132 KB      15 rows

. . imported "AWAREILS"."AA_AC_UPLOAD"                   13.71 KB     163 rows

. . imported "AWAREILS"."AA_BANK"                        10.13 KB      63 rows

. . imported "AWAREILS"."AA_CUSTOMER_ERASEME"            20.38 KB       1 rows

. . imported "AWAREILS"."AA_NEW"                         8.554 KB     101 rows

. . imported "AWAREILS"."AA_OBS_JOBS"                    5.656 KB      41 rows

. . imported "AWAREILS"."AA_PRODUCT"                     5.929 KB      26 rows

. . imported "AWAREILS"."AA_SECTOR"                      12.37 KB     142 rows

. . imported "AWAREILS"."AA_TEMP"                        5.968 KB      15 rows

. . imported "AWAREILS"."AA_TT_AUTOMAIL_DOCS"            41.85 KB     308 rows

. . imported "AWAREILS"."AA_TW_FORUPLOAD"                12.16 KB      72 rows

. . imported "AWAREILS"."AA_TW_ORIGINAL"                 11.88 KB      72 rows

. . imported "AWAREILS"."AR_DPR_ACTIVITY"                10.44 KB      36 rows

. . imported "AWAREILS"."AR_DPR_CUSTOMER"                12.31 KB      76 rows

. . imported "AWAREILS"."AR_DPR_PALLETTE"                7.281 KB       3 rows

. . imported "AWAREILS"."HISTORY_JOBUNLOCK"              7.195 KB       4 rows

. . imported "AWAREILS"."HISTORY_USER_PASSWORD"          8.554 KB      44 rows

. . imported "AWAREILS"."HIST_PALLETS_POS_TEMP"          8.820 KB      31 rows

. . imported "AWAREILS"."HR_AIRTICKET_FORM"              22.82 KB       6 rows

. . imported "AWAREILS"."HR_AWARE_MAILS"                 11.67 KB      12 rows

. . imported "AWAREILS"."HR_BANK_DETAILS_SPS"            10.07 KB      51 rows

. . imported "AWAREILS"."HR_CODE_GROUP"                  7.820 KB      63 rows

. . imported "AWAREILS"."HR_CODE_VALUES"                 11.43 KB     211 rows

. . imported "AWAREILS"."HR_CONF_REVW_FORM"              22.49 KB       1 rows

. . imported "AWAREILS"."HR_DUTY_IN_CHARGE"              8.421 KB       6 rows

. . imported "AWAREILS"."HR_EMP_ACCRUAL_HDR"             15.85 KB     178 rows

. . imported "AWAREILS"."HR_EMP_ADVDED_PAY_COMPONENT"    31.53 KB      73 rows

. . imported "AWAREILS"."HR_EMP_ATTENDANCE"              15.24 KB      90 rows

. . imported "AWAREILS"."HR_EMP_BANK_TRANSFER"           14.35 KB      58 rows

. . imported "AWAREILS"."HR_EMP_COMPONENTS_1"            42.46 KB     309 rows

. . imported "AWAREILS"."HR_EMP_COMPONENTS_BKP"          34.91 KB     218 rows

. . imported "AWAREILS"."HR_EMP_COMP_VAR_COMP_HISTORY"   27.19 KB     117 rows

. . imported "AWAREILS"."HR_EMP_EDUCATION"               10.41 KB       1 rows

. . imported "AWAREILS"."HR_EMP_FINAL_SETTLEMENT"        23.04 KB     162 rows

. . imported "AWAREILS"."HR_EMP_FINAL_SETTLEMENT_DFT"    17.90 KB      55 rows

. . imported "AWAREILS"."HR_EMP_LANGUAGES"               8.710 KB       2 rows

. . imported "AWAREILS"."HR_EMP_LEAVE_ADDITION"          9.117 KB      29 rows

. . imported "AWAREILS"."HR_EMP_PAY_CALC_DTL_DFT"        17.77 KB      91 rows

. . imported "AWAREILS"."HR_EMP_PAY_CALC_HDR"            20.59 KB      59 rows

. . imported "AWAREILS"."HR_EMP_PAY_CALC_HDR_DFT"        16.96 KB      20 rows

. . imported "AWAREILS"."HR_EMP_SALARY_INCREMENTS"       33.14 KB     173 rows

. . imported "AWAREILS"."HR_EMP_SEPARATIONS"             23.60 KB      27 rows

. . imported "AWAREILS"."HR_EMP_SEPARATIONS_HISTORY"     21.40 KB      13 rows

. . imported "AWAREILS"."HR_EMP_SEPARATION_CANCEL"       9.312 KB      13 rows

. . imported "AWAREILS"."HR_EMP_TRANSFER"                13.02 KB       9 rows

. . imported "AWAREILS"."HR_EMP_YEARLY_LEAVE_BAL030714"  44.38 KB     337 rows

. . imported "AWAREILS"."HR_INTRVW_EVALN_FORM"           20.46 KB       2 rows

. . imported "AWAREILS"."HR_MAN_REQ"                      17.5 KB       1 rows

. . imported "AWAREILS"."HR_PAYROLL_PROCESS_DATE"        13.76 KB      34 rows

. . imported "AWAREILS"."HR_PKEY_VALUES"                 8.718 KB      38 rows

. . imported "AWAREILS"."HR_PUNCHING_MACHINE"            35.69 KB     308 rows

. . imported "AWAREILS"."HR_SALARY_CALC_LOG"             10.92 KB      35 rows

. . imported "AWAREILS"."HR_TARGETED_OMANIZATION"        10.46 KB      12 rows

. . imported "AWAREILS"."HR_TARGETED_OMANIZATION_HDR"    8.679 KB       1 rows

. . imported "AWAREILS"."HR_USER_LEAVE_RIGHT"            5.437 KB       1 rows

. . imported "AWAREILS"."LOG_TR_AC_INVDETAIL"            21.19 KB      74 rows

. . imported "AWAREILS"."LOG_TR_AC_JOBDETAIL"            13.21 KB      17 rows

. . imported "AWAREILS"."MF_BOM"                         10.82 KB      13 rows

. . imported "AWAREILS"."MG_REPORT"                      16.37 KB     118 rows

. . imported "AWAREILS"."MG_TABLE_LISTING"               7.070 KB      91 rows

. . imported "AWAREILS"."MIGRATE"                        7.671 KB      31 rows

. . imported "AWAREILS"."MIGRATEUOM"                     5.531 KB       8 rows

. . imported "AWAREILS"."MNSTORAGE_STR"                  18.26 KB      60 rows

. . imported "AWAREILS"."MNSTORAGE_STR_TENT"             14.20 KB      14 rows

. . imported "AWAREILS"."MNTSTORAGE_HDR"                 37.39 KB     782 rows

. . imported "AWAREILS"."MNTSTORAGE_HDR_TENT"            19.31 KB     289 rows

. . imported "AWAREILS"."MS_ACTIVITY"                    37.17 KB     320 rows

. . imported "AWAREILS"."MS_ACTIVITY_GROUP"       

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2016
Added on Apr 10 2016
15 comments
5,988 views