是否可以使用 oracle 数据泵导出数据库中的所有模式?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13609359/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is it possible to export all schemas in a database with oracle data pump?
提问by user1578653
I am using Oracle 11g 11.2.0.1.0 and I'm trying to find a way of using data pump to export ALL schemas in a database. I know you can specify multiple schemas using the SCHEMAS argument, but I need to be able to export all schemas without having to explicitly name them, because at any given time I don't know exactly what schemas are there (it's a development database and developers can add schemas whenever they want). Is there a way to do this with data pump? Or is there some other tool which could do this?
我正在使用 Oracle 11g 11.2.0.1.0,我正在尝试找到一种使用数据泵导出数据库中所有模式的方法。我知道您可以使用 SCHEMAS 参数指定多个模式,但我需要能够导出所有模式而不必显式命名它们,因为在任何给定时间我都不确切知道那里有哪些模式(它是一个开发数据库和开发人员可以随时添加模式)。有没有办法用数据泵来做到这一点?或者有没有其他工具可以做到这一点?
Thanks!
谢谢!