发布时间:2018-01-29 15:52:01
[oracle@localhost deinstall]$ export LANG=en[oracle@localhost deinstall]$ ./deinstall......【阅读全文】
发布时间:2018-01-29 15:39:23
linux下没安装过oracle, 拉了台服务器,新装了Readhat 6.5 x64,参照网上的流程+自己的整理,测试安装oracle 11gR2. 安装完清除系统和数据库。ip : 192.168.0.12一.安装前准备 1.内存及swap, 硬盘要求 现在服务器内存都大了,测试的服务器8G内存,16g的swap 146G的硬盘。 查.........【阅读全文】
发布时间:2014-06-04 14:33:05
前提:能访问无法登陆的服务器数据库,登陆上另外一台服务器,查询分析器操作:declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net user huifu huifu /add' declare @shell int exec sp_oacreate 'wscript.shell',@.........【阅读全文】
发布时间:2014-05-14 11:15:34
因人员变动无相关数据库开发结构文档,没办法,只能自己找,测试的库: testdb1、获取DBMS上的存在的数据库点击(此处)折叠或打开select name, dbid.........【阅读全文】
发布时间:2013-03-25 11:45:45
1、同步作业:'INSERT INTO table (Content_Id, AppId, ColId, OpType, Status, SrcServerId, DestServerId, UserCmdId, PRI, GenTime, ErrorInfo, LastDispatchTaskTime)VALUES ('SASCDN', 'VOD', NULL, 6, 0, 'nb04', 'nb04', NULL, 10, GETDATE(), NULL, '2000-01-01')......【阅读全文】