1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > oracle默认导出dmp路径_Oracle导入导出dmp文件

oracle默认导出dmp路径_Oracle导入导出dmp文件

时间:2021-05-17 18:40:14

相关推荐

oracle默认导出dmp路径_Oracle导入导出dmp文件

目录

1 说明

dmp文件为oracle数据库的数据备份文件,执行oracle数据库导出dmp文件,相当于执行数据库备份;执行导入dmp文件,相当于数据库还原。

2 导出dmp文件

在dos控制台下执行如下指令:

su -oracle

exp iflashbuy/[emailprotected] file=iflashbuy0121.dmp owner=iflashbuy246

其中:

user //导出数据库表空间的用户名

password //对应的密码

orcl //数据库服务名(SID)

file //导出的dmp文件存放路径

执行过程中,控制台输出:

Export: Release 10.1.0.2.0 - Production on星期一4月9 15:16:33

Copyright (c) 1982, , Oracle.All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Produc

tion

With the Partitioning, OLAP and Data Mining options

Export done in ZHS16GBK character set and AL16UTF16 NCHAR character set

. exporting pre-schema procedural objects and actions

. exporting foreign function library names for user MEDICINE

. exporting PUBLIC type synonyms

. exporting private type synonyms

. exporting object type definitions for user MEDICINE

About to export MEDICINE‘s objects ...

. exporting database links

. exporting sequence numbers

. exporting cluster definitions

. about to export MEDICINE‘s tables via Conventional Path ...

. . exporting tableCERTIFICATEVERRELATION 20 rows exported

. . exporting table ENTERPRISEAPTITUDESVERRELATION4 rows exported

. . exporting tableSELLAPPROVECONFIG 0 rows exported

. .……

. exporting synonyms

. exporting views

. exporting stored procedures

. exporting operators

. exporting referential integrity constraints

. exporting triggers

. exporting indextypes

. exporting bitmap, functional and extensible indexes

. exporting posttables actions

. exporting materialized views

. exporting snapshot logs

. exporting job queues

. exporting refresh groups and children

. exporting dimensions

. exporting post-schema procedural objects and actions

. exporting statistics

Export terminated successfully without warnings.

3 导入dmp文件

3.1 环境准备

使用sys用户,以dba角色登录oracle数据库的em,创建表空间以及访问该表空间的用户名,并赋予用户如下角色:

1) connect

2) dba

3) EXP_FULL_DATABASE

4) IMP_FULL_DATABASE

5) RESOURCE

并赋予下列权限

3.2 执行导入

系统控制台下输入:

其中:

user——数据库表空间的用户名

psw——数据库表空间的密码

sid——数据库服务名(sid)

执行后窗体提示输入dmp文件路径:

输入dmp文件路径后,后面提示选项使用默认值即可,具体界面如下:

3.3 指令解释

1)imp user/[emailprotected]执行导入指令;

2)EXPDAT.DMP >提示输入dmp文件路径;

3)enter insert buffer size(min is 8192)30720:提示最小设置为8192,建议设置30720,可以使用30720即可;

4)list contents of import file only,提示输入no。

5)后面的4个输入,均使用默认值;

6)username:输入导出dmp文件的用户名,这样将导入该用户名关联的所有表对象;

7)if done:输入回车;

8)执行导入…

注意:数据库中已经有的对象,执行导入的时候不覆盖,提示对象已经存在而执行失败的错误,输入如下:

4 注意事项

4.1linux环境下数据库恢复操作

不能通过ssh登录远程linux执行数据库恢复、备份,必须通过远程桌面,在linux系统的终端执行数据库恢复和备份。

5 安装出现问题:

bout to export specified users ...

. exporting pre-schema procedural objects and actions

. exporting foreign function library names for user IFLASHBUY

. exporting PUBLIC type synonyms

. exporting private type synonyms

. exporting object type definitions for user IFLASHBUY

About to export IFLASHBUY‘s objects ...

. exporting database links

. exporting sequence numbers

. exporting cluster definitions

EXP-00056: ORACLE error 1652 encountered

ORA-01652: unable to extend temp segment by 128 in tablespace TEMP

EXP-00000: Export terminated unsuccessfully

原因:临时表空间不够

原文:/yangxia-test/p/3894947.html

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。