剑道第一仙

导航

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页

2023年3月23日 #

数据类项目管理要点

摘要: 项目背景,项目目标,项目服务对象 项目部署架构,服务器资源、技术组件 发布数据指标、维度定义 项目整体调度流程、数据来源 项目人员分工 阅读全文

posted @ 2023-03-23 15:41 剑道第一仙 阅读(43) 评论(0) 推荐(0)

2023年3月8日 #

linux服务器重启未自动挂载磁盘解决办法

摘要: 【1】root用户登录,检查磁盘加载情况XXXX:~ # df -m Filesystem 1M-blocks Used Available Use% Mounted on devtxx 32066 1 32066 1% /dev/dev/xx2 69591 13440 56151 20% / /d 阅读全文

posted @ 2023-03-08 11:08 剑道第一仙 阅读(1001) 评论(0) 推荐(0)

2023年2月24日 #

kettle9.3使用笔记03 网页端使用

摘要: 1:浏览器打开网址http://xx.xx.xx.xx:8080/pentaho/Login,输入用户密码 如密码忘记可登录服务器重置密码后重启pentaho服务 hostname[/home/soft/pentaho-server9.3]$sh encr.sh password Encrypted 阅读全文

posted @ 2023-02-24 11:14 剑道第一仙 阅读(560) 评论(0) 推荐(0)

kettle9.3使用笔记02 客户端配置使用

摘要: 下载地址:https://sourceforge.net/projects/pentaho/files/ 第一次使用,所以就选目前最新版本9.3,服务器端选择 pentaho-server-ce-9.3.0.0-428.zip,本地客户端选择pdi-ce-9.3.0.0-428.zip进行下载 1: 阅读全文

posted @ 2023-02-24 10:57 剑道第一仙 阅读(2255) 评论(0) 推荐(0)

kettle9.3使用笔记01 安装 启动

摘要: 下载地址:https://sourceforge.net/projects/pentaho/files/ 第一次使用,所以就选目前最新版本9.3,服务器端选择 pentaho-server-ce-9.3.0.0-428.zip,本地客户端选择pdi-ce-9.3.0.0-428.zip进行下载 1: 阅读全文

posted @ 2023-02-24 10:22 剑道第一仙 阅读(1894) 评论(0) 推荐(0)

2023年1月5日 #

常用的Linux服务器各项性能指标查看方法

摘要: 转:https://www.linuxprobe.com/linux-server-skill.html 硬盘查看命令df 硬盘查看命令df最常用参数是-h,以容易阅读的方式显示磁盘分区使用情况。 df -h df -h /root/#以易读方式显示目录所在分区的使用情况 其它常用参数: -a:显示 阅读全文

posted @ 2023-01-05 18:01 剑道第一仙 阅读(251) 评论(0) 推荐(0)

查看AIX操作系统CPU和内存

摘要: 转:https://blog.csdn.net/oradbm/article/details/124565324 一、AIX下查看CPU1.查询AIX的硬件信息prtconf 12. 查看逻辑CPU个数#pmcycles -m CPU 0 runs at 4204 MHz CPU 1 runs at 阅读全文

posted @ 2023-01-05 17:55 剑道第一仙 阅读(3722) 评论(0) 推荐(0)

oracle空间及归档查询sql

摘要: 查看用户表所占用表空间 select OWNER, t.segment_name, t.segment_type, sum(t.bytes / 1024 / 1024) mmm from dba_segments t where /*t.owner = '你要查询的用户' */ /*and */t. 阅读全文

posted @ 2023-01-05 17:16 剑道第一仙 阅读(242) 评论(0) 推荐(0)

2023年1月4日 #

informatica 861 迁移domain和资料库(oracle迁oracle)

摘要: 1:备份资料库 登录informatica控制台,选择资料库 PC64 --> Actions --> backup contents,填写用户、密码、文件名称、备份说明 2:备份服务器文件 安全起见整体备份所有文件 cp /xxx/PowerCenter8.6.1 /xxx/01bak cd /x 阅读全文

posted @ 2023-01-04 18:40 剑道第一仙 阅读(247) 评论(0) 推荐(0)

2023年1月3日 #

oracle spool命令

摘要: 转:http://blog.itpub.net/14683446/viewspace-670334 spool命令示例: 以下保存为SQL脚本,在SQLPlus中运行 set echo off set timing off --关闭返回执行时间 set heading off --设置不显示列名 s 阅读全文

posted @ 2023-01-03 11:25 剑道第一仙 阅读(1691) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页