To create index GLPCA~YG at Database level :
$create index 'GLPCA~YG' on 'GLPCA' ('RCLNT', 'KOKRS', 'RBUKRS', 'RYEAR', 'RPRCTR', 'RACCT', 'POPER') PCTFREE 01 INITRANS 002 TABLESPACE PSAPSR3 STORAGE (INITIAL 000000001 MAXEXTENTS UNLIMITED PCTINCREASE 0000 FREELISTS 001)
To display all indexes starting with the name GLPCA in database:
$select index_name from dba_indexes where index_name like 'GLPCA%';
To drop index GLPCA~YG1 in database:
$drop index sapsr3."GLPCA~YG1";
Monday, January 9, 2012
Subscribe to:
Post Comments (Atom)
1 comment:
Thanks for sharing great information in your blog. Got to learn new things from your Blog . It was very nice blog to learn about Selenium.
selenium Training in Chennai
Post a Comment