I went for the solution from the ORA-01795 Error through this link, the answer of d-live
.
After successfully forming sql
statement I triggered in sql developer, I found this issue like
ORA-04030: out of process memory when trying to allocate 2024 bytes (kxs-heap-c,kghsstk)
04030. 00000 - "out of process memory when trying to allocate %s bytes (%s,%s)"
*Cause: Operating system process private memory has been exhausted
*Action:
please help me for this issue, I should handle and execute it anyway.
Note: total records i am processing is 5341 in join statement
instead of in statement
based on the link solution