Answer Posted / satish agrawal
A database link is a schema object in one database that
enables you to access objects on another database. The
other database need not be an Oracle Database system
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to pass parameters to procedures in oracle?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
Can sub procedure/function be called recursively?
What is the maximum number of triggers that can be applied to a single table?
What is ceil and floor in oracle?
How to convert character types to numeric types?
Can we convert a date to char in oracle and if so, what would be the syntax?
what is reindexing?
What is the difference between post-database commit and post-form commit?
Why cursor variables are easier to use than cursors?
How to list all tables in your schema?
What is merge in oracle?
How do I start tns listener?
How to open a cursor variable?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.