Migrate connections

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

Migrate connections

Post by zvasku » Fri 26 Aug 2011 10:43

Is it possible to migrate connections from OraDeveloper 2.5 to dbForge 3?

Thanks
Zdenek

Alexz
Devart Team
Posts: 165
Joined: Wed 10 Aug 2005 08:30

Post by Alexz » Fri 26 Aug 2011 12:07

Unfortunately, dbForge Studio doesn't have an automatic way to migrate connections. We plan to implement such feature in the future.
But you can do this mannualy:
- export registry branch HKEY_CURRENT_USER\Software\CoreLab\OraDeveloper\Connections to a reg file using regedit
- replace text
'HKEY_CURRENT_USER\Software\CoreLab\OraDeveloper\Connections'
to
'HKEY_CURRENT_USER\Software\Devart\dbForge Common Settings\Connections\Oracle'
using a text editor
- replace text
'"Database"="cf3d7701-0f82-41f6-a83e-a4e9a71bd3ab"'
to
'"Database"="a8c9171f-1f52-4698-85d8-8f58f0b59e75"'
using a text editor
- just execute this reg file in Windows to add information about connections to Windows registry.

zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

Post by zvasku » Fri 26 Aug 2011 15:08

Works, ok. It is satisfactory.

Thanks
Zdenek

Brettee
Posts: 1
Joined: Mon 24 Oct 2011 11:26

Post by Brettee » Mon 24 Oct 2011 11:32

Thanks Alexz, Its really useful for me, i hope you will keep share such stuff in future.

Post Reply