- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:47 AM
Hi All,
how to check which ever tables installed as per plugin installation?
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:54 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:54 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 01:03 AM
Hi Raghav,
I need to clean up all the data installed with this plugin, how to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 01:09 AM
Have you uninstalled the plugin? Check the docs for recommendation.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 01:11 AM - edited 10-10-2023 01:12 AM
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