Command Format:
/*+db=<physical_db_name>*/ <your query>;
Description:
Specify a shard by configuring <physical_db_name> and execute a SQL statement on the shard.
Example:
/*+db=test_0000*/ select * from t1;
Restrictions: