小说网站 搜小说 无限网 烟雨红尘 小说爱好者 免费小说 免费小说网站

10 2014 档案

APPCORE Routine APIs
摘要:Introduction to APPCORE Routine APIs This chapter provides you with specifications for calling many Oracle E-Business Suite APIs from your PL/SQL p... 阅读全文

posted @ 2014-10-30 21:23 王小航 阅读(258) 评论(0) 推荐(0) 编辑

How to SetUp The Receiving Transaction Manager
摘要:In this Document Goal Solution References APPLIES TO: Oracle Inventory Management - Version: 10.7 to 12.1.3 - Release: 10.7 to 12.1 Infor... 阅读全文

posted @ 2014-10-30 17:40 王小航 阅读(174) 评论(0) 推荐(0) 编辑

How Many Processes Should Be Set For The Receiving Transaction Manager (RTM)
摘要:In this Document Goal Solution References APPLIES TO: Oracle Inventory Management - Version 10.7 to 12.1.3 [Release 10.7... 阅读全文

posted @ 2014-10-30 17:39 王小航 阅读(152) 评论(0) 推荐(0) 编辑

更新客户配置文件
摘要:DECLARE l_rec_profile_t hz_customer_profile_v2pub.customer_profile_rec_type; l_rec_profile hz_customer_profile_v2pub.cust_profile_amt_rec_ty... 阅读全文

posted @ 2014-10-30 17:39 王小航 阅读(448) 评论(0) 推荐(0) 编辑

How to Create a Java Concurrent Program
摘要:In this Document Goal Solution Overview Steps in writing Java Concurrent Program Template Program: Pro... 阅读全文

posted @ 2014-10-30 11:49 王小航 阅读(311) 评论(0) 推荐(0) 编辑

Oracle Product Hub / Product Lifecycle Management / Product Information Management / Advanced Produc
摘要:In this Document Goal Solution 1. Master List showing sample code for APIs in Product Data Hub 2. FAQ a. Need... 阅读全文

posted @ 2014-10-29 20:14 王小航 阅读(341) 评论(0) 推荐(0) 编辑

Oracle Bills of Material and Engineering Application Program Interface (APIs)
摘要:In this Document Goal Solution 1. Sample Notes for BOM APIs 2. Datatypes used in these APIs 3. Limitatio... 阅读全文

posted @ 2014-10-29 20:14 王小航 阅读(279) 评论(0) 推荐(0) 编辑

Oracle Inventory Management Application Program Interface ( APIs)
摘要:In this Document Goal Solution References APPLIES TO: Oracle Inventory Management - Version 12.0.0 and later Information... 阅读全文

posted @ 2014-10-29 20:12 王小航 阅读(274) 评论(0) 推荐(0) 编辑

AWR报告生成
摘要:ORACLE数据库两个比较重要的问题查看报告:awrrpt.sql,ashrpt.sql 生成报告的脚本一般存放在如下路径: /home/TEST/db/tech_st/11.2.0/rdbms/admin(DB用户) 此报告对于查ORACLE数据库的性能非常有帮助,可以追... 阅读全文

posted @ 2014-10-29 13:56 王小航 阅读(216) 评论(0) 推荐(0) 编辑

AWR報告詳解
摘要:AWR是Oracle 10g 版本 推出的新特性, 全称叫Automatic Workload Repository-自动负载信息库, AWR 是通过对比两次快照(snapshot)收集到的统计信息,来生成报表数据,生成的报表包括多个部分 WORKLOAD REPOSITORY repo... 阅读全文

posted @ 2014-10-29 12:28 王小航 阅读(1336) 评论(0) 推荐(0) 编辑

几种改变执行计划的方法
摘要:一、使用Hint 1、可以从v$sql_hint视图中查询Oracle所支持的所有的hint 2、Hint分为6种: 1)初始化参数hint(可以覆盖在系统级或者会话级定义的初始化参数),如: all_rows, first_rows,cursor_sharing_exact... 阅读全文

