ORA-30154: The memory address given as buffer for OCIFileRead/Write is invalid
What triggered the Error:
An invalid memory address is given as the buffer pointer for OCIFileRead/Write.What should we do to fix it:
Make sure that the required memory is allocated and pass a valid memory address as buffer pointer.