Hi,
I get very difficult requirement from my friend.
I explain clearly below :
I have two databases.
Source databases: Flower
|__________sche ma: sample.
|______table :emp,dept,bonus ,qa
Destination databases: Margin.
|__________sche ma:Testing.
|______ table :emp,dept,bonus ,qa
Now, I login in flower databases in sample schema. I need select data from
Emp table from margin database in testing schema. At the same time I don’t want to access the other tables from margin database in testing schema.
What I try:
I create database link between flower databases and margin databases.i able to select data from all tables from margin database in testing
Schema.
I need to access emp table only and I don’t want other tables.
Please help me.
Thanks,
Michael
I get very difficult requirement from my friend.
I explain clearly below :
I have two databases.
Source databases: Flower
|__________sche ma: sample.
|______table :emp,dept,bonus ,qa
Destination databases: Margin.
|__________sche ma:Testing.
|______ table :emp,dept,bonus ,qa
Now, I login in flower databases in sample schema. I need select data from
Emp table from margin database in testing schema. At the same time I don’t want to access the other tables from margin database in testing schema.
What I try:
I create database link between flower databases and margin databases.i able to select data from all tables from margin database in testing
Schema.
I need to access emp table only and I don’t want other tables.
Please help me.
Thanks,
Michael
Comment