posted @ 2014-10-29 12:04 王小航 阅读(1343) 评论(0) 推荐(0) 编辑

查看执行计划的6种方法
摘要:1、explain plan for :如果某SQL执行非常长时间才会出结果,甚至慢到返回不了结果,这时候看执行计划就只能用方法1,或者方法4; 缺点:没有输出运行时的相关统计信息(产生多少逻辑读,多少次递归调用,多少次物理读的情况),无法判断是处理了多少行,无法判断表被访问了多少次 2... 阅读全文

posted @ 2014-10-29 12:04 王小航 阅读(1691) 评论(0) 推荐(0) 编辑

VS2008中开发手持终端程序(PDA软件)总结
摘要:VS2008中开发手持终端程序(PDA手机软件)的项目总结 1程序结构 程序中包括四个部分: 1.系统配置 这个部分用来配置系统中的相关参数,参数包括数据库信息和串口的配置信息。这部分的主要技术是XML文件的读取和写入。 2.数据下载 从数据库中下载数据到PDA,PDA上的保存也是... 阅读全文

posted @ 2014-10-28 17:31 王小航 阅读(720) 评论(0) 推荐(0) 编辑

开发识别屏幕方向的应用程序
摘要:适用范围: Windows Mobile™ 2003 第二版软件 基于 Windows Mobile™ 的 Pocket PC 摘要:了解基于 Windows Mobile 的设备如何在横竖向模式下显示、该功能的后台情况、为该功能开发移动应用程序的相关信息、开发者指南中新的建议和示例。 请... 阅读全文

posted @ 2014-10-28 17:25 王小航 阅读(498) 评论(0) 推荐(0) 编辑

PDA智能设备解决方案打包及部署
摘要:演练:打包智能设备解决方案以便进行部署 Visual Studio 2008 本演练演示如何使用 Visual Studio 将应用程序及其资源打包到一个 CAB 文件中,以便可将其部署到最终用户的智能设备上。 说明: 对于在以下说明中使用的某些 Visual S... 阅读全文

posted @ 2014-10-28 17:12 王小航 阅读(330) 评论(0) 推荐(0) 编辑

Xcode 下cocos-2dx 环境搭建
摘要:一、Cocos2d-x简介 Cocos2d-x是一个开源的移动2D游戏框架,MIT许可证下发布的,这是一个C++ Cocos2d-iPhone项目的版本。 Cocos2d-X发展的重点是围绕Cocos2d跨平台,Cocos2d-x提供的框架。手机游戏,可以写在C++或者Lua中, 使用API是... 阅读全文

posted @ 2014-10-27 12:38 王小航 阅读(904) 评论(0) 推荐(0) 编辑

PO订单审批拒绝API
摘要:DECLARE l_return_status VARCHAR2(1); l_return_code VARCHAR2(1000); l_exception_msg VARCHAR2(4000); l_online_report_id NUMBER;BEGIN -... 阅读全文

posted @ 2014-10-26 10:55 王小航 阅读(381) 评论(0) 推荐(0) 编辑

