solaris-oracle


 
Thread Tools Search this Thread
Operating Systems Solaris solaris-oracle
# 1  
Old 06-03-2008
solaris-oracle

Hi,
what are all best performance practices we can set in solaris box for oracle database 10.2.0.2

Thanks.
# 2  
Old 06-19-2008
Solaris & Oracle

1, Setup max shared memory and no semaphores as per the Oracle documentation.

2, Place ALL database files on 1 volume spanning as many disks as you have. Place online redo logs on a Raid 1/10 vol. Place archive redo logs on another Raid1/10 vol.

3, Mount the database files volume with forcedirectio and set the Oracle parameter FILESYSTEMIO_OPTIONS = setall

4, Follow OFA (Oracle Optimal Architecture Guidelines) - use google.

5, Use LMT's locally managed tablespaces everywhere .

6, Use automatic UNDO, and ASSM (Automatic Shared Memory Management) - via 1 oracle parameter SGA_TARGET. Also set PGA_TARGET an mimimum values for the Shared Pool and Buffer Cache.

7, Use an SPFILE

8, Use the standard Oracel dbconsole, its excellent for ad-hoc monitoring.

9, Always use Archive Logging if the database is important.

10, Use RMAN, its fast and easy to use.
# 3  
Old 06-20-2008
Can you show me how to encrypt oracle password table ?
The link provided in the other post is confusing.
Thanks experts!
# 4  
Old 06-20-2008
There's a plain text root password in my rman script. Is it possible to run it without root password ?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Oracle Solaris 11

Hello Friends I was running Solaris 10 on SunFire X2200 M2, with 40 Sunray 270 units, and would like to advance to a higher version of Solaris, Can anybody with experience on this help how to go about it, or if there is any other open source os to go with the hardware advice Thanks in... (1 Reply)
Discussion started by: daviey.daviey
1 Replies

2. Solaris

Oracle Db on Solaris OS

What is the minimum amount of RAM a db could be made to run on solaris OS .. i just need to test high availability failover of oracle db on a VM so want to make the db as thin as possible and to make it run on least amount on memory. (1 Reply)
Discussion started by: fugitive
1 Replies

3. Shell Programming and Scripting

Oracle on Solaris

Please is there a way and how can I check is my oracle database OK on my solaris I did not istall that database but on processes I can see there are lot of oracle processes running ..also I would like to use that database.. That was my first q and second: I can telnet that machine from my local... (1 Reply)
Discussion started by: amon
1 Replies

4. UNIX for Advanced & Expert Users

oracle on solaris

Hi Friends , I need to connect to Oracle using sqlplus and it says that sqlplus is not found . I need to check if Oracle is running or not .is there any command to check if oracle is running ? Please help Thanks in advance Veera (2 Replies)
Discussion started by: sveera
2 Replies

5. Solaris

Oracle on Solaris

Hi friends, i am given a new login id on a solaris system.And i have the basic .profile for that.Once i log in to that system how can i check if there is oracle installed on that solaris system ? I would want to set the path and other variables if i find that oracle is installed on it. Please... (6 Replies)
Discussion started by: sveera
6 Replies

6. UNIX Desktop Questions & Answers

Oracle on solaris.

Good afternoon Unix folks, I have been asked to find out if there is an ideal way to setup oracle on sun solaris. Right now, I have 2 36gig drives mirrored for my root volume. I have 4 more raid 5 for my datavolume. For io purposes, I need to break up these drives to prove that io is the... (2 Replies)
Discussion started by: niasdad
2 Replies
Login or Register to Ask a Question