orch.dbinfo

Displays information about the current connection.

Usage

orch.dbinfo(dbcon)

Arguments

dbcon

An Oracle Database connection object.

Return Value

NULL

See Also

orch.dbcon

Example

This example displays the information stored in a connection object named conn.

R> orch.dbinfo(conn)
Connected to a database via [sqoop]
    Host: localhost
    Port: 1521
    SID:  orcl
    User: RQUSER