学习是一种信仰。
发布时间:2013-03-28 15:18:28
今天往oracle insert中文日期(16-1月 -13)时报错:ora-01843,无效的月份;Cause:A date specified an invalid month. Valid months are: January-December, for format code MONTH, and Jan-Dec, for format code MON. Action:Enter a valid month value in the correct format. 1、查看客户端字符集.........【阅读全文】
发布时间:2013-03-27 17:26:09
1、oracle时间数据的存储格式 oracle数据库中存放时间格式的数据,是以oracle特定的格式存贮的,占7个字节,与查询时显示的时间格式无关,具体哪个字节表示什么,没必要都搞清楚。存贮的时间包括年月日时分秒,最小精度为秒,不存贮秒以下的时间单位。 &nb.........【阅读全文】
发布时间:2013-03-27 17:23:13
今天往oracle insert中文日期(16-1月 -13)时报错:ora-01843,无效的月份;Cause:A date specified an invalid month. Valid months are: January-December, for format code MONTH, and Jan-Dec, for format code MON. Action:Enter a valid month value in the correct format. 处理方法:1、查看客户.........【阅读全文】
发布时间:2013-03-27 17:00:30
SQL> drop user pis_product cascade;drop user pis_product cascade*ERROR at line 1:ORA-01940: cannot drop a user that is currently connected SQL> select sid,serial# from v$session where username='PIS_PRODUCT'; SID SERIAL#---------- ----.........【阅读全文】
发布时间:2013-03-27 13:27:30
SQL> drop user pis_product cascade;drop user pis_product cascade*ERROR at line 1:ORA-01940: cannot drop a user that is currently connectedSQL> select sid,serial# from v$session where username='PIS_PRODUCT'; SID SERIAL#---------- -----.........【阅读全文】