Usa questa select per estrarre tutti gli oggetti presenti sul db (schema):
select object_type, owner, object_name
from dba_objects
where owner='schema'
order by 1
cambia la parola schema con il tuo user di oracle
per spostare il db in un altro db oracle utilizza i comandi exp e imp