文章列表
1. On the originating Oracle10g R2 database server, drop and recreate the public database link using double quotes around the password (IDENTIFIED BY clause) for the user account on the 11g Database. For example: DROP PUBLIC DATABASE LINK DEV11R1; CREATE PUBLIC DATABASE LINK DEV11R1 CONNECT TO devus ...