• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Oracle Procedure problem

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In oracle10g im creating a procedure in that i has a leftouter join which looks like "left outer join configusers.users" when i try to run this procedure Im getting an error on this abc.checkbook im in a different domain called bcd where this procedure actually running. Please help me on this it is very urgent
 
balajee annamalai
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please help i thought this is a frendly site and every one will help me?
 
author & internet detective
Posts: 42151
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Balajee,
This is a friendly site!

First of all, you need to allow at least 24 hours for everyone to see your post. People are in different time zones throughout the world and many people log on once a day (at a minimum.) For specialized questions, there's also the possibility that people just don't know.

Now on to your question, are you able to run this query from the command line (rather than through the stored procedure) ? This will tell you if the problem is with the stored procedure or the query itself.
 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Useally I see this type of error when there is a problem in the sql statement , wrong or missing qualifier on a column name. Difficult
to tell with the little code you provided.
reply
    Bookmark Topic Watch Topic
  • New Topic