Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 expdp 工具转储 Oracle 数据库。我在命令行中添加了 exclude=statistics 选项,以使生成的 dmp 文件更小,但即使使用此设置,文件仍然很大。是否有其他设置可用于使 dmp 文件更小?数据库几乎是空的,dmp 文件大约 230MB。谢谢你。
拆分成多个转储文件
expdp usr1/usr1 表=tbl_test 目录=dp_dir 转储文件=test_dump_%u.dmp 文件大小=20m
干杯布赖恩