So I screwed up. I was trying to free up some disk space and accidentally deleted logs DB2 needed to connect to/start my database. I'd run into this before, so I uncataloged the database and deleted the files on disk so I could recreate it. However, when I go to recreate the database, I get:
SQL1005N The database alias "BGTRUNK" already exists in either the local database directory or system database directory.
db2 list database directory shows that it's gone. Everything else I saw searching around suggests recatalogging and dropping the db, but that's obviously not an option at this stage.
How can I free this alias up for reuse?
See Question&Answers more detail:os