Comments
- Phil Dunn (@Phil_Oracle) on Oracle’s New T5 TPC-C: Where’s the SPARC?, Part II
- ODBC on Installing the Netezza ODBC Driver.
- ashish on View deleted data in Netezza with view_deleted_records.
- Gary on Installing the Netezza ODBC Driver.
- venkat on Installing the Netezza ODBC Driver.
- Gary on EMCA Fails With Error “Failed to allocate port(s) in the specified range(s) for the following proces
- arnab on EMCA Fails With Error “Failed to allocate port(s) in the specified range(s) for the following proces
- Hank Classe on ANS1017E (RC-50) Session rejected: TCP/IP connection failure
- Sean Robinson on Registering with Multiple listeners.
- Gary on Sending nzevent emails for system state changes.
Meta
Tag Archives: ASM
Creating ASM devices on AIX
We implemented an ASM on a standby database with AIX 6.1. Here’s how you create the asm disks to point to the physical device.
Moving ASM disk between disk groups.
Had reason to move some disks from a data disk group to a backup disk group. Here’s now.
Posted in ASM, Configuration.
Tagged alter diskgroup, ASM, Automatic Storage Manager, DISKGROUP, rebalance
Comments Off
Oraenv and ASM.
. oraenv seemed unable to set the environment for an ASM instance. Because ASM instances start with a + symbol (+ASM or +ASMN in RAC), I found that . oraenv +ASM would fail. Interestingly enough other setups did not appear … Continue reading
Using an spfile in ASM.
Getting the spfile into ASM. The ASM can contain the spfile for your database, but you need to get it in there. Here’s how. Getting the spfile into ASM. The ASM can contain the spfile, but you need to get … Continue reading
Posted in ASM, Configuration., Converting to ASM
Tagged ASM, create, INITFILE, PFILE, SPFILE
Comments Off
ORA-15071: ASM disk “DATA_0003″ is already being dropped
ORA-15071 occurs when dropping a disk from a diskgroup. When attempting to drop a disk from a disk group, the disk is still listed as being in the group, and issuing the command results in: SQL> alter diskgroup data drop … Continue reading
Space available in the ASM
How do I find space available in an ASM instance ?
Using DBMS_FILE_TRANSFER with ASM.
Using DBMS_FILE_TRANSFER with ASM.
Storage Resources for ASM disk groups.
What’s the best allocation of storage to ASM disk groups ?