3
Oracle Spreads FUD About CentOS But Misses The Markview story

http://gamblis.com – Oracle Spreads FUD About CentOS But Misses The Mark Oracle Spreads FUD About CentOS But Misses The Mark. Story &middot Commenting. Print: Develop a hardcopy of this web page Font Size: Default font size: Bigger font size. Posted: Wednesday, July 18, 2012 12:39 pm. Oracle Spreads FUD About CentOS But Misses … Read much more [...] (HowTos)

5
Can`t install backtrack 5 kde r2.view story

http://www.backtrack-linux.org – Hey guys, I`m a begginer at linux and I`m reading a book about Backtrack 5 but I can`t install it. (HowTos)

5
sqlplus update issueview story

http://www.unix.com – Hi all, I'm facing a problem with a query in a shell script (AIX). Code: sqlplus -s NAME/PASS@SCHEMA<<EOF set echo off UPDATE HISTORY SET HISTORY.ID = (SELECT OFFER.ID FROM OFFER WHERE HISTORY.ID=TO_NUMBER(OFFER.CODE)) WHERE EXISTS (SELECT OFFER.ID FROM OFFER WHERE HISTORY.ID=TO_NUMBER(OFFER.CODE)); commit; exit; EOF I have no answer after that. (HowTos)

5
Centos equivalentview story

https://www.centos.org – Is there a CentOS equivalent to what I now believe is a uniquely Oracle Linux command yum install oracle-rdbms-server-11gR2-preinstallThis command requires Unbreakable... [by SandLake] (Distributions)

5
variables and functionsview story

http://www.unix.com – can somebody telll me what my values are not being displayed in the function func1() Code: {oracle@im4s012nz1_DUMMY}$ cat x1.ksh #!/bin/ksh getpwd() ( set -x   . (HowTos)

5
Jumpstart Solaris 10view story

http://www.unix.com – I have a laptop and need to build an Oracle Linux kickstart server and a Solaris Jumpstart server that can build sparc and x86 systems. Is the best way to create a dual boot from grub for Oracle Linux and Solaris x86? Can the Oracle Kickstart be used as a Jumpstart to build both Solaris 10 sparc and x86? Currently the laptop has Windows installed but I was going to partition the hard drive. (HowTos)

5
Jumpstart Solaris 10view story

http://www.unix.com – I have a laptop and need to build an Oracle Linux kickstart server and a Solaris Jumpstart server that can build sparc and x86 systems. Is the best way to create a dual boot from grub for Oracle Linux and Solaris x86? Can the Oracle Kickstart be used as a Jumpstart to build both Solaris 10 sparc and x86? Currently the laptop has Windows installed but I was going to partition the hard drive. (HowTos)

4
VMware to Hyper-V Virtualization: Migration Case Studyview story

http://www.thevarguy.com – Days after VMworld 2012 ends, Microsoft will launch Windows Server 2012 with Hyper-V 3 virtualization. You can sense a vSphere 5 vs. Hyper-V 3 showdown is coming. And in some cases, the battle has already started. Just ask FyrSoft, a Microsoft solutions provider that migrated Pella Corp. from VMware to Hyper-V. (IT news)

3
use cut or awk to print line after "/bin"view story

http://www.unix.com – Hello all, i am trying to use cut or awk to make my below lines to From $ ps -ef|grep tns|grep -v grep |grep LISTENER_TEST|awk '{print $9}' /oracle/ORAHOME/test/112/bin/tnslsnr to /oracle/ORAHOME/test/112 how can this be achieved ? so basically anything before "/bin" (HowTos)

5
SELinux is preventing Perl CGI script from accessing Oracle librariesview story

http://serverfault.com – I'm trying to configure SELinux on a Red Hat Enterprise Linux 6.2 web server that runs Apache 2.2.15 and Perl 5.10.1, and connects to remote Oracle databases. The Oracle 11.2g client is installed. The PHP scripts that access Oracle are working, but the Perl scripts are not. (HowTos)