Unix Technical Forum

need help removing ultra search

This is a discussion on need help removing ultra search within the Oracle Miscellaneous forums, part of the Oracle Database category; --> Hi, I have the following situation Oracle Database 10.2 Upgrade Status Utility 02-11-2007 09:54:05 .. Component Status Version HH:MM:SS ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database > Oracle Miscellaneous

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-08-2008, 11:16 AM
steve
 
Posts: n/a
Default need help removing ultra search

Hi,
I have the following situation

Oracle Database 10.2 Upgrade Status Utility 02-11-2007 09:54:05
..
Component Status Version HH:MM:SS
Oracle Database Server VALID 10.2.0.3.0 00:16:47
JServer JAVA Virtual Machine VALID 10.2.0.3.0 00:04:21
Oracle XDK VALID 10.2.0.3.0 00:00:26
Oracle Database Java Packages VALID 10.2.0.3.0 00:00:37
Oracle Text VALID 10.2.0.3.0 00:00:20
Oracle XML Database VALID 10.2.0.3.0 00:01:55
Oracle Data Mining VALID 10.2.0.3.0 00:00:31
OLAP Analytic Workspace VALID 10.2.0.3.0 00:00:39
OLAP Catalog VALID 10.2.0.3.0 00:01:03
Oracle OLAP API VALID 10.2.0.3.0 00:01:01
Oracle interMedia VALID 10.2.0.3.0 00:06:00
Spatial VALID 10.2.0.3.0 00:00:54
Oracle Ultra Search INVALID 9.2.0.6.0 00:00:00
Oracle Enterprise Manager VALID 10.2.0.3.0 00:01:21



the ultrasearch is sitting at 9.2 in my 10.2 database. I need to totally
remove ultrasearch and reinstall it.

Which scripts do i need to execute to do this.


Steve


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-08-2008, 11:17 AM
DA Morgan
 
Posts: n/a
Default Re: need help removing ultra search

steve wrote:
> Hi,
> I have the following situation
>
> Oracle Database 10.2 Upgrade Status Utility 02-11-2007 09:54:05
> .
> Component Status Version HH:MM:SS
> Oracle Database Server VALID 10.2.0.3.0 00:16:47
> JServer JAVA Virtual Machine VALID 10.2.0.3.0 00:04:21
> Oracle XDK VALID 10.2.0.3.0 00:00:26
> Oracle Database Java Packages VALID 10.2.0.3.0 00:00:37
> Oracle Text VALID 10.2.0.3.0 00:00:20
> Oracle XML Database VALID 10.2.0.3.0 00:01:55
> Oracle Data Mining VALID 10.2.0.3.0 00:00:31
> OLAP Analytic Workspace VALID 10.2.0.3.0 00:00:39
> OLAP Catalog VALID 10.2.0.3.0 00:01:03
> Oracle OLAP API VALID 10.2.0.3.0 00:01:01
> Oracle interMedia VALID 10.2.0.3.0 00:06:00
> Spatial VALID 10.2.0.3.0 00:00:54
> Oracle Ultra Search INVALID 9.2.0.6.0 00:00:00
> Oracle Enterprise Manager VALID 10.2.0.3.0 00:01:21
>
>
>
> the ultrasearch is sitting at 9.2 in my 10.2 database. I need to totally
> remove ultrasearch and reinstall it.
>
> Which scripts do i need to execute to do this.
>
>
> Steve


You should verify with metalink but I'd look at these four scripts for
more information.

$ORACLE_HOME/rdbms/admin/c1002000.sql
$ORACLE_HOME/rdbms/admin/cmpdbmig.sql
$ORACLE_HOME/rdbms/admin/utlu102i.sql
$ORACLE_HOME/rdbms/admin/utlu102x.sql

Likely it is the second one but validate and test first.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-08-2008, 11:18 AM
steve
 
Posts: n/a
Default Re: need help removing ultra search

On Mon, 12 Feb 2007 02:06:31 +0800, DA Morgan wrote
(in article <1171217190.547678@bubbleator.drizzle.com>):

> steve wrote:
>> Hi,
>> I have the following situation
>>
>> Oracle Database 10.2 Upgrade Status Utility 02-11-2007 09:54:05
>> .
>> Component Status Version HH:MM:SS
>> Oracle Database Server VALID 10.2.0.3.0 00:16:47
>> JServer JAVA Virtual Machine VALID 10.2.0.3.0 00:04:21
>> Oracle XDK VALID 10.2.0.3.0 00:00:26
>> Oracle Database Java Packages VALID 10.2.0.3.0 00:00:37
>> Oracle Text VALID 10.2.0.3.0 00:00:20
>> Oracle XML Database VALID 10.2.0.3.0 00:01:55
>> Oracle Data Mining VALID 10.2.0.3.0 00:00:31
>> OLAP Analytic Workspace VALID 10.2.0.3.0 00:00:39
>> OLAP Catalog VALID 10.2.0.3.0 00:01:03
>> Oracle OLAP API VALID 10.2.0.3.0 00:01:01
>> Oracle interMedia VALID 10.2.0.3.0 00:06:00
>> Spatial VALID 10.2.0.3.0 00:00:54
>> Oracle Ultra Search INVALID 9.2.0.6.0 00:00:00
>> Oracle Enterprise Manager VALID 10.2.0.3.0 00:01:21
>>
>>
>>
>> the ultrasearch is sitting at 9.2 in my 10.2 database. I need to totally
>> remove ultrasearch and reinstall it.
>>
>> Which scripts do i need to execute to do this.
>>
>>
>> Steve

>
> You should verify with metalink but I'd look at these four scripts for
> more information.
>
> $ORACLE_HOME/rdbms/admin/c1002000.sql
> $ORACLE_HOME/rdbms/admin/cmpdbmig.sql
> $ORACLE_HOME/rdbms/admin/utlu102i.sql
> $ORACLE_HOME/rdbms/admin/utlu102x.sql
>
> Likely it is the second one but validate and test first.
>



thanks DA, I spent rather a long time ploughing thru the 10g documentation,
skipping from one place to another all without sucess.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:04 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com