Thanks. What about jdbc uri? The sample given on localderby, they have differences on jdbc uri. Is it fine to give same jdbc uri for Oracle in this case for all 3 schemas?
Best Regards Eric Halim -----Original Message----- From: Rong Nguyen [mailto:[email protected]] Sent: Monday, April 07, 2014 5:02 PM To: [email protected] Subject: RE: OfBiz NewBie User You have ORCL instance, Now, you define 3 datasources: + <datasource name="origin_oracle" with user_origin + <datasource name="olap_oracle" with user_olap + <datasource name="tenant_oracle" with user_tenant and then map them in delegator section: <group-map group-name="org.ofbiz" datasource-name="origin_oracle"/> <group-map group-name="org.ofbiz.olap" datasource-name="olap_oracle"/> <group-map group-name="org.ofbiz.tenant" datasource-name="tenant_oracle"/> ----- Rong Nguyen Olbius JSC Deliver highest business value http://www.olbius.com/ -- View this message in context: http://ofbiz.135035.n4.nabble.com/OfBiz-NewBie-User-tp4650234p4650242.html Sent from the OFBiz - User mailing list archive at Nabble.com. --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
