I encountered the following ddl in a pl/sql script this morning:
create index genuser.idx$$_0bdd0011 ...
My initial thought was that the index name was generated by a tool...but I'm also not a pl/sql superstar so I could very well be incorrect. Does the double dollar sign have any special significance in this statement?