how can create data base link for tow servers (scott
schema) give examples plz
Answer Posted / gaurav gupta
CREATE PUBLIC DATABASE LINK remote
USING 'remote';
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how do you login to mysql using unix shell? : Sql dba
What is data type in database?
What are database links used for?
how to do backup entire database? : Transact sql
what is the difference between truncate and delete statement? : Transact sql
What is the purpose of primary key?
what is a field in a database ? : Sql dba
Explain unique key in sql.
Which kind of parameters cannot have a default value in pl sql?
How run sql*plus commands that are stored in a local file?
What are basic techniques of indexing?
What is difference sql and mysql?
how to select first 5 records from a table? : Sql dba
What is the difference between distinct and unique in sql?
How to add, remove, modify users using sql?