Return to Snippet

Revision: 60088
at October 20, 2012 04:18 by thescorpion


Initial Code
create Public database link testlink_db2
  connect to system identified by oracle
  using
  '(DESCRIPTION=
    (ADDRESS=
     (PROTOCOL=TCP)
     (HOST=1.1.1.54)
     (PORT=1521))
    (CONNECT_DATA=
     (SID=serviceName)))'

Initial URL
http://msutic.blogspot.com/2009/07/how-to-create-database-link-without.html

Initial Description
Cuando se da el caso que tienes 2 servidores diferentes y el ServiceName de oracle es el mismo...En el momento de crear un dblink hay que especificar bien la cadena de coneccion para que se direccione al otro servidor y no escoja el serviceName del el mismo servidor en el cual estamos

Initial Title
Creacion de DBLINK con Full name service

Initial Tags
sql, Oracle

Initial Language
SQL