5 月 05 2024 By 云博小周宇 Oracle操作XML各种场景介绍 数据库 版权声明:凭栏处。潇潇雨歇。 https://blog.csdn.net/IndexMan/article/details/28130961 近期在研究Oracle PLSQL中对于XML的系列操作。… Read More
5 月 05 2024 By 云博小周宇 CMDB资产管理系统 数据库 一、远程服务器资产信息采集方案 实现方案一:agent——server服务端模式 应用场景:多应用于服务器数量多情况下,效率比ssh方式高 客户端: ################### 方式一:A… Read More
5 月 05 2024 By 云博小周宇 Navicat连接Docker中的mysql报错:client does not support authentication 数据库 1.进入mysql容器中 docker exec -it mysqltest(mysql容器名称) bash 2.进入mysql数据库 mysql -uroot -p 3.输入mysql密码 4.远程… Read More
5 月 05 2024 By 云博小周宇 ORACLE 错误案例—ORA-27102: out of memory 数据库 SQL> startupORA-27102: out of memoryLinux-x86_64 Error: 28: No space left on deviceAdditional inf… Read More
5 月 05 2024 By 云博小周宇 linux(ubuntu) 1045, "Access denied for user 'root'@'localhost' (using password: YES)" 数据库 问题现象: 最近使用 flask 的 sqlalchemy 框架,在链接数据库(mysql)时出现报错 sqlalchemy.exc.OperationalError: (pymysql.e… Read More
5 月 05 2024 By 云博小周宇 mysql好用的函数 数据库 FIND_IN_SET 用法示意: INSERT INTO `test` VALUES (1, ‘name‘, ‘daodao,xiaohu,xiaoqin‘); INSER… Read More
5 月 05 2024 By 云博小周宇 mysql 忘记密码 数据库 bin/mysqld_safe --skip-grant-tables & 输入 mysql 无法进入时: ln -s /var/lib/mysql/mysql.sock /tmp/mysql… Read More
5 月 05 2024 By 云博小周宇 SpringBoot使用数据库 数据库 这一篇简单介绍一下SpringBoot配置数据库的配置(依赖和application.properties),以下全是以本地数据库为例子,具体用户名密码地址都根据实际去修改。 Mysql数据库: po… Read More
5 月 05 2024 By 云博小周宇 windows下创建MySQL定时备份与删除脚本 数据库 今天在windows服务器上面写了一个MySQL定时任务,备份呢与删除 rem *****************************Code start*********************… Read More
5 月 05 2024 By 云博小周宇 mysql导入导出 数据库 数据导入导出 关键词:mysql导入导出 参考自:mysql从入门到精通 1)SELECT... INTO OUTFILE导出文本文件 SELECT [列名] FROM table [W… Read More
5 月 05 2024 By 云博小周宇 oracle 集群RAC搭建–grid部署 数据库 安装教程: ??配置环境 ORACLE_BASE=/oracle/11.2.0/11.2.0 ORACLE_HOME=/oracle/11.2.0/grid/crs ORACLE_SID=+ASM… Read More
5 月 05 2024 By 云博小周宇 M3DB存储配置 数据库 M3DB存储配置 { "num_shards": 1024, "replication_factor": 3, "instances": [ { "id": "m3db001", "isolation… Read More
5 月 05 2024 By 云博小周宇 xampp mysql 看不到mysql数据库,更改mysql数据库后无法访问mysql数据库的解决方法 数据库 1关掉xampp,停止xampp服务;等下。或者重启机子。 2用xampp的shell(记住不能启动)cd c:\xampp 3输入 service mysqld stop; 4输入 mysqld -… Read More
5 月 05 2024 By 云博小周宇 ORACLE安装入门篇OEL5.4安装ORACLE11g 数据库 一、安装ORACLE11g软件(11.2.0.0) (一)安装前的包支持 1、检测yum仓库是否已经配置好 yum list all 2、搭建yum仓库 1)、挂载所需… Read More
5 月 05 2024 By 云博小周宇 Oracle RAC集群搭建(三)–挂在磁盘 数据库 一,磁盘配置 查看由上回配置的共享磁盘,一共三块-----以下所有内容均两台物理机都需要操作 查看磁盘id [root@rac2 ~]# /usr/lib/udev/scsi_id -g -u /… Read More
5 月 05 2024 By 云博小周宇 【Oracle 12c】最新CUUG OCP-071考试题库(55题) 数据库 55、(13-3) choose the best answer: Which statement is true regarding the SESSION_PRIVS dictionary vie… Read More
5 月 05 2024 By 云博小周宇 Oracle RAC集群搭建-ASM共享存储卷 数据库 01, ASM共享存储卷 安装集群的话,必须要有共享磁盘,目的是为作裁决磁盘使用.还需要有数据文件的共享磁盘 02,规划 主机 磁盘 rac1 &n… Read More
5 月 05 2024 By 云博小周宇 Oracle组成介绍 数据库 Oracle Database 11g是一些特殊文件的集合,这些文件是用数据库配置助手创建的,然后用OEM Grid Control完成相关工作。这些数据库文件是通过一组共享内存进程来进行访问的,这组… Read More
5 月 05 2024 By 云博小周宇 【Oracle 12c】最新CUUG OCP-071考试题库(53题) 数据库 53、(12-14) choose the best answer: Examine the command to create the BOOKS table. SQL>CREATE TABL… Read More