My Oracle Support Banner

ORA-01466 During Transaction Read Only (Doc ID 1516993.1)

Last updated on FEBRUARY 02, 2022

Applies to:

Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

-- script test.sql --

drop table t;
create table t(a number);
insert into t (a) values (1);
commit;
set transaction read only;
select * from t;

select * from t
*
ERROR at line 1:
ORA-01466: unable to read data - table definition has changed

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.