GSM-45756
Use SKIP_FIRST to skip first DDL.
This is typically required after manual fix done by database administrator.
For example, if CREATE TABLE statement fails because of lack of space, database administrator
fixes the issue and re-executes CREATE TABLE.
To avoid ORA-39151 (table exists)in RECOVER SHARD he has to specify -SKIP_FIRST.
This is typically required after manual fix done by database administrator.
For example, if CREATE TABLE statement fails because of lack of space, database administrator
fixes the issue and re-executes CREATE TABLE.
To avoid ORA-39151 (table exists)in RECOVER SHARD he has to specify -SKIP_FIRST.
Cause
GDSCTL help message.