Check your "IBM Informix Guide to SQL Syntax" documentation Volume 1 if you have it handy.
in dbaccess
RENAME DATABASE dog_db TO cat_db
note: the dog_db database must not be opened or in-use when it is being renamed so you can do this:
in dbaccess, select any database other than the dog_db database; I'll call it mouse_db. You don't want to change mouse_db but you're using it as a means to RENAME dog_db to cat_db.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.