Hi,
using Delphi XE + DOA 4.1.2.2:
Any suggestions on how to do this? Please help.
Thanks.
using Delphi XE + DOA 4.1.2.2:
Code:
WS := TWideStringList.Create;
WS.LoadFromFile(filenames[I]);
LOB := TLOBLocator.CreateTemporary(OracleSession1, otCLOB, True);
// When the file size is above ~ 16MB this fails on : ORA-24817: Unable to allocate the given chunk for current lob operation
LOB.AsWideString := WS.Text;
Any suggestions on how to do this? Please help.
Thanks.