在sql developer中执行
create user f identified by y;
grant dba to f;在命令行中执行
exp f/y buffer=64000 file=d:\b.dmp owner=f
imp f/y@orcl file=D:\b.dmp full=y ignore=y
finedb
fsconfig.xml
privilege.xml
在sql developer中执行
create user f identified by y;
grant dba to f;imp f/y@orcl file=D:\b.dmp full=y ignore=y
finedb
fsconfig.xml
privilege.xml