AIX and Oracle


 
Thread Tools Search this Thread
Operating Systems AIX AIX and Oracle
# 8  
Old 11-26-2013
Thanks! ibmtech,

Good catch! the client daemon was not started after increasing memory.

So, shall I mount it with cio option?
# 9  
Old 11-26-2013
Ok,
AIX6.1 and AIX7.1 combined with oracle >= 11.2.0.2 introduced a new open flag O_CIOR which is same as O_CIO, but this allows subsequent open calls without CIO. The advantage of this enhancement is that other applications like cp, dd, cpio can access database files in read only mode without having to open them with CIO. Starting with oracle 11.2.0.2 when AIX6.1 or AIX7.1 is detected, Oracle will use O_CIOR option to open a file on JFS2. Therefore you should no longer mount the filesystems with mount option -o cio.


I can see you have AIX7.1 and 11gR2, so that should hold good.



I hope this helps.
This User Gave Thanks to ibmtech For This Post:
# 10  
Old 11-26-2013
You are great! thanks a lot! Appreciate it.
This was exactly I was looking for, I can now show it to DBA.
Thanks again.
# 11  
Old 11-27-2013
As far as i know you need still set the following DB parameter:
Code:
To use CIO with JFS2 for Oracle 10g / 11g together with
ASYNC I/O operation, set the initialization parameter 
FILESYSTEMIO_OPTIONS=SETALL in the (s)pfile.

Regards
This User Gave Thanks to -=XrAy=- For This Post:
# 12  
Old 11-27-2013
Quote:
Originally Posted by -=XrAy=-
As far as i know you need still set the following DB parameter:
Code:
To use CIO with JFS2 for Oracle 10g / 11g together with
ASYNC I/O operation, set the initialization parameter 
FILESYSTEMIO_OPTIONS=SETALL in the (s)pfile.

Regards
One person has to set that parameter and that person is DBA. He/She (DBA) will set FILESYSTEMIO_OPTIONS=SETALL parameter in init.ora file, they will have to bounce the database after setting that value.
Again, one can go with ASYNC or SETALL, depending on the type and size of DB.
This User Gave Thanks to ibmtech For This Post:
# 13  
Old 11-27-2013
Thanks for the valuable input guys.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

aix 61 and oracle 11

Hi, we need to upgrade from aix 5.3 oracle 9 to aix 6.1 oracle 11. Our base interest is on vmo and disk setup On aix 5.3 we change lru_file_repage to 0. We split disk layout ( emc cx4 ) to tree volume groups: - one for data base files ( one filesystem over two lun/hdiskpower, block size... (5 Replies)
Discussion started by: prebila
5 Replies

2. UNIX for Advanced & Expert Users

Oracle RAC on AIX

I am setting this up on 5.3 and the problem is I cannot remember how to allocate two IP addresses to a NIC. I have setup an alias on EN0 but when I list it with ifconfig -a it still only shows 1 network address (after a reboot). I know there is something I must do but for the life of me cannot... (1 Reply)
Discussion started by: johnf
1 Replies

3. AIX

Oracle 9.2.0.1.0 on AIX 5300-07

Seek help from all of the experts here. Database Oracle 9.2.0.1.0 run on AIX 5300-07. The system is running so slow that sometime 1 click of changing screen will take more than 5 minutes. The hardware in this LPAR is 6CPUs, 21GB-RAM, 42GB-Paging and run on p570 server POWER 5+. And the vmo... (2 Replies)
Discussion started by: kwliew999
2 Replies

4. AIX

AIX to Windows Oracle DB

Dear All, I have a requirement where there are applicaions installed in Unix machine that has to update a set of Oracle data base installed in Windows machine, the question I have here is, which protocol alows Unix application to interact with Database in Windows env. and do we require some... (2 Replies)
Discussion started by: prav_06
2 Replies

5. AIX

oracle 10g on AIX 5

hi can anyone help me by telling step by stem oracle10g installation in AIX 5 . Munir mondolsoft Bangladesh (3 Replies)
Discussion started by: dbamunir
3 Replies

6. AIX

Aix, Oracle and Java

Hello Im trying to install oracle on my AIX 5.3 server. Im doing all things right as Oracle says... When im trying to run the instalation it gives me an error about JRE. But i already have JRE installed as you can see... Someone can help me or guide me? Im new in with this.. ... (1 Reply)
Discussion started by: gfca
1 Replies

7. AIX

AIX 6.1 and Oracle 9.2.0

Hi All, I need to update some AIX servers from 5.2 to 5.3 OR 6.1 . The management is pressing for 6.1, but on our systems runs Oracle 9.2.0 . I couldn't find any clear warning about the possibility of compatibility issues between AIX 6.1 and Oracle 9.2.0 but, on the other hand, I couldn't find... (0 Replies)
Discussion started by: padawan75
0 Replies

8. AIX

oracle 9i on AIX 5.2

Hello, mornig can you help me whit this error: "Oracle Universal Installer cannot be run" and i can't start the installation of ORACLE 9i... see you later (1 Reply)
Discussion started by: joseantoniohv
1 Replies

9. UNIX for Advanced & Expert Users

Oracle and AIX

Hi @all Who's able to help me? I've a running Oracle DB on AIX 4.3.3. You've also an Oracle Client running for this. So however, how it's possible, that I can see the CURRENT VERSION of my Oracle CLIENT. I've tried several things, but it doesn't work. Thanks a lot! Regards Oliver :( :( (4 Replies)
Discussion started by: olli2002
4 Replies

10. UNIX for Advanced & Expert Users

aix-oracle

what is the reason oracle is giving ora-600 space leak error? how to rectify this error? (6 Replies)
Discussion started by: varadakumar
6 Replies
Login or Register to Ask a Question