Protecting Your Database: Specifying Passwords for Users SYS and SYSTEM (70)
The clauses of the CREATE DATABASE statement used for specifying the passwords for
users SYS and SYSTEM are:
■ USER SYS IDENTIFIED BY password
■ USER SYSTEM IDENTIFIED BY password
If you omit these clauses, these users are assigned the default passwords
change_on_install and manager, respectively. A record is written to the alert log
indicating that the default passwords were used. To protect your database, you should
change these passwords using the ALTER USER statement immediately after database
creation.
Oracle strongly recommends that you specify these clauses, even though they are
optional in this release of Oracle Database. The default passwords are commonly
known, and if you neglect to change them later, you leave database vulnerable to
attack by malicious users.
為sys,system使用者指定密碼
語句分別為 :
user sys identified by
user system identified by
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-995631/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Tasks of a Database Administrator : Enroll System Users (12)Database
- Types of Oracle Database Users : Database Users (6)OracleDatabase
- Specifying Database Block Sizes (91)DatabaseBloC
- Specifying the Database Time Zone File (81)Database
- Oracle Created (Default) Database UsersOracleDatabase
- 【翻譯】Specifying CREATE DATABASE Statement ClausesDatabase
- Types of Oracle Database Users : Database Administrators (1)OracleDatabase
- Backup your Linux SystemLinux
- Overview of the System Global Area (70)View
- Specifying Oracle-Managed Files at Database Creation (76)OracleDatabase
- EXP-00106:Invalid Database Link PasswordsDatabase
- Types of Oracle Database Users : Security Officers (2)OracleDatabase
- Types of Oracle Database Users : Application Developers (4)OracleDatabaseAPPDeveloper
- system sys,sysoper sysdba 的區別
- Types of Oracle Database Users : Network Administrators (3)OracleDatabase
- Types of Oracle Database Users : Application Administrators (5)OracleDatabaseAPP
- How to prevent blocking in your SQL Server databaseBloCSQLServerDatabase
- Write Your Own Operating System Tutorial(1) (轉)
- Write Your Own Operating System Tutorial(2) (轉)
- Write Your Own Operating System Tutorial(4) (轉)
- Write Your Own Operating System Tutorial(3) (轉)
- Write Your Own Operating System Tutorial(5) (轉)
- Write Your Own Operating System Tutorial(6) (轉)
- Write Your Own Operating System Tutorial(7) (轉)
- redhat your system appears to have shut down uncleanlyRedhatAPP
- 修改sys ,system使用者密碼密碼
- android-Making Your App Content Searchable by Google,Specifying App Content for IndexingAndroidAPPGoIndex
- sys.allocation_units與sys.system_internals_allocation_units的差別
- DrawERD makes it easy to visualize your database structure.DatabaseStruct
- Identifying Your Oracle Database Software Release (21)IDEOracleDatabase
- ORA-01552: cannot use system rollback segment for non-system tablespace 'USERS'錯誤解決
- Database Triggers and event attributes--Database System EventsDatabase
- Hide RMAN Passwords when Connecting to a Target Database (Doc ID 183377.1)IDEDatabase
- Using srvctl to Manage your 10g RAC DatabaseDatabase
- the program list about oracle database in SAP systemOracleDatabase
- Database System Concepts(Fourth Edition)Database
- Database links of distributed oracle systemDatabaseOracle
- Write Your Own Operating System Tutorial(中文版) (轉)