使用oracle数据库部署C#windows应用程序 [英] deployment of C# windows application with oracle database

查看:112
本文介绍了使用oracle数据库部署C#windows应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用c#windows应用程序和oracle作为数据库开发项目。

这些是以下问题



(i)我如何在另一台电脑上部署应用程序?

(ii)是否有必要在客户端PC上安装oracle数据库?

I develop a project with c# windows application and oracle as database.
these are the following questions

(i)how can i deploy the application in another pc?
(ii)is it necessary that oracle database is installed on client pc?

推荐答案

对于部署,您可以创建安装程序包,使用ClickOnce,使用第三方工具等实际上有很多选择。我建议通过部署C#应用程序 [ ^ ]和 .NET Framework开发人员部署指南 [ ^ ]



Oracle,通常是eh数据库只在一个单独的数据库服务器上安装一次。应用程序连接到此服务以共享相同的数据。因此,Oracle通常不会安装在客户端计算机上,但您需要安装客户端库才能访问Oracle数据库。例如ODP.NET。这些库可以包含在您的部署中,也可以单独安装。
For the deployment you can create a setup package, use ClickOnce, use third party tools etc. There are actually quite a lot of options. I suggest going hrough Deployment of C# Applications[^] and .NET Framework Deployment Guide for Developers[^]

What comes to Oracle, typically eh database is installed only once, on a separate database server. The applications connect to this serve in order to share the same data. So Oracle isn't normally installed on the client machines, but you do need to install client libraries in order to access the Oracle database. For example ODP.NET. These libraries can be included in your deployment or they may be installed separately.


这篇关于使用oracle数据库部署C#windows应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