Jessica Richard wrote:
> Other than dblink, is there any other way to let me joint select two
> tables in two different databases?
Would schemas work for you? You can have multiple schemas in one
database (like oracle) so that you references tables as
schemaname.tablename etc... Works well for most places you need to do this.