记录一些遇到的Ora Error
Posted Xeeyn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记录一些遇到的Ora Error相关的知识,希望对你有一定的参考价值。
Ora Error
ORA-01830 date format picture ends before converting entire input string
Cause: A valid date format picture included extra data. The first part of the format picture was converted into a valid date, but the remaining data was not required.
Action: Check the specifications for date format pictures and correct the statement.
场景重现:
从Excel中复制了年/月/日 时:分:秒的文本数据到数据库,字段数据类型是varchar2,试图转成年-月-日的格式
首先使用了to_date(‘yyyy-mm-dd‘)的方法,报了ORA-01830
解决办法:to_date(‘yyyy/mm/dd‘)
1.在使用spool导出数据文件时,常使用‘|‘或者‘,’作为字段的分隔符,记得字段别加上别名
以上是关于记录一些遇到的Ora Error的主要内容,如果未能解决你的问题,请参考以下文章
ORA-00257: archiver error. Connect internal only, until freed 处理方法记录
记录一次线上 Oracle 数据库 ORA-00060: deadlock detected 故障案例
oracle - 唯一约束 ORA-00001 与区分大小写的记录
记录在Windows下安装node-canvas遇到的各种问题(无法安装canvas,安装canvas包报错error...)