Copying Data from a TimesTen Table to an ASCII File

Run the ttBulkCp utility with the -o option to copy data from a TimesTen table to an ASCII file.

Note:

Ensure that your TimesTen user has SELECT privilege on the tables it copies information from.

This example copies the data from the hr.employees table of the database1 database to the employees.dmp file using the ttBulkCp -o mode.

ttBulkCp -o -connstr "DSN=database1;UID=HR;PWD=hr" hr.employees > employees.dmp

See ttBulkCp in the Oracle TimesTen In-Memory Database Reference.