<?php function make_directory($ftp_stream, $dir){ // if directory already exists or can be immediately created return true if (ftp_is_dir($ftp_stream,... ...
分类:
Web程序 时间:
2018-01-08 20:15:04
阅读次数:
1088
最近使用log4j写log时候发现网上的写的都是千篇一律,写的好的嘛不全,写的全一点的嘛没有一点格式,看着累。这里把网上收集到的整理了一下,并且全部都在机器上测试成功了。这么好的文档估计没有了吧? ################################################### ...
分类:
其他好文 时间:
2017-12-28 21:36:27
阅读次数:
187
1、RMAN执行脱机-全部-完整备份RMAN> run {2> shutdown immediate;3> startup mount;4> allocate channel d1 type disk;5> backup as backupset database format '/oraclebk/offline_full_whole.bak';6&
分类:
其他好文 时间:
2017-12-26 17:50:47
阅读次数:
121
项目192.168.12.22(主)192.168.12.23(从)oracle sidorclorcldb_unique_nameuniquepdguniquesdgtnsnameTns_pdgTns_sdg一、主库操作确认主库是否打开归档、force loggingSQL> SHUTDOWN IMMEDIATE;SQL> STARTUP MOUNT;SQL> ALTER DA
分类:
数据库 时间:
2017-12-24 20:14:26
阅读次数:
151
With the release of Elasticsearch 5.x came Painless, Elasticsearch's answer to safe, secure, and performant scripting. We'll introduce you to Painless ...
分类:
编程语言 时间:
2017-12-14 13:28:20
阅读次数:
231
declare cursor proce is Select Object_Name,owner,object_type From All_Objects Where Status = 'INVANID' and (Object_type = 'PROCEDURE' or lower(Object_... ...
分类:
其他好文 时间:
2017-12-13 02:12:26
阅读次数:
174
You used the IMMEDIATE option to shut down your database instance. Consider the steps that may occur when a database instance is started and database ...
分类:
其他好文 时间:
2017-12-12 21:43:46
阅读次数:
205
////如果出现 ORA-00604: 递归 SQL 级别 1 出现错误 ////或出现ORA-01940:无法删除当前连接的用户 ////就重启数据库再drop ////SQL> shutdown immediate ////SQL> startup ...
分类:
数据库 时间:
2017-12-11 11:11:08
阅读次数:
243
在服务器上重启Oracle数据库服务器时,执行shutdown immediate命令没有反应 之后等了很长时间也没有反应 解决方法: 因为有大量的数据要回滚,所以要执行以下命令,保存检查点。 ...
分类:
数据库 时间:
2017-12-08 01:29:08
阅读次数:
361
原文地址:面向对象设计模式原则详解 http://blog.csdn.net/hguisu/article/details/7571617 程序员必备的七大面向对象设计原则(一) http://www.cnblogs.com/hnrainll/archive/2012/06/03/2532551.h ...
分类:
其他好文 时间:
2017-12-02 15:05:28
阅读次数:
179