1834661 Members
3144 Online
110069 Solutions
New Discussion

size of controlfile

 
Azzou
New Member

size of controlfile

Hi Dear,
how i find the size of the controlfile.Thanks
1 REPLY 1
Jon Mattatall
Esteemed Contributor

Re: size of controlfile

I am just not sure what you're asking.

As a wild guess, if you want to find the size of all oracle control files in kb, try....

find / -name "ctrl*ctl" -exec du -sk {} \;

But if that's not it, clarify what you're after.

Jon
A little knowledge is dangerous - none is absolutely terrifying!!!