Trying to create a table with sparse vectors in live SQL fails with a compatibility setting error:
SQL> create table vector_coordinate (
notes varchar2(30),
v_sparse vector(4,int8,sparse),
v_dense vector(4,int8,dense)
)
/
ORA-00406: COMPATIBLE parameter needs to be 23.6.0.0.0 or greater
ORA-00722: Feature "SQL VECTOR SPARSE format"