Skip to content

Instantly share code, notes, and snippets.

@shaheerxt
Created March 15, 2021 05:20
Show Gist options
  • Save shaheerxt/12dc65eada3f7cc6eae0f5c081d15361 to your computer and use it in GitHub Desktop.
Save shaheerxt/12dc65eada3f7cc6eae0f5c081d15361 to your computer and use it in GitHub Desktop.
check sap hana installed plugin details
hdbsql SYSTEMDB=> select plugin_name,value from m_plugin_manifests where KEY = 'fullversion';
| PLUGIN | VALUE |
| ------ | ----------------------------------- |
| AFL | 2.00.054.0000 Build 1611928859-1530 |
| EPMMDS | 1.00.202102.02.1611928859 |
2 rows selected (overall time 9207 usec; server time 2876 usec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment