should background pages show up in swap when hugepages are enabled 12c
need to execute the command below on an Oracle 12.1.0.2 EBS system using Redhat Linux with hugepages and tell me if you see background processes in swap
for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | sort -k 2 -n -r