DB2 7.1
Fixpack 10
W2K SP4
How do you put an underscore in the database name? When I restore a database from CLP using the following command:
restore database TESTDATABASE from d:\backup\ taken at 20050111190052 to d:\ into TEST_DATABASE
I get the following error:
SQL0104N An unexpected token "TEST_DATABASE" was found following "INTO"
Expected tokens may include: "<database-alias>". SQLSTATE=42601
I know that underscore is a valid character since our live database has an underscore in it. I just don't know how it was setup that way.
Thanks
Justin