02 2023 档案
摘要:https://blog.csdn.net/qq_34859935/article/details/119303126 swap size不足解决 https://blog.csdn.net/wang13145/article/details/110378589
阅读全文
摘要:第一步:检查Linux系统版本 1.执行命令 lsb_release -a 查看系统版本 目前我使用的是阿里云丐版服务器,系统为CentOS 7.3-x64 第二步:下载Oracle19c的安装包和预安装包 1.下载安装包oracle-database-ee-19c-1.0-1.x86_64.rpm
阅读全文
摘要:原因:数据库实例没有startup 1.建立目录# su - oracle$ mkdir /home/oracle/scripts2.建立启动脚本:$ cd /home/oracle/scripts$ vim startdb.sh#!/bin/bashexport ORACLE_BASE=/u01/
阅读全文
摘要:TNSLSNR for Linux: Version 19.0.0.0.0 - ProductionNL-00280: error creating log stream /u01/app/oracle/product/19.3.0/dbhome_1/network/log/listener.log
阅读全文