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: how to run the script catalog.sql

Re: how to run the script catalog.sql

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Wed, 29 Oct 2003 16:32:11 GMT
Message-ID: <3F9FEB8B.7DF87BD7@remove_spam.peasland.com>


Sign on to the database as SYS. You must do this as the SYS user. If you are using 9i, then you must sign on as SYS AS SYSDBA. Then, run the script with the '@' sign. Similar to the following:

cmd line> sqlplus /nolog

SQL> connect sys as sysdba
passwd: <enter pswd>
SQL> @?/rdbms/admin/catalog

HTH,
Brian

dominant wrote:
>
> Do you know how to run this script?
>
> --
> Posted via http://dbforums.com

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Wed Oct 29 2003 - 10:32:11 CST

Original text of this message

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