[2208] in Moira Commits
[ops/moira] e448f6: Updates to allow use of oracle wallet for db
daemon@ATHENA.MIT.EDU (aswayze)
Tue Nov 18 12:39:45 2025
Date: Tue, 18 Nov 2025 17:35:03 +0000
From: aswayze <noreply@mit.edu>
To: moira-commits@mit.edu
Message-ID: <ops/moira/push/refs/heads/rhel9/6dac2c-e448f6@github.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Branch: refs/heads/rhel9
Home: https://github.mit.edu/ops/moira
Commit: e448f682c949000d29e36d67737b674a8127e935
https://github.mit.edu/ops/moira/commit/e448f682c949000d29e36d67737b674a8127e935
Author: Andrew Swayze <aswayze@mit.edu>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M moira/db/Makefile.in
A moira/db/sqlnet.ora
A moira/db/tnsnames.ora
M moira/incremental/incr-runner/incr-runner.pc
M moira/server/qrtn.pc
Log Message:
-----------
Updates to allow use of oracle wallet for db connect instead of
plaintext username/pw (where the pw is also the db name):
* db/Makefile.in - add sqlnet.ora and tnsnames.ora. 'make install' now
creates /moira/db directory and copies in our .ora and .sql files.
This will be our TNS_ADMIN dir.
* incremental/incr-runner/incr-runner.pc - update char *db to use
connect string instead of db name. Remove unneeded 'IDENTIFIED BY'
from our 'EXEC SQL CONNECT' call.
* server/qrtn.pc - update char *database to use connect string instead
of db name. Remove unneeded 'IDENTIFIED BY' from our 'EXEC SQL
CONNECT' call.