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 > Informix > how change owner table ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-21-03, 16:38
moespi moespi is offline
Registered User
 
Join Date: Sep 2002
Location: Guanajuato, Mexico
Posts: 8
Question how change owner table ?

Hello, need change the owner of some tables on database , not using drop table/create table
because need the tabid remain


sorry my bad English
Reply With Quote
  #2 (permalink)  
Old 02-22-03, 03:28
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
This is normally not possible.

However I did it in the past by updating the 'owner' column
for these tables in 'systables'.
This has to be done as user 'informix', because only user
'informix' is allowed to change the systables.

There is no guarantee that this will work, so I would recommend
that you take a Level-0-Backup beforing doing this.
Also you might re-start your databaseserver after the update
because the data-dictionary-cache will not be up to date.

It is your own risk and you will probably get no support
from IFMX if it doesn't work !!
__________________

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Reply With Quote
  #3 (permalink)  
Old 02-24-03, 12:16
moespi moespi is offline
Registered User
 
Join Date: Sep 2002
Location: Guanajuato, Mexico
Posts: 8
Lightbulb ok, thanks

ok, have db for experiment, i'm test there
thanks
Gracias
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