E-Business Suite Archive
Printer setup for the E-Business Suite in Oracle Enterprise Linux Part 2 Migrating
0 Comments Published August 15th, 2009 in E-Business Suite, LinuxNow that we have the printers all added, the last thing we want to do is have to rekey them all on every server. Every time you do a manual migration, you increase the chance for errors. We can use system-config-printer to migrate our queues at the linux level and FNDLOAD to migrate the queues [...]
Printer setup for the E-Business Suite in Oracle Enterprise Linux Part 1 New Printer Types
0 Comments Published August 9th, 2009 in E-Business Suite, LinuxUnfortunately, the list of printers available to Enterprise Linux distros is missing many printers used in the real world. You can find drivers for most printers and information about how to install them at openprinting.org. However, many of the drivers available there are for LSB 3.2 and many Enterprise Linux distros are not LSB 3.2 [...]
I had an interesting problem happen with a customer late last week. A monitor we maintain on the alert log suddenly paged us with ORA-1116, ORA-1110 and ORA-27041 (Can’t open a database file, too many open files). Nothing had changed on this system in months. After running: lsof | awk ‘{print $9}’ | sort | [...]