create a View from tables of different schemas

hi all,

can u pls give solution to create a View from tables of different schemas.

i have to bring data from one DB Server A,

which contains different schemas and tables in the schemas...

i need to insert that data in another DBServer B.

i made a procedure for this...

but when the connection fails from A, then i could not get data...

please suggest some solution..

thanks,

neelima

[444 byte] By [Neelima.Sridhara] at [2007-11-27 6:26:47]
# 1
I don't know what database system you use, but in the most I know it is done that way:SELECTA.COL1,A.COL2.....FROMSCHEMA_NAME.TABLENAME A,SCHEMA_NAME.TABLE_NAME BWHERE A.COL1 = B.COL2......
pelle23a at 2007-7-12 17:48:11 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...