GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQUsing CASE/DECODE in constraint
I have created a unique index on a table.
Create Unique Index xyz on TableName(Case When Then col2 else col3 End);
I want to make it defferable to be executed on commit. but i know this option is not available in Idex creation. If I ma...
Sponsored Links
Read Next: Shared Server connection
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
