Everytime I try to install I get the following errors:

SQL: INSERT INTO phpbt_status VALUES (1,'Unconfirmed','Reported but not confirmed',1)

DB Error: unknown error
INSERT INTO phpbt_status VALUES (1,'Unconfirmed','Reported but not confirmed',1) [nativecode=ORA-00947: not enough values]

SQL: INSERT INTO phpbt_status VALUES (2,'New','A new bug',2)

DB Error: unknown error
INSERT INTO phpbt_status VALUES (2,'New','A new bug',2) [nativecode=ORA-00947: not enough values]

SQL: INSERT INTO phpbt_status VALUES (3,'Assigned','Assigned to a developer',3)

DB Error: unknown error
INSERT INTO phpbt_status VALUES (3,'Assigned','Assigned to a developer',3) [nativecode=ORA-00947: not enough values]

SQL: INSERT INTO phpbt_status VALUES (4,'Reopened','Closed but opened again for further inspection',4)

DB Error: unknown error
INSERT INTO phpbt_status VALUES (4,'Reopened','Closed but opened again for further inspection',4) [nativecode=ORA-00947: not enough values]

SQL: INSERT INTO phpbt_status VALUES (5,'Resolved','Set by engineer with a resolution',5)

DB Error: unknown error
INSERT INTO phpbt_status VALUES (5,'Resolved','Set by engineer with a resolution',5) [nativecode=ORA-00947: not enough values]

SQL: INSERT INTO phpbt_status VALUES (6,'Verified','The resolution is confirmed by the reporter',6)

DB Error: unknown error
INSERT INTO phpbt_status VALUES (6,'Verified','The resolution is confirmed by the reporter',6) [nativecode=ORA-00947: not enough values]

SQL: INSERT INTO phpbt_status VALUES (7,'Closed','The bug is officially squashed (QA)',7)

DB Error: unknown error
INSERT INTO phpbt_status VALUES (7,'Closed','The bug is officially squashed (QA)',7) [nativecode=ORA-00947: not enough values]

SQL: CREATE SEQUENCE phpbt_status_seq START WITH 8 NOCACHE

What should the last value (BUG_OPEN) be? I've tried various numbers and it will then install, but then I get a database error that won't let me do anything once I login.

I am running Oracle 8.1.7 - thanks!