GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQLocal versus Global indexes on daily changing partitioned table
I have this logging table which has a few million records per partition.
CREATE TABLE LOG_EXAMPLE
(TRANSACTION_ID NUMBER PRIMARY KEY NOT NULL,
APPLICATION_ID NUMBER NOT NULL,
LOG_TIME DATE DEFAULT sysdate NOT NULL,
ERROR_MESSAGE VARCH...
Sponsored Links
Read Next: Integrity Constraints on Large databases
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
