上一页 1 2 3 4 5 6 7 8 ··· 34 下一页
摘要: 转至:https://www.jb51.net/article/40467.htm 这篇文章主要介绍了oracle查询语句,有助于新手迅速熟悉ORACLE基本语法有助于新手迅速熟悉ORACLE基本语法,需要的朋友可以收藏下 1.create user username identified by p 阅读全文
posted @ 2022-06-16 16:35 study_goup 阅读(2515) 评论(0) 推荐(0) 编辑
摘要: 转至:https://blog.csdn.net/weixin_30436891/article/details/96758552?utm_term=windows%E6%9F%A5%E7%9C%8B445%E7%AB%AF%E5%8F%A3%E6%98%AF%E5%90%A6%E5%85%B3%E 阅读全文
posted @ 2022-06-16 16:31 study_goup 阅读(1520) 评论(0) 推荐(0) 编辑
摘要: 转至:https://blog.51cto.com/meiling/2491729 1.点击电脑左下角的开始,然后选择运行,接着我们在弹出的窗口中,输入【cmd】命令,进入命令提示符。 然后我们在窗口中输入【netstat -ano】按下回车,即会显示所有的端口占用情况。 2.在窗口中,继续输入【n 阅读全文
posted @ 2022-06-16 16:25 study_goup 阅读(1634) 评论(0) 推荐(0) 编辑
摘要: 转至:https://blog.csdn.net/chenqi3166/article/details/125141774?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~defa 阅读全文
posted @ 2022-06-16 09:22 study_goup 阅读(1593) 评论(0) 推荐(0) 编辑
摘要: 转至:https://blog.csdn.net/cloudcsdn88/article/details/124260360 1.查看用户的proifle是哪个,一般是default: sql>SELECT username,PROFILE FROM dba_users; 2.查看指定概要文件(如d 阅读全文
posted @ 2022-06-16 09:17 study_goup 阅读(1669) 评论(0) 推荐(0) 编辑
摘要: 转至:https://blog.51cto.com/longithome/2328774 1:首先在Linux系统下创建RSA公钥和私钥:ssh-keygen -t rsa ,创建完成后会在/root/ 2:然后将id_rsa.pub 文件修改成authorized.keys ,里面存放客户端的公钥 阅读全文
posted @ 2022-06-15 16:28 study_goup 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 转至:https://baijiahao.baidu.com/s?id=1698092407993351893&wfr=spider&for=pc Linux实现集群内相互免密的优势是,集群间通信畅通无阻,非常有利于做自动化部署等,甚至在一定程度提高集群性能。 一、SSH免密登陆原理 1.客户端生成 阅读全文
posted @ 2022-06-15 16:13 study_goup 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 转至:https://blog.csdn.net/qq_36657997/article/details/107691144 在使用linux的过程中,为了省去每次连接输入密码的麻烦,通常会为服务器配置免密登录。配置免密登录的方式有两种:1、使用公钥(常用,安全);2、使用私钥(方便,有风险)。 s 阅读全文
posted @ 2022-06-15 16:08 study_goup 阅读(5768) 评论(0) 推荐(0) 编辑
摘要: 转至:https://blog.csdn.net/liaomingwu/article/details/121574032 jdbc配置Oracle数据库连接时,以下三种方式可以选择: 1. 使用服务名配置方式:jdbc:oracle:thin:@//<host>:1521/orclpdb 2. 使 阅读全文
posted @ 2022-06-13 09:38 study_goup 阅读(4688) 评论(0) 推荐(0) 编辑
摘要: 转至:https://blog.csdn.net/liaomingwu/article/details/121436411 oracle数据库在使用之前需要创建用户,授予权限,然后才能进行连接和操作。 1. 登录 sqlplus sys/sys as sysdba; 切换到对应的pdb alter 阅读全文
posted @ 2022-06-13 09:36 study_goup 阅读(377) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 34 下一页
点击右上角即可分享
微信分享提示