ConnectAs

Description

Allows the user to connect to the Oracle Server with SYSOPER or SYSDBA system privileges.

Applies to

Syntax

ConnectAs = 'value'

Parameter

Description

value

Values are:

  • SYSDBA

  • SYSOPER

  • Normal (Default)

Default

Normal

Usage

If ConnectAs ='Normal', this parameter is not used. If ConnectAs ='SYSDBA' or ConnectAs ='SYSOPER', Oracle9i or later allows the user to connect with SYSDBA or SYSOPER privileges, respectively, provided that these privileges have been granted the user.

If you connect using ConnectAs ='SYSDBA', Oracle9i or later uses the SYS schema instead of the schema that might already be associated with the user ID. If you connect using ConnectAs ='SYSOPER', Oracle9i or later uses the PUBLIC schema.

NoteDo not use with CnnPool = 'Yes' Connection pooling cannot be used with this parameter. Do not select Use Connection Pool in the Database Profile Setup dialog box or set CnnPool to 'Yes'.

Examples

Example 1

To use the SYS schema instead of the schema associated with the User ID: