다음과 같이 선택하고 export 합니다.
SYS @ ora19dw > create user hrdw3 identified by hrdw3;
사용자가 생성되었습니다.
SYS @ ora19dw > grant dba to hrdw3;
권한이 부여되었습니다.
SYS @ ora19dw >
export tool 클릭
select count(*)
from user_tables@asis_hr_link
union all
select count(*)
from user_tables;
select count(*)
from user_indexes@asis_hr_link
union all
select count(*)
from user_indexes;
select count(*)
from user_constraints@asis_hr_link
union all
select count(*)
from user_constraints;