K 10 svn:author V 5 gavin K 8 svn:date V 27 2011-04-13T19:10:56.089775Z K 7 svn:log V 443 Add a new DDB command, "show rmans", which will show the address and brief details of each rman header, but not the contents of all rman structures in the system. This is especially useful on platforms where some rmans have many thousands of entries in rmans, making scrolling through the output of "show all rman" impractical. Individual rmans can then be viewed including their contents with "show rman 0xaddr" as usual. Reviewed by: jhb END