ORA-00603 error with DBlink
Hi,
We are trying to delete rows from a remote table using DB link. Both the source and target databases are running on the same host.
The remote table is huge with around 500 million rows and we are getting the error only with deletes of greater than 10 million rows.
ORA-00603: ORACLE server session terminated by fatal error
ORA-02063: preceding line from <DBlink name>
Process ID: 22051 Session ID: 389
Is there any parameter to be set at DB level for fixing this error?
Thanks in advance.