Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Wich packages to install ?
Hi,
You usually have to run the following SQL scripts either under internal or SYS to make the database fully functional. This is for UNIX, the directories may be different for other platforms.
$ORACLE_HOME/rdbms/admin/catalog.sql
$ORACLE_HOME/rdbms/admin/catproc.sql
Then run these under SYSTEM:
$ORACLE_HOME/rdbms/admin/catdbsyn.sql <=== For each DBA account including SYSTEM
The following not required if importing from an existing pre-7.3.4 database.
$ORACLE_HOME/sqlplus/admin/pupbld.sql
$ORACLE_HOME/sqlplus/admin/help/helptbl.sql
sqlload system/manager $ORACLE_HOME/sqlplus/admin/help/plushelp sqlload system/manager $ORACLE_HOME/sqlplus/admin/help/sqlhelp sqlload system/manager $ORACLE_HOME/sqlplus/admin/help/plshelp
$ORACLE_HOME/sqlplus/admin/help/helpindx.sql
I believe that should do it.
Suresh Bhat
Oracleguru
www.oracleguru.net
Buergi Josef <josef.buergi_at_ascom.ch> wrote in article
<01bf2f74$859c7b80$95884f8b_at_rac17217.hasler.ascom.ch>...
> Hello
>
> I've just installed a V7.3.4 Database on a unix server.
>
> Who can tell me which Oracle packages I should install ? Or where can I
> read this topic in the installation manual ?
>
> Regards Josef
>
> josef.buergi_at_ascom.ch
>
>
>
Received on Mon Nov 15 1999 - 09:18:35 CST
![]() |
![]() |