Thursday, November 21, 2019

Accounting fun: This is how to ask for a raise.

Accounting fun: This is how to ask for a raise.: A student accountant in the US wrote to his senior partner asking for an increased salary. Dear Bo$$ In thi$ life, we all need $ome things m...

Wednesday, February 20, 2019

Data Base Issues - Oracle EBS R12: Checking swap space: 0 MB available, 1535 MB requi...

Data Base Issues - Oracle EBS R12: Checking swap space: 0 MB available, 1535 MB requi...: http://dbissues.blogspot.com/2016/02/i-am-trying-to-install-portal-forms.html I am trying to install "Oracle Reports and forms ...

Thursday, February 7, 2019

use sql case

Mastering+Oracle+SQL SELECT   pm.emp_no, pm.ipd_admission_dept,          (SELECT dept_name             FROM hr_dept            WHERE dept_no = 1168) ipd_admission_cp, pm.ipd_visitor_dept,          (SELECT dept_name             FROM hr_dept            WHERE dept_no = 1183) ipd_visitor_cp, pm.em_billing_dept,          (SELECT dept_name  ...