If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > How to rename a database?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-01-04, 10:40
nkelly nkelly is offline
Registered User
 
Join Date: May 2004
Posts: 8
Question How to rename a database?

Hello all,

Could anyone tell me if there a quick and easy way to rename a DB2 8.1 db
(on AIX) or do I have to backup and restore?

I'm sure this has been asked before but nothing came up when I
searched.

Thanks,
Noel.
Reply With Quote
  #2 (permalink)  
Old 06-01-04, 11:16
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Have a look at db2relocatedb command ...

There is an option to rename a database

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 06-01-04, 11:44
nkelly nkelly is offline
Registered User
 
Join Date: May 2004
Posts: 8
Smile

Brilliant Sathyaram, thanks for the info!
Reply With Quote
  #4 (permalink)  
Old 06-01-04, 23:58
Tony Winch Tony Winch is offline
Registered User
 
Join Date: Jun 2002
Posts: 7
How about an Alias

Noel,

You could uncatalog and then catalog your database with a different name.

eg for the db test created on the /db2dbs file system

uncatalog db test;
catalog db test on /db2dbs;
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On