Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: catrep.sql - Installaion Problem

Re: catrep.sql - Installaion Problem

From: Pete Sharman <psharman_at_us.oracle.com>
Date: Wed, 14 Jul 1999 09:26:14 -0700
Message-ID: <378CBA26.6BD56042@us.oracle.com>


Todd

The catrep script is only needed if you're using replication. If not, don't bother run it. If you are, then log on as the owner of the Oracle kernel (usually an account called oracle), not as root. Then ensure your environment variables are set correctly (specifically ORACLE_HOME and ORACLE_SID) and issue the following commands:

$ svrmgrl
SVRMGR> connect internal
SVRMGR>@?/rdbms/admin/catrep

HTH. Pete

"Todd W. McLain" wrote:

> I just installed Oracle 8.0.5 on a Sparc w/ Solaris 2.7. Following through
> with post-installation steps, the documentation says to run the catrep.sql
> script as the root user. I tried doing this straight from server manager,
> but after each entry I get : ORA-01012: not logged on
>
> I then tried connect internal to log into server manager, but it asks
> me for a password. I have tried the password for the oracle account and for
> the system account when the database was created, but it only comes back
> with: ORA-01031: insufficient privileges
>
> The installation documentation is fairly well written, but is very vague on
> this part. Does anybody know how I can get the script to run.
>
> Thanks.
>
> Todd W. McLain
> Systems Engineer
> KDD Okinawa Service Co., Ltd.

--
Regards

Pete


Received on Wed Jul 14 1999 - 11:26:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US