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 |
Wht is the difference between stored procedure and trigger
How do you persist objects, permissions in tempdb
Does table partitioning improve performance?
Can binary strings be used in arithmetical operations?
How do SQL server 2000 and XML linked?
Can primary key be null?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
How to run sql server 2005 books online on your local system?
What methods do you follow to protect from sql injection attack?
How to execute function in stored procedure sql server?
Explain syntax for viewing, dropping and disabling triggers?
What is a view?
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)