DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: ora 54 resource busy

Threaded View

  1. #3
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    I am using sql based inserts and not a direct part insert.But its a bulk insert uisng Pro *C array features.

    I did not understand about the skip unusable indexes=true.How do i do that ?

    And also the ora 54 occurs when i am trying to set the parallel degree for the index not when i am rebuilding the index.

    Do you mean something like

    alter session set skip_unusable_indexes=true;
    alter index myindex unusable;
    alter index myindex rebuild;

    regards
    Hrishy

    regards
    Hrishy
    Last edited by hrishy; 09-24-2005 at 08:24 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width