Results 1 to 5 of 5

Thread: DBRE: Oracle DB introspection hangs

  1. #1

    Default DBRE: Oracle DB introspection hangs

    Hello..
    after some work i've got working the oracle driver (10.2.0.1) on SpringROO 1.4,
    now after I give this command:
    database introspect --schema
    and then press TAB i get the list of schemas available.
    But after I choose one and give return the command hangs indefinitely, never ending
    with a error o a correct answer.
    Any Ideas?

    My internet connection is behind a proxy but seems to work right,
    at start roo connect internet for upgrades ad signal:
    0 upgrades available (plus 29 upgrades not visible due to your version stability setting of RELEASE)
    Last edited by Macs; May 19th, 2011 at 08:58 AM.

  2. #2
    Join Date
    Dec 2005
    Posts
    930

    Default

    I assume other commands work OK after the Roo shell loads?

    Can you attach you Oracle DDL ?
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

  3. #3

    Default

    Ok I've tried to keep the command running in the afternoon and after 2 hour it ended with a positive response.
    For 30 tables it seem too much to me.

    I'll send you the schema with a PM

  4. #4

    Default

    another thing.. the command introspect does not dump the xml
    to dbre.xml file in the src/main/resources directory.
    With --file or without. Only if I specify a name the xml is dumped.

  5. #5
    Join Date
    Dec 2005
    Posts
    930

    Default

    another thing.. the command introspect does not dump the xml
    to dbre.xml file in the src/main/resources directory.
    With --file or without. Only if I specify a name the xml is dumped.
    The instrospect command is not meant to. By default, without the --file option, it will display the schema on screen. Only the database reverse engineer command is intended to cause changes in your project.
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

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
  •