본문 바로가기
ㄱWORK, ETC/Oracle

Forms 소스 text 확인

by YuyU유유 2021. 2. 25.
728x90
반응형

*Forms 소스 text 확인

*putty-telnet에서 소스확인

 

fmb 파일 있는 경로에서 unix 명령어로 찾음

 

grep -l 'XDOPO0005' *

grep -l 'POCISO' *

 

grep -l 'xwms_odm_set_interface' *

 

program unit 단에서 찾아짐.

 

단.Record group 검색안됨.

 

 

grep -l 'XINVS_ITEM_INFORMATION_V' *

 

grep -l 'XWMSF00632_99' *

 

 

 

grep -l 'POCISO' *

728x90
반응형

'ㄱWORK, ETC > Oracle' 카테고리의 다른 글

oracle universal installer 설치  (0) 2021.04.14
single_row 가져올때  (0) 2021.04.14
REGEXP_LIKE  (1) 2021.04.14
Outer Join (LEFT, RIGHT, FULL OUTER JOIN)  (0) 2021.02.25
[REGEXP_LIKE]  (0) 2021.02.25