1、通过数据库认证连接到RMAN
~/app/oracle/flash_recovery_area> rman
Recovery Manager: Release 11.2.0.1.0 - Production on Fri Apr 5 16:24:53 2013
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
RMAN> connect target /
connected to target database: TEST (DBID=2109669017)
等同命令:
~/app/oracle/flash_recovery_area> rman target system/***
Recovery Manager: Release 11.2.0.1.0 - Production on Fri Apr 5 16:46:21 2013
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to target database: TEST (DBID=2109669017)
RMAN>
2、使用操作系统认证连接到RMAN
~/app/oracle/flash_recovery_area> rman target /
Recovery Manager: Release 11.2.0.1.0 - Production on Fri Apr 5 16:47:35 2013
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to target database: TEST (DBID=2109669017)
RMAN>