Using Export and Import to Move a Database

Between

Platforms

10g官档:

The Export and Import utilities are the only method that Oracle supports for moving an existing Oracle database from one hardware platform. to another. This includes moving between UNIX and NT systems and also moving between two NT systems running on different platforms.

The following steps present a general overview of how to move a database between platforms.

As a DBA user, issue the following SQL query to get the exact name of all tablespaces. You will need this information later in the process.

SQL> SELECT tablespace_name FROM dba_tablespaces;

As a DBA user, perform. a full export from the source database, for example:

> exp system/manager FULL=y FILE=expdat.dmp

See Also:

Move the dump file to the target database server. If you use FTP, be sure to copy it in binary format (by entering

binary at the FTP prompt) to avoid file corruption.

Create a database on the target server.

See Also:

for information about how to create a database

Before importing the dump file, you must first create your tablespaces, using the information obtained in Step 1. Otherwise, the import will create the corresponding datafiles in the same file structure as at the source database, which may not be compatible with the file structure on the target system.

As a DBA user, perform. a full import with the

IGNORE parameter enabled:

> imp system/manager FULL=y IGNORE=y FILE=expdat.dmp

Using

IGNORE=y instructs Oracle to ignore any creation errors during the import and permit the import to complete.

Perform. a full backup of your new database.

imp oracle full,Oracle 10g imp 之 full database (转官档)相关推荐

  1. exp导oracle数据库,使用exp/imp 在oracle数据库间导数据

    最近工作需要将oracle数据库的表数据导出到另一个oracle数据库表,找到了oracle 自带的命令行,并记录下导数据过程. 导数据过程分以下几步: 假设源数据库为A,目标数据库为B 1.在B上通 ...

  2. oracle 之 EXP、IMP 使用简介

    注:DOS命令行中执行exp.imp 导出导入ORACLE数据,ORACLE操作者具有相应的权限! 1.1.导出整库或当前用户: 关键字:full 语法:exp 用户/密码@数据库实例名 file=导 ...

  3. Oracle数据导入导出imp/exp

    功能:Oracle数据导入导出imp/exp就相当与oracle数据还原与备份.   大多情况都可以用Oracle数据导入导出完成数据的备份和还原(不会造成数据的丢失).  Oracle有个好处,虽然 ...

  4. 在pl/sql中使用exp/imp工具实现oracle数据导出/导入

    在pl/sql中使用exp/imp工具实现oracle数据导出/导入 2006年11月19日 星期日 10:59 Oracle 数据导入导出imp/exp就相当于oracle数据还原与备份.exp命令 ...

  5. Oracle数据库导入导出 imp/exp备份还原

    Oracle数据导入导出imp/exp Oracle数据导入导出imp/exp 在cmd的dos命令提示符下执行,而不是在sqlplus里面,但是格式一定要类似于: imp/exp 用户名/密码@se ...

  6. 解密Oracle备份工具-exp/imp

    解密Oracle备份工具-exp/imp 无论是运维工作者还是数据库管理员,数据的备份和还原是我们日常工作的重点,制定合理的备份策略,使用合适的备份工具是每个IT人必备的技能,今天就给大家介绍Orac ...

  7. Oracle数据导入导出imp/exp命令 [转]

    Oracle数据导入导出imp/exp就相当于oracle数据还原与备份.exp命令可以把数据从远程数据库服务器导出到本地的dmp文件,imp命令可以把dmp文件从本地导入到远处的数据库服务器中. 利 ...

  8. oracle 的exp是什么,oracle中exp和imp是什么,oracle中exp和imp有何区别 | 学步园

    oracle中exp和imp是什么,oracle中exp和imp有何区别.exp和imp的输入都是名字和值对:exp parameter_name=value 或exp parameter_name= ...

  9. 从零开始导入(imp),导出(dmp)Oracle数据

    具体任务:现有一个300+ G的dmp文件需要将其导入到Oracle数据库中,并且将其切分为若干的小的dmp文件 安装Oracle 11g 通过 docker 去 pull 阿里的镜像 具体流程参考 ...

最新文章

  1. poj 2503(字符串hash)
  2. JavaScript动态设置table的高度
  3. ARM MMU工作原理剖析[转]
  4. android 个推打开页面,个推android客户端点击跳到指定activity
  5. 移动网络新漏洞影响2G 以来的所有蜂窝网络
  6. C#基础11.1:static关键字
  7. 大数据hadoop常见端口
  8. mysql中grade字段降序排列_Mysql order by 多个字段排序
  9. zmodem transfer cancled by remote side 解决办法
  10. 人脸识别:技术应用与商业实践
  11. 思科 | 无线局域网组网实验
  12. win10安装双系统ubuntu
  13. 解除网卡绑定(多台电脑上网)
  14. css3和html5网站模板
  15. 用例执行一半总是报错“An unknown server-side error occurred ...Original error: Error: socket hang up”
  16. java anymatch_Java Stream anyMatch() API
  17. 在vscode中打开.md文件
  18. 群晖、黑群晖安装emby很慢,或者卡0%的解决办法,请收藏
  19. 读书笔记-kafka常用操作命令-kafka-topics.sh
  20. 微信授权APP第三方登陆(Android)

热门文章

  1. oracle缺失值表示,Oracle SQL,用最接近的非缺失填充缺失值
  2. Pytorch(四) --基于Pytorch实现线性回归
  3. 同事操作两个数据源保持事务一致_「微服务架构」微服务架构中的数据一致性...
  4. c语言表达式判断,在C语言的if语句中,用做判断的表达式为()。
  5. python水平_python水平
  6. 光是无限远服务器有道馆吗,光是无限远服务器客户端
  7. 矩形做成翻页的效果html5,HTML5 在canvas中绘制矩形附效果图
  8. 计算机体系结构----常见英文缩写(待更....)
  9. 玩转mini2440开发板之【编译u-boot提示没有规则可以创建“XX.o”需要的目标】
  10. 如何在FPGA设计环境中加时序约束 SDC (Z)