ORA-09925Linux-x86_64Error:2:Nosuchfileordirectory
[javascript]viewplaincopy
DBCA***数据库所有实例后,本想用RMANduplicate方式克隆DB,因此在$ORACLE_BASE目录下创建了相关的目录admin/dupl/adump,admin/dupl/dpump
在使用sqlplus正常连接空闲实例,手贱却执行了start..
分类:
系统相关 时间:
2014-06-02 14:51:48
阅读次数:
410
用于对字符串的加密和解密:DATA: o_encryptor TYPE REF TO
cl_hard_wired_encryptor, o_cx_encrypt_error TYPE REF TO cx_encrypt_error.DATA:
v_ac_string TYPE...
分类:
其他好文 时间:
2014-06-02 11:53:34
阅读次数:
339
断断续续的翻阅Shoenfield的这本Mathematical
logic差不多两年了,无数笔记零散的涂写在课本的各个边角落。继续阅读,继续整理,把心得和笔记留在这里,无论如何是一件有意义的事。
分类:
其他好文 时间:
2014-06-02 08:53:46
阅读次数:
223
@echo offif not exist Main.cpp echo
%cd%\Main.cpp不存在>>log.txtif not exist Shader.fsh echo
%cd%\Shader.fsh不存在>>log.txtif not exist Shader.vsh echo %cd%...
分类:
其他好文 时间:
2014-06-02 08:49:04
阅读次数:
234
<?php
/**
* 文件操作(生成日志)支持多条插入
* (如果插入多条语句并换行 用','逗号分开)
*
*/
class log {
public $path = './info.txt'; //默认值文件
public $mode = 'a'; //默认追加写
public $content = '默认值:空'; //默认内容是 空
public ...
分类:
Web程序 时间:
2014-06-02 02:35:45
阅读次数:
231
#ifdef DEBUG#define DLog(...)
NSLog(__VA_ARGS__)#else#define DLog(...) /* */#endif
分类:
其他好文 时间:
2014-06-02 00:46:07
阅读次数:
187
Node即学即用
REPL(Read-Evaluate-Print-Loop)
console.log
.clear .help .exit
require('http') createServer
聊天服务器
tcp服务器
require(‘net')
on connection
on data...
分类:
其他好文 时间:
2014-06-01 18:20:16
阅读次数:
464
Mysql数据库log-slave-updates参数解释最近学mysql复制时,log-slave-updates参数一直没有搞明白这个参数有什么意义。在上网查了一下,发现网友解释的,我也没有看懂。。估计是我这人比较笨的缘故吧。。。我这人比较笨也比较爱钻牛角。别人可能听老师讲课时,就直接听明白了。..
分类:
数据库 时间:
2014-06-01 16:31:54
阅读次数:
553
最近发现有的时候在配置VCenter(OVF)的时候,有的时候会出现Erro:VPXDmustbestoppedtoperformthisoperation这个错误,提示就是让我关掉这个VPXD服务。这种错误以前偶尔出现,但是新版本中不知道为什么经常出现,后来发现如果想去掉这个错误就必须关掉这个服务,你的VCenter才..
分类:
移动开发 时间:
2014-06-01 13:18:12
阅读次数:
1400
e Where ?
root
pdb
备注
Control files and redo log files
Y
belongs to the CDB and not to a specific container...
分类:
数据库 时间:
2014-06-01 13:06:25
阅读次数:
332