10.12.2012 Views

Oracle TimesTen In-Memory Database API and SQL Reference Guide

Oracle TimesTen In-Memory Database API and SQL Reference Guide

Oracle TimesTen In-Memory Database API and SQL Reference Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

6104 Column is not updatable<br />

via this cursor<br />

6105 Update conflict caused by<br />

open index cursor(s) on<br />

table<br />

6106 Operation conflicts with<br />

open table cursor(s)<br />

The column cannot be updated by the cursor<br />

because the column is not a simple column or it<br />

does not exist.<br />

There is an open index scan on the table <strong>and</strong> the<br />

application attempts to delete a row from the<br />

table or the application attempts to insert a row<br />

into the table, thereby attempting the deletion or<br />

insertion of a key into one or more indexes.<br />

The operation is not permitted when a cursor is<br />

open on the table. Close any cursor on the table<br />

<strong>and</strong> retry the operation.<br />

6107 <strong>In</strong>valid cursor The cursor is invalid because it has not been<br />

opened or the structure of the table or index on<br />

which the cursor is defined has changed.<br />

6108 Cursor state made<br />

"unpositioned" by updates<br />

in the same transaction<br />

6109 Cannot open cursor until<br />

updates are committed<br />

6110 Cursor update disallowed<br />

due to conflict with<br />

index<br />

6111 <strong>SQL</strong> Query has reached its<br />

timeout limit <strong>and</strong> has<br />

been terminated<br />

Within the same transaction, an operation has<br />

deleted the page of the row that the cursor was<br />

positioned on. This error can occur when the<br />

following conditions are met:<br />

- Logging is turned off, <strong>and</strong><br />

- A searched CREATE VIEW (DELETE FROM<br />

... WHERE ...) is issued on a table on which<br />

this transaction also has an open cursor, <strong>and</strong><br />

- The transaction does the next fetch on the<br />

cursor <strong>and</strong> tries to fetch the rows it deleted via<br />

the searched delete.<br />

There is an open index scan on the table, <strong>and</strong> the<br />

application attempts to delete CURRENT of<br />

cursor, or the application attempts to update<br />

CURRENT of cursor. One (or more) of the<br />

columns being updated is also the key for the<br />

index being used in the index scan.<br />

Cannot use a cursor to delete from or update an<br />

index.<br />

This statement has exceeded the maximum time<br />

allowed by the <strong>SQL</strong>_QUERY_TIMEOUT<br />

option. <strong>TimesTen</strong> has stopped its execution <strong>and</strong><br />

removed its effects, if any<br />

Warnings <strong>and</strong> Errors 455

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!