Check all column field names
SELECT Column_name from user_tab_columns where table_name = 'BH'
Check all the table names:
SELECT TABLE_NAME from User_Tables