How do you increase the OS limitation for open files (LINUX
and/or Solaris)?
Answer Posted / braj123
changing the value
$cat /proc/sys/fs/file_max
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how can you enable flashback feature?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
What happens on checkpoint? : sql server DBA
how can you find out if a table can be redefined?
What authentication modes does sql server support? : sql server DBA
When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA
Where would you look for errors from the database engine?
What are the recovery models for a database? : sql server DBA
What the different types of replication and why are they used? : sql server DBA
What is the default port no on which sql server listens? : sql server DBA
How do you trace the traffic hitting a sql server? : sql server DBA
what is ora 24313?what is the procedure to exclude that error?
suppose you want to audit specific activities on sensitive data. How can you achieve that?
What are the commands you'd issue to show the explain plan for "select * from dual"?