oracle Notes

1. selecting distinct values from an assocaitive array

2. Setting the NLS_LANG Environment Variable for Oracle Databases

  (SELECT * FROM V$NLS_PARAMETERS t

    where PARAMETER in ('NLS_LANGUAGE', 'NLS_TERRITORY', 'NLS_CHARACTERSET')

   )

3. 

posted @ 2017-03-03 17:18  h.yl  阅读(113)  评论(0编辑  收藏  举报