I have some problem in ASM environment
SQL> alter table healthware.hw_payment_types add constraint hw_payment_Types_pk primary key(PAYMENT_
TYPES_ID);
alter table healthware.hw_payment_types add constraint hw_payment_Types_pk primary key(PAYMENT_TYPES
*
ERROR at line 1:
ORA-01578: ORACLE data block corrupted (file # 24, block # 38905)
ORA-01110: data file 24: '+DG1/hisdb1/datafile/healthware_ts.274.741808315'
ORA-26040: Data block was loaded using the NOLOGGING option
TYPES_ID);
alter table healthware.hw_payment_types add constraint hw_payment_Types_pk primary key(PAYMENT_TYPES
*
ERROR at line 1:
ORA-01578: ORACLE data block corrupted (file # 24, block # 38905)
ORA-01110: data file 24: '+DG1/hisdb1/datafile/healthware_ts.274.741808315'
ORA-26040: Data block was loaded using the NOLOGGING option
Any Solution?
0