Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New role oradb manage wallet for database credentials #400

Merged
merged 3 commits into from
Jan 21, 2024

Commits on Jan 20, 2024

  1. oradb_manage_db: Added support for aliasnames for Oracle Wallet

    Example:
    oracle_tnsnames_config:
      orclpdb:
        alias:
          - orclpdb_dbsnmp
          - orclpdb_checkmk
        connect:
          ...
    
    tnsnames.ora:
    
    ORCLPDB, ORCLPDB_DBSNMP, ORCLPDB_CHECKMK =
     (DESCRIPTION =
    Rendanic committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    89fe632 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    f83ed87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ba90f View commit details
    Browse the repository at this point in the history