开发者

Regarding oracle server sharing issue?

开发者 https://www.devze.com 2023-02-04 14:34 出处:网络
i have a local oracle server installed in my machine.one of my collegue want to share the same server in my machine th开发者_StackOverflow社区rough the network.Is it possible to access the database in

i have a local oracle server installed in my machine.one of my collegue want to share the same server in my machine th开发者_StackOverflow社区rough the network.Is it possible to access the database in my machine from my collegue machine? if so,tell me the steps to share the database between 2 or more users?


Generally he will need client software of some sort (eg SQL*Plus, SQL Developer).

Say your machine is on the network as 10.2.0.101 and the database instance is XE (default for the free Express Edition), he should be able to connect from SQL*Plus using a

sqlplus user/pass@10.2.0.101:1521/XE

There can be a number of barriers to a successful connection (including firewalls on either his machine or yours, or not being on the same network). For fuller details, you should post the relevant operating system(s) and what software your colleague wants to use to access the database.


He will need a TNSNAMES.ORA entry for your database service.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号