|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
1、Java 色彩设计(Java Color Scheme)----转载
定义Form的显示色彩。
2、自助个人主页模式(Self Service Personal Home Page mode)
定义用户登录之后显示的职责权限页面的风格。
3、币种:负格式(Currency:Negative Format)
定义负数的显示格式。
4、ICX:日期显示样式(ICX: Date format mask)
定义系统的日期显示格式。
5、ICX:会话超时(ICX:Session Timeout)
定义系统保持一个非活动的用户会话的超时间隔。默认为1800000毫秒(30分钟)。
6、ICX:限制时间(ICX: Limit time)
定义系统保持一个用户会话的最长登陆时间。默认为4个小时。
7、ICX:限制连接(ICX: Limit connect)
定义活动的数据库联接的最大数量。默认为1000。
OM: Debug Level ONT_DEBUG_LEVEL
This profile option is used to store debug messages to assist in problem
identification. The OM: Debug profile option controls which debug messages get
written to the debug log based on their assigned level. The directory to be specified
for this profile should be available in utl_file_dir parameter of the init.ora file (or
check v$parameter) of the application database instance.
Assigning a value greater than 0 or NULL causes debugging to be turned on. The
value of this option determines the level of debug messages printed within a log
file. For example, if OM: Debug Level has a current value of 3, all debugging
messages with 7a level of 1,2 or 3 will be spooled out to the debug log.
Valid values for this profile option are:
NULL: Do not print any debug messages
1: Level 1; Print a limited subset of debug messages (level 1)
2: Level 2; Print a limited subset of debug messages, including level 1
3: Level 3; Print a limited subset of debug messages, including levels 1,2
4: Level 4; Print a limited subset of debug messages, including levels 1,2 3
5: Level 5; Print all debug messages
The default for this profile option is NULL.
OM: Debug Log directory OE_DEBUG_LOG_DIRECTORY
This profile option determines the default directory used to store log file outputs
when performing Order Management debugging.
另,职责:首选项 SSWA( Preferences SSWA ),可以用来自定义用户登录后的标签页面 |
|