Here is my problem.
When connected to one Sedna database I wish to query and potentially update
documents in a collection residing in another Sedna database.
I would prefer not to create two connections to two databases in my
application tier.
I would like to do something like this (this is from Oracle documentation)
Use the CREATE DATABASE LINK statement to create a database link. A *database
link* is a schema object in one database that enables you to access objects
on another database.
http://docs.oracle.com/cd/B12037_01/server.101/b10759/statements_5005.htm
If not currently possible could this be added as a feature request.
The concept is to link to a collection or single document residing in a
larger centralized database from my locally governed database (local
machine). The same user credentials would need to exists in both databases
for pass through security and roles. The link would be to a collection or
document. Meaning if if want to link to the collection UserSet in
database-1, I could create a link called MasterUserSet on database-2 that
when operated on would actually be performing operations on the collection
in database-1. If the two databases are under control of the
same Governor I would hope for near the same performance as if the
collection existed in database-1. This same Governor scenario is for when
I am using separate databases to break up my application storage by project.
Thank you
Michael Woytowitz
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion