Oracle DBA Support
Manoeuvring into Oracle
Monday, 11 May 2015
FIND ALL INDEXES ON A SPECIFIC TABLE :
select table_name,index_name from dba_indexes where table_name = 'PROJECT_JOB';
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment