Is it necessary that the computer at which a c#.net program is to be run should be connected to the developing machine to deploy that program as this program uses oracle database to save user’s data items
if yes : then plz explain minimum footprint to install oracle database at each target machine
if no : then how could the target will create and access the oracle database through these 5-7 dll files.
any response will be highly appreciable as I am very uncomfortable being in this confusioin. Thanx all….
I think you’re mixing two different things. Application deployment vs. IT Requirements. For your app deployment NO, you don’t need to be connected with your clients, use instead something like ClickOnce. Now, for your IT Requirements, well, if your client needs to have Oracle then they need to provide the DB.
Are they willing to pay each for a license? If not, why don’t you use a Cloud DB Service? Or something light like Oracle Express (which is, free).