Possible Duplicate:
How can I get all the information about a table in Oracle?
I need to add partitions into existing tables, we dont have production database access and we need to send sql queries to find details regarding existing partitions, I tried
desc <table-name>;
but it gives only info regarding table structure, we need table strucuture along with partition details.
Database is oracle 10g
Thanks
get_ddlfunction ofdbms_metadatapackage will give you such information: