非法的 ALTER SYSTEM 選項(xiàng)
sqlplus中用connect system/password as sysdba登錄后
提示 :已連接
執(zhí)行:alter system set open_cursor=400 scope=both;
系統(tǒng)提示:第1行出現(xiàn)錯(cuò)誤:ORA-02065: 非法的 ALTER SYSTEM 選項(xiàng)
為什么老師的能改,我的卻不行?
sqlplus中用connect system/password as sysdba登錄后
提示 :已連接
執(zhí)行:alter system set open_cursor=400 scope=both;
系統(tǒng)提示:第1行出現(xiàn)錯(cuò)誤:ORA-02065: 非法的 ALTER SYSTEM 選項(xiàng)
為什么老師的能改,我的卻不行?
舉報(bào)
2015-04-22
寫(xiě)錯(cuò)了,應(yīng)該是:
alter system set?open_cursors=400 scope=both;
open_cursors不是open_cursor
2019-01-31
這是什么問(wèn)題? 提示:??ora-02065:非法的altersystem選項(xiàng)
2019-01-31
ALTER SYSTEM SET DEFERRED_SEGMENT_CREATION=FALSE;