Hi Gurus,
Your help is greatly appreciated .
Am trying to add a new NOt null COlumn to the Exisitng Table .
ALTER TABLE BATCH_FIELDS
ADD ALLOW_GENERIC_CONVERSION VARCHAR2(1) Not null;
But am getting the below error :
[Error] Execution (10: 18): ORA-01758: table must be empty to add mandatory (NOT NULL) column
Please suggest here.