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 3nf normalization form?
What is your recommendation for a query running very slow? : sql server database administration
What is stored in the mssqlsystemresource database? : sql server database administration
Can we use Truncate command on a table which is referenced by FOREIGN KEY?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
How many types of TRIGGERS are there in MS SQL Server?
8 Answers CarrizalSoft Technologies, TCS, United Healthcare,
What is use of except clause?
What method is used by the Command classes to execute SQL statements that return single values?
in the physical file layout, where should the transaction log be stored in relation to the data file?
How to find the date and time of last updated table?
How to manipulate data from one table to another table ?
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)