olliwest
23rd April 2008, 10:52
hi together,

is there a possibility in baan to get some information about the database.
e.g. the name,size, used size, used tablespace, etc.

i know about the database management tool in baan, but it's not enough.

have anybody an idea....


;-)

NPRao
23rd April 2008, 21:58
is there a possibility in Baan to get some information about the database. e.g. the name,size, used size, used table space, etc.
This can be determined by add-on tools like Quest/Spotlight, or Oracle or other RDMS internal Tools. Baan ERP does not provide all the DB information. Some of the Oracle/Quest utilities like OEM or Space Manager requires more of DBA/System level privileges.

NvanBeest
23rd April 2008, 22:17
Alternative is to create a SQLPlus script, call it from a Baan session/report, and read the output when control is returned to the session/report. ;)