oracle 导入导出数据库 2012-03-13 08:33:06

Posted wswind

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle 导入导出数据库 2012-03-13 08:33:06相关的知识,希望对你有一定的参考价值。

imp userid = system/system @orcl

fromuser = ... touser = ... file = ...

 

exp userid = system/system @orcl

owner = ...

file = ...

建立用户时的权限赋予:

角色:connect resource

系统:create any table

      unlimited tablespace

以上是关于oracle 导入导出数据库 2012-03-13 08:33:06的主要内容,如果未能解决你的问题,请参考以下文章