Wednesday, June 19, 2013 1:54

Archive for April, 2010

DM_QUERY_E_TABLE_NO_ACCESS

Wednesday, April 28, 2010 3:05

Error - DM_QUERY_E_TABLE_NO_ACCESS the table xxx is not registered or you do not have access to it was thrown when I use a superuser to update one registered table. I checked both ACL setting and Table permit on this registered object. There's no error. After 30 minutes, I found a post ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

Get definition for view in Oracle

Friday, April 23, 2010 9:19

set LONG 10000 select TEXT from ALL_VIEWS where view_name = 'MY_VIEW'; Line one must be at least the size of the statement used to create the view. Either pick a really ...

This was posted under category: Oracle  |  Read Full Story  |  0 Comments
Tagged with: ,