oracle
安装http://www.2cto.com/database/201208/150620.htmlNavicat for Oracle下载
http://www.pc6.com/softview/SoftView_57269.html#download注册信息name:www.pc6....
分类:
数据库 时间:
2014-05-07 14:57:59
阅读次数:
352
Problem:Work out the first ten digits of the
sum of the following one-hundred 50-digit
numbers.3710728753390210279879799822083759024651013574025046376...
分类:
其他好文 时间:
2014-05-07 13:34:38
阅读次数:
299
Memory Architecture-SGA-Database Buffer Cache...
分类:
数据库 时间:
2014-05-07 13:31:15
阅读次数:
439
实施从客户那里导出数据库给我,我在本机用sqlyog 导入时出现乱码并报错。报错内容为no selected database。但是我数据库确实选择了。
最后问实施的哥们,他说他用sqlyog导出的时候也报错,所以它用Navicat for MySQL。我最后也下载了一个Navicat for MySQL并安装后就好了。花了我好几个小时去找错,因为之前几个库都是没问题的。
下面是错误截图:
...
分类:
数据库 时间:
2014-05-07 12:13:36
阅读次数:
400
createdatabaseSCon(name=‘SC‘,filename=‘d:\SC.mdf‘)logon(name=‘SC_log‘,filename=‘d:\SC_log.dlf‘)gouseSCgocreatetable商品供应记录(商家姓名nvarchar(20)notnull,商品名称nvarchar(20),商品价格decimal(7,2))insertinto商品供应记录values(‘长虹公司‘,‘彩电‘,4500.00)inse..
分类:
数据库 时间:
2014-05-07 11:34:58
阅读次数:
401
从微博上看到有人提及Mariadb,搜索了一下,找到地址https://mariadb.org/,这是mysql的一个分支,由原作者维护,意在与oracle分庭抗礼,避免oracle将来毕源。
目前版本Mariadb 10.0.10,我下载了一个,准备编译一个64位版本,下载地址:
https://downloads.mariadb.org/mariadb/10.0.10/
下载后用cm...
分类:
数据库 时间:
2014-05-07 03:31:48
阅读次数:
400
jdbc:全称java Database Connectivity java数据库连接。
j2ee一部分 起初,基于某数据库产品的开发,必须了解某数据库的api。通过c/c++直接访问某数据库的接口来编程。但无法实现跨数据库平台开发。
后来,通过统一数据库接口实现跨平台开发,例如odbc,ado.n...
分类:
数据库 时间:
2014-05-07 02:27:36
阅读次数:
456
Problem DescriptionThe expression N!, read as
"N factorial," denotes the product of the first N positive integers, where N is
nonnegative. So, for exa...
分类:
其他好文 时间:
2014-05-07 00:11:55
阅读次数:
353
Chef develops his own computer program for playing chess. He is at the very beginning. At first he needs to write the module that will receive moves written by the players and analyze it. The module w...
分类:
其他好文 时间:
2014-05-06 23:11:26
阅读次数:
497
1.全库备份,scp到异机目录下查询源库的DBID:SQL>selectname,dbidfromv$database;NAMEDBID----------------------------RESEARCH2055556290SQL>异机建立dump目录、oradata下建立SID名对应目录2.恢复spfile,启动到nomount:exportORACLE_SID=researchrmantarget/setdbid=2..
分类:
其他好文 时间:
2014-05-06 16:14:50
阅读次数:
345