Skip to content
Snippets Groups Projects
Commit 9da150cd authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

use user name as db name for oracle connection made with service name

parent f85b709f
No related branches found
No related tags found
No related merge requests found
......@@ -232,6 +232,7 @@ class OC_DB {
$dsn['database'] = $name;
} else { // use dbname for hostspec
$dsn['hostspec'] = $name;
$dsn['database'] = $user;
}
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment