plugin tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2019 01:04 AM
Hi,
Are there more plugin tables besides the sys_plugins table ?
I can see that all plugins are active in sys_plugins but if I look at the Plugins module from the navigator then a lot are not installed.
Thanks
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2019 06:23 PM
Search for table System Plugin(v_plugin)
Or in the search box type v_plugin.list

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2021 11:50 PM
We have the scenario where we have a basket of 150 plugins that we want to track, functional department specific, to see the latest version is installed. If I wanted to see a list of all plugins associated with Governance, Compliance and Risk; in which of the tables will I find the info. I have looked at;
- sys_plugins
- v_plugin
but these tables do not include example: Business Continuity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2019 07:33 PM
Hi,
The following tables are helpful to get information about plugins:
- sys_plugins
- v_plugin
- sys_plugin_log
- syslog_transaction
- sys_package
- sys_progress_worker
Hope this will help you.
Thanks
Sayali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2025 02:29 AM
Not all plugin are on those tables, is there a table where "all plugins" are listed?