CREATE TABLE GLOBAL_LOCKS ( RESOURCE_NAME VARCHAR2(50) NOT NULL, IS_EXCLUSIVE CHAR(1) DEFAULT 'N' NOT NULL )
Table created.