HOW to acess table data from one database into another database
KarteekOct 19 2012 — edited Oct 19 2012hi everyone,
I have 2 databases name A and B
without creation of DBLINK , how to acess B database tables into A database in oracle.
because by using database link is quite a bit slower than directly connecting.
is there any option to use B database tables data into A database ?
i tried with keyword "CONNECT" , but it is not working.
please Advise me.