-
Hi gurus,
I suddenly found a lot of tables and views that appeared in my db.
Some of them are
SMCLIENT_FOLDER_MAP
SMCLIENT_INSTALLATION
SMCLIENT_ONLY_FOLDER
and
SMCLIENT_FOLDER_MAP_V
SMCLIENT_INSTALLATION_V
SMCLIENT_ONLY_FOLDER_V
Anybody recognize these?
Do they appear as a result of some installation/tool/process?
Thanks!
-
I think, SM stands for Sessions Manager. Just check the creation date of these objects in dba_objects.
Someone might have installed some package and that package might have created these objects.
Thanks
-