Database Administration (MOSC)

MOSC Banner

check Partitions

HI every one

we need support to obtain all partitions of table

can you please help me

I try

SELECT table_name, partition_name, num_rows

FROM dba_tab_partitions WHERE table_name='schema.tablename'

ORDER BY 1,2;

but we don't see any output

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center