简体   繁体   English

在已有客户端的地方安装Oracle 10g服务器?

[英]Installing Oracle 10g server where there is already a client?

i have a Windows Server on which there is already a Oracle 10g client with tnsnames.ora and access to many databases. 我有一个Windows Server,上面已经有一个带tnsnames.ora的Oracle 10g客户端,可以访问许多数据库。

I would like to install a Oracle 10g server on it.. 我想在上面安装Oracle 10g服务器。

Will it break the current Client configuration ? 它会破坏当前的客户端配置吗? will i have several tnsnames.ora ? 我可以有几个tnsnames.ora吗? how will i have to manage databases created on this server ? 我将如何管理在此服务器上创建的数据库?

Thanks 谢谢

There are a lot of ways to do this. 有很多方法可以做到这一点。

We chose: 我们选择了:

/oracle/home/product/10.2.0/db_1[server code & install]
/oracle/home/product/10.2.0/client_1[client software & install]

Unless the server needs db links to everything, we limit the db_1 tree's tnanames.ora file to whatever db's we will have running on that box only. 除非服务器需要所有链接的db链接,否则我们将db_1树的tnanames.ora文件限制为只能在该框上运行的所有db文件。

The client_1 tree needs to know about everything out there. client_1树需要了解那里的所有信息。 We have a single tnsnames.ora that is installed on every client. 我们在每个客户端上都安装了一个tnsnames.ora。 It has all of the db's. 它具有所有数据库。

I have no idea what managmement tasks you will need. 我不知道您需要什么管理任务。 Setting up and sizing schema objects (tables) comes to mind. 我想到了设置和调整架构对象(表)的大小。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM