这样吧,在cmd中输入 exp根据提示做吧,那样是可以输入【sys/password@orcl as sysdba】的。
测试log:
C:\Documents and Settings\admin>exp
Export: Release 10.1.0.2.0 - Production on 星期四 8月 6 07:42:28 2009
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Username: sys/oracle@ora1 as sysdba full='Y'
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
Enter array fetch buffer size: 4096 >
---
以上,希望对你有所帮助。
如果是10g的话,建议使用数据泵
expdp system/password dumpfile=file_name.dmp full=y log=expdp.log
不过我有疑问的是,你做全库导出的是为了备份吗?
一般情况下,只要expdp出来应用用户或schema即可。导出很多system表空间的一些信息感觉没什么用的
exp 'sys/change_on_install@instance as sysdba' tables=scott.emp
看看这个对不。
exp "sys/password@orcl AS SYSDBA"这样写是可以的
ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
Cause: connect SYS/
Action: Try connect SYS/