• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Concurrent Manager and Java

 
Saloon Keeper
Posts: 28745
211
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
I know you can write SQL queries to find out what's going on inside Oracle' Concurrent manager - it's pretty easy to find such scripts on Google.
The implication is that part or all of the Concurrent Manager subsystem is maintained in Oracle tables.
Question: Is is also possible to submit jobs via Java and/or SQL requests? That is, can a Java app perform the same operations as the CONCSUB utility?
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tim, I think it all depends on how you have JDBC log into your Oracle system. If you log in with just a user, then the user will only have access to the same tables that they would get if they were using SQLPLUS. including user_tables. They are all available based on your grants, etc.
Mark
reply
    Bookmark Topic Watch Topic
  • New Topic