RMAN table restore causes ORA-01000 error
Trying a RMAN table restore (making a data pump file without overwriting database tables) in 19.18 on Linux causes:
ORA-01000: maximum open cursors exceed
followed by:
RMAN-05122: There is insufficient disk space to perform recovery.
I have set both the auxiliary and data pump paths to a location with ample space, so I'm at a loss as to why I am encountering these errors.
If it is a cursor limit issue, how do I specify open_cursors for this auto generated instance?