sudascript has asked for the wisdom of the Perl Monks concerning the following question:

Hi , I'm an Oracle DBA working on developing an perl CGI application to do DBA tasks. I have installed apache on all my db servers. but still doing admin tasks like user creation and viewing tablespace usage seems to be tough through PERL CGI scripting. can some one help me in this??

Replies are listed 'Best First'.
Re: PERL CGI
by Corion (Patriarch) on Jul 12, 2017 at 09:10 UTC

    Can you do the same queries from the command line already?

    It's hard to give you more concrete advice without seeing your code and a description of where you encounter problems in a more specific way.

    For simply running SQL queries, there is Querylet::CGI, maybe that is already enough for you.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: PERL CGI
by marto (Cardinal) on Jul 12, 2017 at 09:14 UTC