OMF相关参数:DB_CREATE_FILE_DESTDefines the location
of the default file system directory or Oracle ASM disk group where the database
creates datafiles or ...
分类:
数据库 时间:
2014-06-29 13:34:37
阅读次数:
300
1. 权限不够: 使用 chmod +x XXX.sh 提升权限2. 出现:/bin/bash^M:
bad interpreter: No such file or directory 原因:文件换行里出现\r\n 与linux格式不符合 安装dos2unix
apt-get installd.....
分类:
系统相关 时间:
2014-06-29 12:26:50
阅读次数:
293
cd无法进入xargs管道输出的目录,xargs: cd: No such file or directory...
分类:
系统相关 时间:
2014-06-20 11:59:11
阅读次数:
347
"The password could not be validated" when
attempting to provision an AD RMS server. Symptoms When you attempt to provision
an Active Directory Rights...
分类:
其他好文 时间:
2014-06-13 13:37:09
阅读次数:
271
1 /* 2 Design and implement a data structure
for Least Recently Used (LRU) cache. It should support the following operations:
get and set. 3 ...
分类:
其他好文 时间:
2014-06-11 13:08:46
阅读次数:
297
解决Banshee 启动后异常退出的问题
在Ubuntu上,启动Banshee后,有时会发生Banshee立刻退出的情况。通过从命令行启动banshee,发现报出如下异常。
Unhandled Exception: GLib.GException: No such file or directory
at GLib.FileAdapter.EnumerateChildren (Syst...
分类:
其他好文 时间:
2014-06-08 17:33:10
阅读次数:
180
1. 创建目录
SQL> create directory dump_file as ‘/db/backup’;
2. 目录赋权限
SQL> grant read,write on directorydump_file to bam;
查看目录
SQL> select * from dba_directories;
3. 备份
SQL>expdp user/pwd directo...
分类:
数据库 时间:
2014-06-08 10:07:15
阅读次数:
333
MySQL总是崩溃
首先你应该试着找出问题MySQLd守护进程是否死掉或你的问题是否与你的客户有关。你可以用MySQLadmin version检查你的MySQLd服务器正常执行了多长时间,如果MySQLd死了,你可以在文件“MySQL-data-directory/'hostname'.err”中找到其原因。
使用MySQL时的一些常见错误
MySQL server has g...
分类:
数据库 时间:
2014-06-08 09:00:48
阅读次数:
286
public string CreateWordFile(string CheckedInfo)
{
string message = "";
try
{
Object Nothing = System.Reflection.Missing.Value;
Directory.CreateDirectory("C:/CNSI"); //创建文件所在目录
string name = "CNSI.doc...
分类:
其他好文 时间:
2014-06-08 04:57:55
阅读次数:
291
/* 参数说明: pi_program_name 程序名称 pi_directory
写入日志文件所在的目录 pi_file 日志文件名称,必须存在 pi_log_level 日记级别,INFO、WARN、FATAL pi_write_to
...
分类:
数据库 时间:
2014-06-07 22:09:19
阅读次数:
368