Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Can this be done

This is a discussion on Can this be done within the Oracle Database forums, part of the Database category; Is it possible to create index on audit table and if so can someone mention me how to do that ...

  1. #1
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124

    Can this be done

    Is it possible to create index on audit table and if so can someone mention me how to do that and an instance of when a user would require the indexing on audit table. Kindly envisage my knowledge in this concept.


  2. #2
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108
    Yes you can very well create index on audit table. One instance when you can go for indexing on audit table is when you have millions of records in you database and also when you have instances of querying your audit table. In that instance for increasing performance you must do indexing on audit table.

    Suppose you want to create indexing on audit table date field named as auddate you can create indexing on audit table as below:
    create index sample_inde on audit(to_char(auddate,'mm.yyyy'));


Latest Article

Network Security Risk Assessment and Measurement

Read More...