An object or module that enables access to a remote database.
Is there anyway to extract ddl for all database links? I would like to get in sql and recreate them …
oracle oracle11gr2 dblinkI currently have an issue whereby I cannot reference a table in a linked database within a stored procedure. I …
sql database oracle stored-procedures dblinkHow do I create dblink in postgres 9.2 ? I want to be able to use it using @ link in oracle? I …
postgresql oracle11g postgresql-9.2 dblinkCan someone please shed some light on how to install the requirements for Postgres 9 (Centos) to be able to use …
sql linux dblink postgresqlI want to do a large update on a table in PostgreSQL, but I don't need the transactional integrity to …
postgresql transactions sql-update plpgsql dblinkThe typical syntax for creating a db link is as follows: create database link remote_db_link connect to remote_…
oracle owner dblinkI have created a synonym for a dblink. create synonym dblink2 for dblink1 But when I query anything using the …
oracle dblinkI am Using jboss5.1.x, EJB3.0 ,JPA3. I am trying to do 'select' query from view which is connected via …
java database oracle transactions dblinkI have a query like INSERT INTO sid_rem@dev_db (sid) select sid from v$session Now, when i …
oracle dblinkTo whom it may respond to, We have installed Oracle 11g r2 on a Redhat Enterprise Linux 5.4 . We are trying …
sql-server-2005 oracle11g dblink heterogeneous