rman [message #161335] |
Fri, 03 March 2006 05:45 |
oracram
Messages: 17 Registered: February 2006
|
Junior Member |
|
|
hi all
a small doubt... when i type show all at the RMAN> prompt i m getting error. It does not show the parameters.
I m using RMAN 8.1.7.4
any help?
|
|
|
|
Re: rman [message #161426 is a reply to message #161353] |
Sat, 04 March 2006 00:37 |
oracram
Messages: 17 Registered: February 2006
|
Junior Member |
|
|
Hi,
Here is the o/p
$ rman target / catalog <username>/<pwd>@connect_string
Recovery Manager: Release 8.1.7.4.0 - Production
RMAN-06005: connected to target database: xxx(DBID=yyy)
RMAN-06008: connected to recovery catalog database
RMAN> show all
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01005: syntax error: found "identifier": expecting one of: "allocate, alter
, beginline, catalog, change, connect, create, crosscheck, configure, debug, del
ete, drop, exit, endinline, host, {, library, list, mount, open, print, register
, release, replace, report, renormalize, reset, resync, rman, rpct"
RMAN-01008: the bad identifier was: show
RMAN-01007: at line 1 column 1 file: standard input
|
|
|
Re: rman [message #161544 is a reply to message #161426] |
Mon, 06 March 2006 00:19 |
alexzeng
Messages: 133 Registered: August 2005 Location: alexzeng.wordpress.com
|
Senior Member |
|
|
That mean "show all" is not supported in Oracle8.1.7
Actually, Oracle8i rman cannot save many parameters in catalog.
This is a main different between 8i rman and 9i rman.
Alex zeng | Skype me: hans9zeng
|
|
|
|