After checking SQL developer and discovering the Triggers were not made for web2py_storage_tamoto table I recalled this post: https://groups.google.com/d/msg/web2py/r7qMRK2Eir0/D91Ine9NMzkJ from earlier today. That error occured at line 2865 in dal.py so the triggers never got created.
So using SQL Developer I created the trigger. Edited my connecction string to connect to Oracle and..... ...SUCCESS!!! The session was added to the database table. No on to the wiki stuff I hope. --

