Run Sharding Advisor on a Non-Production System
To minimize the impact on a live production system, you can run the Sharding Advisor on a copy of the database schema and workload, located on a different server than the production system.
To get the same results as if it were the live production system, the production database schema and workload can be exported using the Oracle Data Pump utilities and copied to a different server. Then you can run Sharding Advisor on the imported schema.
You only export the database schema and system tables. There is no need to export the actual data.
The following procedure uses the HR schema as an example.
Do the following steps on the source (production) database server.
Do the following steps on the target database server.