Difference between revisions of "Database Direct"

From Hornbill
Jump to navigation Jump to search
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__[[Main Page|Home]] > [[Administration]] > [[System Administration | System]] > [[Data]] > Database Direct
+
{{breadcrumb|[[Main Page|Home]] > [[Configuration]] > [[System Administration|Platform Configuration]] > [[Data]] > Database Direct|Administration}}
== Introduction ==
+
{{Section|
 +
==Introduction==
 
Database Direct is an advanced feature of the Hornbill Platform which allows you to query the database that underpins your Hornbill instance using Structured Query Language (SQL). Every Hornbill instance incorporates this feature however it is not exposed by default. This feature is intended for advanced users only.
 
Database Direct is an advanced feature of the Hornbill Platform which allows you to query the database that underpins your Hornbill instance using Structured Query Language (SQL). Every Hornbill instance incorporates this feature however it is not exposed by default. This feature is intended for advanced users only.
 
+
|}}
== Understanding the Risks when using Database Direct ==
+
{{Section|
While Database Direct offers a significant amount of flexibility to those skilled in SQL, there are risks when interacting directly with a database. The seasoned database administrators reading this will be well aware of those risks and appreciate that direct interaction circumvents much of the protection offered by the web services API's that would typically be selecting, inserting, and updating the data via the user interface.
+
==Enabling Database Direct==
<br>
+
The visibility of Database Direct is governed by a system setting '''security.database.allowSqlQueryOperation''' which is found via '''Home > System > Settings > Advanced'''. Any user wishing to use database direct must be assigned the "'''Super User Role'''".
<br>
 
It is important you understand the potential risks of making changes directly to the database and the disruption they may cause to your service if an inaccurate query was executed via database direct.
 
<br>
 
<br>
 
<font color="red"><b>PLEASE NOTE:</b>  If any SQL executed via Database Direct effects the integrity of your data, the resulting data recovery exercise will not be covered by your Hornbill Success Plan and will be subject to an additional charge.</font>
 
 
 
== Enabling Database Direct ==
 
The visibility of Database Direct is governed by a system setting '''security.database.allowSqlQueryOperation''' which is found via '''Home > System > Settings > Advanced'''. Any user wishing to use database direct must posses the "Super User Role".
 
 
<br>
 
<br>
 
Once the application setting has been enabled, it may be necessary to refresh your browser to allow this change in system setting to be acknowledged. If the association of a role is also required, it will be necessary for the user to log out and then log in again to ensure the users session is aware of the recent association of the Super User role.
 
Once the application setting has been enabled, it may be necessary to refresh your browser to allow this change in system setting to be acknowledged. If the association of a role is also required, it will be necessary for the user to log out and then log in again to ensure the users session is aware of the recent association of the Super User role.
 
+
|}}
== Using Database Direct ==
+
==Using Database Direct==
 
Once enabled, Database Direct can be found via '''Home > System > Data > Database Direct'''. The key features are outlined below.
 
Once enabled, Database Direct can be found via '''Home > System > Data > Database Direct'''. The key features are outlined below.
 
<br>
 
<br>

Revision as of 22:16, 11 October 2022

Home > Configuration > Platform Configuration > Data > Database Direct Index

Introduction

Database Direct is an advanced feature of the Hornbill Platform which allows you to query the database that underpins your Hornbill instance using Structured Query Language (SQL). Every Hornbill instance incorporates this feature however it is not exposed by default. This feature is intended for advanced users only.

Enabling Database Direct

The visibility of Database Direct is governed by a system setting security.database.allowSqlQueryOperation which is found via Home > System > Settings > Advanced. Any user wishing to use database direct must be assigned the "Super User Role".
Once the application setting has been enabled, it may be necessary to refresh your browser to allow this change in system setting to be acknowledged. If the association of a role is also required, it will be necessary for the user to log out and then log in again to ensure the users session is aware of the recent association of the Super User role.

Using Database Direct

Once enabled, Database Direct can be found via Home > System > Data > Database Direct. The key features are outlined below.

Database Direct Interface


  1. Query Editor - type your SQL query here
  2. Data Format menu - choose whether raw data values are displayed (e.g. boolean flags will appear as 0 or 1) or if data formatters are to be applied (e.g. No or Yes). Not all data is subject to data formating.
  3. Clear - Clears the current query in the query pane and result set.
  4. Execute - Execute the query that exists in the query pane
  5. Execute Selected Text - if more than one query exists in the query pane, highlighting the query and using this button will execute the highlighted query.
  6. Table filter - filter the list of Hornbill tables by typing in text.
  7. Table List - Shows all the tables available based on the applications you have installed on your instance.
  8. Manage Saved Queries - If you have saved any queries, you can manage them here.
  9. Show/Hide Query Editor - Toggle whether the query editor is displayed or not. This may be useful when examining larger result sets.
  10. Show/Hide Table List - Toggle whether the table list is displayed or not. This may be useful when examining larger result sets.
  11. Save Query - Saves the current content of the Query Editor
  12. Query Limit - all queries executed in database direct are subject to a limit, adjust the number of records returned here.
  13. Result Quick Filter - Filter the results set currently displayed.
  14. Column Display - When examining your result set, choose to display friendly column display names or raw column database names.
  15. Export - export your result set to a variety of formats including CSV.
  16. Result Set - The set of results returned by the last query you executed.