Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Intermedia
To install Intermedia as a separate product, the db has to be shutdown for
oracle exe to be relinked
Once the Intermedia product has been installed, the following steps must be
performed to configure it as shown below.
How to configure Intermedia?
Create the CTXSYS tablespace
create tablespace ctxsys datafile '/u02/oradata/dev/ctxsys01.dbf' size 100M autoextend on next 100M maxsize 1000M;
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/ctx/lib
548:oracle_at_devdb> pwd
/u01/app/oracle/product/8.1.7/ctx/admin
As sys run @dr0csys.sql ctxsys ctxsys temp
As ctxsys @dr0inst.sql /u01/app/oracle/product/8.1.7/ctx/lib/libctxx8.so
As ctxsys
select object_type, count(*) from user_objects group by object_type;
select * from user_libraries ;
@?/ctx/admin/defaults/drdefus.sql
> -----Original Message-----
> From: A. Bardeen [mailto:abardeen1_at_yahoo.com]
> Sent: Friday, May 11, 2001 4:18 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Intermedia
>
>
> Bryan,
>
> A good start is Note: 101493.1 "QUICK START GUIDE:
> InterMedia Text Installation"
>
> There are others on metalink:
>
> Technical Libraries button
> Server -> Oracle interMedia Text and ConText Option
>
> HTH,
>
> -- Anita
>
> --- "Miller, Bryan" <MillerB_at_telergy.net> wrote:
> > Does anyone have instructions or know where to find
> > concise instructions on
> > setting up the Intermedia database objects (i.e.
> > CTXSYS and what not) in an
> > 8.1.6 instance? Like what scripts to run or is there
> > a utility.
> > TIA
> > Bryan M. Miller
> > Junior Oracle DBA
> > IT Operations
> > Telergy Inc.
> > Email: bmiller_at_telergy.net
> > Phone: (315)362-2642
> > Pager: (315)647-1908
> >
> >
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: Miller, Bryan
> > INET: MillerB_at_telergy.net
> >
> > Fat City Network Services -- (858) 538-5051 FAX:
> > (858) 538-5051
> > San Diego, California -- Public Internet
> > access / Mailing Lists
> >
> --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be removed
> > from). You may
> > also send the HELP command for other information
> > (like subscribing).
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: A. Bardeen
> INET: abardeen1_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Srinagesh Battula INET: sbattula_at_vcommerce.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri May 11 2001 - 17:31:07 CDT