摘要:
总帐会计: (比较简单全部测试通过,关帐时使用) Line item of document for ledger with summary table GL F: BAPI_GLX_GETDOCITEMS Closing balance of G/L account for chosen year 阅读全文
摘要:
一、导入导出 ixf: db2 export to /tmp/xxx.csv of ixf lobs to . xml to . modified by codepage=1208 "select * from sysibm.dual" db2 import from tablename of ix 阅读全文
摘要:
SAP R/3系统的启动... SAP R/3系统的启动: 1.以adm用户执行startsap__,它还有一个alias叫startsap. 2.startsap starts the saposcol 进程, 它是OS资源数据的statistics collector。 3.startsap c 阅读全文
摘要:
DB2重启数据库实例时,有时停止实例会失败,此时需要先确认没有应用链接数据库,然后再关闭数据库实例,并重新启动。 1.查看是否有活动的链接 命令:db2 list applications for db db_name 发现有两个活动链接,此时需要将链接进行关闭。 2.关闭连接 命令:db2 for 阅读全文