摘要:
一、linux服务器切换到oracle用户下 su - oracle 二、执行命令进入sql窗口 sqlplus / as sysdba 三、修改已知用户名的密码: alter user 数据库连接用户名 identified by 新密码; 四、新建用户名密码 1、新建用户 create user 阅读全文
摘要:
linux 下启动tomcat [root@test233 bin]# sh startup.sh Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed t 阅读全文