You configured the Flash Recovery Area (FRA) for your database. The database instance is running in ARCHIVELOG mode. The default location for the arch ...
分类:
其他好文 时间:
2017-12-08 14:02:54
阅读次数:
139
写在前面 做安卓也有一定时间了,虽然常用控件都已大致掌握,然而随着 Android N 的发布,不自觉的愈发焦虑起来。说来惭愧,Android L 的 Material Design 库里的许多控件都还没用过,照这样下去迟早要被新技术所淘汰。那该怎么办呢,偶然间我看到一篇博文如此说到:“不要觉得 a ...
分类:
其他好文 时间:
2017-12-07 20:42:55
阅读次数:
115
产生这生这个错误 Database restore error: Command `psql` not found.时 首先先查看 PostgreSQL 是否安装在C盘,如果安装在其他盘 则需要配置环境变量 配置完成后重启服务就可以了 ...
分类:
数据库 时间:
2017-12-07 13:23:33
阅读次数:
274
安装MongoDB的方法有很多种,可以源代码安装,在Centos也可以用yum源安装的方法。 1、准备工作 运行yum命令查看MongoDB的包信息 (提示没有相关匹配的信息,) 说明你的centos系统中的yum源不包含MongoDB的相关资源, 2、增加源 输入下面的语句: 3、安装 4、启动M ...
分类:
数据库 时间:
2017-11-27 23:30:40
阅读次数:
416
If you're storing anything in MySQL databases that you do not want to lose, it is very important to make regular backups of your data to protect it fr ...
分类:
数据库 时间:
2017-11-20 23:10:22
阅读次数:
228
一、Cavnas 高级 1、变换 位移 translate(x, y) 2、变换 缩放 scale(xS, yS) 3、变换 旋转 rotate(弧度) 4、环境的保存和释放 save() restore() ...
分类:
其他好文 时间:
2017-11-20 20:23:37
阅读次数:
509
继续记录自己的学习笔记,昨天学习的是备份和还原 课程大纲 1 备份概述 2 dump和restore命令 要做实验前请先查看是否安装了dump服务包 命令是:rmp -q dump 如果没有请安装 yum -y install dump 我们实验的目录如下 Linux 系统需要备份的数据 /root ...
分类:
其他好文 时间:
2017-11-18 11:19:02
阅读次数:
179
Your database is running in ARCHIVELOG mode, and the database is open. You execute an RMAN backup and specify the KEEP clause.Which components are bac ...
分类:
其他好文 时间:
2017-11-16 18:35:40
阅读次数:
133
Your database is running in ARCHIVELOG mode. You are performing a user-managed backup of the DATA1 tablespace. You place the DATA1 tablespace in backu ...
分类:
其他好文 时间:
2017-11-16 18:32:16
阅读次数:
112
Your database is in ARCHIVELOG mode. You have two online redo log groups, each of which contains one redo member. When you attempt to start the databa ...
分类:
其他好文 时间:
2017-11-16 17:25:09
阅读次数:
198