connect /internal 是走的操作系统认证
as sysdba时,可以执行一些限制严格的操作.internal用户类似于sys用户的别名,修改sys用户的口令的时候,internal用户的口令也一起修改了.system用户级别比sys低,是数据字典用户

解决方案 »

  1.   

    connect internal 是oracle8的一个超级用户.到了oracle9就是connect / as sysdba ,这个是操作系统认证模式.sys用户可以说是oracle最高的权限的用户了.可以重启数据库
      

  2.   

    Some Security Considerations
    A newly created database has least three users that are useful for administering your database: SYS, SYSTEM and OUTLN (owner of schema where stored outlines are stored).
    --------------------------------------------------------------------------------
    Caution: 
    To prevent unauthorized access and protect the integrity of your database, the default passwords for SYS and SYSTEM should be changed immediately after the database is created.--------------------------------------------------------------------------------
     Depending on the features and options installed, other users can also be present. Some of these users are:MDSYS (interMedia Spatial) 
    ORDSYS (interMedia Audio) 
    ORDPLUGINS (interMedia Audio) 
    CTXSYS (Oracle Text) 
    DBSNMP (Enterprise Manager Intelligent Agent) 
    To change the password for user DBSNMP refer to Oracle Intelligent Agent User's Guide.
    --------------------------------------------------------------------------------
    Note Regarding Security Enhancements: 
    In this release of Oracle and in subsequent releases, several enhancements are being made to ensure the security of default database user accounts.During initial installation with the Database Configuration Assistant (DCBA), all default database user accounts except SYS, SYSTEM, SCOTT, DBSNMP, OUTLN, AURORA$JIS$UTILITY$, AURORA$ORB$UNAUTHENTICATED and OSE$HTTP$ADMIN are locked and expired. To activate a locked account, the DBA must manually unlock it and reassign it a new password. 
    In addition, the DBCA prompts for passwords for users SYS and SYSTEM during initial installation of the database rather than assigning default passwords to them. A CREATE DATABASE statement issued manually also lets you supply passwords for these two users. --------------------------------------------------------------------------------
     See Also: 
    "A Security Checklist" for guidance on configuring your Oracle database in a secure manner 
    "Database Administrator Usernames" for more information about the users SYS and SYSTEM 
    "Altering Users" to learn how to add new users and change passwords 
    Oracle9i SQL Reference for the syntax of the ALTER USER statement used for unlocking user accounts