码迷,mamicode.com
首页 >  
搜索关键字:RMAN    ( 1915个结果
oracle rman catalog--ORA-01580: error creating control backup file
在测试rman catalog时,错误的设置了snapshot路径,报错 在此,只要在catalog模式下,rman执行任何命令都会报错 解决 参考 https://community.oracle.com/thread/2368376?start=0&tstart=0 ...
分类:数据库   时间:2019-06-17 17:06:02    阅读次数:155
linux系统防火墙相关问题及常用命令介绍
今天介绍关于linux系统防火墙:centos5、centos6、redhat6系统自带的是iptables防火墙,centos7、redhat7自带firewall防火墙,ubuntu系统使用的是ufw防火墙。本平台www.gxdeqiong.com安装的是iptables防火墙(其他云服务供应商可能使用的是其他防火墙)。防火墙导致服务不正常的问题:在服务器安装某些服务之后,服务无法连接、无法正
分类:系统相关   时间:2019-06-15 23:10:51    阅读次数:230
ORA-01152: file 1 was not restored from a sufficiently old backup
ORA-01152: file 1 was not restored from a sufficiently old backup ORA-01152: file 1 was not restored from a sufficiently old backup 问题描述 我们在用rman恢复数据库... ...
分类:其他好文   时间:2019-06-15 15:14:50    阅读次数:75
linux firewalld与iptables的区别
firewalld与iptables的比较:1,firewalld可以动态修改单条规则,动态管理规则集,允许更新规则而不破坏现有会话和连接。而iptables,在修改了规则后必须得全部刷新才可以生效;2,firewalld使用区域和服务而不是链式规则;3,firewalld默认是拒绝的,需要设置以后才能放行。而iptables默认是允许的,需要拒绝的才去限制;4,firewalld自身并不具备防火
分类:系统相关   时间:2019-06-14 10:46:54    阅读次数:207
c3p0数据库连接池 原创: Java之行 Java之行 5月8日 一、连接池概述 实际开发中“获得连接”或“释放资源”是非常消耗系统资源的两个过程
c3p0数据库连接池 原创: Java之行 Java之行 5月8日 一、连接池概述 实际开发中“获得连接”或“释放资源”是非常消耗系统资源的两个过程 DB连接池HikariCP为什么如此快 原创: DermanYuan 攻城狮DermanYuan 3月19日 1、背景介绍 我们做过的项目中,只要连接 ...
分类:数据库   时间:2019-06-12 23:18:47    阅读次数:270
Data of Ch5 --Dual rotor
* Results*Conclusion*- little effect of rear rotor on Cp_1- Cp1 is independent of TI** TI effect on single-rotor, front, | cp | ct | TI | TSR || | | 1 ...
分类:其他好文   时间:2019-06-11 11:10:37    阅读次数:98
自定义 RMAN 显示的日期时间格式
缺省情况下,使用RMAN备份与恢复界面仅仅显示的是日期,而没有具体的时间。有时候需要查看具体的时间,如查看当天多个Incarnation的情形。对于这个问题,主要是设定环境变量参数NLS_DATE_FORMAT即可,如下文所描述。 1、RMAN日期及时间的缺省格式 robin@SZDB:~> rma... ...
分类:其他好文   时间:2019-06-11 11:06:04    阅读次数:188
课堂听写5
mevan添加包 pox.xml的<dependencies>节点 java连接数据库通过反射注册驱动 Class.fromname() 连接数据库 DriverManager.getConnection("jdbc:mysql://loginhost:3306/数据库,root,root") 这里 ...
分类:其他好文   时间:2019-06-10 09:22:02    阅读次数:104
JDBC中的DriverManager.getConnection(url)中的参数url
MySQL数据库 String url ="jdbc:mysql://localhost/myDB?user=soft&password=soft1234&useUnicod e=true&characterEncoding=8859_1" //myDB为数据库名 Connection conn= ...
分类:数据库   时间:2019-06-07 11:21:42    阅读次数:137
CentOS7安装Mysql并配置远程访问
(su root登录到root账户) 下载repo源 安装rpm包 安装mysql 执行后开始下载和解压操作,过程中会遇到多次Y/N询问,输入y然后回车确认 安装完成后再次查看mysql 如果安装成功会展示类似以下的信息: mysql-community-client-5.6.44-2.el7.x8 ...
分类:数据库   时间:2019-06-06 22:43:39    阅读次数:346
1915条   上一页 1 ... 33 34 35 36 37 ... 192 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!