User Profile

Collapse

Profile Sidebar

Collapse
nahom
nahom
Last Activity: Mar 4 '08, 09:23 AM
Joined: Feb 14 '08
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nahom
    replied to Explanation needed
    Thanks very much for this explanation I am able to make sense of the remaining code.
    See more | Go to post

    Leave a comment:


  • nahom
    replied to Explanation needed
    no it is by some one else and i am unable to understand the usage of the Execute Immediate function....
    See more | Go to post

    Leave a comment:


  • nahom
    started a topic Explanation needed

    Explanation needed

    Hi, can any one explain me what function of this for loop and the 'execute immediate command line' . C_ALTER_INDEXES is a cursor

    FOR L_ALTER_INDEXES IN C_ALTER_INDEXES
    LOOP
    DBMS_OUTPUT.PUT _LINE(L_ALTER_I NDEXES.INDEX_AL TER);
    EXECUTE IMMEDIATE L_ALTER_INDEXES .INDEX_ALTER;
    END LOOP;
    See more | Go to post
No activity results to display
Show More
Working...