Home » RDBMS Server » Server Utilities » pl/sql using 2 schemas
pl/sql using 2 schemas [message #70039] Thu, 04 April 2002 10:59 Go to next message
Wayne Lindeman
Messages: 2
Registered: April 2002
Junior Member
I'm a rookie and can not find an example to write
some pl/sql code to select certain columns from
one database/schema to another database/schema on another machine......
A code example sure would be helpful.....

Thanks for you help.....
Re: pl/sql using 2 schemas [message #70040 is a reply to message #70039] Thu, 04 April 2002 11:05 Go to previous message
Dave D
Messages: 1
Registered: April 2002
Junior Member
select
a.bla, b.stuff
from
a.table, b.table@dblink
where
a.tableid = b.tableid
Previous Topic: Listener does not start after reboot
Next Topic: Re: Export/Import !!URGENT
Goto Forum:
  


Current Time: Tue Apr 23 17:33:09 CDT 2024