oracle 建表时显示ORA-00984: 列在此处不允许

CreationTime--2018年7月19日16点10分

Author:Marydon

1.情景展示

  使用plsql建表时,报错

oracle 建表时显示ORA-00984: 列在此处不允许

  字段展示

oracle 建表时显示ORA-00984: 列在此处不允许

2.解决方案

  timestamp这个字段的默认值设置为了系统时间戳,但是系统时间戳是systimestamp,而不是timestamp,所以报错。

3.效果展示

oracle 建表时显示ORA-00984: 列在此处不允许

 

 

相关文章:

  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案