Re: Server Manager

From: Chuck <chuckh_nospam_at_softhome.net>
Date: 22 Mar 2004 14:45:31 GMT
Message-ID: <Xns94B4634652A35chuckhsofthomenet_at_130.133.1.4>


"Redd" <javatek?_at_usa.com> wrote in news:oIh7c.123637$rB4.103008 _at_bignews6.bellsouth.net:

> We recently upgraded to Oracle 9i and have found that the svrmgr
> tool no longer exists. I wanted to know if there was a way to copy
> the svrmgr tool from the Oracle 8i bin directory to Oracle 9i bin
> directory and make it work with Oracle 9i. Maybe some other
> DLLs need to be copied as well or an entry made in one of the
> system tables. Does anybody know a way.
>
> --
> javatek?_at_usa.com
>
> remove the ? to reply.
>
>

Switching to sqlplus is not that difficult. You could do a global replace on all your scripts to fix them. Change all occurences of "svrmgrl" to "sqlplus". Change all occurences of "internal" to "/ as sysdba". If it's on the command line you need to escape the spaces. It's that simple.

-- 
Chuck
Remove "_nospam" to reply by email
Received on Mon Mar 22 2004 - 15:45:31 CET

Original text of this message