otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Security Keeping your OTM / G-Log instances secure.

Tags:

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old December 20th, 2006, 21:44
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 847
Blog Entries: 7
Thanks: 53
Thanked 205 Times in 124 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
[SOLVED] Deleting Domains

I always forget how to do this and was just reminded (thanks Alan!), so I decided to post:

Note: This can't be undone - so make sure you REALLY want to delete a domain before you do so.

To delete a domain, you need to login to your database using sqlplus as the glogowner user. Alternately, you can also login to OTM as DBA.ADMIN and use the SQL Backdoor.

Once there, you just need to run:

Code:
SQL> exec domainman.delete_domain('DOMAINNAME')
where DOMAINNAME is the name of the domain you want to delete. If you're deleting a sub-domain then it would look something like:

Code:
SQL> exec domainman.delete_domain('DOMAINNAME/SUBDOMAIN')
The process will run for several minutes, as it deletes data. That's it!

Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up Domains and Sub-domains salsharm Execution 8 March 5th, 2008 15:15
Deleting 'send voucher interface' option from screenset Tuuk79 Branding, Screen Sets, XSL/CSS and Translations 4 February 12th, 2008 14:33
Sending Integration to Customers (domains) runinord Execution 0 February 23rd, 2007 13:56
[SOLVED] Deleting Menus samuellevin_mavenwire Workflow 0 November 22nd, 2006 20:32



All times are GMT. The time now is 03:46.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37