上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 94 下一页
摘要: Modified: 29-Mar-2014 Type: HOWTO In this DocumentGoal Solution 1. Based upon an output file generated by XML Publisher 2. Based upon the applied patches 2.1. Oracle E-Busi... 阅读全文
posted @ 2015-11-04 17:00 全威儒 阅读(2966) 评论(0) 推荐(0)
摘要: Oracle EBS APP & DB 打补丁过程简述l例子: 打 Patch# 11843100:R12.CAC.B 打PATCH之前先查询一下是否已经有了这个PATCH. SELECT * FROM ad_applied_patches where patch_name in ('11843100','') ;SELECT * FROM ad_bugs where ... 阅读全文
posted @ 2015-11-03 09:21 全威儒 阅读(564) 评论(0) 推荐(0)
摘要: BIP Deskotop 11.119.00.0 (32-bit)Office 2013 (32-bit)Win 7 (64-bit)The current certification matrix seems to say this is supported, however I am having the following problem:1. I have an existing RTF ... 阅读全文
posted @ 2015-11-03 00:28 全威儒 阅读(4640) 评论(0) 推荐(0)
摘要: 具体使用方法:1、添加用户参数p_conc_request_id2、在BeforeReport trigger中添加srw.user_exit('FND SRWINIT'); 和AfterReport trigger中添加srw.user_exit('FND SRWEXIT');3、添加用户参数p_output_format4、在BeforeReport trigger中添加UP... 阅读全文
posted @ 2015-11-02 20:41 全威儒 阅读(2947) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-11-02 14:38 全威儒 阅读(473) 评论(0) 推荐(0)
摘要: toad for sqlserver5.7 虽然SSMS很好很强大,不过有时候使用一些第三方工具可以使MSSQL DBA们更加的方便管理MSSQL toad for sqlserver5.7就是这样一款工具,下面介绍一下这只癞蛤蟆。 (工具的下载地址跟破解文件的下载地址跟破解方法在文章下面!!) toad for sqlserver包含模式浏览、sql编辑器、存储过程编辑器、数据库复制、数据库移... 阅读全文
posted @ 2015-11-02 11:48 全威儒 阅读(3952) 评论(1) 推荐(0)
摘要: 1. 开始只有oracle 和access 连接 2. 打开Oracle SQL Developer: 工具——>首选项——>数据库——>第三方JDBC驱动程序——>添加驱动条目 3. 自动加载到目录,JTDS.jar 下载后就到放这里。 (我的路径:C:\Documents and Settings\Administrator\Application Data\SQL Developer\... 阅读全文
posted @ 2015-11-02 10:38 全威儒 阅读(4705) 评论(0) 推荐(0)
摘要: 执行如下SQL将test_temp表中的数据恢复到 2013-04-26 21:06:00 注意,这里一定要先删除全部数据,否则可能会导致数据重复 delete from test_temp; insert into test_temp select * from test_temp as of timestamp to_timestamp('2013-04-26 21:06:00', 'yyy... 阅读全文
posted @ 2015-11-02 07:57 全威儒 阅读(4175) 评论(0) 推荐(0)
摘要: [oracle@redhat4 config]$ cd $ORACLE_HOME/redhat4.7_orcl/sysman/config [oracle@redhat4 config]$ pwd/u01/app/oracle/product/11.2.0/dbhome_1/redhat4.7_orcl/sysman/config[oracle@redhat4 config]$ vi emd.pr... 阅读全文
posted @ 2015-11-01 22:45 全威儒 阅读(1908) 评论(0) 推荐(0)
摘要: [oracle@redhat4 ~]$ sqlplus / as sysdba@orcl SQL*Plus: Release 11.2.0.1.0 Production on Tue Oct 6 21:14:51 2015 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to:Oracle Database 11g... 阅读全文
posted @ 2015-11-01 22:02 全威儒 阅读(493) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 94 下一页