日期:2014-05-17  浏览次数:20794 次

Oracle数据库备份的方法,我想知道语句语法
imp和exp的用法和语句各个参数属性的意义,谢谢了
------最佳解决方案--------------------
感激不尽
------其他解决方案--------------------
系统的话windows和Linux的都跟我讲一下吧,谢谢各位前辈、高手了
------其他解决方案--------------------
这个论坛补偿来,也没人关注啊。。。求不沉,求教程
------其他解决方案--------------------
imp -help自己不会敲吗?
------其他解决方案--------------------
引用:
imp -help自己不会敲吗?

我表示真不知道,之前没做过,也没人教,自己看,所以不知道呀。
------其他解决方案--------------------
求来人,求指教
------其他解决方案--------------------
引用:
imp -help自己不会敲吗?

我这样用对不?[img=][/img]
------其他解决方案--------------------
exp help=y
------其他解决方案--------------------
引用:
exp help=y

直接输就行了吗?
------其他解决方案--------------------

输imp -help结果如图,是不是有什么前提工作要做?
只会增删改查的菜鸟真的有很多不明白的呀
------其他解决方案--------------------
引用:
输imp -help结果如图,是不是有什么前提工作要做?
只会增删改查的菜鸟真的有很多不明白的呀


命令窗口,CMD进入
------其他解决方案--------------------
引用:
输imp -help结果如图,是不是有什么前提工作要做?
只会增删改查的菜鸟真的有很多不明白的呀


SQL窗口只能输入SQL语法和命令

IMP是外部命令(实际就是个EXE) 在C:\>下输入

或者在SQL>后输入$imp -help
------其他解决方案--------------------
引用:
imp和exp的用法和语句各个参数属性的意义,谢谢了

要这样子查看:

[oracle@localhost ~]$ exp help=y

Export: Release 10.2.0.1.0 - Production on Wed Nov 7 12:29:07 2012

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



You can let Export prompt you for parameters by entering the EXP
command followed by your username/password:

     Example: EXP SCOTT/TIGER

Or, you can control how Export runs by entering the EXP command followed
by various arguments. To specify parameters, you use keywords:

     Format:  EXP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
     Example: EXP SCOTT/TIGER GRANTS=Y TABLES=(EMP,DEPT,MGR)
               or TABLES=(T1:P1,T1:P2), if T1 is partitioned table

USERID must be the first parameter on the command line.

Keyword    Description (Default)      Keyword      Description (Default)