cmd

command
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2023 License: MIT Imports: 4 Imported by: 0

README

orapass command

Retrieves a database password for an Oracle user.

Parameters:

  • -d: Use the -d flag to specify the database name. If the database name is not specified then the ORACLE_SID environment variable is used. There is no default value so the database name must be specified using either the -d flag or the ORACLE_SID environment variable.

  • -h: Use the -h flag to specify the host that the database resides on. If the host is not specified then the ORACLE_HOST environment variable is used. If neither is specified then this defaults to localhost.

  • -p: Use the -u flag to specify the port for the oracle listener. If the port is not specified then the ORACLE_PORT environment variable is used. If neither is specified then this defaults to 1521.

  • -u: Use the -u flag to specify the database user. If the user is not specified then the ORACLE_USER environment variable is used. If neither is specified then this defaults to the logged in user.

  • -f: Use the -f flag to specify the orapass file to search for first. If not specified (or found) then the file specified by the ORAPASSFILE environment variable is searched for next. If neither is specified (or found) then the search continues. Run with the debug flag to see the file locations searched for.

  • -q: Use the -q flag to quiet any error messages.

  • -debug: Use the -debug flag to print debug information.

Documentation

Overview

Retrieves a database password for an Oracle user.

Parameters:

Database - The database may be specified by the ORACLE_SID
    environment variable or by the -d flag.

Host - The host for the database may be specified by the
    ORACLE_HOST environment variable or by the -h flag. If neither the
    ORACLE_HOST environment variable or -h flag are specified then
    this defaults to localhost.

Port - The port (if other than the default 1521) may be
    specified by the ORACLE_PORT environment variable or the -p flag.

Username - The username may be specified by the ORACLE_USER
    environment variable or by the -u flag. If neither are specified
    then this defaults to the logged in user.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL