首页 > 其他 > 详细

053-465

时间:2017-11-14 19:27:36      阅读:294      评论:0      收藏:0      [点我收藏+]

NLS parameters can be set using the five methods listed. Put the methods in order from highest to
lowest according to Oracles order of precedence:
A. Default setting
B. Client environment variable
C. Explicit ALTER SESSION statement
D. Inside SQL function
E. Server initialization parameter
A. b, d, e, a, c
B. e, a, b, c, d
C. d, c, b, e, a
D. a, b, d, c, e
E. d, c, b, a, e

  NLS setting embedded in a SQL function have the highest precedence,followed by explicit ALTER SESSION staements,client environment variables(which execute an implicit ALTER SESSION statement),server-initialization parameters,and finally default setting.

053-465

原文:http://www.cnblogs.com/Babylon/p/7833961.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!