Skip to content
Snippets Groups Projects
Commit fa5150d3 authored by Steven Murray's avatar Steven Murray
Browse files

Added OracleCatalogue::m_databaseUsername

parent 2095f615
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,8 @@ OracleCatalogue::OracleCatalogue( ...@@ -126,7 +126,8 @@ OracleCatalogue::OracleCatalogue(
rdbms::Login(rdbms::Login::DBTYPE_ORACLE, username, password, database), rdbms::Login(rdbms::Login::DBTYPE_ORACLE, username, password, database),
nbConns, nbConns,
nbArchiveFileListingConns, nbArchiveFileListingConns,
maxTriesToConnect) { maxTriesToConnect),
m_databaseUsername(username) {
} }
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
......
...@@ -126,6 +126,11 @@ public: ...@@ -126,6 +126,11 @@ public:
private: private:
/**
* The name of the database user.
*/
std::string m_databaseUsername;
/** /**
* Selects the specified tape within the Tape table for update. * Selects the specified tape within the Tape table for update.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment