喜迎双节

生活会更美好

 
 
 
 
 
 

 Sean

广东省 广州市 双子座

 发消息  写留言

 
自我介绍这家伙很懒,什么都没有留。
职    业ERP技术/ 应用顾问
交友目的结交朋友
QQ43453038
MSNlbwywz@hotmail.com
博客等级加载中...
今日访问加载中...
总访问量加载中...
最后登录加载中...
 
 
 
 
 

心情随笔

 
 
心情随笔列表加载中...
 
 
 
 
 
 
 

如何有效的利用metalink去解决问题

2009-11-23 12:43:02 阅读(0) 评论(0)

metalink是oracle erp的知识库,初学oracle erp的人可能对如何去利用metalink去查询文档摸不着头脑,一下就简要的就我的一些基本情况讲一下如何利用metalink去解决实际遇到的问题。希望对大家有所帮助。
1.遇到问题如何选择最有效的关键字去在metalink上查询?
metalink是一个知识库,为了最有效的查到所遇到问题的解决方案,我们选择查询的关键字就比较重要,一般来说应该把如下的信息作为关键字进行查询:
1.错误代码(比如类似APP-SQLGL-08204 )
2.From的名称
(form的名称在菜单的 帮助-》关于oracle applications中有)


阅读全文>>

阅读(0) | 评论(0) | 阅读全文>>

Windows下用sftp巧妙打造安全传输

2009-11-17 13:42:12 阅读(0) 评论(0)

众所周知在Windows系统和Linux类系统的最大区别就在于他的非开源性,因此在Windows下我们传输文件,共享资源主要通过FTP协议来实现……

众所周知在Windows系统和Linux类系统的最大区别就在于他的非开源性,因此在Windows下我们传输文件,共享资源主要通过FTP 协议来实现,和以前的TFTP协议相比FTP提供了必要的安全保证措施,然而对于一些要求网络安全级别比较高,需要严格防范传输数据被监听工具窃取的情况 来说,FTP协议就无法胜任了,这时我们应该寻找更加安全的传输协议来保证服务器的安全。今天笔者就为各位IT168的读者介绍在Windows下如何通 过sftp打造安全传输。

一、什么是sftp?

一般来说两台机器间的文件传输,除了常用的


阅读全文>>

阅读(0) | 评论(0) | 阅读全文>>

shell中调用sftp传输文件

2009-11-16 16:08:50 阅读(0) 评论(0)

SFTP脚本如下:
#!/bin/bash
lftp -u user,password sftp://IP:Port <<EOF or lftp -e "put theFile; quit" -u username,password sftp://remotehost
cd direcory
lcd local directory
get file.gz
#put file.gz
by
EOF
我想大家看到应该明白什么意思吧,有关sftp://IP:Port这个Port是看你有没有修改过SSH端口,如果没有修改是不用加的直接sftp://IP就可以了。


sftp 是什么,端口,进程,启停,在shell中的使用举例
与ftp的区别,通常我们在Linux上面用vsftp 对应比较...待续


阅读全文>>

阅读(0) | 评论(0) | 阅读全文>>

Most Common Solutions to FRM-41839 and .tmp Files Not Being Deleted [ID 435437.1]

2009-11-16 15:21:37 阅读(1) 评论(0)

Applies to:

Oracle Applications Technology Stack - Version: 11.5.10.2
This problem can occur on any platform.

Symptoms


The process f60webmx writes files into the server /tmp and let them in memory with status 'deleted' so that it's consuming file system.

Because of these files, the /tmp is sometimes 100% full, rendering the Oracle Applications environment useless.


阅读全文>>

阅读(1) | 评论(0) | 阅读全文>>

启动ebs环境变量 . APPSPROD_sycorax.env

2009-11-13 9:14:51 阅读(1) 评论(0)

. APPSPROD_sycorax.env
阅读全文>>

阅读(1) | 评论(0) | 阅读全文>>

ORACLE DISCOVERER虚拟内存低

2009-11-10 9:52:13 阅读(1) 评论(0)

用户访问ORACLE DISCOVERER时出现如下错误:-
The server is running low on virtual memory. This can happen due to insufficient disk space or heap space on the server. Please contact your Discoverer Administrator for assistance.

解决办法如下

==加大所有DISCOVERER用户的内存参数
try to increase the MaxVirtualDiskMem and MaxVirtualHeapMem sizes in $ORACLE_HOME/discoverer/util/pref.txt.


阅读全文>>

阅读(1) | 评论(0) | 阅读全文>>

FNDLOAD 用法(从测试环境迁移到正式环境)

2009-11-9 15:39:52 阅读(8) 评论(0)

语法:
FNDLOAD logon 0 Y mode configfile datafile [ entity [ param ... ] ]

logon     : EBS用户名/密码[@TNS连接别名]
mode      : UPLOAD 或 DOWNLOAD
configfile: 配置文件路径,根据同步对象的不同需要选择不同的配置文件。
datafile : 数据文件
entity    : 条目名称, 或者上载时的所有相关值
param     : 参数格式为 NAME=VALUE


环境变量:


阅读全文>>

阅读(8) | 评论(0) | 阅读全文>>

WSH_DELIVERY_DETAILS Released_status

2009-11-9 10:12:38 阅读(5) 评论(0)

The different delivery line statuses are:
- Not Applicable (Code X)
The delivery line is invoicable but non-shippable, for example, a service line
or a warranty line.
- Not Ready for Release (Code N)
The delivery line is not eligible for pick release.
Occurs when the order line is manually imported

阅读全文>>

阅读(5) | 评论(0) | 阅读全文>>

Scheduled Programs Query

2009-9-23 14:23:51 阅读(4) 评论(0)

SELECT DISTINCT request_id             ,
  TRUNC (request_date) "REQUESTED DATE",
  flp.meaning phase                    ,
  fls.meaning status                   ,
  fcwr.user_concurrent_program_name    ,
  fcwr.priority                        ,
  resubmit_interval
  || ' '
阅读全文>>

阅读(4) | 评论(0) | 阅读全文>>

根据并发程序名查找被分配的职责

2009-9-23 14:21:35 阅读(3) 评论(0)

SELECT responsibility_name , frg.request_group_name,
fcpv.user_concurrent_program_name, fcpv.description
FROM fnd_request_groups frg,
fnd_request_group_units frgu,
fnd_concurrent_programs_vl fcpv,
fnd_responsibility_vl frv
WHERE frgu.request_unit_type = 'P'
AND frgu.request_group_id = frg.request_group_id
AND frgu.request_unit_id = fcpv.concurrent_program_id
AND frv.request_group_id = frg.request_group_id
阅读全文>>

阅读(3) | 评论(0) | 阅读全文>>

查看所有日志>>

 
 
 
 
 
 

天气

 
 
模块内容加载中...
 
 
 
 
 

日历

 
 
模块内容加载中...
 
 
 
 
 

同城有缘人

 
 
列表加载中...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2009