OracleProfileResponse

data class OracleProfileResponse(val connectionAttributes: Map<String, String>, val databaseService: String, val hostname: String, val password: String, val port: Int, val username: String)

Oracle database profile.

Constructors

Link copied to clipboard
constructor(connectionAttributes: Map<String, String>, databaseService: String, hostname: String, password: String, port: Int, 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.

Link copied to clipboard
val port: Int

Port for the Oracle connection, default value is 1521.

Link copied to clipboard

Username for the Oracle connection.