How make remote connection in database?
Answer / kalyana chakravarthy maddipati
You can make a remote connection in a database using DBLINK(Database link). it is a named object in the database.
To create a DBLINK this is the syntax
Create dblink XX(DBLInk Name) connect to USERNAME identified by PASSWORD using DATABASENAME.
To access data from remote place using DBLink this is the way
select * from table_name@xx(DBLink name).
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between ‘having’ clause and a ‘where’ clause?
Can we use pragma autonomous_transaction in trigger?
What is Deadlock?
What is difference between equi join and natural join?
List out the differences between global and local temp tables in sql server?
What type of Index will get created after executing the above statement?
Explain sp_configure commands, set commands?
What is transact-sql language?
Can we store videos inside the sql server table?
Sql studio em braces a variety of capabilities, but will I need them all? Is there a simpler product ? : sql server management studio
In join, which clause in not used?
What is a select query statement in ms sql server?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)