Home  >  Article  >  Database  >  把本地dmp备份导入数据库语句

把本地dmp备份导入数据库语句

WBOY
WBOYOriginal
2016-06-07 15:06:421265browse

欢迎进入Oracle社区论坛,与200万技术人员互动交流 >>进入 ----------------------------------------------------------------------------- 导入语法 imp usename/password@SID full=y file= d:\data\xxxx.dmp ignore=y ---------------------------------

欢迎进入Oracle社区论坛,与200万技术人员互动交流 >>进入

  -----------------------------------------------------------------------------

  导入语法

  imp usename/password@SID full=y file= d:\data\xxxx.dmp ignore=y

  --------------------------------------------------------------------------

  导入举例

  imp system/manager file=D:\20140227.dmp full=y ignore=y

  --------------------------------------------------------------------------

  注释部分:

  system/manager是用户名和密码

  file=bible_db 是要导入的文件

  log=dible_db是生成日志的名称

  full=y是导入整个文件

  ignore=y是忽略创建错误

  详细用法可在“运行”中输入cmd进入命令窗口键入

  'IMP HELP=Y' 获取帮助信息提示

把本地dmp备份导入数据库语句

把本地dmp备份导入数据库语句

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn