Is there an easy way to determine in a SQL Script if the ORACLE Table Partitioning feature is available?
I want to create some of my tables as partitoned tables if the feature is available, otherwise the tables should be created normally. I have a script with my DDL which I use to setup the database via sqlplus.
Thanks.
JeHo