I have created a db link AM_ADMIN throufh SQL Developer: I am trying to check if it is a …
oracle database-linkI have a need to create a database link that is a link to a schema on the same server. …
oracle database-linkI need to create a database link in MySQL to connect to an Oracle database to use a table present …
mysql oracle database-linkWe have a CRM system in our company, which uses an Oracle 11g database. It is developed by a third …
oracle database-connection database-link heterogeneous-servicesI have created a oracle function called getEmployee(id in varchar) in my remote database and I'm trying to call …
sql oracle database-link ora-24338In an Oracle database there's a big PL/SQL procedure being executed periodically that copies data from one DB to …
sql oracle exception database-linkIs it possible to call a function using DBLINK in oracle? I am calling the function like this and getting …
oracle11g database-linkI need to check if a database link already exists before I create one. How can I do that? I …
oracle plsql database-linkI'm trying to define a database link on oracle 10.2 with connection identifier that throws the error in the question header. …
oracle database-linkI perform the following sequence of steps(step-wise using F-9) in Oracle SQL Developer: create database link mydb connect to …
sql oracle database-connection database-link database-cursor