Hi,
In PL/SQL,when we right click on a table name and select view option from the list, the code related to the tbale will be viewed (for example the code that creates the indexes for the table).
All this we do manually by selcting the options that isĀ a part of GUI. Is there any way so that all this GUI process can be done with one query(without right clicks and all and directly retieving the logic that creates indexes for the table).Simply a programming query that does the work of human interventiuon with GUI.
Please help me with this.
Thanks,
Vasundhara