I want to create indices on a table. I didn’t realize it will grow so fast in size that I’m not even able to select a handful of rows. Now, I want this table to be so alike another table. So I want to check the indices and the exact create index statement used on that table.
Share
Another way is to query
USER_INDEXEStable using the particular table name and get the DDL usingDBMS_METADATA.GET_DDL()