PO订单审批通过API
摘要:DECLARE l_return_status VARCHAR2(1); l_exception_msg VARCHAR2(4000);BEGIN mo_global.set_policy_context(p_access_mode => 'S', ... 阅读全文

posted @ 2014-10-26 10:54 王小航 阅读(528) 评论(0) 推荐(0) 编辑

Oracle Forms Services Architecture
摘要:Oracle Forms Services Architecture Author: PTIAN(tianpan@gmail.com) Creation Date: 05/01/2012 Last Updated: ... 阅读全文

posted @ 2014-10-23 20:02 王小航 阅读(355) 评论(0) 推荐(0) 编辑

《Oracle Applications DBA 基础》- 9 - Concurrent Processing
摘要:来自:http://www.itpub.net/thread-1411293-1-4.html 《Oracle Applications DBA 基础》- 9 - Concurrent Processing ================================== 参... 阅读全文

posted @ 2014-10-23 19:47 王小航 阅读(221) 评论(0) 推荐(0) 编辑

Useful Articles for the Oracle E-Business Suite Technology Stack for Technical Consultant / DBA [ID
摘要:Applies to: Oracle Applications Technology Stack - Version: 11.5.10.2 to 12.1.3 - Release: 11.5.10 to 12.1 Information in this document applies to ... 阅读全文

posted @ 2014-10-23 19:45 王小航 阅读(191) 评论(0) 推荐(0) 编辑

Understanding and Using HRMS Security in Oracle HRMS
摘要:Understanding and Using HRMS Security in Oracle HRMS Product:Oracle Human Resources Minimum Version:11.5.9 An Oracle White Paper Abstract Under... 阅读全文

posted @ 2014-10-23 15:27 王小航 阅读(349) 评论(0) 推荐(0) 编辑

APP-FND-00676: 弹性域例程 FDFGDC 无法读取为此说明性弹性域指定的默认引用字段
摘要:路径: AR: 设置- 财务系统 - 弹性域- 说明性 -注册 手工增加: RECEIPT_METHOD_ID 路径: AR: 设置- 财务系统 - 弹性域- 说明性 -段 路径:收款 - 收款 点 “冲销 ” 按钮 ... 阅读全文

posted @ 2014-10-23 14:04 王小航 阅读(480) 评论(0) 推荐(0) 编辑

adformsctl.sh 与 adformsrvctl.sh, 10.1.2 及10.1.3
摘要:参考 http://blog.csdn.net/cai_xingyun/article/details/40393885 , adformsctl.sh 是开启forms oc4j , 根据之后的adformsrvctl.sh 的描述, adformsctl.sh 应该是开启 forms... 阅读全文

posted @ 2014-10-23 11:47 王小航 阅读(413) 评论(0) 推荐(0) 编辑

Oracle Apps DBA 常用命令
摘要:数据库启动监听 addlnctl.sh start instance 启动数据库 addbctl.sh start 启动应用服务器 adstrtal.sh 停止应用服务器 adstpall.sh ------------------------------... 阅读全文

posted @ 2014-10-23 11:16 王小航 阅读(628) 评论(0) 推荐(0) 编辑

订单应用暂挂
摘要:You can apply hold on existing order by populating the order import interface with the following : OE_HEADERS_IFACE_ALL ORDER_SOURCE_ID ORIG_SYS_D... 阅读全文

posted @ 2014-10-17 15:15 王小航 阅读(252) 评论(0) 推荐(0) 编辑

结构体:探析C#文件方式读写结构体
摘要:最近直在研究Net Micro Framework字体文件(tinyfnt)由于tinyfnt文件头部有段描述数据所以很想 定义个结构体像VC样直接从文件中读出来省得用流个个解析很是麻烦 没有想到在中竟没有直接指令想必设 计者认为提供了流和序列化技术切问题都可以迎刃而解了 在中结构体是个... 阅读全文

posted @ 2014-10-17 11:48 王小航 阅读(1389) 评论(0) 推荐(0) 编辑

Oracle中job的实例
摘要:一、Oracle定时器(Job)各时间段写法汇总 对于DBA来说,数据库Job再熟悉不过了,因为经常要数据库定时的自动执行一些脚本,或做数据库备份,或做数据的提炼,或做数据库的性能优化,包括重建索引等等的工作。但是,Oracle定时器Job时间的处理上,千变万化,今天我把比较常用写法汇总如下: ... 阅读全文

posted @ 2014-10-15 17:59 王小航 阅读(939) 评论(0) 推荐(0) 编辑

Oracle中job的使用详解
摘要:我们在项目开发中,常常会有一些复杂的业务逻辑。使用oracle的存储过程,可以大大减少java程序代码的编写工作量,而且存储过程执行在数据库上,这样可以利用oracle的良好性能支持,极大地提高程序执行效率和稳定性。定时执行存储过程,就要用到job。 以下是常用的参数说明: 字段(列) ... 阅读全文

posted @ 2014-10-15 17:54 王小航 阅读(1590) 评论(0) 推荐(0) 编辑

解决成本的错误和问题
摘要:问题描述 错误 数据收集 根本原因 版本 组件:数据修复 在一个实际成本组织中,(平均,先进先出,后进先出) 一个或更 多的以下情况可能发生: 1.导航到物料成本历史表单上的数量信息,与现有量表单的数量不匹配的记录 ... 阅读全文

posted @ 2014-10-15 17:26 王小航 阅读(2564) 评论(0) 推荐(0) 编辑

DQM Serial Sync Index Program ERROR
摘要:Error syncing hz_stage_party_sites_t1:ORA-20000:Oracle Text 错误: DRG-10502:索引AR.HZ_STAGE_PARTY_SITES_T1不存在 Error syncing hz_stage_contact_t1:ORA-20... 阅读全文

posted @ 2014-10-15 17:25 王小航 阅读(587) 评论(0) 推荐(0) 编辑

客户信用控制请求
摘要:一,导入外部风险 FUNCTION import_credit_exposure(p_org_id IN NUMBER, p_customer_id IN NUMBER, ... 阅读全文

posted @ 2014-10-11 21:31 王小航 阅读(273) 评论(0) 推荐(0) 编辑

现有量,在途量,可用量,可保留量
摘要:FUNCTION get_onhand_atr_qty(p_organization_id IN NUMBER, p_item_id IN NUMBER) RETURN NUMBER IS x_retur... 阅读全文

posted @ 2014-10-11 21:29 王小航 阅读(1292) 评论(0) 推荐(0) 编辑

How to Enable Trace or Debug for APIs executed as SQL Script Outside of the Applications ?
摘要:In this Document Goal Solution 1: How do you enable trace for an API when executed from a SQL script outside of Oracle Applic... 阅读全文

posted @ 2014-10-10 16:15 王小航 阅读(207) 评论(0) 推荐(0) 编辑

系统特别慢问题查找
摘要:今天系统突然变得特别的慢, 看了下诊断,调试什么的都正常,从后台开一下 发现有三个进行占CPU太高了, 检查了一下 发现是数据收集统计请求占的,看了下系统里面发现同时有三个请求的跑; 总结:这个请求做成定时请求的同时也得留意带来的问题 阅读全文

posted @ 2014-10-09 12:40 王小航 阅读(152) 评论(0) 推荐(0) 编辑

Optimizing Item Import Performance in Oracle Product Hub/Inventory
摘要:APPLIES TO: Oracle Product Hub - Version 12.1.1 to 12.1.1 [Release 12.1] Oracle Inventory Management - Version 12.1.1 to 12.1.1 [Release 12.1]... 阅读全文

posted @ 2014-10-08 21:37 王小航 阅读(911) 评论(0) 推荐(0) 编辑

客户地点分配多OU
摘要:DECLARE l_num_user_id NUMBER; l_num_appl_id NUMBER; l_num_resp_id NUMBER; cust_account_rec_type hz_cust_... 阅读全文

posted @ 2014-10-04 13:50 王小航 阅读(216) 评论(0) 推荐(0) 编辑

详解EBS接口开发之物料导入API
摘要:create_item inv_item_grp.create_item(p_commit => fnd_api.g_true, -- p_item_rec => l_item_rec, ... 阅读全文

posted @ 2014-10-04 11:47 王小航 阅读(778) 评论(0) 推荐(0) 编辑

R12 - Error 'Unable to process your transaction. The operating unit is either invalid or it cannot b
摘要:In this Document Symptoms Cause Solution Still Have Questions? References APPLIES TO: Oracle Trading Co... 阅读全文

posted @ 2014-10-02 17:28 王小航 阅读(498) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示