Compare User objects

fabrice

Member³
Hello,
The "compare user objects" function put all the storage data or nothing.
When working with different versions databases, initial, next extend and other thing are not the same.
Is there a way to include only tablespace name?
 
The compare function does not compare table storage information. It only compares functional information, such as column definitions, constraints, and so on. Only for tables that are missing you can choose whether to include the storage information or not. You cannot control which specific storage information is included though.
 
Back
Top