码迷,mamicode.com
首页 >  
搜索关键字:logic standby    ( 1421个结果
ORA-16032: parameter LOG_ARCHIVE_DEST_3 destination string cannot be translated问题处理过程
1,现象是oracle启动报错如下:SQL> startup...
分类:其他好文   时间:2015-06-30 00:07:56    阅读次数:305
《GK101任意波发生器》升级固件发布(版本:1.0.2build851)
一、固件说明:硬件版本:0,logic.3固件版本:1.0.2.build851编译日期:2015-06-26======================================二、固件版本说明:1、修复bug :标准函数界面,点击右下方按钮时界面假死(当前波形为非方波,非三角波)方波的频率...
分类:其他好文   时间:2015-06-26 17:57:01    阅读次数:177
Ubuntu下搭建postgresql主从服务器(方法1)
Ubuntu下搭建postgresql主从服务器(方法1)安装略postgresql主服务器:$vi/etc/postgresql/9.1/main/postgresql.conf按a或i进入编辑模式listen_addresses=‘*’(默认为注释的,此处不改从postgresql同步时会报连接拒绝)wal_level=hot_standby(默认为注释的)max_wal_sender..
分类:数据库   时间:2015-06-25 17:46:08    阅读次数:204
[AngularJS] Extract predicate methods into filters for ng-if and ng-show
Leaking logic in controllers is not an option, filters are a way to refactor your code and are compatible with ng-if and ng-show. Admin div ...
分类:Web程序   时间:2015-06-25 06:43:36    阅读次数:169
VHDL之std_logic_1164
This packages defines a standard for designers to use in describing the interconnection data types used in vhdl modeling.1 std_logic_1164 1 PACKAGE .....
分类:其他好文   时间:2015-06-24 18:11:47    阅读次数:263
ORACLE 11G 利用泠备份恢复standby库
利用泠备份恢复standby数据库 1 开始在备库上进行泠备份先查好控制文件、redo、undo文件、数据文件的路径 1.1 先关闭主库的归档日志传输SQL> ALTER system SETlog_archive_dest_state_2 ='DEFER';...
分类:数据库   时间:2015-06-24 16:25:20    阅读次数:165
Linux Oracle 11g dataguard物理standby 配置过程
这两天研究了下oracle11gdataguard物理standby功能,总体来说这个功能满足公司需求,好了,不多说了,以下是详细的配置过程。数据库的安装可以参考之前写的六步搞定LinuxOracle11gR2配置安装注意:分别在主库和备库都安装上oracle软件,不装数据库。主库:IP:192.168.77.5 主..
分类:数据库   时间:2015-06-18 22:23:19    阅读次数:274
Oracle 11g dataguard三种模式以及实时查询(Real-time query)功能设置
之前我们讨论过《LinuxOracle11gdataguard物理standby配置过程》,但是在实际过程中会遇到不同的问题,首先我们讨论下ORACLEDATAGUARD的三种模式,保护最大化:这种模式的配置可以保证主库和备库的同步,任何情况下主库的损毁都不会导致已提交数据的丢失。如果..
分类:数据库   时间:2015-06-18 22:21:57    阅读次数:379
oracle standby数据库改变standby_archive_dest路径
1、导出PFILE文件;SQL>createpfile=‘/oratmp/pfile.ora‘fromspfile;Filecreated.2、修改PFILE文件,注释掉#*.standby_archive_dest=‘/archivelog/standby/slog‘这行P560A:/#vi/oratmp/pfile.ora"/oratmp/pfile.ora"58lines,1944charactersport1.__db_cache_size=5895513702..
分类:数据库   时间:2015-06-16 19:33:52    阅读次数:177
mustache模板引擎
Logic-less templates. github:http://mustache.github.com/  文档:http://mustache.github.com/mustache.5.html  http://mustache.github.io Java 版 Mustache SVN 源码  http://jmustache.googlecode.com/svn ...
分类:其他好文   时间:2015-06-13 23:09:48    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!