我正面临 oracles 用户表空间的问题。它会自动快速增长。那里存储了什么样的数据?当它达到 100% 的已用空间时会发生什么?有没有办法减少这个表空间中的数据量?目前我们有 11 MB 可用空间,总共 33 GB。删除它是个好主意吗?怎么做?谢谢。
主页
/
user-201354
Dominykas Česonis's questions
Dominykas Česonis
Asked:
2020-02-18 22:54:17 +0800 CST
我有这个错误:
ORA-01861: literal does not match format string
01861. 00000 - "literal does not match format string"
*Cause: Literals in the input must be the same length as literals in
the format string (with the exception of leading whitespace). If the
"FX" modifier has been toggled on, the literal must match exactly,
with no extra whitespace.
*Action: Correct the format string to match the literal.
它在一夜之间发生,数据库配置没有任何变化。sysdate 格式似乎有问题,但我不是 100% 确定。在我们的程序中有很多我们使用的地方to_date(to_char(sysdate, 'YYYY-MM-DD')) from dual
实际上会中断。有没有办法格式化 sysdate 以匹配以下表达式?
to_date(to_char(sysdate, 'YYYY-MM-DD')) from dual