What's the primary key for that table if it doesn't have an ID? Web2py 
needs to know. If it's not an auto incrementing integer and it's say - the 
string in CONSUMED_FILE_STATUS - then  you need to use keyed tables 
(declare primarykey=['CONSUMED_FILE_STATUS'] in your table definition). 
However, I don't think web2py supports keyed tables for Oracle **yet** but 
I guess you can try it.

See:
http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Legacy-databases-and-keyed-tables

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to