Table of Contents

Search

  1. About the Data Vault Message Reference
  2. Data Definition Language Errors
  3. Data Vault Repository Service Exit Codes
  4. Load Balancer and Administration Errors
  5. Data Vault Repository Administration CLI Errors
  6. Data Vault SQL Tool Messages
  7. Data Vault Loader Messages

Data Vault Message Reference

Data Vault Message Reference

25006

25006

Execution failure - the transaction is read only
This message appears when a statement which updates information in the database is executed in a transaction that was specified as read-only (using the SET TRANSACTION statement).
To make changes to the database, a new transaction - set to
read-write
- will have to be started. End the current read-only transaction with a ROLLBACK; and then begin issuing the database-altering SQL statements (since a new transaction is read-write by default). Alternatively, use the SET TRANSACTION READ WRITE command to end the current transaction with an implicit ROLLBACK and start a new transaction in read-write mode.

0 COMMENTS

We’d like to hear from you!