Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Roman.
Asked: April 09, 2020 - 9:53 am UTC
Last updated: November 11, 2022 - 3:29 am UTC
Version: 19c
Viewed 10K+ times! This question is
create table t ( c1 int ); create index i on t ( c1 ); create unique index ui on t ( c1 ) invisible; alter index i invisible; alter index ui visible;
Rob, November 10, 2022 - 6:42 pm UTC
New to good database design? Check out Chris Saxon's full fundamentals class.