--数据库名的查看selectnamefromv$database;--实例名的查看showparameterinstance_name;--数据文件selectnamefromv$datafile;--日志文件selectnamefromv$logfile;--控制文件selectnamefromv$controlfile;--归档文件selectnamefromv$archived_file;--参数文件selectvaluefromv$p..
分类:
数据库 时间:
2015-05-27 16:04:39
阅读次数:
155
--数据库名的查看selectnamefromv$database;--实例名的查看showparameterinstance_name;--数据文件selectnamefromv$datafile;--日志文件selectnamefromv$logfile;--控制文件selectnamefromv$controlfile;--归档文件selectnamefromv$archived_file;--参数文件selectvaluefromv$p..
分类:
数据库 时间:
2015-05-27 16:02:39
阅读次数:
220
--数据库名的查看selectnamefromv$database;--实例名的查看showparameterinstance_name;--数据文件selectnamefromv$datafile;--日志文件selectnamefromv$logfile;--控制文件selectnamefromv$controlfile;--归档文件selectnamefromv$archived_file;--参数文件selectvaluefromv$p..
分类:
数据库 时间:
2015-05-27 16:01:50
阅读次数:
176
Prefer Domain- Specific Types to Primitive TypesEinar LandreON SEPTEMBER 23, 1999, the $327.6 million Mars Climate Orbiter was lost while entering orbit around Mars due to a software error back on Eart...
分类:
其他好文 时间:
2015-05-27 13:55:26
阅读次数:
109
安装好mysql服务器,只要心建表,mysql服务就停止,网上各种搜索,查看错误日志文件J7QOUPHFF0VDD2O.err
2015-05-26 10:50:51 1160 InnoDB: Operating system error number 6 in a file operation.
InnoDB: Some operating system error numbers are ...
分类:
数据库 时间:
2015-05-26 12:46:24
阅读次数:
184
Pair Program and Feel the FlowGudny Hauknes, Kari Røssland, and Ann Katrin GagnatiMAGiNE THAT YOU ARE TOTALLY ABSORBED by what you are doing— focused, dedicated, and involved. You may have lost track o...
分类:
其他好文 时间:
2015-05-24 10:12:13
阅读次数:
155
I joined the NodeJS online Course three weeks ago, but now I'm late about 2 weeks.I pay the codeschool yearly subscribed, but I have lost the track lo...
分类:
其他好文 时间:
2015-05-23 12:41:39
阅读次数:
107
--Oracle数据库创建表空间create tablespace new_taspace--表空间名DATAFILE 'D:\NEWTABLESPACE.DBF'--表空间关联的数据文件和位置size 200M--文件初始大小autoextend on next 20MB MAXSIZE 400M...
分类:
数据库 时间:
2015-05-22 23:51:57
阅读次数:
235
创建/删除表空间 创建:
create?tablespace?USERS?datafile?‘/oracle/oradata/mytest/tsuser.dbf‘??size?500M?autoextend?on?next?10M?maxsize?unlimited?extent?management?local;
删除:
DROP...
分类:
数据库 时间:
2015-05-22 19:45:33
阅读次数:
202
举例来说明
$ cat datafile
northwest NW Joel Craig 3.0 .98 3
4
western WE Sharon Kelly 5.3 .97 5
23
southwest SW Chris Foster 2.7 .8 2
18
southern SO ...
分类:
其他好文 时间:
2015-05-21 09:15:44
阅读次数:
210