Package Modeling :: Package DatabaseAdaptors :: Package OracleAdaptorLayer :: Module oracle_utils
[show private | hide private]
[frames | no frames]

Module Modeling.DatabaseAdaptors.OracleAdaptorLayer.oracle_utils

Oracle Adaptor Layer's utils

Central point for determining Oracle specifics, like the version of the oracle server in use.

CVS information

$Id: oracle_utils.py,v 1.3 2004/08/02 19:58:54 sbigaret Exp $

Function Summary
  oracle_server_version()
Returns the version of the oracle server currently in use.

Function Details

oracle_server_version()

Returns the version of the oracle server currently in use. It currently checks the environmement variable 'MDL_ORACLE_SERVER_VERSION'.

Return value:

  • if MDL_ORACLE_SERVER_VERSION is not set, defaults to '8i'
  • if it is set and equals to '9i', returns '9i', otherwise return the default value '8i'

Generated by Epydoc 2.1 on Sat Mar 4 13:36:21 2006 http://epydoc.sf.net