If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Reporting front ends

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-09-03, 16:32
MicheleDD MicheleDD is offline
Registered User
 
Join Date: Jul 2003
Location: Germantown, MD
Posts: 5
Reporting front ends

All of my current experience with Oracle has been in back-end processes (i.e., batch-type procedures and packages).

I have been asked to develop a front-end that will allow users to execute stored procedures without having to log into SQL*Plus and type commands. All of these stored procedures accept arguments, so the front-end must be able to accept the arguments and pass them along.

I am trying to determine the best approach for this front-end. Will Oracle Forms allow a user to run a procedure? Would PowerBuilder or Java be a better idea? (There is talk that this front-end could be added to the system's website AND it could be merged with the system's current user interface which is written in PowerBuilder).

All assistance would be appreciated.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 07-09-03, 16:41
aruneeshsalhotr aruneeshsalhotr is offline
Registered User
 
Join Date: Jul 2003
Location: US
Posts: 314
Front Ends Better Option

Hi Michelle
With my level of experience and exposure to Oracle has been that the Front End are best handled through Java.
You could simply have CallableStatements, and use them to get the results back in your java class or JSP, and display a formatted result.

Let me know if you need more information on how to do the same.
Regards
Aruneesh
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On