ORA-01723

Error: ORA-01723: zero-length columns are not allowed

Causa: During CREATE TABLE, a zero-length column was specified, for example, CHAR(0).

Acción: Correct the column declaration so that the length is at least 1 and try the operation again.

COMENTARIOS:

por Ksrto | 17/01/2008 13:42:35

RE: ORA-01723

Hola buenas alguien puede ayudarme?
Lanzo esta query y me da este error como lo puedo solucionar?
create table tmp_v_cierre_mes as ( select * from v_ctl_cierre_mes where cod_mth = '200801');
Gracias por adelantado