0
votes
1answer
112 views

Is it possible to deploy a BDC model to BIN instead of the GAC

I have a BDC model which uses a .NET assembly to connect to an Oracle database. In order to make the connection working I need some ORA files in the same directory in the connecting assembly, so I ...