< Back

Get-OracleUsers

Thu Jan 16, 2020 8:37 am

NAME Get-OracleUsers



SYNOPSIS

Query an Oracle database to get the db accounts, status and some other info.





SYNTAX

Get-OracleUsers [-TargetDB] <String[]> [[-SQLFilter] <String>] [[-DBUser] <String>] [-PasswordPrompt] [-Table]

[-ErrorLog] [[-ErrorLogFile] <String>] [[-Parallelism] <Int32>] [<CommonParameters>]





DESCRIPTION

This function returns db accounts, status and other info for a target oracle database





PARAMETERS

-TargetDB <String[]>

This can be a list of databases



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-SQLFilter <String>

SQL filter to add in the WHERE section of the query



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DBUser <String>

Username if required



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PasswordPrompt [<SwitchParameter>]

Flag to ask for a password



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Table [<SwitchParameter>]

Swtich to get output as table instead of lists



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ErrorLog [<SwitchParameter>]

Switch to turn on the error logging



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ErrorLogFile <String>



Required? false

Position? 4

Default value "$env:TEMP\\OracleUtils_Errors_$PID.log"

Accept pipeline input? false

Accept wildcard characters? false



-Parallelism <Int32>

Parallelism Degree



Required? false

Position? 5

Default value 1

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



Get-OracleHosts -TargetDB <DB NAME>[-ErrorLog]















RELATED LINKS