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
Is pl sql useful?
What is secondary key?
Why triggers are used?
What is meant by user defined function?
How do I pipe the output of one isql to another?
How do you get column names only for a table (sql server)?
What is pls_integer in pl sql?
What are stored procedures used for?
What is the purpose of my sql?
Why are cursors used?
Why is stored procedure faster than query?
Is join and inner join the same?
Can procedure in package be overloaded?
Can we insert data into view?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba