一、PFILEPfile(Parameter
File,参数文件)是基于文本格式的参数文件,含有数据库的配置参数。1、PFILE -
initSID.ora(默认PFILE名称),位置在$ORACLE_HOME/dbs目录下面。这是一个文本文件,可以用任何文本编辑工具打开。2、创建PFILEcp
i...
分类:
其他好文 时间:
2014-05-09 17:13:58
阅读次数:
387
ASP.NET连接LDAP数据库的有关信息一、封装在DAL层中的获取用户信息的函数//////按照用户Id查找用户信息/////////publicDirectoryEntry
GetUser(string username){string path = System.Configuration.....
分类:
Web程序 时间:
2014-05-09 16:53:59
阅读次数:
418
date: 20140505author: Jin故障背景:早上启动本本
无法启动,报错信息(几个关键)WARNING:Failed to connect to lvmetad: No such file
direct[FAILED]Failed to mount /var/run/user/100...
分类:
其他好文 时间:
2014-05-09 16:47:25
阅读次数:
479
每一个Oracle数据库都是由三种类型的文件组成:数据文件(Data
File)、日志文件(Log File)和控制文件(Control File)。数据库的文件为数据库信息提供真正的物理存储。
每个数据库有一个或多个物理的数据文件。逻辑数据库结构(如表、索引等)的数据物理地存储在数据库的数据文件....
分类:
数据库 时间:
2014-05-09 16:36:08
阅读次数:
397
在oracle10g中,oracle默认将使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。解决方法:将$ORACLE_BASE/admin/你的数据库名称/pfile/init.ora.628201264542(这串数字未必一样)
copy到$ORACLE_HOME/dbs目...
分类:
数据库 时间:
2014-05-09 16:26:52
阅读次数:
508
下面是计算机相关词汇,本人将会在接下来的学习中不断的补充更新1.FHSFilesystem
Hierarchy Standard(文件系统目录标准);
分类:
其他好文 时间:
2014-05-09 12:42:29
阅读次数:
277
#coding:utf8import sys,osdef process(path): for f
in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:
编程语言 时间:
2014-05-09 12:41:07
阅读次数:
362
1 /** 2 * Definition for binary tree 3 * public
class TreeNode { 4 * int val; 5 * TreeNode left; 6 * TreeNode right; 7 *
TreeNo...
分类:
其他好文 时间:
2014-05-09 12:16:45
阅读次数:
232
mediatek/packages/apps/FileManager/src/com/mediatek/filemanager/IconManager.java文件中添加如下方法//get
the icon of the file public Drawable getFileIcon1(File....
分类:
其他好文 时间:
2014-05-08 22:13:50
阅读次数:
365
Given a triangle, find the minimum path sum from
top to bottom. Each step you may move to adjacent numbers on the row below.For
example, given the fol...
分类:
其他好文 时间:
2014-05-08 21:08:25
阅读次数:
407