Recent content by ako

  1. A

    Unable to insert as non-owner of table

    The problem is solved. I am using a before-insert trigger which fetches the nextval from a sequence. The proper grants on that sequence were missing.
  2. A

    Unable to insert as non-owner of table

    I have created a table under schema basysxe_owner. I also created a public synonym for this table. In my application I'm using a TOracleDataSet based on this table: SELECT uit.* , uit.ROWID FROM bxe_uitgevers uit ORDER BY naam When I'm running the application as the owner of the...
Back
Top