Compare database produces different result for sys views of same oracle version
Sys views are Inherently different for the databases.
Check the result of this following query for the two databases from SQL*Plus, or from TOAD.:
SELECT dbms_metadata.get_ddl('VIEW', 'dba_ts_quotas') from dual;
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center