-- =======================================================================
-- Cria o usuário EXPIMP e concedeu seus privilégios
-- =======================================================================
create user expimp identified by exp$imp;
grant CREATE SESSION to expimp;
grant EXP_FULL_DATABASE to expimp;
grant IMP_FULL_DATABASE to expimp;