Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のoracle.jdbc.pool.OracleDataSource接続プールからの新しい接続ごとにALTERSESSIONコマンドを実行したいと思います。それを行う方法はありますか?
新しい接続ごとに (または、最悪の場合、接続プールから「取得」するたびに) カスタム コードを実行できます。一方、可能であれば、特定のスキーマで LOGON TRIGGER を作成できます。