摘要:
系统管理员 应用服务器 adadmin 编译 阅读全文
摘要:
失效ICX 阅读全文
摘要:
-- 打开PO PROCEDURE Btn_Open_Po IS BEGIN Fnd_Function.Execute(Function_Name => 'PO_POXPOEPO', Open_Flag => 'Y', Session_Flag => 'Y', ... 阅读全文
摘要:
SELECT frv.responsibility_name, fpo.profile_option_name, fpo.user_profile_option_name, fpv.profile_option_value, CASE WHEN fpo.profile_option_name = 'GL_SET_OF_B... 阅读全文
摘要:
SELECT a.request_id,floor((sysdate-a.actual_start_date)*24) hou, round(((sysdate-a.actual_start_date)*24- floor((sysdate-a.actual_start_date)*24))*60) mini, c.sql_address, c.inst... 阅读全文
摘要:
declare -- Local variables here i integer; x_line_original NUMBER; x_line_remaining NUMBER; x_tax_original NUMBER; x_tax_remaining NUMBER; x_freight_orginal NUMBER; x_freight_remaini... 阅读全文
摘要:
DECLARE -- Non-scalar parameters require additional processing p_errors arp_trx_validate.message_tbl_type; CURSOR cur_t IS SELECT l.customer_trx_id, l.trx_number FROM ra_cust... 阅读全文
摘要:
oraprod 登陆数据库服务器 执行 rman target / 如图: 执行: delete noprompt force archivelog all completed before ‘sysdate -2’; 如图: 回车。 最后,执行 exit; 退出,如图: 阅读全文
摘要:
增大表空间 这里仅是改成数据文件自动扩展格式,每个数据文件最大存储32G. 阅读全文
摘要:
这里仅提供查询锁和解锁。有时,锁是正常的,所以杀掉正锁着的进程有一定的风险性。 具体步骤如下: -- 1.0 查看 holder的进程 SELECT DECODE(request, 0, 'Holder: ', 'Waiter: ') || sid sess, id1, id2, lmode, request, type ... 阅读全文