Search found 2 matches

Search found 2 matches Page 1 of 1
by crofte
Fri Dec 09, 2011 11:24 am
Forum: Community Forum
Topic: Oracle database extract of a CLOB
Replies: 1
Views: 5920

created a simple table on an existing database in our environment and populate it with one record like so: CREATE TABLE R_EXTRACT ( ID INTEGER NOT NULL, TIME TIMESTAMP DEFAULT SYSTIMESTAMP NOT NULL, CONTENTS CLOB NOT NULL, PRIMARY KEY(ID) ) TABLESPACE "LOG"; INSERT INTO R_EXTRACT (ID, CONTENTS) VALU...
by crofte
Wed Dec 07, 2011 1:59 pm
Forum: Community Forum
Topic: FTP to second FTP server on Failure
Replies: 1
Views: 4751

Can you create a project to FTP a file to a remote server, and if the project fails for any reason, (after a few retries) FTP to another FTP server
Search found 2 matches Page 1 of 1