`

START WITH/CONNECT BY issue in DB 11.1.x

阅读更多

If you run recursive sql in the oracle db 11.1.x, you probably meet issue like this:

Internal Exception: java.sql.SQLException: Closed Connection, it is a bug in this DB version.

 

you have 2 options to fix the issue:

 

1. login sqlplus as sys admin , run the command :
     alter system set "_optimizer_connect_by_cost_based" =FALSE;

2. upgrade the db to 11.2.x.

 

 

分享到:
评论

相关推荐

    Win10 WSL运行docker报错:Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

    我安装的子系统是Ubuntu 1804,安装docker步骤如下: sudo apt update // 更新软件源 ...sudo service docker start // 启动docker 安装完docker并启动后,试运行查看docker本地镜像命令docker images,结果报

    DB4O-6.0

    ./doc/tutorial/db4o-X.x-tutorial.pdf About this software ---------------------------------- The software contained in this distribution is the open source object database engine \"db4o\" ...

    EJTAG Linux32/64和Windows版本

    custom start location (in HEX) /length:XXXXXXXX ... custom length (in HEX) /silent ............ prevent scrolling display of data /skipdetect ........ skip auto detection of CPU Chip ID /instrlen...

    hbase-0.98.9-src.tar

    Structured Data by Chang et al.[2] Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Apache Hadoop [3]. ...

    Oracle中connect by...start with...的使用

    本文章详细介绍了Oracle中connect by...start with...的用法。

    zeroboard.beta.0.0.3简体中文版

    admin/tpl/db_backup.tpl admin/tpl/menu_header.tpl admin/tpl/uninstall.tpl classes/Admin.class.php classes/Admin_DB_Backup.class.php classes/Admin_Uninstall.class.php classes/Zeroboard.class.php ...

    android 百度地图 定位示例

    mLocClient.start(); } @Override public void onGetGeoCodeResult(GeoCodeResult arg0) { // TODO Auto-generated method stub } @Override public void onGetReverseGeoCodeResult...

    MFC显示PPT

    // This constant is defined in the PowerPoint Object model. // You can use the Object Browser, with Visual Basic Editor // (VBE), to look up the different constant values. const ppLayoutTitleOnly ...

    Android代码-marketlauncher

    and creates an intent with the equivalent 'market:...' URI and calls startActivity on it. Note that the emulator doesn't have a Market client (typically). Chris Greenhalgh, 2010-09-15.

    Oracle start with.connect by prior子句实现递归查询

    Oracle start with.connect by prior子句实现递归查询

    emqx-ubuntu16.04-v3.2.6.zip

    $ ./bin/emqx start emqx 3.1.0 is started successfully! $ ./bin/emqx_ctl status Node 'emqx@127.0.0.1' is started emqx v3.1.0 is running 2. http visit DashBoard http://xx.xx.xx.xx:18083/ 3. auth ...

    cocoa animation examples

    // Created by Bill Dudney on 12/18/07. // Copyright 2007 Gala Factory. All rights reserved. // #import "MyView.h" @implementation MyView //START:code.MyView.setup -(void)setupMover { NSRect bounds ...

    java.lang.IllegalArgumentException: Path search.page does not start with a \"/\" c

    NULL 博文链接:https://wxb-j2ee.iteye.com/blog/1183736

    oracle rac日常基本维护命令

    WHERE group_number IN (select group_number from v$asm_diskgroup where name = 'ORCL_DATA1'); PATH ---------------------------------- ORCL:VOL1 ORCL:VOL2  二: 启动/停止RAC集群 确保是以 oracle ...

    linux端口开放方法

    启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : systemctl enable firewalld

    C语言中编译相关的常见错误

    1、/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o: In function `_start':  (.text+0x18):undefined reference to `main'  collect2: ld 返回 1  Reason: no main function in source ...

    RTL8139 SCO UnixWare 7.x/SCO openserver 6驱动

    Before you start with the installation process, make sure that the SCO UNIX system is properly installed. Similarly, your adapter should also be properly installed in your machine. 1. ...

    wget windows

    You start it from the command prompt, either command.com in Windows 9x/Me or cmd.exe in Windows 2000/XP. The command prompt can be found in the Start Menu (Accessories). .... Basic options First off...

    Linux上Solr的启动方式

     (2)使用内置的Jetty来启动Solr服务器只需要在example目录下,执行start.jar程序即可,我们可以直接执行命令:java –jar start.jar。  (3)当服务启动后,默认发布在8983端口,所以可以访问该端口来访问Solr服务,...

    TS reader

    - handled ts file larger then 800M by only process the first 800M data<br/> - added "defrag" by delete the broken packet or otvheader at head or tail of ts file<br/><br/>2002.06.09: alpha 0.1.3<br/> -...

Global site tag (gtag.js) - Google Analytics