格式如下:
create user "database_monitor" identified by "Srmyy!@#";
grant dba to "database_monitor"
linux中
sqlplus '"username"/"password"'
windows中密码带特殊字符
sqlplus / DSG/\"sYSTEM0035@S02\"
格式如下:
create user "database_monitor" identified by "Srmyy!@#";
grant dba to "database_monitor"
linux中
sqlplus '"username"/"password"'
windows中密码带特殊字符
sqlplus / DSG/\"sYSTEM0035@S02\"