技术改变生活

博客园 首页 新随笔 联系 订阅 管理

09 2020 档案

摘要:方法一:sqlplus "/as sysdba" SQL*Plus: Release 11.2.0.3.0 - Production on Wed Dec 15 10:54:03 2010 Copyright (c) 1982, 2007, Oracle. All rights reserved. 阅读全文
posted @ 2020-09-22 23:58 小阿峰 阅读(1372) 评论(0) 推荐(0) 编辑

摘要:centos7.4 oracle 11g server卸载 1、使用sqlplus 停止oracle数据库 sqlplus / as sysdba shutdown immediate exit 2、停止监听 lsnrctl stop 3、切换root账号(如果需要重新安装,可以不删除oracle账 阅读全文
posted @ 2020-09-22 22:14 小阿峰 阅读(353) 评论(0) 推荐(0) 编辑

摘要:1、下载plsql,下载地址:https://www.allroundautomations.com/bodyplsqldevreg.html 2、选择product,找到对应版本plsql进行下载即可。 3、OCI配置:Configure > Preferences -- Oracle -- Co 阅读全文
posted @ 2020-09-21 00:36 小阿峰 阅读(1169) 评论(0) 推荐(0) 编辑

摘要:1、开始菜单,找到net configuration assistant工具 2、 3、 4、 5、选择通信协议:TCP,点击下一步 6、填写数据库所在的主机名(也可以是IP地址),选择端口号(根据数据库所在的主机的端口号进行选择,一般是标准端口号),点击下一步,选择测试,点击下一步 7、 8、 9 阅读全文
posted @ 2020-09-20 23:35 小阿峰 阅读(994) 评论(0) 推荐(0) 编辑

摘要:下载地址:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html?ssSourceSiteId=otncn 需要登录账号,注册一个oracle账号即可。 阅读全文
posted @ 2020-09-20 22:08 小阿峰 阅读(1262) 评论(0) 推荐(0) 编辑

摘要:oracle安装完成后,激活scott用户alter user scott account unlock;然后报错:解决办法参考网址:oracle初次安装启动报错 SQL> select userenv('language') from dual; USERENV('LANGUAGE') AMERI 阅读全文
posted @ 2020-09-20 20:56 小阿峰 阅读(1379) 评论(0) 推荐(0) 编辑

摘要:ORA-01507: database not mounted 本人是初次安装oracle数据库,进入sqlplus后执行命令报错,提示database not mounted。借鉴百度大神,发现是Oracle的后台进程,使用kill -9 pid关闭重新startup即可。记录以备忘。 SQL> 阅读全文
posted @ 2020-09-19 23:57 小阿峰 阅读(212) 评论(0) 推荐(0) 编辑

摘要:参考源文档:centos7 oracle11g静默安装 如下为本人亲验过程: oracle11g(11.2.0.1.0)安装文档 1、准备Centos 7的系统环境系统版本:CentOS Linux release 7.4.1708内核版本:3.10.0-693.el7.x86_64系统配置:1c, 阅读全文
posted @ 2020-09-19 23:15 小阿峰 阅读(260) 评论(0) 推荐(0) 编辑

摘要:使用rsync进行简单的数据远程备份脚本 一、实验环境:1、centos-A网站服务器:192.168.0.101/24提前准备好网站源代码和数据库2、centos-B备份服务器:192.168.0.102/24 二、ssh客户端centos-A生成公钥和私钥对ssh-keygen -t rsa 命 阅读全文
posted @ 2020-09-08 12:46 小阿峰 阅读(319) 评论(0) 推荐(0) 编辑

摘要:[root@x112 software]# unzip -l LAMP_centos7.4.zip Archive: LAMP_centos7.4.zip Length Date Time Name 1031613 04-10-2017 19:35 LAMP for centos7.4/apr-1. 阅读全文
posted @ 2020-09-07 21:56 小阿峰 阅读(154) 评论(0) 推荐(0) 编辑

摘要:1 [root@localhost sed]# sed -r '/^adm/{h;d};$G' passwd 2 root:x:0:0:root:/root:/bin/bash 3 bin:x:1:1:bin:/bin:/sbin/nologin 4 daemon:x:2:2:daemon:/sbi 阅读全文
posted @ 2020-09-07 20:08 小阿峰 阅读(448) 评论(0) 推荐(0) 编辑

摘要:nginx批量分发脚本编写 [root@x112 vhost]# vim vhost.sh #!/bin/bash #describtion for install nginx virtualhost ListenPort=81 Num=1 ServerName=abc Count=$1 Path= 阅读全文
posted @ 2020-09-07 14:46 小阿峰 阅读(132) 评论(0) 推荐(0) 编辑

摘要:mysql数据库源码安装: 源码地址:wget http://mirrors.163.com/mysql/Downloads/MySQL-5.6/mysql-5.6.35.tar.gz #安装前准备,将编译工具、依赖环境通过yum安装 yum install cmake ncurses-devel 阅读全文
posted @ 2020-09-05 15:16 小阿峰 阅读(128) 评论(0) 推荐(0) 编辑

摘要:nginx网站服务器,可以支持高并发访问量 第一步:源码编译安装nginx [root@x101 nginx-1.14.2]# yum install -y pcre-devel zlib-devel openssl [root@x101 nginx-1.14.2]# ./configure --p 阅读全文
posted @ 2020-09-04 15:45 小阿峰 阅读(174) 评论(0) 推荐(0) 编辑

摘要:ethtool -p DEVNAME 查看相应设备名称对应的设备位置 使用方法如下:ethtool -p eth0 回车后与eth0 相对应的网卡接口旁边的指示灯就会闪烁,这样你就能很快确定eth0 网口的位置啦。(按下Ctrl+C 结束命令,停止闪烁) 查看linux下网卡状态是否连接 [root 阅读全文
posted @ 2020-09-02 22:15 小阿峰 阅读(1920) 评论(0) 推荐(0) 编辑