Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2918525
  • 博文数量: 412
  • 博客积分: 3010
  • 博客等级: 中校
  • 技术积分: 7374
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-25 15:15
个人简介

学习是一种信仰。

文章分类

全部博文(412)

文章存档

2014年(108)

2013年(250)

2010年(11)

2009年(43)

我的朋友

发布时间: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、查看客户端字符集.........【阅读全文】

阅读(7214) | 评论(0) | 转发(0)

发布时间:2013-03-27 17:26:09

      1、oracle时间数据的存储格式  oracle数据库中存放时间格式的数据,是以oracle特定的格式存贮的,占7个字节,与查询时显示的时间格式无关,具体哪个字节表示什么,没必要都搞清楚。存贮的时间包括年月日时分秒,最小精度为秒,不存贮秒以下的时间单位。    &nb.........【阅读全文】

阅读(2183) | 评论(1) | 转发(0)

发布时间: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、查看客户.........【阅读全文】

阅读(1538) | 评论(0) | 转发(0)

发布时间: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#---------- ----.........【阅读全文】

阅读(1210) | 评论(0) | 转发(0)

发布时间: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#---------- -----.........【阅读全文】

阅读(1465) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册