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 |
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
What is conditional split?
Explain nested trigger in sql?
What is referential integrity? What are the advantages of it?
4 Answers Descon, Digital Domain,
Why should we go for stored procedures? Why not direct queries?
How to configure and test odbc dsn settings?
What are the differences between ms sql server & oracle?
What is openrowset sql server?
What is the difference between count () and rowcount ()?
What is referential integrity and how is it achieved?
Explain insert into select statement?
Is it possible to create tables in stored procedures using a variable for the table name?
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)