=============== Oracle database =============== ------------------------------------------------------ Check if a table exists in the current database schema ------------------------------------------------------ .. code-block:: guess SELECT table_name FROM user_tables WHERE table_name = 'TABLE_NAME';