Developer SQL gives error

Oracle version: 11.2.0.1.0

OS: oracle linux 6.6

VM: vmware

Problem. My oracle is running, and earphone works as well. but when I try to connect using sqldeveloper it gives errors.  Please see the pictures below.

Thanks for your help.

SQL_Developer_error.png

Listener and host of info:

listener_and_host_name.png

tnsnames.ora file:

tnsnames.ora_file.png

You run sqldevloper on the same computer as the oracle database?

If so, you don't need any listener and can connect using the IPC rather than TCP.  To connect as SYS, starting sqldeveloper as user 'oracle', sysdba role and type SID "orcl" and select the OS authentication.

Tags: Database

Similar Questions

  • Query SQL gives error

    Hi all

    When I run the below code iam ending up with error Ora-01722: invalid number. Can you get it someone please let me know how to solve this problem.
    Thanks in advance.
    select ALT.S_ID, clt.cid
    from 
    S1.T1 ALT
    INNER JOIN TAR.T2 CLT 
    ON clt.cid = alt.ba_id 
    
    Datatypes of the colum 
    
    CLT.cid =  number(10)
    
    alt.ba_id = varchar2(15)
    
    I even tried the TO_number on alt.S_id but iam still getting Ora-01722: invalid number on line1.
    
    Oracle Ver : 10gR2

    What comparison string and Oracle number implicitly converts the string as a number. For example, if alt.ba_id has at least one value not digital your query will fail. Try:

    select ALT.S_ID, clt.cid
    from
    S1.T1 ALT
    INNER JOIN TAR.T2 CLT
    ON to_char(clt.cid) = alt.ba_id
    /
    

    SY.

  • Developer SQL error: ORA-12505. TNS:listner is not currently of SID given in connect descriptor

    Hello guys, I know this question has been posted on several occasions in the past, but my question includes developer oracle sql only. I can use the database and all the features through sql * more even execute sql queries. but when it comes to developer sql always returns this error. (error: ORA-12505.)

    Windows 8-64 oracle 11 g r2

    --------------------------------------------------------------------------------------------------------------------------------------

    Welcome to LSNRCTL, enter 'help' for more information.

    LSNRCTL > status

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    STATUS of the LISTENER

    ------------------------

    Alias auditeur1

    TNSLSNR for Windows 64-bit version: Version 11.2.0.1.0 - Production

    Start date August 11, 2014 13:08:08

    Uptime 0 days 0 h 14 min 55 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File C:\app\oracle\product\11.2.0\dbhome_1\network\admin\listener.ora

    C:\app\oracle\diag\tnslsnr\Needo-pc\listener1\alert\log.XML log listener

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = Needo-pc)(PORT=1521)))

    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 3 service management...

    Service "orcl" has 1 instance (s).

    Instance "orcl", State LOAN, has 1 operation for this service...

    Service 'orclXDB' has 1 instance (s).

    Instance "orcl", State LOAN, has 1 operation for this service...

    The command completed successfully

    -----------------------------------------------------------------------------------------------------------------

    LSNRCTL > services

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 3 service management...

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    "ORACLE SERVER" put in place: 0 denied: current: 0 0 max: 25 status: ready

    CLRExtProc

    (ADDRESS = (PROTOCOL = ipc) (PIPENAME=\\.\pipe\NTN_122C_C6D0FCF3. ORA))

    "ORACLE SERVER" put in place: 0 denied: current: 0 0 max: 25 status: ready

    CLRExtProc

    (ADDRESS = (PROTOCOL = ipc) (PIPENAME=\\.\pipe\NTN_122C_C6D0FCF3. ORA))

    Service "orcl" has 1 instance (s).

    Instance "orcl", State LOAN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 22 refused: 0 status: ready

    LOCAL SERVER

    Service 'orclXDB' has 1 instance (s).

    Instance "orcl", State LOAN, has 1 operation for this service...

    Managers:

    "D000" put in place: 0 denied: current: 0 0 max: 1022 State: loan

    DISPATCHER < machine: NEEDO-PC, pid: 3172 >

    (ADDRESS = (PROTOCOL = tcp) (HOST = Needo-pc)(PORT=52654))

    The command completed successfully

    ------------------------------------------------------------------------------------------

    Thank you!

    Try it with sid ORCL instead of XE.

    If this does not help, then choose SERVICE_NAME orcl instead of SID in sql developer.

    Your listener seems to have an entry for this.

    You can also test it in SQl * more. But what you've done so far in SQl * plus was a "server connection", without providing the database.

    Because in your case, the client and the server is on the same machine, it works with sql * more.

    If you try a customer coonnect by specifying the database, then you would do the same thing as the Oracle SQL Developer is by train.

    For test purposes, something like

    sqlplus user/pwd@host:port/ORCL

    also in the Sqlnet.ora file must be an etry for local EZCONNECT connect method. I don't know if it is set during the installation of network by default.


    You can try if there is an Alias-TNS name (configured in the tnsnames.ora)

    sqlplus user/pwd@ORCL


    If it works with sql * plus, so you must always indicate the sql developer where the tnsnames.ora file is located on your computer.

    The setting can be found in the menu: extras/tools/base data/improved

    The tnsnames.ora file is usually in a file like this:

    C:\Oracle\product\11.2.0\client_1\network\admin


  • State SQL 28000 and SQL Server error 18452

    I have a SQL 2000 Server on a server with Windows Server 2003 computer.

    I have a laptop with Windows Vista, for which we are unable to connect to the database and it gives an error 24000 state SQL and SQL Server error 18452 with description as "failed to connect to the user (null). Reason: Not associated with approved connection SQL server.

    Please provide a solution to this problem.

    Thank you

    Hello

    Questions like these are much better handled in the TechNet IT Pro Forums.

    My moderator tools cannot transfer messages on Windows forums, please re - ask you question there.

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer/
    Jack - Microsoft MVP, Windows networking. WWW.EZLAN.NET

  • While the BLOB conversion of type CLOB error - ORA-06502: PL/SQL: digital error or value

    Passing data from attachment of DB (Blob data Type) after the CLOB data type conversion, giving the error "ORA-06502: PL/SQL: digital error or value" in the PL/SQL package. If the BLOB size 32K > it will give another error works great my procedure.

    For example, I enclose my code here.

    function get_base64 (p_blob_in in blob) return clob is

    CLOB v_clob;

    CLOB v_result;

    whole v_offset;

    v_chunk_size PLS_INTEGER: = 12288;

    v_buffer_varchar varchar2 (32767).

    v_buffer_raw raw (32767).

    Start

    fnd_file.put_line (fnd_file.log, 'here');

    If p_blob_in is null then

    Returns a null value.

    end if;

    DBMS_LOB.CREATETEMPORARY (v_clob, true);

    fnd_file.put_line (fnd_file.log, 'here1');

    v_offset: = 1;

    fnd_file.put_line (fnd_file.log, 'Loop value'-| ceil (DBMS_LOB.) GetLength (p_blob_in) / v_chunk_size));

    because me in 1... ceil (DBMS_LOB. GetLength (p_blob_in) / v_chunk_size) loop

    DBMS_LOB. Read (p_blob_in, v_chunk_size, v_offset, v_buffer_raw);

    v_buffer_raw: = utl_encode.base64_encode (v_buffer_raw);

    v_buffer_varchar: = utl_raw.cast_to_varchar2 (v_buffer_raw);

    DBMS_LOB. WriteAppend (v_clob, length (v_buffer_varchar), v_buffer_varchar);

    v_offset: = v_offset + v_chunk_size;

    end loop;

    fnd_file.put_line (fnd_file.log, 'Out of the loop');

    v_result: = v_clob;

    fnd_file.put_line (fnd_file.log, 'V_result length' - |) DBMS_LOB. GetLength (v_result));

    fnd_file.put_line (fnd_file.log, 'V_result' - | v_result);

    DBMS_LOB.freeTemporary (v_clob);

    Return v_result;

    exception

    while others then

    fnd_file.put_line (fnd_file.log, 'Error based on the encode_base64' - |) SQLERRM);

    Returns a null value.

    end;

    In my main program I call this function as below:

    Main proceedings...

    l_return_clob CLOB.

    Begin

    ....

    l_return_clob: = get_base64 (p_blob_in);

    -In returning it gives error - ORA-06502: PL/SQL: digital error or value

    end;

    Then, please mark the thread ANSWERED.

  • Developer SQL does not start

    Hello

    I just downloaded SQL Developer 4.1.1.19, I instaled java jdk and tried to run the sqldeveloper.exe file. Developer SQL window opens, it says loading, progress bar moves up to something like 10% and then it just stops without any error or warning.

    Anyone have any idea what should I do?

    Radek

    I've moved the SQL folder to C directly and it worked...

  • Developer SQL 4.1.1 connect returns "invalid connection string format.

    The "invalid connection string format" error is returned, while trying to connect, you use sql developer 4.1.1.19, using 1.8.0_51 JDK on Win 7 x 64 environment.

    The powers of the exact same connection, on the same OS Win 7 x 64, a product without any errors using sql developer 4.0.2.15, using the JDK 1.7.0_80

    Credentials were basic, by default, the name of the Service (not SID) and no special authentication.

    This problem is replicated when it is installed on a different platform to Win 7.

    Screen attached.Capture_sqld_4.1.1.jpg

    You say you have no non-alphabetic characters, but see this previous discussion (a hyphen was the problem) and see if any of Jeff's suggestions work for you: connection error after upgrade to 4.1

    I also read another post (non - developer SQL) where a symbol (@) in the password was a problem, but that may not apply to your case.

  • Why Developer SQL displays arrows (relations) between parent and child tables in my entity relationship diagram?

    Hello


    Oracle version:                     Oracle Database 11 g Release 11.1.0.7.0 - 64 bit Production

    The version of SQL Developer: 4.0.2.15 - 15.21 build

    I have a question about drawing diagram, entity-relationship with SQL Developer & I would be grateful if you could kindly give me a helping hand.

    I would like to draw an entity-relationship diagram in order to better visualize the relationship between multiple tables. After a google search, I found the following interesting article indicating the procedure to be followed:

    http://www.Oracle.com/technetwork/issue-archive/2014/14-may/o34sqldev-2193423.html

    (What I need and I'm trying to produce is Figure 4 in the article above)

    I made exactly as stated in the article & apparently everything has worked well enough, in other words, I had several UML as rectangles showing columns of tables, their data types, primary and
    foreign key and the arrows indicating the link between each parent/child table.

    Later, I tried to do the same thing on a different oracle instance and a different database by using the same procedure. Yet, something strange happened this time. Developer SQL printed on-screen tables, once again,.
    inside the rectangles with types, keys,... but, there was no arrow showing the link between the tables, I just saw on the grid the selected tables but without any association/relationship shown (as a symbol of an arrow)
    between them.

    I repeated the procedure on another instance of development, with a few test tables that I created with primary and foreign keys just to make sure I had followed the procedure correctly. Once again

    the test was successful, but when I repeated the test on another instance, the same problem persisted, in other words, no arrow (relationship) between tables.

    Any idea?

    This could be due to a lack of privilege on the instance? If Yes, what should be granted in what about roles?

    Thanks in advance

    I think that what you see is that not all databases have foreign keys - applications hard-coding relationships vs let the database to handle this.

    Connect to this instance different oracle and browse the tables affected - have FK constraints defined on them?

  • Developer SQL blocks every time when saving

    Hello, I am using SQL Developer for the last 6 months on the same project, and just recently, I started running into this question.  Everytime I go to save the entire application crashes and this happens without worrying if I use the shortcut (ctrl + s) or click on the button Save real.  I have this problem consistantly when recording, but it will also happen occationaly when I open a menu, compilation or perform a specific function.  I have tried different ideas to solve the problem as the increase in the value of Xms, disable some preferences, used different java sdk, updated and re-installed but nothing has changed.  My friend who did the same as me is having no problem.  Is there anything I can delete temporary data that could help with this?  I've been looking at other positions, but the only one I've seen that's similar to me is not answered and some points in a similar position, but unanswered, Re: Developer SQL does not is this post.

    Here is my error report, it is bigger than my buffer allows then it is cut in the upper part.  I'm working on getting all of this, I just wanted to post this in the meantime.

    Thanks for any help.

            at org.openide.util.RequestProcessor$TickTac.obtainFirst(RequestProcesso
    r.java:2267)
            - locked <0x00000000ce163850> (a java.lang.Class for org.openide.util.Re
    questProcessor$TickTac)
            at org.openide.util.RequestProcessor$TickTac.run(RequestProcessor.java:2
    243)
    
    
    "Active Reference Queue Daemon" daemon prio=2 tid=0x000000000a62b800 nid=0x2184
    in Object.wait() [0x000000000b87f000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000d2594818> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            - locked <0x00000000d2594818> (a java.lang.ref.ReferenceQueue$Lock)
            at org.openide.util.lookup.implspi.ActiveQueue$Daemon.run(ActiveQueue.ja
    va:180)
            - locked <0x00000000d2594818> (a java.lang.ref.ReferenceQueue$Lock)
    
    
    "TimerQueue" daemon prio=6 tid=0x000000000a5ed000 nid=0x219c waiting on conditio
    n [0x000000000b67f000]
       java.lang.Thread.State: TIMED_WAITING (parking)
            at sun.misc.Unsafe.park(Native Method)
            - parking to wait for  <0x00000000ce164458> (a java.util.concurrent.lock
    s.AbstractQueuedSynchronizer$ConditionObject)
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226
    )
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
    .awaitNanos(AbstractQueuedSynchronizer.java:2082)
            at java.util.concurrent.DelayQueue.take(DelayQueue.java:220)
            at javax.swing.TimerQueue.run(TimerQueue.java:171)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "AWT-EventQueue-0" prio=6 tid=0x000000000a3b3000 nid=0x2198 waiting on condition
     [0x000000000ad7a000]
       java.lang.Thread.State: TIMED_WAITING (parking)
            at sun.misc.Unsafe.park(Native Method)
            - parking to wait for  <0x00000000d353fcf0> (a java.util.concurrent.lock
    s.ReentrantReadWriteLock$NonfairSync)
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226
    )
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared
    Nanos(AbstractQueuedSynchronizer.java:1033)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireShare
    dNanos(AbstractQueuedSynchronizer.java:1326)
            at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.tryLock(Re
    entrantReadWriteLock.java:873)
            at oracle.javatools.buffer.JdkReadWriteLockImplementation.lock(JdkReadWr
    iteLockImplementation.java:189)
            at oracle.javatools.buffer.JdkReadWriteLockImplementation.readLock(JdkRe
    adWriteLockImplementation.java:94)
            at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:192
    )
            at oracle.javatools.buffer.AbstractTextBuffer.readLock(AbstractTextBuffe
    r.java:948)
            at oracle.javatools.buffer.ReadTextBufferDecorator.readLock(ReadTextBuff
    erDecorator.java:126)
            at oracle.javatools.editor.BasicDocument.readLock(BasicDocument.java:442
    )
            at oracle.javatools.editor.folding.DefaultCodeFoldingModel.readLock(Defa
    ultCodeFoldingModel.java:198)
            at oracle.javatools.editor.folding.CodeFoldingMargin.paintComponent(Code
    FoldingMargin.java:855)
            at javax.swing.JComponent.paint(JComponent.java:1054)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JViewport.paint(JViewport.java:731)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.jdesktop.jxlayer.JXLayer.paint(Unknown Source)
            at org.jdesktop.jxlayer.plaf.AbstractLayerUI.paintLayer(Unknown Source)
            at org.jdesktop.jxlayer.plaf.AbstractLayerUI.paint(Unknown Source)
            at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
            at javax.swing.JComponent.paintComponent(JComponent.java:778)
            at org.jdesktop.jxlayer.JXLayer.paint(Unknown Source)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.swing.tabcontrol.TabbedContainer.paint(TabbedContainer.j
    ava:994)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane
    .java:341)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane
    .java:341)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JLayeredPane.paint(JLayeredPane.java:585)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.core.windows.view.ui.MainWindow$1.paint(MainWindow.java:
    179)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JLayeredPane.paint(JLayeredPane.java:585)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintToOffscreen(JComponent.java:5219)
            at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManag
    er.java:295)
            at javax.swing.RepaintManager.paint(RepaintManager.java:1249)
            at javax.swing.JComponent._paintImmediately(JComponent.java:5167)
            at javax.swing.JComponent.paintImmediately(JComponent.java:4978)
            at javax.swing.RepaintManager$3.run(RepaintManager.java:808)
            at javax.swing.RepaintManager$3.run(RepaintManager.java:796)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
    main.java:76)
            at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:796)
    
    
            at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:769)
    
    
            at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:7
    18)
            at javax.swing.RepaintManager.access$1100(RepaintManager.java:62)
            at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java
    :1677)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
            at java.awt.EventQueue.access$200(EventQueue.java:103)
            at java.awt.EventQueue$3.run(EventQueue.java:694)
            at java.awt.EventQueue$3.run(EventQueue.java:692)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
    main.java:76)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
            at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQu
    eueWrapper.java:169)
            at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQue
    ueWrapper.java:151)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:242)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:161)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:150)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    
    
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    
    
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    
    
    "AWT-Windows" daemon prio=6 tid=0x000000000a3ae000 nid=0x217c runnable [0x000000
    000ab1f000]
       java.lang.Thread.State: RUNNABLE
            at sun.awt.windows.WToolkit.eventLoop(Native Method)
            at sun.awt.windows.WToolkit.run(WToolkit.java:307)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "AWT-Shutdown" prio=6 tid=0x000000000a3ad000 nid=0x2194 in Object.wait() [0x0000
    00000aa1f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce2bad18> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:503)
            at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:296)
            - locked <0x00000000ce2bad18> (a java.lang.Object)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "Java2D Disposer" daemon prio=10 tid=0x000000000a3ac000 nid=0x2190 in Object.wai
    t() [0x000000000a91f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce27f228> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            - locked <0x00000000ce27f228> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
            at sun.java2d.Disposer.run(Disposer.java:145)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "Service Thread" daemon prio=6 tid=0x0000000008a5c000 nid=0x2188 runnable [0x000
    0000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "C2 CompilerThread1" daemon prio=10 tid=0x0000000008a5a800 nid=0x216c waiting on
     condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "C2 CompilerThread0" daemon prio=10 tid=0x0000000008a55800 nid=0x2180 waiting on
     condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "Attach Listener" daemon prio=10 tid=0x0000000008a54000 nid=0x1a24 runnable [0x0
    000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "Signal Dispatcher" daemon prio=10 tid=0x0000000008a4d000 nid=0x21d8 waiting on
    condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "Finalizer" daemon prio=8 tid=0x00000000089fd000 nid=0x21d4 in Object.wait() [0x
    0000000009d5f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce2bb4a8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            - locked <0x00000000ce2bb4a8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
            at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
    
    
    "Reference Handler" daemon prio=10 tid=0x00000000089f2000 nid=0x1dfc in Object.w
    ait() [0x0000000009c5f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce2bb630> (a java.lang.ref.Reference$Lock)
            at java.lang.Object.wait(Object.java:503)
            at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
            - locked <0x00000000ce2bb630> (a java.lang.ref.Reference$Lock)
    
    
    "main" prio=6 tid=0x00000000027eb800 nid=0x12ec waiting on condition [0x00000000
    00000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "VM Thread" prio=10 tid=0x00000000089ee000 nid=0xf18 runnable
    
    
    "GC task thread#0 (ParallelGC)" prio=6 tid=0x0000000002801000 nid=0xe38 runnable
    
    
    
    
    "GC task thread#1 (ParallelGC)" prio=6 tid=0x0000000002802800 nid=0x149c runnabl
    e
    
    
    "GC task thread#2 (ParallelGC)" prio=6 tid=0x0000000002804800 nid=0x314 runnable
    
    
    
    
    "GC task thread#3 (ParallelGC)" prio=6 tid=0x0000000002806000 nid=0x1e88 runnabl
    e
    
    
    "VM Periodic Task Thread" prio=10 tid=0x000000000a268800 nid=0x218c waiting on c
    ondition
    
    
    JNI global references: 2254
    
    
    Heap
     PSYoungGen      total 209408K, used 104582K [0x00000000ef500000, 0x00000000ffb8
    0000, 0x0000000100000000)
      eden space 197632K, 47% used [0x00000000ef500000,0x00000000f4fc39f0,0x00000000
    fb600000)
      from space 11776K, 98% used [0x00000000fb600000,0x00000000fc15e118,0x00000000f
    c180000)
      to   space 34816K, 0% used [0x00000000fd980000,0x00000000fd980000,0x00000000ff
    b80000)
     ParOldGen       total 175104K, used 91643K [0x00000000ce000000, 0x00000000d8b00
    000, 0x00000000ef500000)
      object space 175104K, 52% used [0x00000000ce000000,0x00000000d397efd8,0x000000
    00d8b00000)
     PSPermGen       total 84992K, used 84957K [0x00000000be000000, 0x00000000c33000
    00, 0x00000000ce000000)
      object space 84992K, 99% used [0x00000000be000000,0x00000000c32f7468,0x0000000
    0c3300000)
    
    

    Finally figured it out, had to kill the session.  I am embarressed to say that I try to look at user sessions. When I did, I saw there were two for me, one normal and one that screwed up.  It took a few runs for nothing to take, but in the end, it worked, this link helped how kill/terminate a session in Oracle

  • Developer SQL and KeepAlive

    Developer SQL 4.0.2.

    I have a bunch of developers complain that developer SQL disconnects them from the database.

    And it's too hard for them to right click and click on reconnect (sarcasm).

    DBs theses are in the cloud. If not happens if the DB is in bare metal.

    I am looking for and there seems to be an ad-, at any given time.

    The problem with him is that you need to configure at startup, so if you forget it, you get the same error.

    Also, when I upgraded SQL Developer he removed it.

    Is it possible to maintain this connection?

    Thank you

    Developer SQL isn't anyone disconnect from the database unless they ask to complete the connection.

    What you see are network timeouts, or database resource consumer group plan killing any idle sessions.

    Try to fix the problem at the source-, but you'll have to find out why connections die first.

  • Developer SQL hangs when starting...

    Backstory: I had this database fell on my lap when the company, I started working for last October, won the contract.  The developers gave me very little turn over, so I'm digging in my memory when I maintained an Oracle DB in 2002.  My skills are very dated, so please, be gentle.

    Oracle Windows Server 2003 10.2.0.0.0

    Oracle SQL program Version 4.0.2

    I initially installed sqldeveloper without worrying about Java.  I got an error and the research revealed that the JDK is not installed and was trying to use JRE...  I installed the JDK 1.7.0 55.  Now when I run sqldeveloper, the splash screen comes up with a loading bar... He goes to about 10% of the bar and sits there exciting.  Happening for hours.  What I am doing wrong?  What other information do you need?  Thank you.

    L

    You reinstall sqldeveloper once you have installed the JDK? Developer SQL saves the value in the Java House in sqldeveloper.conf under E:\sqldeveloper\sqldeveloper\bin (at least it does in version 3.0). You can try to update the path of this file if it is incorrect, but it is probably safe to reinstall everything.

    Kind regards

    Bob

  • FDMEE VB API introduces not and gives "error of data access.

    Hello FDM gurus.

    While working with the FDMEE data integration tool, I had to test the capabilities of script VB to FDMEE and I tried the sample script of the ERPI Administrator's guide to copy a file from 1 place to another. Unfortunately the VB API does not work and generates an error "clsAppServerDM.fInitializeMainAPI: data access error." I don't know what am I missing here.

    Thank you in advance,

    VChakravarthy

    If you format this SQL query and you attempt to run in the SQL tool like SQL Developer, you can see how there is a SQL syntax error. There is a missing expression in the "BOLD"

    PV. LEVEL_VALUE =

      ),

    He expects something like pv. LEVEL_VALUE = 1005 so the SQL query should return the file application root.

    What I would do:

    -Update FDMEE to 11.1.2.3.510

    -Raise a SR with Oracle's Support.

    SELECT MERGE)

    SELECT pv. PROFILE_OPTION_VALUE

    AIF_PROFILE_OPTION_VALUES PV

    WHERE (PV. PROFILE_OPTION_NAME = p.PROFILE_OPTION_NAME)

    AND the pv. LEVEL_ID = 1010

    AND the pv. LEVEL_ID<=>

    AND the pv. LEVEL_VALUE = 1005

    ), (

    SELECT pv. PROFILE_OPTION_VALUE

    AIF_PROFILE_OPTION_VALUES PV

    WHERE (PV. PROFILE_OPTION_NAME = p.PROFILE_OPTION_NAME)

    AND the pv. LEVEL_ID = 1005

    AND the pv. LEVEL_ID<=>

    AND pv. LEVEL_VALUE =

      ), (

    SELECT pv. PROFILE_OPTION_VALUE

    AIF_PROFILE_OPTION_VALUES PV

    WHERE (PV. PROFILE_OPTION_NAME = p.PROFILE_OPTION_NAME)

    AND the pv. LEVEL_ID = 1000

    AND the pv. LEVEL_ID<=>

    ) PROFILE_OPTION_VALUE

    OF AIF_PROFILE_OPTIONS p

    WHERE p.PROFILE_OPTION_NAME = N 'PROFILE_APP_ROOT_DIRECTORY '.

  • Connect SQL Developer, SQL * Plus can't

    I installed Oracle Database Development VM VM: VM VirtualBox for developers & lt; / title & gt; & lt; meta name = & quot; Title & quot; content = & quot; VM VirtualBox for developers & q...

    Added two adapters, one as a host-only, as NAT.

    We add a few entries tnsnames.ora for network database servers.

    Developer SQL inside the VM can connect to all three databases: XE, remote_db1 and remote_db2.

    SELECT * FROM Dual using a remote connection returns the data immediately.

    SQL * Plus inside the VM can connect to XE, but not to a remote server. It hangs just for awhile and finally back: ORA-12545: Connect failed because target host or object does not exist

    Outside of the virtual machine (on the host), Developer SQL (database connection Type) and SQL (sqlplus connection string) can connect to all three systems.

    What is going on?

    Brian Tkatch wrote:

    SQL * Plus inside the VM can connect to XE, but not to a remote server. It hangs just for awhile and finally back: ORA-12545: Connect failed because target host or object does not exist

    Sounds like the hostname resolution failed.

    A host name must be resolved to an IP address. If you use a host name in the TNS connection string, you need to make sure that it can be resolved to an IP address. With the help of the ping command is an easy way to determine if the host name is resolved.

    Some listeners (such as remote control and headphones RAC), accepts a connection client and in response redirect the client to a different hostname (and port). For example, a remote listener can serve 10 cases (each with a different service name). The client connects, asking servcice5. The listener redirects the customer to hostname ora-Server5 on port 1521. The customer now tries to connect to ora-Server5, to resolve the hostname to an IP address and then make the call to connect.

    If the listener can redirect the customer to a new host name - and the customer must be able to resolve the host name. The error that you get so don't always relates to the connection initial listener. It can also occur when the client driver follows the redirect to the listener and attempt a new connection to a new host.

  • Developer SQL Launcher does not not Linux

    Hello

    System details:

    Fedora 19

    Developer SQL Version: Version 4.0.0.12

    Java Version: 1.7.0 - 40 OpenJDK

    I can launch Sql Developer from the command line with success.

    /opt/sqldeveloper/sqldeveloper.sh

    But when I try to use the launcher icon, I get a SIGSEGV error.  This is the top of the hs_error.log file.

    ***

    #

    # A fatal error has been detected by Java runtime environment:

    #

    # SIGSEGV (0xb) at pc = 0x000000317a062e00, pid = 7680, tid is 140636646749952

    #

    # Version JRE: OpenJDK Runtime Environment (7.0_40 - b60) (build 1.7.0_40 - mockbuild_2013_10_02_16_56-b00)

    # Java VM: OpenJDK 64-bit Server VM (24, 0 - b56 mixed mode linux-amd64 compressed oops)

    # Problematic frame:

    C# 0X000000317A062E00

    ***

    The ~/.sqldeveloper/jdk file contains the following:

    /usr/lib/JVM/Java-1.7.0-OpenJDK-1.7.0.60-2.4.2.7.FC19.x86_64

    ***

    And my /usr/share/applications/sqldeveloper.desktop file contains the following:

    [Desktop entry]

    Encoding = UTF-8

    Name = Developer SQL

    Comment = Oracle SQL Developer

    Icon=/opt/sqldeveloper/icon.PNG

    Exec=/opt/sqldeveloper/sqldeveloper.sh

    Terminal Server = true

    Type = Application

    Categories = GNOME; Oracle;

    ***

    I'm just going to Ubuntu to Fedora so it has not worked in the past.

    Thanks for any help,

    Ann

    See this

    https://forums.Oracle.com/thread/2594033

    It worked for me

  • Developer SQL 4.0 ai2 - cannot use OpenLDAP with LDAP connect option

    Hello


    I have OpenLDAP installation to work with my Oracle customers to use the TNS connection, instead of having scattered files tnsnames.ora strings about hundreds of servers.


    It works very well with 10g / 11g, customers complete and instantaneous, no problem.


    Now, I am trying configure SQL Developer 4.0 ai2 working with her, as well.


    When I try to do, I am able to select the 'LDAP' option in 'Connection Type', and the drop-down list "LDAP server" is correctly filled with my LDAP server of ldap.ora.


    However, when I select it, I get the following error:

    Status: Failed-[LDAP: error 32 - No Such Object code]


    Now, I did some research and I followed the slapd.log file, which shows me the following:

    Sep 18 02:43:35 slapd einstein [2779]: conn = ACCEPT 1034 fd = 16 = 192.168.125.1:63781 (IP = 0.0.0.0:389) IP address

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 0 BIND dn = "" method = 128 "

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 0 RESULT tag = 97 err = 0 text =

    "Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = base SRCH = 1" "scope = 2 deref = 0"(objectClass=orclContext) = filter. "

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 1 tag = 101 err = 32 nentries SEARCH RESULTS = 0 text =

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 2 UNBIND

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 fd = 16 closed

    That is a lot more detail, but reflects the corresponding error code (32 - No Such Object).

    After doing some tests with ldapsearch, I was able to reproduce this only developer SQL is done and get the same exact error.

    The ldapsearch command is:

    ldapsearch einstein Pei 389 - c - x d h "" b "" "(objectClass=orclContext)" "

    Research in the slapd.log file, I find a mistake similar to what is produced from SQL Developer.

    In addition, the query SQL Developer wants can be done successfully with the following ldapsearch:

    ldapsearch h einstein Pei 389 - c - x d ' "b"dc = proquest, dc = com""(objectClass=orclContext) ""

    Thus, it seems that the problem is the fact that the SQL Developer does not provide a research base.

    I'm not expert LDAP, and I really don't know where to turn next.

    Is there a SQL Developer option that allows me to put this basic research?  Is there a setting I'm missing on the LDAP server configuration?

    Thank you

    -Mark

    Well, that didn't take long.  I managed to find a solution to the problem.

    It boils down to the fact that the SQL Developer does not provide a research base, and my LDAP server had a defined default search base.

    When I edited slapd.conf (OpenLDAP configuration file) and add a parameter "defaultsearchbase" and bounced the LDAP, everything started working.

    I now have a working with OpenLDAP and Developer SQL configuration.

    I'll mark this discussion as closed.

    -Mark

Maybe you are looking for