• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

sqlplus problem in antinstaller

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am trying to run a query in the antinstaller using sqlplus. The query runs fine on sqldeveloper but the antinstaller gets stuck when trying to execute the query. Could anyone tell me what the problem could be? There are no errors, it is just stuck as follows:
[sqlplus]
[sqlplus] SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 7 16:00:00 2011
[sqlplus]
[sqlplus] Copyright (c) 1982, 2005, Oracle. All rights reserved.
[sqlplus]
[sqlplus]
[sqlplus] Connected to:
[sqlplus] Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
[sqlplus] With the Partitioning, OLAP and Data Mining options
[sqlplus]

Thanks in advance!
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chances are it's waiting for input. Have you attached a stdin data stream to the sqlplus task?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic