CREATE DATABASE LINK AA
CONNECT TO NAME
IDENTIFIED BY PASS"WORD
USING "DOMAIN"
given error of missing double quote identifier. already tried PASS\"WORD, 'PASS"WORD', \PASS"\WORD, \"PASS\"WORD, PASS+CHAR(34)+WORD. no luck.
I am not in position to change the database password. It can be successfully connected without database link.
Thanks for any comment.