There is no particular significance or significance.
SQL> create table t (col number)
2 /
Table created.
SQL> create index idx$$_0bdd0011 on t(col)
2 /
Index created.
Note. CREATE INDEX is a DDL statement that is usually executed in an SQL script, and not in PL / SQL.
source
share