Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How can I find out differcences from two database?
Murtuja wrote:
> Hi
> I have two databases.Both are same.Now I want to compare both databse
> by each and every objects like
> tables
> constraint
> index
> trigger
> procedures
> package
> view
> sequence
> How can I find out differcences from two database?
> Can u provide me script for that?
and then against dba_constraints local and remote or UNION ALL in the result set.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Wed Dec 21 2005 - 11:09:31 CST
![]() |
![]() |