Oracle Solution for Error ora-12316

Solution for Oracle Error ORA-12316

ORA-12316: syntax error in database link's connect string

What triggered the Error:

The connect string in the CREATE DATABASE LINK statement has a syntactical error.

What should we do to fix it:

Drop the database link and recreate it using valid syntax. See the SQL Language Reference Manual for more information about the connect string portion of the CREATE DATABASE LINK statement.