Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> uninstalling XDB - solution
Ok ok,
Metalink is wonderful...
Doc ID <http://metalink.oracle.com/help/usaeng/Search/search.html#file>
:
Note:243554.1
Subject:
How to Deinstall and Reinstall XML Database (XDB)
Type:
BULLETIN
Status:
PUBLISHED
Content Type:
TEXT/PLAIN
Creation Date:
09-JUL-2003
Last Revision Date:
11-SEP-2003
PURPOSE
This article provides the steps to manually deinstall and install the XML Database feature into a database.
SCOPE & APPLICATION
This article is for DBA's that need to remove, install and/or reinstall the XDB schema into an existing Oracle database.
NOTE: If the XML DB features are currently being utilized, and you have
experienced
a corrupted XML DB repository or installation, it may be more efficient
to perform
point in time recovery to a point prior to the problem.
How to Deinstall and Reinstall XML Database (XDB)
XDB SCHEMA REMOVAL STEPS
WARNING: The steps to remove the XML Database feature (XDB schema) will
completely
remove the XDB repository including any user defined information
contained within
it. Therefore, if there are any registered schemas or XML Database
items created,
you will be required to recreate all of your user defined structures,
data and re-register all schemas previously registered.
UNIX: $ORACLE_HOME/rdbms/admin subdirectory WINDOWS: $ORACLE_HOME\rdbms\admin subdirectory
For Example:
SQL> set echo on SQL> spool xdb_removal.log SQL> @?/rdbms/admin/catnoqm.sql
3. Modify the init.ora file or spfile to include the following minimums to prepare the DB for reinstalling the XDB schema:
shared_pool_size =150MB
java_pool_size =150MB
4. Turn on AUTO EXTEND on the XDB tablespace
5. Shutdown the database immediate, and startup the database normal
George
George Leonard
Oracle Database Administrator
Dimension Data (Pty) Ltd
(Reg. No. 1987/006597/07)
Tel: (+27 11) 575 0573
Fax: (+27 11) 576 0573
E-mail:george.leonard_at_za.didata.com
Web: http://www.didata.co.za
You Have The Obligation to Inform One Honestly of the risk, And As a
Person
You Are Committed to Educate Yourself to the Total Risk In Any Activity!
Once Informed & Totally Aware of the Risk,
Every Fool Has the Right to Kill or Injure Themselves as They See Fit!
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Viktor
Sent: 18 February 2004 06:57 AM
To: oracle-l_at_freelists.org
Subject: Re: Rename table problem
Thanks very much to all! Alter table is exactly what i was missing
Viktor
Mark Richard <mrichard_at_transurban.com.au> wrote:
Yes,
This was covered on this list quite recently. Try:
alter table otheruser.table_name rename to new_table_name;
Your mistake is putting the schema infront of "new_table_name". This is
not needed since you can't change the schema owner with a rename
statement
and therefore the parameter is not allowed.
Regards,
Mark.
Viktor
m> cc:
Sent by: Subject: Rename table problem
oracle-l-bounce_at_fr
eelists.org
18/02/2004 13:43
Please respond to
oracle-l
Hello,
Is it possible for one user to rename a table in another user's schema, Oracle 8.1.7?
I kept getting
ORA-01765: specifying table's owner name is not allowed
Are there any workarounds?
Thanks
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<---->>>>>>>>>>>>>>>>>>Received on Wed Feb 18 2004 - 05:12:31 CST
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Privileged/Confidential information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such a case, you should destroy this message and kindly notify the sender by reply e-mail or by telephone on (03) 9612-6999 or (61) 3 9612-6999. Please advise immediately if you or your employer does not consent to Internet e-mail for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of Transurban Infrastructure Developments Limited and CityLink Melbourne Limited shall be understood as neither given nor endorsed by them. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<---->>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- --------------------------------- Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- “This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on this link http://www.vodacom.net/legal/email.asp " ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------
![]() |
![]() |