how can create data base link for tow servers (scott
schema) give examples plz
Answer Posted / m haribaskar
Create Database Link <<LinkName>>
Connect to <<USerName>>
Idenitfied By <<PAssword>>
Using <<DATABASE_NAME>>
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what are the advantages and disadvantages of views in a database? : Sql dba
Inline the values in PL/SQL, what does it mean.?
what is msql? : Sql dba
How do sql databases work?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
How do I create a memory optimized filegroup?
What are different types of sql commands?
what is clause? : Sql dba
Can sql developer connect to db2?
what is blob? : Sql dba
Explain the difference between rename and alias?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
Differentiate between % rowtype and type record.
What is optimistic concurrency control? : Transact sql
Can we use delete in merge statement?