- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
2#
发表于 2012-8-9 13:53:41
@$ORACLE_HOME/rdbms/admin/owminst.plb
Note: De-installing Oracle Workspace Manager will remove any existing workspaces and the associated metadata.
1.
Disable versioning on all version-enabled tables in the database before de-installing Oracle Workspace Manager. To verify if you have any currently version-enabled tables in your database:
From SQL*Plus connected to the database as a DBA user, enter:
select * from all_wm_versioned_tables;
Once you have confirmed you have no versioned tables, or the count read 0, then you can proceed with the deinstall.
2.
To uninstall Workspace Manager, run the following script, as SYS:
$ORACLE_HOME/rdbms/admin/owmuinst.plb
INSTALL
If you wish to reinstall Workspace Manager at a later time, you can run, as SYS:
$ORACLE_HOME/rdbms/admin/owminst.plb
The Install / Upgrade / De-install process is also discussed in the readme included in the kit. The readme is supplied with Workspace Manager patch kits.
These scripts can be run at any time without having to bounce the database, as long as OWM is not being used. |
|