|
原帖由 xcsars 于 2008-6-9 21:17 发表 ![]()
我也是偶然发现的,在10g上试的时候没有问题,在9i上死活都过不去。 照 zerocool88888888 的理解,那10g没有出现过问题呢?难道10g和9i的rman管理机制上有变化。
So what you're saying is that these two conditions together cause the problem:
(1) 9i, not 10g;
(2) Channels are manually allocated and they're allocated in parallel (i.e. multiple channels are allocated), and "release channel" commands are *after* crosscheck command in the run block.
So if you change the channel to only one, it also works in 9i?
If you change your crosscheck to "crosscheck backup device type disk", would that work too? Make sure you keep everything else the same (i.e. allocate multiple channels, and release them *after* the crosscheck command).
Yong Huang |
|