Due to regulatory requirements, there is an increasing need to log the actions of users. Critical actions might even need to be checked for correctness. This article shows how such auditing of actions in an Adabas database can look like. Therefore, the logs produced by Adabas will be transformed into human readable log files. Afterwards they will be sent to an Elasticsearch or OpenSearch cluster for further processing.
WeiterlesenDatenbank
Oracle APEX is an powerful tool for creating reports based on SQL queries. However, some functionalities that are very important in the development process are missing, for example the possibility to connect to a Git repository. In this post I want to present how our team handles this problems.
WeiterlesenA while ago I was part of a project team with the task to intodruce Oracle Application Express in our company. This tool is used to simply present database querys graphically in a browser application. While most installation and administration steps are well documented, we couldn’t find anything to have an authorization within an APEX app based on LDAP groups. And that’s why I want to present with which solution we came up. In this article I’m referring to APEX in version 5.1.
WeiterlesenMöchte man eine Anwendung entwickeln, bei der sich Benutzer anmelden können, muss man sich auch Gedanken darüber machen, wie man diese Passwörter in der Datenbank abspeichern kann. Wie man dies möglichst sicher machen kann, möchte ich in diesem Artikel erläutern.