我有一个关于使用正确的 sys 密码启动 oracle 数据库的问题。
我为 sys 用户提供了错误的密码,但我仍然能够启动数据库并执行语句。所以想知道我是否在安装时遗漏了一些东西,或者就是这样?
对此的任何见解都非常值得赞赏,以下是启动数据库的结果。
sqlplus
SQL*Plus: Release 11.2.0.1.0 Production on Thu Nov 15 16:50:39 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Enter user-name: sys/d as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 422670336 bytes
Fixed Size 1336960 bytes
Variable Size 285215104 bytes
Database Buffers 130023424 bytes
Redo Buffers 6094848 bytes
Database mounted.
Run Code Online (Sandbox Code Playgroud)