Skip to main content

Home/ Groups/ BI-TAGS
cezarovidiu

dbms-notes: writing blocks to disk: Resizing a logical volume on Oracle Enterprise Linu... - 0 views

  •  
    "jdoe@quark # lvextend -l+196 /dev/VG00/LV00 Extending logical volume LV00 to 17.84 GB Logical volume LV00 successfully resized jdoe@quark # jdoe@quark # resize2fs /dev/VG00/LV00 resize2fs 1.39 (29-May-2006) Filesystem at /dev/VG00/LV00 is mounted on /; on-line resizing required Performing an on-line resize of /dev/VG00/LV00 to 4677632 (4k) blocks. The filesystem on /dev/VG00/LV00 is now 4677632 blocks long."
cezarovidiu

lvm - Resizing logical volume on Oracle Enterprise Linux 5.6 - Server Fault - 0 views

  •  
    " 1. use fdisk create a new primary partition using the available open space. For this example it would be /dev/sda3. 2. pvcreate /dev/sda3 to set it up 3. vgextend /dev/VolGroup00 /dev/sda3 4. do a vgdisplay and see how many open extents you have on VolGroup00. For this example assume 407 extents are open 5. lvextend -l +407 /dev/VolGroup00/LogVol00 6. resize2fs /dev/VolGroup00/LogVol00 (assumming ext2/ext3)"
cezarovidiu

How to Expand an array and Extend a logical drive using HP Array Configuration Utility ... - 0 views

  • Extend the Logical Drive to use the extra space
  • 1. Click to select the logical drive that wish to extend (Here Logical drive 2 is selected). 2. At the right pane of the ACU window, click Extend Logical drive.
cezarovidiu

Rittman Mead Consulting » Blog Archive » Upgrading OBIEE to 11.1.1.7 - 0 views

  •  
    obiee upgrade 11.1.1.7
cezarovidiu

Using the JDBC Connectivity Layer in Oracle Warehouse Builder - 0 views

  • For example, suppose you want to add support for MySQL. (As of OWB 11g R2, MySQL is not on the list of supported by default platforms.) All you need to do, though, is download the MySQL JDBC driver to put it into the OWB_HOME/owb/lib/ext directory, and add the platform definition for MySQL via a Tcl script that you can run from the OMB Plus console. The contents of such a script is beyond the scope of this article. However, if you want to look at one, check out this post by David Allan, where you’ll find a detailed example of how you can add support for MySQL to Oracle Warehouse Builder 11g Release 2. Also, there is a whitepaper on OTN called the "OWB Platform and Application Adapter Extensibility Cookbook", which goes into more depth than David’s post.
« First ‹ Previous 561 - 580 of 767 Next › Last »
Showing 20 items per page