色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

oracle的sys與sysdba用戶有什么區別

錢艷冰2年前12瀏覽0評論

oracle的sys與sysdba用戶有什么區別?

sys 就和linux/unix 里面的root用戶 擁有超級權限sysdba 不是個用戶吧 可以是個有特殊權限的連接模式 至于區別嘛 看下面的例子[clark@rhel3 bbed]$ sqlplus system/oracleSQL*Plus: Release 11.2.0.4.0 Production on Fri Nov 28 16:20:01 2014Copyright (c) 1982, 2013, Oracle. All rights reserved.Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing optionsSQL> shutdown immediateORA-01031: insufficient privilegesSQL> exitDisconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing options[clark@rhel3 bbed]$ SQLplus system/oracle as sysdbaSQL*Plus: Release 11.2.0.4.0 Production on Fri Nov 28 16:20:19 2014Copyright (c) 1982, 2013, Oracle. All rights reserved.Connected to:Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing optionsSQL> shutdown immediateDatabase closed.Database dismounted.ORACLE instance shut down.SQL>