To move one sequence from the DATAMOVE command line, the syntax is as follows:

proutil target-database -C datamove source source-database tenant tenant-name

     sequence sequence-name

For example, if you want to restore data to a production database named production_db, for the sequence customer_id for a tenant named store1, and your restored source database is named temporary_db, enter the following command:

proutil production_db -C datamove source temporary_db tenant store1 
     sequence customer_id