免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2027 | 回复: 4
打印 上一主题 下一主题

alert_SID.log文件中的问题,请各位大虾赐教! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-08-25 15:23 |只看该作者 |倒序浏览
这是在alert_SID.log文件中看到的:

Starting ORACLE instance (normal)
Mon Aug 25 14:59:39 2003
Running with 1 strand for Non-Enterprise Edition
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
SCN scheme 1
Using log_archive_dest parameter default value
Running with 1 strand for Non-Enterprise Edition
LICENSE_MAX_USERS = 0

哪位能帮我解释一下'Non-Enterprise Edition'和几个‘LICENSE‘参数,多谢了!

论坛徽章:
0
2 [报告]
发表于 2003-08-26 11:27 |只看该作者

alert_SID.log文件中的问题,请各位大虾赐教!

up

论坛徽章:
0
3 [报告]
发表于 2003-08-27 11:46 |只看该作者

alert_SID.log文件中的问题,请各位大虾赐教!

难道真的没有人帮忙吗?

论坛徽章:
0
4 [报告]
发表于 2003-08-27 12:37 |只看该作者

alert_SID.log文件中的问题,请各位大虾赐教!

就是oracle的licence管理

http://www.wangz.net/sessionl.php


Limit the number of sessions concurrently connected to a database
     Oracle helps you ensure that your site complies with its Oracle Server license agreement.If your site is licensed by concurrent usage,you can track and limit the number of sessions concurrently connected to a database.If your site is license by named users,you can limit the number of named users created in a database.In either case,you control the licensing facilites,and must enable the facilities and set the appropriate limits.
     To use the licensing facility,you need to know which type of licensing agreement your site has,and what the maximum number of sessions or named users is.Your site may use either type of licensing,but not both.
     However,most site leave the licensing mechanism disabled by omitting
        LICENSE_MAX_SESSION
        LICENSE_SESSIONS_WARNING
        LICENSE_MAX_USERS
from the parameter file, or set the value of all three to 0.
you can check it use Oracle Session Manager (Database->;Info,in the LICENSE section)
or use the following statement:
select sessions_max,sessons_warning,session_current,session_highwater,users_max
from v$license;

     Limit the number of sessions that can be connected simultaneously to the database on the specified computer by using concurrent usage licensing maybe useful when a production database is too busy to deal with many sessions.Although it is not reasonable usage.
     You can set a limit on the number of concurrent sessions before you start an instance,or change the maximum number of concurrent sessions while the database is running. (Oracle session manager can help you do this on the fly).
     After your instance's session limit is reached,only users with RESTIRCTED SESSION privilege( usually DBAs) can connect to the database.When a user with RESTIRCTED SESSION privilege connects, Oracle writes a message to the ALERT file.
     Use the following statement to change LICENSE_MAX_SESSION
        Alter system set LICENSE_MAX_SESSION = 64 //whatever value you like

     In addition to enforcing the concurrent usage limits,Oracle tracks the highest number of concurrent sessions for each instance which names "high water mark".

NOTE: Oracle asks you connect only to terminate unneeded process.Do not raise the licensing limits unless you have upgraded you Oracle license agreement.

论坛徽章:
0
5 [报告]
发表于 2003-08-27 13:34 |只看该作者

alert_SID.log文件中的问题,请各位大虾赐教!

多谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP