TYPE difference between source and target after import
TYPE difference between source and target after import :-
in our source database we have objects(TYPE) in schame_1 some x after import in target db the number show TYPE count Y.
REASON:- subtype , from 11g sub-type show multiple number, when we import schema by using datapump as per below picture, But type count show diff we can ignore in this case count if it is related to subtype.
select OWNER,OBJECT_NAME,OBJECT_TYPE,CREATED,TIMESTAMP from dba_objects where OWNER='<SCHEMA_NAME>' and OBJECT_TYPE='TYPE';
Comments
Post a Comment