Connect by problem on 11g

Hello,
I'm having a problem when I use a Select that works on Oracle 10g but doesn't work on 11g.
My Oracle version is 11.2.0.0
The query is:
select LEVEL, struct.struct_version
from struct
connect by prior struct.component_version = struct.struct_version
and prior struct.component_presentation = struct.presentation
and prior struct.component_article = struct.article
start with struct.article = :article
and struct.presentation = :presentation
and struct.struct_version = :struct_version
The problem is that in 11g the query only returns the values of the level 1 (26 rows), but in the 10g the query returns all the levels (1,2 and 3) in a total of 72 rows.
The table "struct" have the same data in the two database versions.
what would be the problem?

Hello, thanks for the answer but my problem is caused by the connectors "and prior"
The connect by of my query is this:
connect by prior struct.component_version = struct.struct_version
and prior struct.component_presentation = struct.presentation
and prior struct.component_article = struct.article
if I only use one connect by like this:
connect by prior struct.component_article = struct.article
the query works fine... why it doesn't work in 11g when I use more "prior" connections in the select statement? remember that in 10g the query works fine with the same data in the table.
I can't see why the query doesn't works...

Similar Messages

  • Oracle.DataAccess 2.112.1.0 - Connection Pool Problem

    Hi,
    Oracle.DataAccess 2.112.1.0 is having connection pool problem. The no. of TCP connections to Oracle database keep increasing untill the server's session run out of limit. My application created connections, use them, close them, and dispose them properly. When using previous Oracle.DataAccess 2.111.6.20, the no. of TCP connections do not increase.
    My database connection string has "Min Pool Size = 3 and Max Pool Size = 150".
    With 2.111.6.20 version, TCP connection stays at 3.
    With 2.112.1.0, TCP connection keep increasing for every 5 minutes. I've tried to disable Self Tuning, but still can't prevent the connections from increasing.
    Later today, I downloaded Oracle.DataAccess 2.112.1.2 (it comes with ODAC 11.2.0.1.2) and test again, the problem is resolved... no more connection increases... but.... it is only for 32 bit Windows.
    Unfortunately, there is no Oracle.DataAccess 2.112.1.2 for 64 bit Windows Server 2008.
    May I know how can i resolve this problem on 64bit Window installed with Oracle 11g R2 client, which comes with Oracle.DataAccess 2.112.1.0, which has serious problems...(according to this 11.2 ODP.NET causing test runner failures )
    Many thanks for your time and answers!
    Edited by: user1502907 on 04-Sep-2010 23:01

    Hi,
    The only thing that jumps out within your problem description is that connections are being increased every 5 minutes. Are you sure its every 5 minutes and not 3 minutes which is the timing interval used by the Connection Pool facility to perform connection pool maintenance. If this occurs even when the application is idle then you could be running into the following known issue filed against 11.2.0.1.0 and fixed in 11.2.0.1.2.
    Bug 9711600 - CONNECTIONS INCREASE BEYOND MAX POOL SIZE EVERY 3 MINUTE
    This is specific to using the option CommandBehavior.CloseConnection when calling execute reader. Are you using this option and then also closing the connection in code before the datareader object is closed, if so you may be hitting this bug. You can also generate an ODP trace at level 15 of the behavior and if you see negative pool counts, that is also a diagnostic that points to this bug.
    This is fixed in 11.2.0.1.0 Patch 3 or later for x64. If you have support, I recommend you open a service request to verify if this is your issue and if a patch set may help you.
    Regards
    Jenny B.

  • Trying to connect my replacement Iphone 3GS to my windows 7 laptop but it is not recognised at all, my ipod can connect no problem, my iphone can connect to my windows vista computer no problem. Any ideas?

    Trying to connect my replacement Iphone 3GS to my windows 7 laptop but it is not recognised at all, my ipod can connect no problem, my iphone can connect to my windows vista computer no problem. Any ideas?

    More info,
    I have bootcamp with Windows 7 installed, do I need to run some "Driver compatibility checker" after the Windows 7install?
    if so what is the name of it?
    thanks

  • Can't connect to Express Edition 11g by sql developer

    hello,
    i installed the 11g edition and try to connect to it by sql developer. it didn't work, then I noticed there was an older version (10g) on the laptop. So i removed both, and installed the 11g version, but still it doesn't work.
    My laptop runs on 32-bit windows 7 so I got the 32bit installer of 11g.
    I checked several other threads, but didn't found a solution.
    Some information:
    connecting by sqlplus
    SQL*Plus: Release 11.2.0.2.0 Production on Di Nov 8 09:34:25 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter user-name: system
    Enter password:
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    tnsping
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.2.0 - Production on 08-NOV-2011 09:32:43
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\sqlnet.ora
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTOCOL=TCP)(HOST=fe80::7944:fff9:594b:a534%12)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=fe80::831:366f:f5fe:eab5%16)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=10.1.21.74)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=2001:0:5ef5:79fb:831:366f:f5fe:eab5)(PORT=1521)))
    OK (0 msec)
    lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 08-NOV-2011 09:29:24
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Production
    Start Date 08-NOV-2011 08:51:17
    Uptime 0 days 0 hr. 38 min. 7 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\diag\tnslsnr\W7-008436\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=W7-008436.iconos.be)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=W7-008436.iconos.be)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    The command completed successfully

    bop wrote:
    The error message indicates that Oracle XE is not running. You can check that in several ways, e.g. by entering Computer Management - select Services and check if OracleServiceXE and OracleXETNSListener are running.
    You can also check log files (*.log,*.trc) in directory C:\oraclexe\app\oracle\diag\rdbms\xe\xe\trace and look for error messages.the services were started.
    I found an error in the "alert_xe.log"
    Errors in file C:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_j000_388.trc:
    ORA-12012: error on auto execute of job "SYS"."BSLN_MAINTAIN_STATS_JOB"
    ORA-06550: line 1, column 807:
    PLS-00201: identifier 'DBSNMP.BSLN_INTERNAL' must be declared
    ORA-06550: line 1, column 807:
    file xe_j000_388.trc: Trace file C:\ORACLEXE\APP\ORACLE\diag\rdbms\xe\xe\trace\xe_j000_388.trc
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    Windows NT Version V6.1
    CPU : 2 - type 586, 2 Physical Cores
    Process Affinity : 0x0x00000000
    Memory (Avail/Total): Ph:2120M/3063M, Ph+PgF:4631M/6124M, VA:1095M/2047M
    Instance name: xe
    Redo thread mounted by this instance: 1
    Oracle process number: 27
    Windows thread id: 388, image: ORACLE.EXE (J000)
    *** 2011-11-14 08:35:58.999
    *** SESSION ID:(102.5) 2011-11-14 08:35:58.999
    *** CLIENT ID:() 2011-11-14 08:35:58.999
    *** SERVICE NAME:(SYS$USERS) 2011-11-14 08:35:58.999
    *** MODULE NAME:(DBMS_SCHEDULER) 2011-11-14 08:35:58.999
    *** ACTION NAME:(BSLN_MAINTAIN_STATS_JOB) 2011-11-14 08:35:58.999
    ORA-12012: error on auto execute of job "SYS"."BSLN_MAINTAIN_STATS_JOB"
    ORA-06550: line 1, column 807:
    PLS-00201: identifier 'DBSNMP.BSLN_INTERNAL' must be declared
    ORA-06550: line 1, column 807:
    PL/SQL: Statement ignoredso apparently somewhere the parameter DBSNMP.BSLN_INTERNAL is not declared, but how do i fix it?
    bop wrote:
    I don't quite understand the mention of hostname related to sqlplus, do you have several Oracle installations? On a machine with Oracle XE you can normally select "Run Sql Command Line" and you are prompted like this:
    SQL*Plus: Release 11.2.0.2.0 Production on To Nov 10 23:47:26 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    SQL> connect system/pwd
    Connected.
    SQL>it was a reply to the post of orafad

  • Why can I not connect any apple i pad to our e fibre. All other devices connect no problem

    We are a tourism service provider and since we have upgraded to e fibre we are not able to connect any apple i pads to our WiFi.All othe devices connect no problem. What is the solution to this issue.

     
    Hi carramore, 
    The best advice I can offer is to contact our support team on 1890 260 260 (telephone number and option 0) or use our webchat facility -  http://www.eircom.net/about/contact/
    They'll be able to help you with this, it will just be a settings change over.
    Thanks 
    Tracey 

  • Using php to connect to Oracle Database 11g Release 2 Enterprise Edition

    Greetings everyone!
    Please i dont know how to connect to Oracle Database 11g Release 2 Enterprise Edition with php even though i connected with php successfully with Oracle Database 11g Express Edition with the php code below. can someone help please...
    define('ORA_CON_UN', 'hr'); // User name
    define('ORA_CON_PW', 'Adlibs14$'); // Password
    define('ORA_CON_DB', '//localhost/XE'); // Connection identifier
    // use constants defined in anyco_cn.inc
    $conn = oci_pconnect(ORA_CON_UN, ORA_CON_PW, ORA_CON_DB);
    if (!$conn) {
    db_error(null, __FILE__, __LINE__);
    Edited by: user11273096 on Jul 14, 2011 3:41 PM

    Note that this forum is for XE Beta, not EE.
    Can you connect from some other client tool, such as sqlplus?
    There's a {forum:id=178} forum that may be more suitable, if basic connectivity outside php works (i.e. issue is only php specific).

  • Using php to connect to Oracle Database 11g Release 2 Enterprise Edition EE

    Greetings everyone!
    Please i dont know how to connect to Oracle Database 11g Release 2 Enterprise Edition with php even though i connected with php successfully with Oracle Database 11g Express Edition with the php code below. can someone help please...Note im referring to oracle EE not XE.
    define('ORA_CON_UN', 'hr'); // User name
    define('ORA_CON_PW', 'Adlibs14$'); // Password
    define('ORA_CON_DB', '//localhost/EE'); // Connection identifier
    // use constants defined in anyco_cn.inc
    $conn = oci_pconnect(ORA_CON_UN, ORA_CON_PW, ORA_CON_DB);
    if (!$conn) {
    db_error(null, __FILE__, __LINE__);
    Edited by: user11273096 on Jul 15, 2011 12:03 AM

    Find the hostname and service name of the database and use those values in the ORA_CON_DB constant.
    Use 'lsnrctl status' on the database host to find the service name.
    If you use a "tns" alias, you may need to create a tnsnames.ora file where PHP can access it.
    Set the environment variable TNS_ADMIN (on Linux) to the directory containing the file.
    See the section "Oracle Database Name Connection Identifiers" p 102 of the free book
    http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html

  • Oracle Enterprise Linux 5 w/ unixODC connect to Oracle DB 11g

    Hi,
    I am trying to configure our new install of Oracle Unbreakable linux (Enterprise v5) to connect to our Oracle 11g DB via ODBC. I have configured the odbc.ini and odbcinst.ini files. I have tried to do a test connection using isql. This is the error I am getting....
    $ isql -v JSI
    isql: symbol lookup error: /opt/oracle/product/11g/lib/libsqora.so.11.1: undefined symbol: SQLGetPrivateProfileStringW
    I understand this issue is with unixODBC and the liib.... libodbcinst.so.1.0.0. However, I have not found a way to fix this. Anyhelp would be greatly appreciated on getting this working.

    Well I have gotten a bit further along. I was able to get a working 2.2.12 rpm. I now issue the command....
    $isql -v JSI
    [S1000][unixODBC][Oracle][ODBC][Ora]ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
    [ISQL]ERROR: Could not SQLConnect
    Now I am getting this error.
    I also know that my tnsnames.ora and linstener.ora files are correct b/c I can connect to remote Databases using sqlplus. I have downloaded a free trial of easysofts Oracle ODBC Driver and it works perfectly. So my configs should be right. My yquestion I guess is why does the Oracle supplied ODBC driver not work?
    Message was edited by:
    Rever75

  • Firefox is configured to use a proxy server that is refusing connections. Problem loading page appears. What do I do?

    When clicking onto the Firefox Icon a window pops up stating the following:
    Proxy server is refusing connections
    Firefox is configured to use a proxy server that is refusing connections.
    Problem loading page.
    What do I do?

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy"
    See "Firefox connection settings":
    * [[Firefox cannot load websites but other programs can]]

  • 10.5.2 failed to fix wireless connection dropping problem

    10.5.2 did not fix wireless connection dropping problem. I lose wireless connection whenever my MBP restarts or wake up from sleep in the building where I am and have to retype password about 10 times a day. I had not had this problem when I used Tiger. Everyone who has upgraded to Leopard or has it installed on their Mac is experiencing the same problem. Is there any solution or trick to resolve this problem? Thank you.
    Message was edited by: FrenchQuarter
    Message was edited by: FrenchQuarter

    Amularya,
    Please read the post I made in this thread earlier. No less than a dozen solutions are offered in the link I provided for wireless issues. Troubleshooting wireless issues requires individual attention because of the plethora of issues which can't be tested for. So please start a new topic thread here:
    http://discussions.apple.com/forum.jspa?forumID=1225&start=0
    So you can get a wider audience, and won't confuse the original poster with solutions that don't apply to them.
    There literally hundreds of different WiFi adapters.
    Dozens of different virus and firewall combinations.
    Possibilities for damaged WiFi cards and routers, as well as routers whose firmware is not to spec with the latest wireless standard.
    To top it off, bad RAM, hard disk being too full, and bad preference, cache or or logfiles can make various aspects of the operating system misbehave, and/or even the directory leading to those files.
    Until each person starts their own thread looking for solution individually, chances are they won't find one. Yes, 10.5.2 addresses WiFi for some people. Obviously it doesn't for everyone. The point is, there are some people, like myself who have never had a WiFi issue either with Intel or PowerPC Macs that they couldn't resolve without a little bit of troubleshooting. I'm happy to help you walk through it, but only if you start your own thread asking for help.

  • TS1398 I have 2 ipads 1st  ipad 2G and ipad 3G whats the problem with the 3G ipad the wifi is now getting connected to the wifi modem and the ipad 2G is getting connected no problem with the 2G ipad what should i do...?????  And i had checked with my rout

    I have 2 ipads 1st  ipad 2G and ipad 3G whats the problem with the 3G ipad the wifi is now getting connected to the wifi modem and the ipad 2G is getting connected no problem with the 2G ipad what should i do...?????  And I had checked with my iball baton router with the iball sevice provider.

    Hi there Paula120,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    -Griff W. 

  • Connection lost problem while updating my Nokia As...

    Dear All,
    I face a connection lost problem while I am updating Nokia Asha 200 using Nokia Suite
    I installed Nokia software too many times, and tried to repair it. Also, I used another USB cable, but the problem still  happen
    While it is installing the software, it suddenly stops and show connection lost to your phone.
    When I try to restart and reconnect the USB cable, the problem still happen
    Nokia200
    V 10.61
    02-03-12
    RM-761
    Thanks in advance

    Dear Farby
    Thanks for your kind and quick reply.
    please note that I tried again now, and when the messages for connection lost appears again, I waited for 5 minutes, and nothing happens
    because it shows me to do steps, as follows :
    1. Disconnect USB cable from phone.
    2. restart your phone
    3. reconnect the USB cable
    4. Wait for the installation to continue.
    and when I do these steps, the phone restarts in a test mode, all I see is a test mode message over its screen.
    I believe that this is a fatal error which happens through the installation process and which leads to unsuccessful installation
    I lost hope in updating the software of this phone, escaially I need to do so, because I face problems with these phone, which doing a hard reset even don't fix.
    Thanks again, Farby ... for your help
    Regards,

  • Oracle RAC 11g R1 Release Connection Failover Problem

    Hi All,
    In our Architecture we are using Oracle RAC 11g R1. Below is the JDBC URL :
    JDBCURL = jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = Host1-vip)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = Host2-vi
    p)(PORT = 1521))(LOAD_BALANCE = ON)(FAILOVER=ON)(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = <Service_name>)))
    We are using two node RAC. The problem is whenever we are rebooting a Node and rejoin the cluster, Application Servers are not able to recognize that.
    Suppose we have node1 and node2, I will take down node1 (freeze the cluster) and then reboot node1 and bring it back up( and join the cluster). At this point, My application servers are not able to recognize that some new DBserver(node1) had joined the cluster until I restart my application servers.
    Please Provide me a solution for this. Thanks alot to everyone in advance.
    Edited by: 877010 on Aug 4, 2011 2:00 PM
    Edited by: 877010 on Aug 8, 2011 10:19 AM

    Please try using this
    JDBCURL = jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = Host1-vip)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = Host2-vi
    p)(PORT = 1521))(LOAD_BALANCE = YES)(FAILOVER=YES)(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = <Service_name>)))

  • Oracle jdbc driver spending 40 seconds to make connection to Oracle db 11g

    we are using weblogic 10.3.3 and teh default Oracle11.1.0.7 Driver ojdbc6.jar to talk to Oracle db 11.2.0.1
    After reviewing weblogic logs I see that it takes 50 secodns for each connection to db
    HHere is a snippet (note I put in a 10 sec login dleay as i was experimenting, butt eh problem still occurs with or without login delay)
    <Dec 21, 2010 1:28:19 AM GMT> <Info> <JDBC> <BEA-001516> <Connection Pool "acm_repository" connected to Database: "Oracle", Version: "Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options".>
    Dec 21, 2010 1:28:19 AM GMT> <Info> <JDBC> <BEA-001517> <Connection Pool "acm_repository" using Driver: "Oracle JDBC driver", Version: "11.1.0.7.0-Production".>
    <Dec 21, 2010 1:28:19 AM GMT> <Info> <JDBC> <BEA-001132> <Initialized statement cache of size "10" for connection in pool "acm_repository".>
    <Dec 21, 2010 1:28:19 AM GMT> <Info> <JDBC> <BEA-001066> <Delaying 10 seconds before making a acm_repository pool connection.>
    <Dec 21, 2010 1:29:09 AM GMT> <Info> <JDBC> <BEA-001068> <Connection for pool "acm_repository" created.>
    There is someting wrong in this environment
    I donwloaded the _g version fo teh exact same driver and had weblogic use it so I could generate verbose logs
    Here is a snippet fo teh oracle drivers verbose log file . If you notice the key parts
    it seems like its spending 40 second to make the connection, goes into a setConnectionDuringExceptionHandling method and creates the connection
    can someone shed light on what causes itto go into an exception state
    This happens for each and every connection but only in one specific environment
    we have other environments which seem towork fine with the exact same product versions except for this environment
    Thank you for any guidance on troubleshooting this further
    -Y
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.PhysicalConnection parseConnectionProperty_Object
    TRACE_16: Exit
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.PhysicalConnection readOCIConnectionPoolProperties
    TRACE_16: Exit
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.PhysicalConnection readConnectionProperties
    TRACE_16: Exit
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.PhysicalConnection initialize
    TRACE_16: Enter: null, null, null
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.PhysicalConnection initialize
    TRACE_16: Exit
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.PhysicalConnection needLine
    TRACE_16: Enter:
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.PhysicalConnection needLineUnchecked
    TRACE_16: Enter:
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.PhysicalConnection needLineUnchecked
    TRACE_16: Exit
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.PhysicalConnection needLine
    TRACE_16: Exit
    Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.T4CConnection logon
    **TRACE_16: Enter:**
    **Dec 21, 2010 1:27:38 AM oracle.jdbc.driver.T4CConnection connect**
    **TRACE_16: Enter: "10.135.3.80:1521:EPFDSQA"**
    **Dec 21, 2010 1:28:18 AM oracle.jdbc.driver.T4CMAREngine setConnectionDuringExceptionHandling**
    **TRACE_16: Enter:**
    **Dec 21, 2010 1:28:18 AM oracle.jdbc.driver.T4CMAREngine setConnectionDuringExceptionHandling**
    TRACE_16: ExitDec 21, 2010 1:28:18 AM oracle.jdbc.driver.DBConversion findDriverCharSet
    TRACE_16: Enter: 178, 8100
    Dec 21, 2010 1:28:18 AM oracle.jdbc.driver.DBConversion findDriverCharSet
    TRACE_16: return: 178
    Dec 21, 2010 1:28:18 AM oracle.jdbc.driver.DBConversion findDriverCharSet
    TRACE_16: Exit
    Dec 21, 2010 1:28:18 AM oracle.jdbc.driver.DBConversion <init>
    TRACE_16: Enter: 178, 178, 2000
    Dec 21, 2010 1:28:18 AM oracle.jdbc.driver.DBConversion init
    TRACE_16: Enter: 178, 178, 2000

    I would file an oracle jdbc bug to begin with, but I am guessing the driver is simply waiting
    for the DBMS to respond, so yo may need a good DBA to see what the DBMS thinks is going
    on at the time. I did hear of a case where the DBMS was doing some auditing, logging
    some info during every login. This info was being written to an OS file which just happened
    to be remote-mounted and would occasionally take 30 seconds, which caused connection
    requests to timeout at the driver end.... WebLogic is just asking the driver for a connection
    using your properties, so it's not involved directly with the problem....

  • Why won't my iPad 2 connect to my 802.11g network?

    Hello everyone,
    Today I received an iPad 2 as a gift.  It is the first Apple product I have ever owned.  I spent about 3 hours this morning trying to get it to turn on -- it kept displaying an image of a USB cord so I connected it to my computer.  Still the iPad would not display its desktop.  Finally, I learned that the iPad had to be connected to a PC running Windows (instead of the Centos 5 Linux system that I use).  Additionally iTunes had to be installed.  I find it extremely bizaare to require the device to connect to a computer before being able to turn it on.
    Now after getting the device to boot, I am attempting to connect to my home wireless network.  Thus far it appears this is going to be Strike Two for me and the iPad 2.  My wifi network is 802.11g using WPA2-AES and 128 bit key.  The iPad 2 recognizes the presence of my network (the SSID appears in the listing when it prompts me to connect), however, when I supply the 128bit key to connect, the iPad 2 reports that it is unable to connect.
    I went into the Network configuration in the General Settings and attempted to add the network manually (ensuring I could specify WPA2 as the encryption type).  Same failure.
    Any hints on getting this thing to connect to my network?  I've already watered the security down to 128bit encryption (from 256bit).  All the other devices in my home are able to connect without issue.  The iPad 2 detects a strong signal from the router.
    Thanks,
    Josh

    I appreciate everyone that responded with the intent of helping me solve the issue.  This forum is weird -- there are many users that try to help with iPad2 issues and then there are many that mock me and say I should just return it for expecting this very expensive device to just work.
    After a late night of debugging with Wireshark, I finally tracked down the problem (Apple, feel free to send me a cheque for my services)
    I will post the solution here for those who desire to use an 802.11x security protocol that has not yet been compromised (WPA2-AES).
    When you attempt to join a wireless network, the iPad asks for the password.  If this password contains any characters other than 0-9, A-F (hexadecimal), WPA states that Password Based Key Derivation Function 2 (RSA Security, PKCS #5) must be used to calculate the pre-shared key.  If however, the password contains only hexadecimal characters, then that value *is* the key to be used (e.g. do not run the PBKDF2 function)
    I specify my network keys in hex both in my router and my devices.  This means the devices nor the router need to invoke PBKDF2.
    The key I specified in my router was entered using upper case hexadecimal letters (e.g. A, B, C, D, E, F) whereas the key I entered on the iPad 2 was entered using lower case hexadecimal letters (e.g. a, b, c, d, e, f).  Since I am specifying a key, the uppercase and lower case hexadecimal values have the same binary represention -- meaning they are identical.  The iPad, however, does not treat them as identical and therefore attemps to connect using an invalid pre-shared key (my guess is it is running PBKDF2 when it shouldn't be -- but I don't care enough to troubleshoot it any further)
    In summary, this issue will only affect those of us that specify our pre-shared keys explicitly (via hexadecimal) in the router.  As a workaround, make sure you enter the hexadecimal key using only lower case letters (a-f) when you set the key in the router and use lower case letters (default) when entering the key on the iPad 2.
    After doing so, iPad 2 can connect as can the other 20 devices I own that followed the WPA specification in the first place.
    Josh

Maybe you are looking for

  • Sales order -  automatic creation of purchase order - problem on Credit Che

    Hello, We have a problem in sales order. For one item, we have an automatic creation of Purchase requisation, but we have to give manually the price in the purchase requisition. The problem is when we have give the price, the automatic credit check i

  • 16:9 and not 16:9

    Something to do with how quicktime works is confusing me, may you explain it please? A few months ago I was using QT 7.1.x. When I exported a file with QT conversion from FCP from a 16:9 sequence, and made sure i selected my desired frame size and th

  • BAPIs fpr T-Codes FV70 and FV-75 for creation of Customer Invoices

    Hi all, Can any1 tell me Validation BAPIs for T-Codes FV70 and FV75. Please bear the following points 1. The BAPI should NOT create Parked Customer Invoices, they should just validate that the data to create the customer invoice. 2. The Transaction a

  • Moving columns in a JTable

    I'm having a problem with moving of columns by dragging the table header. The table header value moves but the information in the table cells below remain where they were. Has anyone come across anything like this before? Could it be something to do

  • Can the glass on my iphone 5 be replaced?

    I have a cracked glass where it was dropped. Can this be replaced at the apple store?