Hi all,
I am a beginning Progress sysadmin on Linux and preparing to make my first binary dump.
So ...
# proutil <databasename> -C dump <tablename> .
...is going to be the tool for that.
In order to automate this process rather then doing this by hand for each tablename, I want to generate a list of all tablenames.
I have read that this query will do the trick, "select "_file-name" from pub."_file" where "_file"."_hidden" = 0" but where exactly (from what tool) do I run this query?
Can I do this from somewhere within the Data Dictionary?
Couldn't find the answer on this in the knowledgebase (probably due to bad querying), so any help is much appreciated.
TIA, Alge
I am a beginning Progress sysadmin on Linux and preparing to make my first binary dump.
So ...
# proutil <databasename> -C dump <tablename> .
...is going to be the tool for that.
In order to automate this process rather then doing this by hand for each tablename, I want to generate a list of all tablenames.
I have read that this query will do the trick, "select "_file-name" from pub."_file" where "_file"."_hidden" = 0" but where exactly (from what tool) do I run this query?
Can I do this from somewhere within the Data Dictionary?
Couldn't find the answer on this in the knowledgebase (probably due to bad querying), so any help is much appreciated.
TIA, Alge