摘要:
select fpg.applications_system_name, fpg.release_name, fpg.aru_release_name from fnd_product_groups fpg; 阅读全文
posted @ 2024-03-20 08:58
Iven_lin
阅读(37)
评论(0)
推荐(0)
摘要:
select u.user_name, app.application_short_name, fat.application_name, fr.responsibility_key, frt.responsibility_name, fff.function_name, fft.user_func 阅读全文
posted @ 2024-03-20 08:54
Iven_lin
阅读(59)
评论(0)
推荐(0)
摘要:
模块: WIP 相关表:inv.mtl_material_transactions 物料事务处理表 (transaction_source_id 与 we.wip_entity_id 连接) inv.mtl_transaction_lot_numbers 物料事务处理批次号表(transaction 阅读全文
posted @ 2024-03-20 08:47
Iven_lin
阅读(302)
评论(0)
推荐(0)
摘要:
EBS 统计特定开头的请求 select t.user_concurrent_program_name, b.concurrent_program_name from fnd_concurrent_programs_tl t, fnd_concurrent_programs b where b.ap 阅读全文
posted @ 2024-03-20 08:45
Iven_lin
阅读(29)
评论(0)
推荐(0)
摘要:
select username usuario_oracle, count(username) numero_sesiones from gv$session group by username order by numero_sesiones desc; 阅读全文
posted @ 2024-03-20 08:35
Iven_lin
阅读(33)
评论(0)
推荐(0)
摘要:
create or replace function IS_INTEGER(VAR_VALUE IN VARCHAR) return NUMBER is Result NUMBER;begin Result := TO_NUMBER(VAR_VALUE); return Result;EXCEPTI 阅读全文
posted @ 2024-03-19 14:40
Iven_lin
阅读(31)
评论(0)
推荐(0)
摘要:
--性能最差的SQL SELECT * FROM ( SELECT PARSING_USER_ID EXECUTIONS,SORTS,COMMAND_TYPE,DISK_READS,sql_text FROM v$sqlarea ORDER BY disk_reads DESC) WHERE ROW 阅读全文
posted @ 2024-03-19 14:35
Iven_lin
阅读(13)
评论(0)
推荐(0)
摘要:
declare jobname number; begin dbms_job.submit(jobname ,存储过程名称;',trunc(sysdate)+12/24+05/24/60+01/24/60/60,'sysdate+5/24/60'); commit; end; 注释:trunc(sy 阅读全文
posted @ 2024-03-19 14:32
Iven_lin
阅读(200)
评论(0)
推荐(0)
摘要:
declarebegin <<outer>> for i in reverse 1 .. 3 loop <<inner>> for i in 4 .. 6 loop dbms_output.put_line('outer' || outer.i); dbms_output.put_line('inn 阅读全文
posted @ 2024-03-19 14:13
Iven_lin
阅读(38)
评论(0)
推荐(0)
摘要:
select t1.table_name, t1.column_name, t1.nullable, t1.data_type || '(' || t1.data_length || ')', t2.comments from all_tab_cols t1, all_col_comments t2 阅读全文
posted @ 2024-03-19 14:04
Iven_lin
阅读(21)
评论(0)
推荐(0)
浙公网安备 33010602011771号