上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页
摘要: 1 PLSQL导出DML语句Tools -->export tables2 导入C:\Users\Administrator>sqlplusSQL> conn xxx/xx@URL:1521/XESQL> spool 'F:\AIT\LOG\05-13\DATA\IDHR_PROD_05_13_Data_01.log'SQL> @F:\DATA.sqlSQL> spool off3 XP导出 create table / create function/ create procedure 语句#exp IDHR/IDHR_0525@local 阅读全文
posted @ 2013-05-13 20:17 viviVIVIviviViVi 阅读(949) 评论(0) 推荐(0)
摘要: 1 org.tigris.subversion.javahl.ClientException: Attempted to lock an already-locked dir异常解决方法 转 http://blog.csdn.net/chenyanbo/article/details/5940009myeclipse用svn提交的时候报错:Attempted to lock an already-locked dirsvn: Working copy 'D:/Program Files/MyEclipse 6.6flex/workspace/emis/WebRoot/emis/emre 阅读全文
posted @ 2013-05-10 20:14 viviVIVIviviViVi 阅读(146) 评论(0) 推荐(0)
摘要: select * from dba_objectswhere owner = 'IDHR' and (created > to_date('2013-04-23 00:00:00', 'YYYY-MM-DD hh24:mi:ss') or to_date(timestamp, 'YYYY-MM-DD hh24:mi:ss') > to_date('2013-04-23 00:00:00', 'YYYY-MM-DD hh24:mi:ss'));-- dba权限操作-- dba_object 阅读全文
posted @ 2013-05-06 21:51 viviVIVIviviViVi 阅读(249) 评论(0) 推荐(0)
摘要: 如何更新两个表之前的不同数据呢?那么必然存在多条数据中多个字段的数据不同情况。下面我举例说明:1、创建表createtabletb1 (idvarchar2(10), xmvarchar2(10), xbvarchar2(10)); createtabletb2 (idvarchar2(10), xmvarchar2(10), xbvarchar2(10));2、插入测试数据insertintotb1values('1','xx','xx'); insertintotb1values('2','yy','y 阅读全文
posted @ 2013-05-01 13:35 viviVIVIviviViVi 阅读(398) 评论(0) 推荐(0)
摘要: 一实体类型独立实体VS依赖实体独立实体:不依赖于模型中任何其他的实体来标识依赖实体:依存于模型中的其他实体二实体关系三正向工程四反向工程Tools-->ReverseEngineer勾选上需要的列填写DB连接信息参考文章http://blog.csdn.net/huaxin520/article/details/7646651 阅读全文
posted @ 2013-04-30 22:44 viviVIVIviviViVi 阅读(210) 评论(0) 推荐(0)
摘要: 1InstalltheFTPserviceintheWin2008R2OS2choosewebserverIIS3choosethefollowingitems4Thenistall.5findtheFTPSitehere:6CreateanewFTPSite:7BindtheIPaddressandport:8 Configureuserpermissionsandbasicoranonymouspermission.Ifyourserverisconnectedtoyourdomainyoucanspecifydomainusers,otherwisetheymustbelocaluser 阅读全文
posted @ 2013-04-26 10:03 viviVIVIviviViVi 阅读(641) 评论(0) 推荐(0)
摘要: ENV:window 7Apache Tomcat 6.01 Decompress tomcat server 2 TOMCAT_HOME:D:\Program Files\DEV\apache-tomcat_backup3 change the port of tomcat server:find the following file TOMCAT_HOME\conf\server.xmland change the port here :4 start up the tomcat server:4.1 cmd#d:#cd D:\Program Files\DEV\apache-tomca. 阅读全文
posted @ 2013-04-21 21:55 viviVIVIviviViVi 阅读(245) 评论(0) 推荐(0)
摘要: table & sql 环境准备1 要修改的数据select empid,religion_code from PERSONAL_INFO_TEMP_WANG;2 修改数据的来源 SELECT SP.CODE_NO, S1.CONTENT CODE_NAME FROM SY_CODE T, SY_CODE_PARAM SP, SY_GLOBAL_NAME S1 WHERE T.PARENT_CODE_NO = '124566' AND T.CODE_NO = SP.C... 阅读全文
posted @ 2013-04-21 16:10 viviVIVIviviViVi 阅读(4058) 评论(0) 推荐(0)
摘要: 问题如下:SQL> SQLPLUS.....SQL>conn sys/sys@192.168.15.8:1521/ORCL as sysdbaConnected to Oracle Database 11g Enterprise Edition Release11.1.0.6.0 SQL> drop table student2;drop table student2ORA-00054:资源正忙, 但指定以 NOWAIT 方式获取资源, 或者超时失效=========================================================解决方法如下: 阅读全文
posted @ 2013-04-21 12:52 viviVIVIviviViVi 阅读(599) 评论(0) 推荐(0)
摘要: 1 I could not get any intellectual stimulation in this job. 不能从这份工作中获得任何智力启发2 It is not the intellectually satisfying work.不是愉悦身心的工作3 阅读全文
posted @ 2013-04-14 23:58 viviVIVIviviViVi 阅读(171) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 28 下一页