I have to check if partitioning is installed with a specific oracle home. How would I do that? Is there a sql I can run? Jigar
"High Salaries = Happiness = Project Success."
Jigai, SELECT * FROM v$option WHERE name = 'Partitioning' ; HTH Gerry
Thanks.
Forum Rules