how to check which ever tables installed as per plugin installation

Sachin G K1
Kilo Sage

Hi All,

how to check which ever tables installed as per plugin installation?

 

 

 

 

 

Thanks in Advance

1 ACCEPTED SOLUTION

RaghavSh
Kilo Patron

1. Go to "sys_db_object" table.

2. Bring "Package" field in the list view. The package will give you the plugin. 

3. You can group by package and check all tables as part of plugin.


Please mark the answer correct/helpful accordingly.


Raghav
MVP 2023

View solution in original post

8 REPLIES 8

RaghavSh
Kilo Patron

1. Go to "sys_db_object" table.

2. Bring "Package" field in the list view. The package will give you the plugin. 

3. You can group by package and check all tables as part of plugin.


Please mark the answer correct/helpful accordingly.


Raghav
MVP 2023

Hi Raghav,

 

I need to clean up all the data installed with this plugin, how to do that?

Have you uninstalled the plugin? Check the docs for recommendation.


Raghav
MVP 2023

No i haven't unistalled plugin neither i want to delete table, just want remove all data associated with tables.

 

I found around 61 tables installed as per plugin, should i open each table record and delete all records in that