diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-06 16:45:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-02-06 16:45:07 +0200 |
commit | 8173cc7e399bae7181d60c1d8fa89d9e80c2e3c9 (patch) | |
tree | d1f6581b327b28663f58b9717b306f475a1f74a1 | |
parent | 4b134558b1418d919680a76062064c55be21a2f8 (diff) |
Update Oracle setup instructions
-rw-r--r-- | db/oracle/setup | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/oracle/setup b/db/oracle/setup index 53e8e80..8adef6f 100644 --- a/db/oracle/setup +++ b/db/oracle/setup @@ -14,6 +14,16 @@ CREATE SESSION, UNLIMITED TABLESPACE TO odb_test; ======= +For some Oracle installations (e.g., non-XE), the directory with OCI +headers/libraries is not accessible unless the user is in the oinstall +group. To fix, add the user in question to this group and switch to it +(the last part is not ideal since all new files will be created with +this group): + +usermod -g oinstall boris +newgrp oinstall + +======= If you are getting "ORA-12516: TNS:listener could not find available handler with matching protocol stack" (this seems to be the case with |