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 |
Define tool Manage Statistics in SQL Server 2000 query ?
what is sql injection in sql server?
What is the difference between varchar and varchar types?
What are the types of table?
How do I know if localdb is running?
What to check if a User database is locked?
How do you know if sql server is running on your local system?
What is the use of nvl work?
Explain the basic concepts of SQL server architecture?
2 Answers College School Exams Tests,
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
whats the maximum size of view state??
What are different types of statement?
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)