El comando "compare using" da error: "Object name not of the form OWNER.TABLE".
"El nombre del objeto no es de la forma DUEÑO.TABLA".
El error es el siguiente:
sp_ctrl > compare using config_file_name
Cannot compare "OWNER"."TABLE_NAME"
Invalid specification OWNER.TABLE_NAME target_servername@o.targetSID
Object name not of the form OWNER.TABLE
Cannot compare "OWNER"."TABLE_NAME"
Invalid specification OWNER.TABLE_NAME target_servername@o.targetSID
Object name not of the form OWNER.TABLE
comparing 0 of 2 objects
2 object(s) contain errors
No objects to compare; no job started
La sintaxis para las líneas del achivo de configuración debe ser:
DUEÑO.TABLA_FUENTE DUEÑO.TABLA_DESTINO nombre_servidorDestino@o.SIDdestino
La sintaxis se encontraba incorrecta porque solo mencionada la tabla fuente:
DUEÑO.TABLA_FUENTE nombre_servidorDestino@o.SIDdestino
Corrija la sintaxis y vuelva a ejecutar el comando.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center