grant_law_perms.sql

 0 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
Roger French
Veteran Member
Posts: 549
Veteran Member

     We've got an environment (AIX) where there's some custom UPDATE programs. I'm finding out by the ladb.log the following types of errors:

    COraDBConnection::GetServerOptions(1) Cannot access v$parameter. Using default db_block_size.

    Run $GENDIR/oracle/grant_law_perms.sql using SQL*Plus.

    COraDBConnection::GetServerOptions(3) Cannot access v$parameter. Using default compatible value.

    Run $GENDIR/oracle/grant_law_perms.sql using SQL*Plus.

    This happens when running a custom online program as the 'lawson' user.

    When I run other programs, e.g. CU01 as the Lawson user, I get no such error messages.

    And I can run batch programs under the 'lawson' user no problem.

    Question is: why do I need to run grant_law_perms.sql over again? It was originally run (I think) a while back by the installer? Why does it need to be run again?

    This is AIX/Oracle

    Thanks,

    Roger