Possible Bug in OGG Flat File Adapter 12.1
Hi guys,
Doing some testing I think a found a bug in the Flat File Adapter (12.1), I'm posting here just to ask if someone else can give it a try so we can report it as a bug (or not..).
It's pretty easy to test... In your current setup of OGG and OGG for Flat File try this:
- Create a new table with n columns, one of the columns should be RAW and has the default value sys_guid(), make sure that you have trandata enabled, at least table level (ggsci@orcl> add trandata schema.table)
- create table TESTSYSGUID (col_1 number, col_2 RAW(16) DEFAULT sys_guid());