-
Oracle 取最近 10 条数据
SQL select * from( select * from test_table order by id desc ) where rownum <
2020-12-03, Views: 1702 , Topics: Oracle
-
Oracle ORA-01502: index 'INDEX_NAME' or partition of such index is in unusable state
错误原因 索引状态变为了UNUSABLE。 解决方法 查看索引状态 SELECT OWNER, INDEX_NAME,STATUS FROM DBA_INDE
-
Oracle 限制只返回一条记录
MySQL/PostgreSQL 限制一条 使用limit关键字。 select * from test limit 1; Oracle 限制一条 Oracle
-
Oracle 数据库连接异常 ORA-28000: the account is locked
异常 Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not g
-
Oracle 数据库连接异常 ORA-28001: the password has expired
异常 Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not g
-
MySQL/Oracle 更新或替换字符串字段中的部分内容
语法 UPDATE `table_name` SET `field_name` = REPLACE(`field_name`, 'from_str', 'to_
-
java.sql.SQLDataException: ORA-01861: literal does not match format string
字符串格式不匹配 原因 直接使用了查询条件2019-07-10 00:00:00,没有指定日期格式。 解决方法 使用to_date()、to_char()函数转
-
Oracle 查看版本信息
方法一 SQL: select * from v$version; 输出: BANNER Oracle Database 11g Enterpr
2019-07-09, Views: 2928 , Topics: Oracle
-
Oracle 两种连接模式 thin 与 oci 的区别
oci 模式 jdbc url jdbc:oracle:oci:@orcl 实现方式 客户端通过native java method调用c library访问服
2019-07-08, Views: 4737 , Topics: Oracle
-
java.sql.SQLException: ORA-01000: maximum open cursors exceeded
错误信息 java.sql.SQLException: ORA-01000: maximum open cursors exceeded 原因 已经达到一个进程