aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
Diffstat (limited to 'odb')
-rw-r--r--odb/oracle/exceptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/exceptions.cxx b/odb/oracle/exceptions.cxx
index dfb703d..38dd27c 100644
--- a/odb/oracle/exceptions.cxx
+++ b/odb/oracle/exceptions.cxx
@@ -86,7 +86,7 @@ namespace odb
const char* invalid_oci_handle::
what () const throw ()
{
- return "invalid oci handle";
+ return "invalid oci handle passed or unable to allocate handle";
}
}
}