How do I list all databases on a system

Use the internal Reality host platform command listdb, which will list all registered databases and their full pathnames. Refer to the examples below:

listdb output format is:
    database_name | host_pathname_to_database | reality version

In the below V15.1 = Version. The last part, 133, is the latest database related fix/update.


Reality on UNIX
$ listdb
rwdb|/usr/realweb/rwdb|V15.1.0.133
testdb|/user0/sqa/t1v12|V15.1.0.133


 

Reality on Windows
C:\> listdb
4kdbase|C:/RealityData/4kdbase|V15.1.0.133
afstest|C:/RealityData/afstest|V15.1.0.133

Back to articles