little info message

This commit is contained in:
Miroslav Stampar 2011-03-28 12:13:17 +00:00
parent 4312a42b5d
commit 625f124263

View File

@ -109,6 +109,12 @@ class Dump:
else:
self.string("current database", data)
if Backend.getIdentifiedDbms() in (DBMS.ORACLE):
warnMsg = "on %s you have to use switch '--current-user' to " % Backend.getIdentifiedDbms()
warnMsg += "retrieve schema name which can be used "
warnMsg += "as an equivalent to database name (-D) in further runs"
logger.warning(warnMsg)
def dba(self,data):
self.string("current user is DBA", data)