Home » SQL & PL/SQL » SQL & PL/SQL » Future Partitions (Oracle 11g)
Future Partitions [message #608519] Thu, 20 February 2014 08:06 Go to next message
srinivas.k2005
Messages: 404
Registered: August 2006
Senior Member
Hi,

How to check for the tables(OR Table list) that may need future partitions?
Can we get from data dictionary tables?

Regards,
SRK
Re: Future Partitions [message #608522 is a reply to message #608519] Thu, 20 February 2014 08:11 Go to previous messageGo to next message
Michel Cadot
Messages: 68645
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

Oracle does not know which data you will insert.
It can only tell you which ones you have inserted.
dba_tab_partitions gives you the current partitions.
If you have partition by date range then you should investigate in interval partitioning, there Oracle will create the partitions when needed.

Re: Future Partitions [message #608526 is a reply to message #608522] Thu, 20 February 2014 08:23 Go to previous message
srinivas.k2005
Messages: 404
Registered: August 2006
Senior Member
Thanks a lot
Previous Topic: alias name in where clause
Next Topic: how to get previous row value?
Goto Forum:
  


Current Time: Wed Apr 24 11:54:23 CDT 2024