Hitachi

Hitachi Advanced Database Messages


KFAA30677-E

aa....aa cannot be executed for bb....bb. (M+J+O)

The processing indicated by aa....aa cannot be performed on table bb....bb.

  • The TRUNCATE TABLE statement cannot be executed on a viewed table. <SQLSTATE: 427B3>

  • The PURGE CHUNK statement cannot be executed on a single-chunk table. <SQLSTATE: 427B4>

  • The PURGE CHUNK statement cannot be executed on a viewed table. <SQLSTATE: 427B4>

aa....aa: Processing that is not permitted
  • purge chunk: PURGE CHUNK statement

  • truncate table: TRUNCATE TABLE statement

bb....bb: Table to be processed
  • viewed table: Viewed table

  • no multi chunk table: Single-chunk table

S:

Ignores this SQL statement.

Action:

Correct the SQL statement.