Re: single database vs multiple databases
Posted by: Rick James
Date: March 01, 2011 10:13PM

Not much difference in performance. So, make the decision based on simplicity of your code. As you have described it, this sounds reasonable:

USE $organization; -- problematically pick which db
SELECT ... -- no need for specifying the $organization here.

Options: ReplyQuote


Subject
Written By
Posted
Re: single database vs multiple databases
March 01, 2011 10:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.