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 ACID Property of Transaction?
how to write the query to select the rows are in the order of either 1,3,5,7... or 2,4,6,8,...
7 Answers ADP, Satyam, Tech Mahindra,
What does it mean if @@cursor_row returns a negative number?
How to write a query with a left outer join in ms sql server?
What will be the maximum number of indexes per table?
Explain isolation levels that sql server supports?
What types of integrity are enforced by a foreign-key constraint
How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?
What are the different types of collation sensitivity?
What is a dbms wizard?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
List the different types of collation sensitivities in sql server?
Oracle (3259)
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)