在LINUX下连WINDOWS的ORACLE数据库如何实现

我想在LINUX下连WINDOWS上的ORACLE数据库,不知道哪位有实现过。请告知一下详细的实现方法!

思路:
1。你要怎么连接,用SQLPLUS绝对没有问题!

2。你可在linux配置网路服务netmgr里边有

3。这个和os有什么关系,配置你的tsnames.ora即可!

4。我现在在RADHAT9下已经装上ORACLE了,但库死活建不上,已经可以启动 sqlplus和监听。但我将监听设成局域网内另一台WINDOWS的ORACLE数据库,却连不上。所以我想有没有别的办法可以LINUX不装数据库可以直接用像ORACLE终端那样访问ORACLE数据库。

5。oracle 10g does not need any client configuration
just run
sqlplus scott/tiger@database_host:listener_port/service_name
to connect to oracle
where the services name can be obtained on the database host by running
lsnrctl services