<div dir="ltr">Hi Kris,<div><br></div><div> This is the list of errors that I have when trying to persist the TaskService to Oracle. I applied mapping to them but if the column names and table names are fixed it would be great. Please can you notify me once the changes are applied so that I can run a test on them.</div>
<div><br></div><div><div>-- size column name -- </div><div>create table Attachment</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(id number(19,0) not null, name varchar2(255), accessType number(10,0), contentType varchar2(255),</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span> attachedAt date, size number(10,0) not null, attachmentContentId number(19,0) not null, </div><div><span class="Apple-tab-span" style="white-space:pre">        </span> attachedBy_id varchar2(255), TaskData_Attachments_Id number(19,0), primary key (id))</div>
<div><br></div><div>-- table name reserved in oracle --</div><div>create table Comment </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(id number(19,0) not null, text clob, addedAt date, addedBy_id varchar2(255), TaskData_Comments_Id number(19,0),</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>primary key (id))</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div>-- date column name problem --</div><div>create table Deadline </div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>(id number(19,0) not null, date date, escalated number(1,0) not null, Deadlines_EndDeadLine_Id number(19,0), </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Deadlines_StartDeadLine_Id number(19,0), primary key (id)) -- date problem</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div>-- name is long --<span class="Apple-tab-span" style="white-space:pre">        </span></div><div>create table Notification_BusinessAdministrators </div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>(task_id number(19,0) not null, entity_id varchar2(255) not null)</div><div><br></div><div><br></div><div>create table Notification_EmailNotificationHeader </div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>(Notification_id number(19,0) not null, emailHeaders_id number(19,0) not null, mapkey varchar2(255), </div><div><span class="Apple-tab-span" style="white-space:pre">        </span> primary key (Notification_id, mapkey), unique (emailHeaders_id))</div>
<div><br></div><div><br></div><div>create table PeopleAssignments_BusinessAdministrators </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(task_id number(19,0) not null, entity_id varchar2(255) not null)</div>
<div><br></div><div><br></div><div>create table PeopleAssignments_ExcludedOwners </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(task_id number(19,0) not null, entity_id varchar2(255) not null)</div>
<div><br></div><div><br></div><div>create table PeopleAssignments_PotentialOwners </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(task_id number(19,0) not null, entity_id varchar2(255) not null)</div>
<div><br></div><div><br></div><div>create table PeopleAssignments_TaskStakeholders </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>(task_id number(19,0) not null, entity_id varchar2(255) not null)</div>
<div><br></div></div><div><br></div><div>Regards,</div><div>Ram</div></div>