上一页 1 2 3 4 5 6 7 8 ··· 26 下一页
摘要: 一、配置jdk1.查看安装java[root@test1 tools]# yum -y install gcc gcc-c++[root@test1 tools]# rpm -qa |grep java 2.强制卸载[root@test1 tools]# rpm -e --nodeps java-1 阅读全文
posted @ 2022-09-28 11:15 深海蓝精灵 阅读(2291) 评论(0) 推荐(0)
摘要: 1:从注册表中查看加密后的密码。 1.1:windows键+r,输入 regedit 1.2:在注册表中找到 \HKEY_CURRENT_USER\SOFTWARE\PremiumSoft\navicat\servers 并找到 UserName 即 账号 1.3:从上面步骤中,打开注册表、并找到如 阅读全文
posted @ 2022-09-06 08:52 深海蓝精灵 阅读(2225) 评论(0) 推荐(0)
摘要: 1.到 《官网》 下载Hadoophttps://hadoop.apache.org/releases.html2.使用cd /usr/local命令,进入到usr/local目录下,创建hadoop目录[root@master ~]# cd /usr/local/ [root@master loc 阅读全文
posted @ 2022-08-25 11:29 深海蓝精灵 阅读(662) 评论(0) 推荐(0)
摘要: 1、第1步:连接[root@lucky logs]$ cd /home/data/zookeeper-3.4.14/cmd/[root@lucky cmd]$ ll总用量 60-rw-r--r--. 1 test root 115 3月 1 17:35 nohup.out-rwxrwxrwx. 1 阅读全文
posted @ 2022-08-03 14:35 深海蓝精灵 阅读(4309) 评论(0) 推荐(0)
摘要: 1. 复制表结构及其数据:create table table_name_new as select * from table_name_old2. 只复制表结构:create table table_name_new as select * from table_name_old where 1= 阅读全文
posted @ 2022-07-14 14:35 深海蓝精灵 阅读(775) 评论(0) 推荐(0)
摘要: --查询所有对象select distinct type from user_source;--查询当前用户的序列总数select count(*) from dba_sequences where sequence_owner='XXXXXX';--查看当前用户的所有序列select SEQUEN 阅读全文
posted @ 2022-06-07 16:39 深海蓝精灵 阅读(1147) 评论(0) 推荐(0)
摘要: 根据端口查看对应进程:lsof -i:端口根据进程号PID查看对应应用:ps axu | grep 进程号根据进程号PID查看对应端口:netstat -anp | grep 进程号 阅读全文
posted @ 2022-06-04 08:54 深海蓝精灵 阅读(1410) 评论(0) 推荐(0)
摘要: 一、表空间自动扩展的好处1.数据文件自动扩展的好处1)不会出现因为没有剩余空间可以利用到数据无法写入2)尽量减少人为的维护二、设置表空间自动扩展的方法1、查看表空间情况SQL>select tablespace_name,file_name,autoextensible from dba_data_ 阅读全文
posted @ 2022-04-20 17:51 深海蓝精灵 阅读(9364) 评论(0) 推荐(0)
摘要: 安装环境简介:系统版本:cantos7.4 jdk版本:1.8 mysql版本:5.7.221.下载wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz2.解压[ro 阅读全文
posted @ 2022-04-01 17:13 深海蓝精灵 阅读(145) 评论(0) 推荐(0)
摘要: 目录1,查询索引状态 1.1 查询user_indexes表 1.2 查询分区索引-user_ind_partitions表 1.3 检查损坏索引2,索引重建 2.1全局索引重建 2.2 local索引重建 1,查询索引状态1.1 查询user_indexes表select status,T.* f 阅读全文
posted @ 2022-03-31 15:22 深海蓝精灵 阅读(4077) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 26 下一页