how to update indexes in "API oracle data server for progress "

kasundha

Member
oracle - 8I
progress - 9.1D

i have connected oracle db with progress application using "API oracle data server for progress". i want to know how can i update indexes in progress side which created in oracle db.
 

rstanciu

Member
on console:
F3 - > Tools -> DataDictionary
Database -> Select Working Database -> DB Type ORACLE
Dataserver -> Oracle Utilities -> Update/Add Table Definitions

or ... you can delete the Schema and re-create it
 

kasundha

Member
thanks rstanciu.

i have solved that problem as ur information, red collored part should be corrected as "Data Administraion" others are ok.

thanks again..;)

on console:
F3 - > Tools -> DataDictionary
Database -> Select Working Database -> DB Type ORACLE
Dataserver -> Oracle Utilities -> Update/Add Table Definitions
 

Stefan

Well-Known Member
i have solved that problem as ur information, red collored part should be corrected as "Data Administraion" others are ok.

on console:
F3 - > Tools -> DataDictionary

Actually it depends on which environment you are using. If you are using the character client (_progres) you do go to Data Dictionary, when using the gui client (prowin32) you go to Data Administration.
 
Top