Hi timdine,Yes. It should work if you follow the steps here:http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Using_multiple_geodatabases_in_Oracle&anchor=mgdb2oand then also specify the NET_SERVICE_NAME to be used for each particular service.This can be done using the sdeservice command or by setting LOCAL=<TNSNAME> in the dbinit files (LOCAL for windows, TWO_TASK for unix).If that is not working for you, what error(s) are you encountering?
Is it possible to do this with:Multiple SDE ServicesOne SDEHOMERemote DatabasesIt seems that the only method I can find that will satisfy the multiple SDE Services and the remote database requirements is the multiple SDEHOME directories.
C:\>sdeservice -o modify -i sde_service1 -r NET_SERVICE_NAME -v <TNSENTRY_NAME>
sdeservice -h ... ... -r Registers/Unregisters/Modify following windows registry keywords: SDEHOME ArcSDE software location. SDE_DBA_PASSWORD ArcSDE DBA password. SDE_DBA_USER (SQLSERVER only) ArcSDE DBA user. ADMIN_DATABASE (DB2/INFORMIX/SQLSERVER/POSTGRESQL only) ArcSDE admin database. NLS_LANG (ORACLE only) ArcSDE server codepage. NET_SERVICE_NAME (ORACLE only) Oracle TWO_TASK or LOCAL environment variable. ... ...
Hi allall the questions above are now solved. I have created 4 ODBs and SDE services using this method exactly:http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Using_multiple_geodatabases_in_OracleThe 4 DBs are now populated with data.Normally they work fine. This is until I restart the PC. And I started getting an 'bad user' error message when tried to connect to either SDE service from catalog.I noticed the following:I have copies of the dbinit.sde file:the original dbinit.sdedbinit_chevdb.sdedbinit_enidb.sdedbinit_geology.sdeeach of them is pointing to a different ODB. My default DB is callled orclsde and this is what must be set in the the original dbinit.sde. But now it has changed to the database that is pointed to by dbinit_geology.sde. This made all SDE services useless.If I delete all SDE service and recreate them again using postinstall's last step 'create SDE service' they all work fine until next restart. Using only the last step in the post install DOESNT use customized dbinit.sde. It uses the DB name though.Any ideas why it does this? How can I have stable 4 instances of SDE.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.