This is a discussion on Could somebody tell me what is the difference between ocrconfig and srvconfig? within the Oracle Database forums, part of the Database Server Software category; --> I am learning to use RAC 10.2 on Linux As root, I can do ocrconfig -exp test.dmp As oracle, ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am learning to use RAC 10.2 on Linux As root, I can do ocrconfig -exp test.dmp As oracle, I can do srvconfig -export test.txt It seems to me that test.dmp has the info about listener. But test.txt does not have listener info. Is that true that I can use either of them to backup my CRS configuration? Your help is highly appreciated. |
| |||
| On Aug 28, 3:22 pm, emdproduct...@hotmail.com wrote: > I am learning to use RAC 10.2 on Linux > > As root, I can do > ocrconfig -exp test.dmp > > As oracle, I can do > srvconfig -export test.txt > > It seems to me that test.dmp has the info about listener. But > test.txt does not have listener info. > > Is that true that I can use either of them to backup my CRS > configuration? > > Your help is highly appreciated. Did you look at the documentation for those commands? |
| ||||
| On Aug 28, 9:22 pm, emdproduct...@hotmail.com wrote: > I am learning to use RAC 10.2 on Linux > > As root, I can do > ocrconfig -exp test.dmp > > As oracle, I can do > srvconfig -export test.txt > > It seems to me that test.dmp has the info about listener. But > test.txt does not have listener info. > > Is that true that I can use either of them to backup my CRS > configuration? srvconfig exports SRVM data only, whereas ocrconfig exports the whole registry. The dump from ocrconfig is thus your fav one. AFAIK "srvconfig -exp" is not described anymore in the 10g doco. |