|
|
|
|
|
|
Re: Accessing Oracle database from a remote machine programatically [message #275228 is a reply to message #275225] |
Thu, 18 October 2007 22:44 |
janani.raman
Messages: 4 Registered: October 2007
|
Junior Member |
|
|
Does ODBC or JDBC provide the following information, ie.,the following information on the datafile :
Log mode,
last SCN archived,
current no of user sessions,
maximum no of user sessions,
tablespace status,
total space allocatedm free space,
space percentage,
file path,
version of the oracle server.
Also the folwing information on archive log :
Log mode,
last SCN archived,
current no of user sessions,
maximum no of user sessions,
oldest online log sequence no,
current online log sequence no,
archived log destination,
archived log format,
automatic archive log purge option.
Further the followinf information on the control files :
Log mode,
last SCN archived,
current no of user sessions,
maximum no of user sessions.
Can ODBC help in these? I want to get all these information remotely. please help me as to how i can get all these details remotely.
|
|
|
|
|