proper implementation of --dbs on Oracle (we are using now schema names as a counterpart to dbs in other DBMSes)

This commit is contained in:
Miroslav Stampar
2011-03-21 11:29:43 +00:00
parent f8a2cf0497
commit 5291fe35c9
3 changed files with 20 additions and 10 deletions

View File

@@ -166,12 +166,6 @@ class Enumeration(GenericEnumeration):
return ( kb.data.cachedUsersRoles, areAdmins )
def getDbs(self):
warnMsg = "on Oracle it is not possible to enumerate databases"
logger.warn(warnMsg)
return []
def searchDb(self):
warnMsg = "on Oracle it is not possible to search databases"
logger.warn(warnMsg)