< Back

Get-OracleNames

Thu Jan 16, 2020 8:32 am

NAME Get-OracleNames



SYNOPSIS

Query an Oracle database to get global name, host name, db unique name and instance name





SYNTAX

Get-OracleNames [-TargetDB] <String[]> [[-DBUser] <String>] [-PasswordPrompt] [-ErrorLog] [[-ErrorLogFile]

<String>] [<CommonParameters>]





DESCRIPTION

This function returns the hostname, instance name, global name and unique name of the 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



-DBUser <String>

Username if required



Required? false

Position? 2

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



-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? 3

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

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 --------------------------



PS C:\\>Get-OracleNames -TargetDB myorcl















RELATED LINKS