I want to insert XML in the database, using the XMLType.
var
LXMLType: TXMLType;
begin
LXMLType := TXMLType.Create(OracleSession, 'Hello World');
This constructor raises the following exception:
First chance exception at $760EC41F. Exception class EOracleError with message 'OCI-21500: internal error code, arguments: [58], [], [], [], [], [], [], []
OCI-21500: internal error code, arguments: [kghfrh:ds], [0x691C188], [], [], [], [], [], []
'. Process MyService.exe (7888)
What goes wrong here?
Oracle: 11
DOA: 4.0.7
Delphi: 2006
Thanks,
Bas
var
LXMLType: TXMLType;
begin
LXMLType := TXMLType.Create(OracleSession, 'Hello World');
This constructor raises the following exception:
First chance exception at $760EC41F. Exception class EOracleError with message 'OCI-21500: internal error code, arguments: [58], [], [], [], [], [], [], []
OCI-21500: internal error code, arguments: [kghfrh:ds], [0x691C188], [], [], [], [], [], []
'. Process MyService.exe (7888)
What goes wrong here?
Oracle: 11
DOA: 4.0.7
Delphi: 2006
Thanks,
Bas
Last edited: