ORA-38733: Physical size string less than needed string.
Cause: A flashback database log file shrank in size. This was likely to have been caused by operator or operating system error.
Action: If you are doing a FLASHBACK DATABASE, then the flashback cannot be performed because of the corrupted log. A restore and an incomplete recovery must be performed instead.
ORA-38733:物理大小字符串小于所需字符串。
正常处理步骤和方法:
1.使用SQL * Plus登录数据库,检查并确定所需文件的大小。
2.更改创建文件时指定的大小值为所需的大小。
3.使用datafile create命令重新创建文件。