sqlplus下修改数据库级别默认日期格式:sql>alter system set nls_date_format='yyyy-mm-dd';不过不知道能满足你的要求不
如果是date类型,那么具体格式可以在你查询时使用to_char函数转换为你需要的格式
to_char()和to_date()