Monday, April 13, 2015

How to Manually Uninstall Ultra Search


ummary of the parameters: 
  SYS = "&1"  <== sys user
  SYSPW = "&2" <== password for sys user
  CONN_STRING = "&3" <== If uninstalling Ultra Search on a non-RAC instance, pass a null string. If uninstalling on a RAC machine, be sure to enter the TNS descriptor.  e.g., :: 
- or -
"(DESCRIPTION=(LOAD_BALANCE=yes)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)
     (HOST=cls02a)(PORT=3999)) (ADDRESS=(PROTOCOL=TCP)(HOST=cls02b)(PORT=3999)))
     (CONNECT_DATA=(SERVICE_NAME=acme.us.com)))" 

   
DEV:[DB]oracle@server:/oracle/app/oracle/product/oracle/ultrasearch/admin
==> sqlplus

SQL*Plus: Release 9.2.0.7.0 - Production on Mon Apr 13 16:22:02 2015

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

Enter user-name: /as sysdba

Connected to:
Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production

SQL> @wk0deinst.sql sys password
==============  Ultra Search Deinstallation ==============

Enter value for 3:
Connected.

Context dropped.


User dropped.


Role dropped.


User dropped.

Clean up interMedia Text dictionary

PL/SQL procedure successfully completed.

SQL>

No comments:

Post a Comment