Error:
When trying to connect with rman “ORA-01008: not all variables bound” error is occured.
Reason:
Bug 10306699
Solution:
You need to set the cursor_sharing parameter to EXACT.
1 |
SQL> alter system set cursor_sharing=EXACT scope=both; |