oracle使用sys用户exp,怎样用SYS用户执行EXP操作

1. Command line.

Enclose the connect string with a single quote character:

Windows:

D:\> exp as sysdba' tables=scott.emp

Unix (you need to 'escape' the single quote):

> exp \'sys/change_on_install@instance as sysdba\' tables=scott.emp

VMS (use [double_quote][single_quote]...[single_quote][double_quote]):

$ exp " as sysdba'" tables=scott.emp

Note that this VMS syntax is also a valid syntax on Unix and on Windows.

2. Interactive

Do not specify any connect string on the command line, so you will be prompted to enter it. E.g.:

> exp tables=scott.emp

Export: Release 10.2.0.3.0 - Production on Fri Jun 25 07:39:46 2004

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

Username: as sysdba

Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production

... etc.

3. Parameter file.

You can also specify the username in the parameter file. In this situation, you have to enclose the connect string with a double quote character. However, to prevent possible security breaches we advice you to stop using the USERID parameter in a parameter file.

File: exp.par

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

USERID=" as sysdba"

TABLES=scott.emp

Run export with:

> exp parfile=exp.par

4. Remarks.

Remark 1. If you have setup operating system authentication, it is not necessary to specify the SYS schema name, and password. E.g.:

> exp " as sysdba'" tables=scott.emp

Remark 2. In addition, if you have set the environment variable TWO_TASK (on Unix) or LOCAL (on Windows) or on the server where the database is installed you have set ORACLE_HOME and ORACLE_SID, it is not necessary to specify the @instance. E.g.:

> exp "'/ as sysdba'" tables=scott.emp

Remark 3. The export parameters FLASHBACK_SCN and FLASHBACK_TIME cannot be used if the user that invoked the export is connected AS SYSDBA.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值