SQL> select to_char(sysdate,'YYYY-MM-DD HH24:MI:SS') as 日期时间 from dual;
select to_char(sysdate,'YYYY-MM-DD HH24:MI:SS') as 日期时间 from dual
*
ERROR at line 1:
ORA-00972: identifier is too long

[oracle@prod-oracle-master ~]$ oerr ora 00972
00972, 00000, "identifier is too long"
// *Cause: An identifier with more than 30 characters was specified.
// *Action: Specify at most 30 characters.
[oracle@prod-oracle-master ~]$ echo $NLS_LANG

[oracle@prod-oracle-master ~]$ cd
[oracle@prod-oracle-master ~]$ vi .bash_profile
export NLS_LANG=american_america.AL32UTF8

[oracle@prod-oracle-master ~]$ source .bash_profile
[oracle@prod-oracle-master ~]$ sqlplus / as sysdba

SQL*Plus: Release 12.1.0.2.0 Production on Tue Aug 14 14:13:23 2018

Copyright (c) 1982, 2014, Oracle. All rights reserved.

Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP" - rest of line ignored.Real Application Testing options

SQL> select to_char(sysdate,'YYYY-MM-DD HH24:MI:SS') as 日期时间 from dual;

日期时间
-------------------
2018-08-14 14:13:34

SQL>

最新文章

  1. 读取nutch爬取内容方法
  2. Error:Execution failed for task ':app:dexDebug'.
  3. java 基础拾漏
  4. Leetcode Unique Word Abbreviation
  5. 每天一个linux命令(34):kill命令
  6. hdu 4586 Play the Dice 概率推导题
  7. location查询字符串解析
  8. 场景类(CCSence)
  9. 在SQL中用正则表达式替换html标签
  10. Python pip 安装包
  11. HDU 5904 LCIS
  12. Xcode8插件安装
  13. OpenCV学习2-----使用inpaint函数进行图像修复
  14. HDU1421搬寝室(简单DP)
  15. Java 多线程之线程池的使用
  16. Java进阶(八)Java加密技术之对称加密 非对称加密 不可逆加密算法
  17. 打印并输出 log/日志到文件(C++)
  18. node 打开浏览器
  19. 【MOOC EXP】Linux内核分析实验六报告
  20. react里 MD5加密

热门文章

  1. 100行代码撸完SpringIOC容器
  2. jQuery之样式的类操作
  3. ssm中web配置各框架的配置文件路径方式
  4. SQLSERVER还原数据库失败:错误: 3154
  5. java创建对象的5种方法
  6. 博弈论(Game Theory)相关Paper阅读
  7. 小程序makePhoneCall拨打电话问题
  8. 用递归将嵌套的JSON对象遍历出来,转为二维数组 或一维数组
  9. FAT12 img tool
  10. 25个Apache性能优化技巧推荐