[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Client DB vs AppServer DB

  • Thread starter Thread starter dbeavon
  • Start date Start date
Status
Not open for further replies.
D

dbeavon

Guest
Are they shared memory? or client/server? Can you query the _servers VST for the process and port number or something like that? OpenEdge 11.7 Documentation I have also used the output from proutil -C describe for this type of thing: display_banner=no; export display_banner; proutil /mypath/mydb -C describe Then the output looks like so. You should continue to get the same output from the same database as long as it is running. OpenEdge Database Description Database Name : /mypath/mydb Version : 173.0 Block Size : 8192 Largest Cluster : 64 Create Date : Thu Nov 22 20:01:08 2007 Last Open Date : Sun Mar 4 02:07:03 2018 Prior Open Date : Sun Mar 4 02:07:03 2018 Schema Change Date : Fri Mar 2 15:32:26 2018 Before Imaging information Block Size : 8192 Cluster Size (16K Units) : 2048 Last Open Date : Sun Mar 4 02:07:05 2018 Backup Information Last Full Backup Date : Sun Mar 4 00:20:02 2018 Last Incremental Backup : *** Not yet performed *** Database Features ID Feature Active Details ---- --------------------------------- ------ ------- 5 Large Files Yes 9 64 Bit DBKEYS Yes 10 Large Keys Yes 11 64 Bit Sequences The output will change once the database is restarted or modified. It should be virtually impossible for different databases to return outputs that match each other. (Even if one was a restored copy of the other's backup).

Continue reading...
 
Status
Not open for further replies.
Back
Top