How make remote connection in database?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a table be moved to different filegroup?

749


Explain having clause and where clause?

806


What is a select query statement in ms sql server?

797


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?

788


Explain raiserror in sql server?

793


Can you edit the .rdl code associated with a linked report?

121


Mention the different types of replication in sql server.

771


Can a rule be bound to any column of any data type?

757


How to make conditional sum in ssrs?

151


What is always encrypted?

720


How to create a ddl trigger using "create trigger" statements?

827


What is the cartesian product of the table?

740


Can you move the resources after pausing the node? : sql server database administration

796


Is the primary key column of a table an index in ms sql server?

722


What are the different sql server versions?

708