Oracle db is not comming up..


 
Thread Tools Search this Thread
Operating Systems Solaris Oracle db is not comming up..
# 1  
Old 08-29-2010
Oracle db is not comming up..

Hi,

We need to the file(blocks) should be unlimited...tried ulimit -f unlimited..
but still its not working..this is solaris 9 system. Please help me out.this is production server...

Code:
orapd1 2% ulimit -a
time(seconds)        unlimited
file(blocks)         1000000
data(kbytes)         unlimited
stack(kbytes)        8192
coredump(blocks)     unlimited
nofiles(descriptors) 1024
vmemory(kbytes)      unlimited


Last edited by Scott; 08-29-2010 at 06:12 AM.. Reason: Code tags
# 2  
Old 08-29-2010
did you restart oracle from the same shell after changing file to unlimited?
# 3  
Old 08-29-2010
Hi,

If you don't mind, post/check the contents of your Oracle database log. That will give you an idea on what preventing the database from starting up
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Identify a specific environment Oracle variable to connect a remote Oracle database ?

Good evening I nned your help pls, In an unix server i want to connect to a remote oracle databse server by sqlplus. I tried to find out the user/passwd and service name by env variable and all Ive got is this: ORACLE_SID_REPCOL=SCL_REPCOL ORACLE_SID=xmeta ORACLE_SID_TOL=SCL_PROTOLCOL... (2 Replies)
Discussion started by: alexcol
2 Replies

2. Shell Programming and Scripting

awk - output comming strange: for operator ~ and == .

Hi awk experts, I am getting a strange output , may be it is normal but I am unable to comprehend, When Using == operator it is showing correct: # ls -l | awk '{for (i=0;i<=NF;i++) if ( $i =="info" )print $1,$6,$7,$8,$9}' drwx------ Jan 17 10:44 info But When using ~ (equal )... (4 Replies)
Discussion started by: rveri
4 Replies

3. Shell Programming and Scripting

Output is not comming as expected

Hi All, I am in middle of one script. I want output in the form of xls file. There are 4 fields - user name, email Id, full name, date of birth. I want these details to get in seperate columns. But, i am getting it in the single cell and as like a paragraph.:mad: Please suggest me some... (8 Replies)
Discussion started by: Agupte
8 Replies

4. Shell Programming and Scripting

scripting/awk help : awk sum output is not comming in regular format. Pls advise.

Hi Experts, I am adding a column of numbers with awk , however not getting correct output: # awk '{sum+=$1} END {print sum}' datafile 2.15291e+06 How can I getthe output like : 2152910 Thank you.. # awk '{sum+=$1} END {print sum}' datafile 2.15079e+06 (3 Replies)
Discussion started by: rveri
3 Replies

5. Programming

its been a while, but its comming back!

well, its been a while since I've done this programming business, so bear with me :) back in college i took a C/unix course, and retained my old book. Recently I've gotten tired of having to calculate out my weight & balance every time i go flying...its a general pain (not really, but still :p... (2 Replies)
Discussion started by: flyboy
2 Replies

6. UNIX for Advanced & Expert Users

problem with comming out on internet

Hi I am runnig Sun solaris 9 on Intel. I have problem with comming out on internet, i can ping the other machine that are in the network. what should i do? /stefan (1 Reply)
Discussion started by: steffa
1 Replies
Login or Register to Ask a Question