I am quite new to Pentaho so am trying to do something very simple. I have a simple example of a Table Input on one Oracle database instance and a Table Output on another Oracle instance.
The table input has 4 columns: id, pet_name, pet_type and pet_info. The pet_info column is of XMLType, the others are varchar2. I have the same table on another Oracle instance and all I want to do is populate that table with the same columns. They are all named the same, of the same type, etc. The transformations runs to completion but the XMLType column is null on the receiving instance. This is the simple example.
To generalize it, I have the results of an XML join that I need to insert into a column of XMLType along with some other columns, but that did not work either so I resorted to creating a very simple case.
Any help would be greatly appreciated.
The table input has 4 columns: id, pet_name, pet_type and pet_info. The pet_info column is of XMLType, the others are varchar2. I have the same table on another Oracle instance and all I want to do is populate that table with the same columns. They are all named the same, of the same type, etc. The transformations runs to completion but the XMLType column is null on the receiving instance. This is the simple example.
To generalize it, I have the results of an XML join that I need to insert into a column of XMLType along with some other columns, but that did not work either so I resorted to creating a very simple case.
Any help would be greatly appreciated.