문제

db2 => db2level DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned: SQL1024N A database connection does not exist. SQLSTATE=08003

what's wrong here?

도움이 되었습니까?

해결책

db2level is an OS command, not a DB2 CLP command.

$ which db2level
/home/db2inst1/sqllib/bin/db2level
$ which db2
/home/db2inst1/sqllib/bin/db2
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top