标签:sqlplus linux 通过 jdbc 创建 lld dha firewall res
1.通过Linux下用类似记事本查看文件,可以用vi命令。
2.Redhat下关闭防火墙,命令 systemctl stop firewalld 查看防火墙状态的命令systemctl status firewalld
3.登录数据库 sqlplus / nolog 建立连接 conn sys / as sysdba,创建用户名和密码 create user xxx identified by xxx,为创建的用户进行授权管理 grant resource , connect to xxx
标签:sqlplus linux 通过 jdbc 创建 lld dha firewall res
原文地址:http://www.cnblogs.com/Eumendies/p/7246459.html