Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

DIA-28012

The connection as string should use AS string.

Cause

An attempt was made to connect as an administrative user without specifying an administrative connection clause (AS SYSDBA, AS SYSOPER, AS SYSASM, AS SYSBACKUP, AS SYSDG, AS SYSKM, or AS SYSRAC).


Action

Use the appropriate administrative connection clause, for example: CONNECT SYS AS SYSDBA Enter password: password CONNECT SYS AS SYSOPER Enter password: password Attempting to connect as SYS without an administrative connection clause is no longer supported. To connect as an administrative user, specify either the AS SYSDBA database administrator clause or one of the separation-of-duty clauses (AS SYSOPER, AS SYSASM, AS SYSBACKUP, AS SYSDG, AS SYSKM, or AS SYSRAC).