Home Page › Forums › BizTalk 2004 – BizTalk 2010 › oracle send port problem › Re: Oracle send port problem
November 22, 2006 at 11:44 AM
#16499
Was your problem resolved?
Your namespace should have been more like:
http ://schemas.microsoft.com/[MyOracleDbAdapter://<DataSourceName>/<OracleSchema>/Tables/SAMPLE_XCHANGE]
If you generate a new schema check that against the one you have now. Once someone changes the Oracle database instance or user/schema it can have "negative" affects on your generated schemas. I've had to make sure that each environment (Dev, Test, Prod) has the same Oracle schema configuration so I don't need to re-generate my schemas for each. (Which would be bad) 🙂 Synonyms might solve this but I haven't tested.
BizTron