Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: ROO: test doesn't work with Oracle DB

  1. #11

    Default

    I have no problems in finding the two commands. Did all the pervious commands executed correctly?

    I used the same script as posted above, but I did not include "perform test" and "perform eclipse" as I usually run them directly from command line. Anyways this should not make a difference.

  2. #12
    Join Date
    May 2010
    Posts
    7

    Default

    Quote Originally Posted by Nils Schmidt View Post
    I have no problems in finding the two commands. Did all the pervious commands executed correctly?

    I used the same script as posted above, but I did not include "perform test" and "perform eclipse" as I usually run them directly from command line. Anyways this should not make a difference.
    Please, give me your "command line". Because I did "perform eclipse" and run application from STS

  3. #13
    Join Date
    Jun 2010
    Posts
    2

    Default

    Quote Originally Posted by krimple View Post
    Could you post the exception you are getting?

    My first guess is the primary key generation. Oracle uses sequences which is different than the identity-type keys on some other databases. So maybe the generated ID needs a different generation strategy. Also, do you have create rights on all types of objects in your oracle schema, including sequence?
    If we want the front end to create the oracle database objects, then the minimum privileges that the oracle user requires are:
    connect, create table and create sequence

    I had the same sequence error on the tests until I added create sequence privilege to the user.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •