Schema comparision: Describe only selected object types?

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
rkwpt
Posts: 5
Joined: Fri 15 May 2020 09:43

Schema comparision: Describe only selected object types?

Post by rkwpt » Fri 15 May 2020 10:05

Hello,

When i want to describe e.g. only functions and procedures and start the comparision process, the program starts to describe all objects (tables, views...) before comparing only the selected types. That can take quite a long time.

Is it possible to let the program only describe the seleted types?

Thanks in advance,
Ralf

alexa

Re: Schema comparision: Describe only selected object types?

Post by alexa » Fri 15 May 2020 14:55

All objects get described in order to build a valid sync script.

You could select the option 'Disable dependency analysis' on the 'Options' page of the schema comparison wizard. However, you can't perform synchronization in this case.

Post Reply