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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Intermedia

RE: Intermedia

From: Koivu, Lisa <lkoivu_at_qode.com>
Date: Wed, 16 May 2001 07:59:38 -0700
Message-ID: <F001.00304D46.20010516064732@fatcity.com>

Hi Gary,

This is what happened.  A regular install would not succeed with the CREATE INDEX statement.  I put a call in to support.  Lucky for me I got a knowledgeable woman on the phone who knew exactly what the problem was.

The libraries could not be created when $ORACLE_HOME was referenced in the install scripts.  I had to hard-code the library name with the value for $ORACLE_HOME.  Now that I look through my script, that was the only thing that got hosed.  After I made that change everything was fine. 

Hope this helps someone...
Have a great day all ! 

spool cr_ctxsys.log

@$ORACLE_HOME/ctx/admin/dr0csys.sql ctxsys drsys temp

connect ctxsys/ctxsys
@$ORACLE_HOME/ctx/admin/dr0inst.sql $ORACLE_HOME/ctx/lib/libctxx8.sl

prompt Check install

select library_name,file_spec,dynamic,status from user_libraries;

prompt Set US default preferences
@$ORACLE_HOME/ctx/admin/defaults/drdefus.sql

create or replace library DR$LIBX as
'/oracle/dbserver/8.1.6/ctx/lib/libctxx8.sl' /

-----Original Message-----
From: Gary Weber [mailto:gweber_at_cji.com] Sent: Monday, May 14, 2001 4:46 PM
To: Multiple recipients of list ORACLE-L Subject: RE: Intermedia

Lisa,

I just went through Intermedia install on HPUX 11 and Ora 8.1.6 (32 bit) with no apparent problems. Been able to create Intermedia indexes and all is working well. Could you share what problems you've encountered?

Thanks,

Gary Weber

-----Original Message-----
Sent: Monday, May 14, 2001 10:11 AM
To: Multiple recipients of list ORACLE-L

Bryan,

What O/S are you on?  I had specific problems with the intermedia install on HP/UX that required some changes in the install procedure, per support.  I have a few scripts - if you would like me to send them to you, please email me directly.

Lisa Rutland Koivu
Oracle Database Administrator
Certified Self-Important Database Deity
Slayer of Unix Administrators
Wanton Kickboxing Goddess

lkoivu_at_qode.com

 NeoMedia

2201 Second St., Suite 600
Fort Myers, FL 33901, USA
Phone: 941-337-3434
Fax: 941-337-3668
www.neom.com < http://www.neom.com <http://www.neom.com> > www.paperclick.com < http://www.paperclick.com <http://www.paperclick.com> >

www.qode.com < http://www.qode.com <http://www.qode.com> >

P a p e r C l i c k . c o m < http://www.paperclick.com/home.htm <http://www.paperclick.com/home.htm> >

 Enter Your PaperClick Code Here!

-----Original Message-----
<mailto:MillerB_at_telergy.net> ]
Sent: Friday, May 11, 2001 4:51 PM
To: Multiple recipients of list ORACLE-L

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: Gary Weber
  INET: gweber_at_cji.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 Wed May 16 2001 - 09:59:38 CDT

Original text of this message

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