I can login user SEC_MGR when I use the TOAD tool. But, It has error when i login by SQLPLUS:
-
remove the 'as SYSDBA' on your connect string, does that help?thatjeffsmith– thatjeffsmith2015年11月09日 13:24:04 +00:00Commented Nov 9, 2015 at 13:24
1 Answer 1
Because this version I am using is Oracle 12c, so user SEC_MGR is replaced by SYSTEM user.
Try to login with user SYSTEM/manager to access.
-
SYSTEM
does not have the sysdba privilege and thus you can't logon withSYSTEM
andas sysdba
user1822– user18222015年11月09日 14:55:54 +00:00Commented Nov 9, 2015 at 14:55
lang-sql