ORA-28009: Connection as SYS should be as SYSDBA or SYSOPER

    Connect SYS/<password> is not longer valid since Oracle 9i.

    When you want to connect to the SYS or INTERNAL account, you'll have to connect using SYSDBA or SYSOPER.
    C:>sqlplus
    
    SQL*Plus: Release 10.1.0.2.0 - Production 
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    
    Enter user-name: / as sysdba
    
    Prior to Oracle 10g, when you wanted to connect using / AS SYSDBA on the command prompt, you had to put the connection string between double quotes:
    C:>sqlplus / as sysdba
    Usage: SQLPLUS [ [


Adverteren bij Daisycon
Forum Messages
No messages
Add your message for ORA-28009
Name:email:
Validation Code:0i7nk6syc2akcmghz
Enter Code above:
Title:
State your problem: