Size necessary for applying a df

emerson82

New Member
Hello everybody,

We have many test databases that are spread in my Unix. But, there is a database where its volume is almost full.

So, my problem is... the system admin complains that there is no free space available to reallocate my database. Every day I need to apply dfs in this database, how can I calculate the space necessary to accomplish my tasks without bring down my database?

Regards,

Emerson
 

TomBascom

Curmudgeon
That depends on the tasks that you are performing.

Applying a df file is usually a minor thing in modern releases of Progress. But if you are doing something like adding a new index or initializing a field you might face substantial growth.
 
Top