[Checkins] SVN: relstorage/trunk/notes/migrate-to-1.4.txt added note about granting execute privilege on relstorage_util

Shane Hathaway shane at hathawaymix.org
Wed Nov 18 14:14:07 EST 2009


Log message for revision 105839:
  added note about granting execute privilege on relstorage_util

Changed:
  U   relstorage/trunk/notes/migrate-to-1.4.txt

-=-
Modified: relstorage/trunk/notes/migrate-to-1.4.txt
===================================================================
--- relstorage/trunk/notes/migrate-to-1.4.txt	2009-11-18 18:05:34 UTC (rev 105838)
+++ relstorage/trunk/notes/migrate-to-1.4.txt	2009-11-18 19:14:07 UTC (rev 105839)
@@ -36,3 +36,10 @@
         END request_lock;
     END relstorage_util;
     /
+
+Also with ``SYS`` privileges, grant the execute permission on the
+relstorage_util package to the Oracle account that holds the
+database.  In the example below, "zodb" is the name of the account::
+
+    GRANT EXECUTE ON relstorage_util TO zodb;
+



More information about the checkins mailing list