CREATE [SHARED] [PUBLIC] DATABASE LINK dblink
[ CONNECT TO { CURRENT_USER | user IDENTIFIED BY password [authenticated_clause] }
| authenticated_clause
] 
[USING 'connect_string'];

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.