• HOME
  • SEARCH
  • TOPICS
  • DATA

  • Oracle 取最近 10 条数据

    SQL select * from( select * from test_table order by id desc ) where rownum <

    2020-12-03, Views: 1981 , 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

    2020-12-02, Views: 3732 , Topics: Oracle 索引

  • Oracle 限制只返回一条记录

    MySQL/PostgreSQL 限制一条 使用limit关键字。 select * from test limit 1; Oracle 限制一条 Oracle

    2020-05-16, Views: 9171 , Topics: Oracle SQL

  • Oracle 数据库连接异常 ORA-28000: the account is locked

    异常 Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not g

    2020-04-28, Views: 4830 , Topics: Oracle Java

  • Oracle 数据库连接异常 ORA-28001: the password has expired

    异常 Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not g

    2020-04-27, Views: 5104 , Topics: Oracle Java

  • MySQL/Oracle 更新或替换字符串字段中的部分内容

    语法 UPDATE `table_name` SET `field_name` = REPLACE(`field_name`, 'from_str', 'to_

    2020-01-14, Views: 4360 , Topics: MySQL Oracle

  • java.sql.SQLDataException: ORA-01861: literal does not match format string

    字符串格式不匹配 原因 直接使用了查询条件2019-07-10 00:00:00,没有指定日期格式。 解决方法 使用to_date()、to_char()函数转

    2019-07-10, Views: 5158 , Topics: Oracle Java

  • Oracle 查看版本信息

    方法一 SQL: select * from v$version; 输出: BANNER Oracle Database 11g Enterpr

    2019-07-09, Views: 3208 , Topics: Oracle

  • Oracle 两种连接模式 thin 与 oci 的区别

    oci 模式 jdbc url jdbc:oracle:oci:@orcl 实现方式 客户端通过native java method调用c library访问服

    2019-07-08, Views: 5093 , Topics: Oracle

  • java.sql.SQLException: ORA-01000: maximum open cursors exceeded

    错误信息 java.sql.SQLException: ORA-01000: maximum open cursors exceeded 原因 已经达到一个进程

    2019-07-08, Views: 3426 , Topics: Oracle Java

  • Prev
  • 1
  • Next

©2025 沪ICP备18012661号-1 阿里云

Messages Sitemap GitHub