I use perl to automate various Database Administration tasks for several
Oracle databases.  With Oracle 9.x, to perform certain administrative tasks,
you must connect as sysdba.  From sqlplus, the syntax is:
sqlplus "/@dbname as sysdba"

Does anybody know of a way to simulate this type of connection?

Reply via email to