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.
ODI 10gを使用していますが、特定のアクションを使用するためにパスワードを暗号化する必要がありますか? Designer で暗号化されていないパスワードを入力することはできません。どうすればできますか?
コマンド ライン ツールを使用する必要があります。
例: Windowsでは、ODIインストール・ディレクトリに移動し、エンコード・アクションでエージェントを起動します。
C:\Program Files (x86)\Oracle\oracledi\oracledi\bin>agent encode mypassword bSypMwVFsf99cHtQMofPp
アクションは、プロンプトで暗号化されたパスワードを返します。