When you use the Stream operator in a Teradata PT job, the Stream operator:
- Logs on to the database, using your user name, password, database name, and account ID information specified in the job script.
- Loads the data from the Teradata PT data streams into the database.
- Logs off from the database.
- If the Stream operator job is successful, terminate the job and provide information about the job in the log or to the user, such as:
- Total number of records sent to the database
- Number of errors posted to the error table
- Number of Inserts, Updates, and Deletes applied
- If the job is unsuccessful, terminate the job and provide information about the job so that you can correct any problem and restart the job.