
Oracle
huaxin520
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Oracle 将数据导出TXT文本
关于SPOOL(SPOOL是SQLPLUS的命令,不是SQL语法里面的东西。) 对于SPOOL数据的SQL,最好要自己定义格式,以方便程序直接导入,SQL语句如: select taskindex||'|'||commonindex||'|'||tasktype||'|'||to_number(to_char(sysdate,'YYYYMMDD')) from ssrv_sendsms_t转载 2012-06-26 19:47:37 · 2175 阅读 · 0 评论 -
ORA-01034,ORA-27101 错误的解决办法
Oracle数据库运行过程中,由于突然断电而被迫关机后,再次登录Oracle,弹出 ORA-01034:ORACLE not available ORA-27101:shared memory realm does not exist Process ID : 0 Session ID: 0 Serial number :0 如下图原创 2012-07-08 22:40:21 · 1602 阅读 · 0 评论 -
ORA-28002: 密码将在 7 天后到期之问题解决
现象描述: 登陆oracle 11g 提示ERROR:ORA-28002:the password will expire within 7 days 告警信息: ERROR: ORA-28002:the password will expire within 7 days 原因分析: SELECT * FROMdba_profiles s WHERE s.pr转载 2013-02-18 09:15:04 · 943 阅读 · 0 评论