There are several databases appearing on my server with names like "tcnejp" and "oavckm". We did not create them, and when I attempt to drop them, they are bound to active sessions.
Are these system databases?
There are several databases appearing on my server with names like "tcnejp" and "oavckm". We did not create them, and when I attempt to drop them, they are bound to active sessions.
Are these system databases?
No; I'd suspect that somebody broke into your database.
Use the pg_stat_activity
view to find out from where the connections come.
When in doubt, edit pg_hba.conf
to restrict who can connect to which database from where.