⬆️ ⬇️

Alternative SQL managers for Caché DBMS

Caché monitor



If while developing or using your Caché application you often have to execute SQL queries, and the SQL manager functionality from the Caché Management Portal or the SQL shell from the Caché terminal is not enough for you, then I advise you to pay attention to the Caché Monitor application.



An alternative SQL manager was developed by Andreas Schneider - a developer from Germany.

This cross-platform Java application besides executing SQL queries provides the following features:



1. Advanced SQL Query Editor:



2. View the following meta information in the Caché areas:



3. Also, Caché Monitor helps manage your Caché servers:



You could do it all yourself on ZEN or CSP, but people have already done it in Java, so try and use it for good.



Dbvisualizer



If you are used to using a more universal SQL-manager, then I advise you to pay attention to the DbVisualizer application, which also has Caché support .

')

Instead of the standard authentication procedure using the login / password, you can use Kerberos or SSL / TLS for additional encryption of the data transmitted over the network.

To do this, you need to configure the driver-specific settings in your connection according to the above documentation:







Connection example using Kerberos:





to increase



As you can see, in this case, we clearly did not indicate the login / password, because the details of the current OS user are taken.



Login / password to connect to the Caché DBMS depend on the selected security level .

For minimum security, this is:

Login: _SYSTEM

Password: SYS



The superserver port for connecting to the Caché DBMS can be viewed in the Portal at ( [Home]> [Configuration]> [Memory and Startup] ).

As a rule - it is 1972 .

Source: https://habr.com/ru/post/148530/



All Articles