• Home
  • About
  • Map
  • Archives
  • Videos
  • Gallery
Grab the RSS feed

spiralbound.net

spiralbound.net
  • Home
  • Adventures
  • Data and Technology
  • Et cetera
  • Highlights

Posts Tagged with "oracle"

  • Data and Technology

    Posted on June 11th, 2008

    Written by cliff

    Tags

    10G, backups, mount options, mountpoint, nfs, options, oracle, oralce 10G, rman

    RMAN 10G NFS Mount Options

    RMAN 10G NFS Mount Options

    We backup our Oracle databases using RMAN and then write the backup pieces out to an NFS share. This has always worked well, but RMAN started complaining that the NFS share was not mounted with the correct options when we upgraded to Oracle 10G. After some poking around in the docs I finally came up [...]

  • Data and Technology

    Posted on March 17th, 2008

    Written by cliff

    Tags

    10G, database, kernel, linux, oracle, parameters, preinstall, profile, requirements, rhel, sysctl

    RHEL System Configuration Changes for Oracle 10G

    RHEL System Configuration Changes for Oracle 10G

    Below is a list of RHEL system configuration changes that Oracle 10G requires before it is installed.
    First, check the following kernel parameters using the commands below:

    /sbin/sysctl -a | grep kernel.shmall
    /sbin/sysctl -a | grep kernel.shmmax
    /sbin/sysctl -a | grep kernel.shmmni
    /sbin/sysctl -a | grep kernel.sem
    /sbin/sysctl -a | grep fs.file-max
    /sbin/sysctl -a | grep net.ipv4.ip_local_port_range
    /sbin/sysctl -a | grep net.core.rmem_default
    /sbin/sysctl [...]

  • Data and Technology

    Posted on September 8th, 2006

    Written by cliff

    Tags

    checksum, computer, database, database performance, dba, disk, disk speed, hardware raid, mysql, old thinking, oracle, parity, performance, raid, raid 1, raid 10, raid 5, raid array, raid controller, raid types, raid volumes, software raid, storage

    Why Modern RAID 5 is Ideal for Oracle Databases

    Why Modern RAID 5 is Ideal for Oracle Databases

    There is a convention of thought amongst Oracle DBA’s that databases should never be installed on disks that are configured into a RAID 5 array. The argument goes, that since Oracle accesses and writes to random points within relatively large files, the overhead of constantly calculating block-level parity on these files is substantial, resulting in [...]

  • Data and Technology

    Posted on November 21st, 2005

    Written by cliff

    Tags

    blog evaluation, blogging, Blogs, campus blogging, campus blogging solution, customization, database, drupal, drupla blog, image upload, movable type, mt, multiuser, multiuser blogs, mysql, oracle, perl, php, pingbacks, skinnable, software evaluation, style catcher, table structure, tackbacks, theme, themes, upload quota, url rewrite, wordpress, wordpress mu, wordpress.com, wp, wpmu, xmlrpc

    Picking a Multiuser Blogging System

    I’m a blogger. I’m also a systems administrator at a University. Thus, when the University decided to charter a project to offer each member of the institution a blog, I was selected to sit on the committee. We boiled all of the software choices down to Drupal, Movable Type, and Wordpress MU.
    In my evaluation of [...]

  • Data and Technology

    Posted on November 14th, 2005

    Written by cliff

    Tags

    109147-39, 8_Recommended, application server, backout patch, dba, HowTo, ld.so.1, LD_PRELOAD, libnnz9.so, linker, linker patch, loadable shared objects, nzdsi_initialize, oas, opmn start failed, opmnctl, oracle, oracle application server, patch, patchrm, runtime linker, solaris, solaris 8, solaris linker patch, solaris patch, solaris patch problem, sun, Sun Document ID 101995, SunOS 5.8 linker patch

    libnnz9.so: symbol nzdsi_initialize: referenced symbol not found

    So you’re running the Oracle Application Server on Solaris 8, and you’ve decided to be a good systems administrator and install the latest 8_Recommended patch cluster from SunSolve. Well, I’m very sorry to inform you that you have just broken your application server. After bouncing the system, you will most likely get the following error [...]

  • Data and Technology

    Posted on October 25th, 2005

    Written by cliff

    Tags

    cpio, dba, fs.file-max, groupadd, HowTo, kernel.sem, kernel.semopn, kernel.shmall, kernel.shmmax, linux, linux kernel, linux oracle, net.ipv4.ip_local_port_range, oracle, oracle 01g, Oracle Settings, red hat, red hat enterprise, red hat enterprise 3, redhat, semaphores, sysadmin, sysctl.conf, systems administratiron, useradd

    How To Install Oracle 10g on RedHat Enterprise 3

    So you’ve got Oracle 10G and you want to install it on your RedHat Enterprise 3 server. Well, since Oracle can’t manage to create tar files like everyone else in the world, you have to find a way of dealing with the .cpio they send you. Here’s how to get it extracted:
    cpio -idmv < /path/to/ship-version.cpio
    This [...]

  • Data and Technology

    Posted on March 29th, 2004

    Written by cliff

    Tags

    oracle, solaris, technology

    Oracle required changes to the Solaris /etc/system file

    Ever needed to install Oracle on Solaris, but can’t seem to find all that good stuff you have to add to the /etc/system file? I have, so here they are!
    set maxusers 32
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=512
    set shmsys:shminfo_shmseg=128
    set semsys:seminfo_semmni=512
    set semsys:seminfo_semmsl=512
    set semsys:seminfo_semmns=1024
    set semsys:seminfo_semopm=256
    set semsys:seminfo_semvmx=65534

  • Sponsor
  • Recent Comments
    • conor on Fish Supposedly Washed Up By Asian Tsunami
    • cliff on Raising Mallard Ducklings
    • Jan on Raising Mallard Ducklings
    • jeremy on Raising Mallard Ducklings
    • odane on Fish Supposedly Washed Up By Asian Tsunami
    • Bill on Raising Mallard Ducklings Redux
    • B Woehl on Why Did my Arm Fall Asleep?

Copyright © 2004 spiralbound.net - Proudly powered by Wordpress