ConnectionProfileOracleProfile

data class ConnectionProfileOracleProfile(val connectionAttributes: Map<String, String>? = null, val databaseService: String, val hostname: String, val password: String, val port: Int? = null, val username: String)

Constructors

Link copied to clipboard
constructor(connectionAttributes: Map<String, String>? = null, databaseService: String, hostname: String, password: String, port: Int? = null, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection string attributes

Link copied to clipboard

Database for the Oracle connection.

Link copied to clipboard

Hostname for the Oracle connection.

Link copied to clipboard

Password for the Oracle connection. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val port: Int? = null

Port for the Oracle connection.

Link copied to clipboard

Username for the Oracle connection.