db link create little bug

Hi,

I can't create DB Link in PL/SQL Developer wizard, with non alphanumeric chars in password. I need press "View SQL" button, and manually add double quote around password. Please, fix it in new version.

create database link some_name
connect to some_user identified by kl;'
using 'testdb'; ^^^^ - "kl;'"

With best regards, Michael Maramzin
 
Back
Top