DB2 - Problembeschreibung
Problem IT03906 | Status: Geschlossen |
CREATING A TABLESPACE IN A PARTITIONED ENVIRONMENT WITH $[NUMBER]N PARTITION EXPRESSION FOR STORAGE PATH WILL RESULT IN SQL0294N | |
Produkt: | |
DB2 FOR LUW / DB2FORLUW / A50 - DB2 | |
Problembeschreibung: | |
When we use $[number]N partition expression for storage path in a create tablespace statement, we will get SQL0294N as follows: $ db2 "CREATE TABLESPACE TS1 MANAGED BY DATABASE > USING (FILE '/home/db2inst1/filepath/NODE \$4N' 4096) ON DBPARTITIONNUM (0 to 2)" DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned: SQL0294N The container is already in use. SQLSTATE=42730 This APAR will resolve the above observed issue. | |
Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * See SYSROUTE APARs to see where this APAR is addressed * **************************************************************** | |
Local-Fix: | |
use $N instead of $[number]N. $ db2 "CREATE TABLESPACE TS1 MANAGED BY DATABASE > USING (FILE '/home/db2inst1/filepath/NODE000 \$N' 4096) ON DBPARTITIONNUM (0 to 2)" DB20000I The SQL command completed successfully. | |
Lösung | |
Workaround | |
keiner bekannt / siehe Local-Fix | |
Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 20.08.2014 09.05.2017 09.05.2017 |
Problem behoben ab folgender Versionen (IBM BugInfos) | |
Problem behoben lt. FixList in der Version | |
10.5.0.5 |