呵呵概念问题:oracle的包装上写着:50用户。这里的50用户是不是连接数为50之后就不能再有新的连接进来的拉?
呵呵概念问题:oracle的包装上写着:50用户。这里的50用户是不是连接数为50之后就不能再有新的连接进来的拉?,後面的用户只能等待咯?? 问题点数:20、回复次数:11Top
1 楼yxxx(_小孬)回复于 2006-03-03 16:38:56 得分 0
不是的吧,这个好像是涉及到版权问题Top
2 楼xiaoxiao1984(笨猫儿)回复于 2006-03-03 16:44:26 得分 0
不是,猜测是版权吧Top
3 楼sqlnew(sql新手)回复于 2006-03-03 16:44:47 得分 0
to楼上:
我想也不会的吧,我现在用的这个9i不知道是多少用户的,但也可以连接好几十个连接,
当然也没做专门测试,不过我想如果oracle真的50用户就只能连50个连接,那也太差劲垃
呵呵!不是搞这个专业的,不懂噢~~Top
4 楼yxxx(_小孬)回复于 2006-03-03 16:52:44 得分 0
楼主米人呀,整了一正版来耍^_^Top
5 楼sqlnew(sql新手)回复于 2006-03-03 16:58:18 得分 0
嘿嘿!!
各位弟兄有随真正试验过能同时连接多少个连接用户挖??
那oracle的连接最多数是多少挖?mssqlserver可以很多的噢!~Top
6 楼sasacat(傻傻猫)回复于 2006-03-03 20:35:50 得分 0
如果你用连接池的话。50个连接也够用了呀Top
7 楼sqlnew(sql新手)回复于 2006-03-05 16:52:28 得分 0
楼上?!
连接池是什么概念,新手不明白,恳请执教!Top
8 楼mingxuan3000(铭轩)回复于 2006-03-05 17:04:51 得分 0
oracle接数为 150 之后就不能再有新的连接Top
9 楼czyn(光风霁月)回复于 2006-03-06 10:27:08 得分 0
不会吧,我的数据库已经连接到300会话了,没有问题呀Top
10 楼vivianfdlpw()回复于 2006-03-06 10:54:49 得分 0
oracle的许可证可以按两种方式购买,named user 或cpu, 你所提的25个用户即25个named user, 即你可以让25个真正的“人”来使用这个数据库,这25个人是张三、李四、王五....等25个人,若第26个人也要用这个数据库,从法律角度是不允许的,这可以从这种许可成为named user 而不是current user来理解。 按cpu来购买, 简单的说就是说你的数据库server有几个cpu就要买相应个数的cpu对应的许可证(当然还有些实际折算的问题,如cpu主频,目前双核cpu折算等)。 无论是按named user 还是cpu购买, 都有一个最低要求, 比如若买enterprise edition , 按named user 至少要买10个
Named User Plus: is defined as an individual authorized by you to use the programs which are installed on a single server or multiple servers, regardless of whether the individual is actively using the programs at any given time. A non human operated device will be counted as a named user plus in addition to all individuals authorized to use the programs, if such devices can access the programs. If multiplexing hardware or software (e.g., a TP monitor or a web server product) is used, this number must be measured at the multiplexing front end. Automated batching of data from computer to computer is permitted. You are responsible for ensuring that the named user plus per processor minimums are maintained for the programs contained in the user minimum table in the licensing rules section; the minimums table provides for the minimum number of named users plus required and all actual users must be licensed.
Top
11 楼sqlnew(sql新手)回复于 2006-03-09 10:18:50 得分 0
碍!终于明白什么回事了,原来是使用权限问题,不是连接问题,
我想其他的软件这样的情况也应该是这么一回事,呵呵!多谢各位垃!Top




