文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>schema导入导出

schema导入导出

时间:2010-11-02  来源:tangaf

将一个数据库的非默认schema移植到另一台机器上。所做步骤如下: 1.首先需要将原有数据库上的所有非默认schema的数据用一个命令导出
      exp system/passwd owner=(imp1,imp2) file=/database/exp.dmp 
             log=/database/exp.log   在目标数据库上操作以下步骤
2. create the special tablespace for the moving schema.(要移植的schema有自己专门的tablespace)
3. create the user and grant the right to the user.
4. 将数据导入到新的数据库中:
      imp system/passwd file=/database/exp.dmp full=y log=/database/imp.txt
  如果有的表已经存在,还要加上 ignore=y
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载