Search found 4 matches

by sivakr4056@gmail.com
Sun Jul 08, 2018 8:59 am
Forum: General
Topic: User Variable Activity syntax for timestamp
Replies: 6
Views: 4957

Yes, that's right.
by sivakr4056@gmail.com
Sun Jul 08, 2018 7:00 am
Forum: General
Topic: User Variable Activity syntax for timestamp
Replies: 6
Views: 4957

User Variable Activity syntax for timestamp

Hi, i need to create current timestamp in (YYYY-MM-DD HH:MM:SS.ssssss) in User Variable Activity. Can anyone tell me the proper syntax to create a current timestamp in required format?
by sivakr4056@gmail.com
Fri Jul 06, 2018 5:17 am
Forum: General
Topic: Best way for incremental loading using sequential file
Replies: 3
Views: 2405

Sq file -> sequential file
1st sq file contains updated date and 2nd sq file contains incremental data.
by sivakr4056@gmail.com
Thu Jul 05, 2018 7:08 pm
Forum: General
Topic: Best way for incremental loading using sequential file
Replies: 3
Views: 2405

Best way for incremental loading using sequential file

Hi, i have Oracle database as a source and Sq file is the output. i would like to know the best way for the incremental load in sq file based on the updated timestamp. Below is what I am thinking. Please tell me if there is any better approach. Parallel Job stages => Oracle Connector -> Transformer ...