How to connect container with SQL developer

Hi all

This is probably a trivial question-, but I'm not able to find the answer. I use sqlplus most of the time, so I am not familiar with SQL developer.

I have 12 c and container named ORACONTAINER, in this container, I HR schema.

When I do connect via sqlplus ("sqlplus hr/hr@ORACONTAINER') - it works well, and"sqlplus HR/HR"will not work - and that's ok.

With SQL developer I can connect as sys, but when I try h/h it gives me name of username/password invalid - because I do not know where to specify the user HR container.

Thank you

Darko

Try to give ORACONTAINER service name in sql developer.

Tags: Database

Similar Questions

  • Connection problem with SQL Developer 3.0.0.4

    I have a strange problem with SQL Developer (SD) 3.0.0.4. So that the implementation of a new connection I have in double entries listed for some of the databases listed in my TNSNAMES.ora file. When I try to connect to one of the databases has entered duplicated, I get the following Oracle error:
    ORA-01034: Oracle not available ORA-27101: Kingdom does not exist SVR4 shared memory error: 2: no files or directory
    however, if I try to connect to the same database using SQL * more or TOAD, it works perfectly and TOAD has no duplicates.

    At first, I thought maybe that SD has been reading multiple copies of the TNSNAMES.ora so I checked and removed all the duplicate files and set the variable of environment TNS_ADMIN to point to that and the single instance of the TNSNAMES.ora file. Yet once, SQLPlus and TOAD to work fine, but SD is always showing entries twice and always have reported the above error when I try to connect to a database with a duplicate entry. I should mention, I'm able to connect to the database that have only a single entry listed use SD.

    If I understand correctly, SD uses JDBC as underlying connection mechanism. Based on this "agreement" I thought that maybe I had a file corrupted in the Java Cache, so I cleared the cache, but I always get errors.

    As mentioned, I use SQL Developer 3.0.0.4 with Java 1.6.0_11 (included in the download). In addition, I have installed JRE 1.6.0_24 and I am running Windows XP SP3. Any ideas or suggestions are greatly appreciated.

    Craig...

    Hi Craig,.

    Or, if I have misunderstood completely the scenario you describe, here's a post on the forum about duplicate entries appear in the drop-down list Alias network when the connection Type is TNS:

    Developer SQL 2.1.0.63 TNS name in characters of the connection

    This solution involves clean a bad TNSNAMES. ORA file with double score entries to test the death of SID.

    -Gary

  • How to connect my APEX with SQL Developer workspace?

    Hi all

    I am a new user of Oracle Apex. Is there a way to connect to my workspace created to http://apex.oracle.com/pls/apex with SQL Developer. If so, then let me know how. If someone has done successfully then please help me.

    Thank you

    Gerard

    Hi Gerard,

    It is not possible to do this on apex.oracle.com.

    Joel

  • How to connect to microsoft sql server with sql developer 4.1 2014

    Hello

    Please,

    I need to connect to a Microsoft SQL Server 2014 with SQL Developer 4.1 database, I installed the appropriate jdbc driver microsoft as having the active tab for SQL Server and to add the connection.

    Thank you very much

    We support no migration of SQL Server 2014, but you should be able to connect. There is a problem around tables in the connection of the navigation tree, but you should be able to execute queries and PROBABLY get a migration project going.

  • How to execute a stored procedure on Sybase with SQL Developer

    We have accessed Sybase 15 with SQL developer.

    We can see the data in the table, if we do not, run the stored procedure (for instance sp_who) developed on Sybase.

    Could you tell me how we execute the stored procedure on Sybase with SQL Developer Sybase?

    Thank you

    Shige

    We will not intended to be a Sybase ASE customer.

    But

    A SQL Developer... @dermotoneill: Workheet advice

  • Having problems with SQL Developer connection to the database on a LINUX machine

    Having problems with SQL Developer connection to the database on a LINUX machine
    Hello
    I am trying to connect my machine to windows 7 Home premium to an oracle database 11 g on RedHat 5 machine using SQL Developer. I got this error on SQL Developer
    Status: Failed - Test has failed: the network adapter could not establish the connection


    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    and TNSPING
    tnsping 172.x.x.x
    
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$
    Tnsnames.ora on Linux,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )
    )
    Listner on Linux,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    )
    )
    
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )
    )
    hosts/ect/Linux,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBilling
    and there is no problem to ping linux from windows

    Published by: user11309581 on April 11, 2013 15:16

    user11309581 wrote:
    as I have already desciped earlier, I can't connect to the server throw Linux my Windows SQL Server, with error message below.
    tatus: failed - Test has failed: the network adapter could not establish the connection

    It's too generic to mean anything. The application is hidden the real error message. You got when you did the tnsping and obtained "TNS-12535: TNS:operation has expired. Now THAT's an error.

    This indicates a problem firewall and routing. You said earlier you could ping the server, but now we see tnsping fails. Two different protocols of usage, so that both the successful ping turns out a valid physical path, it guarantees not that all traffic will pass. What happens with

    c:\ telnet 172.x.x.x 1521
    
  • I changed the name of the computer, now I can not connect to Oracle SQL Developer

    Hello my friends!

    Everything worked perfectly until I needed to change the name of the computer and now I can no longer connect in Oracle SQL Developer 3.1.
    I restarted Oracle 11 g by stopping and restarting. The order message said stop and start successfully. This tells me Oracle 11 g Express is running, but I can no longer
    connect to Oracle SQL Developer 3.1.

    How can I fix?

    Thank you all!

    J man,

    I'm not a pro at Oracle XE, but I would say that this is not a problem of SQL * Developer, but the listener of OracleXE.
    Now, I'm in total guessing game mode:
    find the "listener.ora" file in your Oracle installation (from [url http://docs.oracle.com/cd/E17781_01/server.112/e18804/network.htm#ADMQS168] this document is c:\oraclexe\app\oracle\product\11.2.0\server\NETWORK\ADMIN\listener.ora
    I'm sure that it is coded in the old hostname, simply replace it with the new host name.
    Restart your receiver and please try to connect again.

    HTH,
    Berx

  • How to install utilities PL/SQL Developer SQL v1.6.0 in the database

    in fact I'm looking

    HTTP_UTIL_PKG

    CSV_UTIL_PKG

    to download excel file in Oracle 11 g r2 11.2.0.1.0 feature

    Downloaded from https://code.google.com/p/plsql-utils/downloads/detail?name=plsql-utils-v160.zip & can = 2 & q =

    How to install utilities PL/SQL Developer SQL v1.6.0 in the database

    If we install in sys or particular schema in which I need to use

    and how to run the script

    ReemaPuri wrote:

    in fact I'm looking

    HTTP_UTIL_PKG

    CSV_UTIL_PKG

    to download excel file in Oracle 11 g r2 11.2.0.1.0 feature

    Downloaded from https://code.google.com/p/plsql-utils/downloads/detail?name=plsql-utils-v160.zip&can=2&q=

    then download the zip file and then extract the contents

    Both are contained in it.

    Then add them to the schema of your choice.

  • Problem with SQL Developer to capture

    Hi guys,.

    I am facing a problem for the last 4 days with SQL Developer. I use to migrate sql database to oracle SQL Developer. It worked well before and I had migrated some tables as well. But all of a sudden a few days before I had a mistake, I was unable to capture the objects. While I am trying to capture the sql database or the tables the progress dialog box is displayed as usual, but he suddenly gets hit and the green light turns red which is in the upper left corner. Said at that time, the progress message that appears at the bottom of the box +' stored jdbc:jtds:sqlserver: / / < hostname >: < port > / < the database name > ' +. But if I use another oracle server, then I can capture objects.

    Because of this error, I'm not able to go forward. I tried to solve this problem in many ways. But nothing helps! Please help me solve this problem, as it's an emergency.

    Thanks in advance.

    RAM.

    Published by: Ram Dhilip on March 22, 2010 08:16

    Published by: Ram Dhilip on March 22, 2010 08:16

    Published by: Ram Dhilip on March 22, 2010 08:19

    Published by: Ram Dhilip on March 22, 2010 08:34

    You can use the method of capture in offline mode:
    Click on tools-> Migration-> third party database offline Capture-> Capture database creation scripts
    Now select the output directory of these scripts and the source database. Also, make sure that you have selected the Batch mode. Once this is done, copy all scripts on a computer with an installed SQL Server client or perform the export on the SQL Server computer directly.
    Run the script and you'll get 2 directories with a couple of DAT files created. ALL switch to SQL Developer machine and load them into the SQL Developer
    Click on tools-> Migration-> third party database offline Capture-> Capture Script output load of database

  • Screen problem of refresh with SQL Developer 1.5.5 on Vista 64-bit

    I use the latest version of SQL Developer.

    I have screen refresh issues in sql developer. Scrolling up and down, the screen gets jumbled up, some screen time do any appear. Work with SQL Developer very difficult. I don't have such a problem with any of my other publishers.

    Is this something specific to Vista? Is it someone knows solution to this problem.

    Thank you

    Edited by: user5899685, 1 Sep 2009 11:14

    Specific? Not really, but judging by the posts here Vista is more likely. It usually indicates the incompatibility between Java and video drivers.
    If the update of your JDK or the video driver does not work or is not an option, just disable DirectDraw in \sqldeveloper\bin\sqldeveloper.conf generally also works:

    AddVMOption - Dsun.java2d.noddraw = true

    Hope that helps,
    K.

  • Cannot establish a connection with SQL Developer

    I'm trying to use SQL Developer 1.5.1 build HAND-5440 on laptop Vista Home Premium x 64 mi. When I go again and try to create a new connection: nothing happens. No Panel opens up or anything. I have the last jdk installed. I downloaded developer sql several times without making any progress. Am I missing something? I should clarify that I did not run install everything, I just run the sqldeveloper.exe.

    Thank you
    JD

    Published by: JuanDiego Prudot on 15-ene-2009 08:19

    Last thing I can think is a problem with your locale. Add these +\sqldeveloper\bin\sqldeveloper.conf+ to force America:

    AddVMOption - Duser.language = in
    AddVMOption - Duser.country = US

    Espero your ayuda.
    K.

  • Hi help connection to APEX cloud with SQL Developer 3.2 or 4.0

    Hello

    I'm looking to use the SQL Developer's ability to connect to cloud to use APEX SQL Developer instead of the SQL workshop.

    Can anyone help?

    Thank you.

    Thanks for explaining, I appreciated

  • Problem when creating new connection of database with SQL Developer

    Hi all

    I am a beginner and I want to learn Oracle add up to my learning
    I installed SQL Developer on Linux Mint 12 (lisa).
    The installation went well, but when I try to create a new database connection in SQL developer, I get the following error:

    * Status: Failed - Test has failed: IO error. The network adapter could not establish the connection.* *.

    Could someone please suggest where exactly, I'm missing?

    Greetings - Vishal

    Have you installed the oracle database software locally? Have you created a database called "oracle?

    Developer SQL does not include a data base. For learning purposes, I recommend that you download Oracle Express Edition.

  • How to create a new connection on oracle sql developer

    Hello
    I was installed oracle sql program in windows after installation I tried to create a new connection, but I get the error message: the account is locked.
    Oracle dba must install for this connection or else.i was developer sql only oracle installed on my windows machine.






    Thanks and greetings
    Prabhakar

    The account is locked at the database level and Developer SQL cannot get around that.

    You must have dba privileges to unblock, but this isn't a problem SQL Developer.

  • Unable to connect to host: SQL Developer in Virtualbox:linux:oracle

    Hi all

    Hope this is the right place to ask this question - since his post installation problem.

    I'm very happy because I just installed yesterday manually Oracle Linux 6.5 and Oracle 11 GR 2 on a Virtualbox VM. Ive put the point for a long time but either in the oracle of banks already installed Linux in DBA or home installation of Oracle on windows. But I decided to try something I've been curious for a long time which was to install oracle on linux running in a virtual machine, then usinfg the VM development tools host * developer sql etc...). IM glad that in only 2 days, I was able to make all the measurements required in virtualbox additions for sharedfolders, linux with x, prerequisites for instalation oracle, RPM and Richmond stuff, tune kernel parameters and installation when smoothly managed yesterday

    Today, after the typical small things missing after starting the VM as:

    -lack of vars env; Oracle ADF for path;

    -sqlplus / as sysdba returned instance inactive, so I started OK with SQL > startup

    -also unlocked HR account and under linux has been able to connect to sqlplus h/h

    Now I'm trying to achieve the 2 following things after you start the virtual machine linux/oracle again today:

    1. connect to vm host windows 7 oracle sql developer for my db oracle Linux.

    2 business manager access to the browser in my host of windows 7. Yesterday, just after the installation of oracle finishing I could, just need to open port firewall linux 1158 and https://192.168.1.71:1158 / em Open ok. But today, after that it seems some process to start vm does not work... cause I can't get em either inside the virtual machine, nor my host locally.

    Some info of linux from my installation:

    $ echo $SHELL

    / bin/bash

    $ set | grep ORACLE

    ORACLE_HOME=/U01/app/Oracle/product/11.2.0/dbhome_1

    ORACLE_SID = orcl

    listener displays error before you start the instance

    $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 24 may 2014 14:28:29

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Linux error: 111: connection refused

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Linux error: 111: connection refused


    departure since his inactivity aka oracle instance is not running

    $ sqlplus / as sysdba

    SQL * more: Production of release 11.2.0.1.0 sat may 24 14:19:08 2014

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.

    Connect to an instance is idle.

    SQL > startup

    ORACLE instance started.

    Total System Global Area 417546240 bytes

    Bytes of size 2213936 fixed

    318769104 variable size bytes

    92274688 of database buffers bytes

    Redo buffers 4288512 bytes

    Mounted database.

    Open database.

    SQL > select count (*) in the hr.employees;

    COUNT (*)

    ----------

    107

    SQL > quit

    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    listner even always return error before start oracle - so I'll start the listener:

    $ lsnrctl status

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 24 may 2014 14:31:37

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Linux error: 111: connection refused

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)))

    AMT-12541: TNS:no listener

    AMT-12560: TNS:protocol adapter error

    AMT-00511: no listener

    Linux error: 111: connection refused

    lsnrctl start $

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 24 may 2014 14:36:10

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    From /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: Please wait...

    TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    System settings file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

    Log messages written to /u01/app/oracle/diag/tnslsnr/EMANUELDSKLINUX1/listener/alert/log.xml

    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))

    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))

    STATUS of the LISTENER

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

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    Start date may 24, 2014 14:36:12

    Uptime 0 days 0 h 0 min 0 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/EMANUELDSKLINUX1/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    The listener supports no services

    The command completed successfully

    OK now seems sqlplus locally works fine.

    Now that I need help, that's what I'm missing to do this, I can connect with my my windows host oracle sql Developer 7?

    In my oracle sql developer im trying the following parameters:

    User name: sys

    Password: oracle

    Connection type: fundamental Role: SYSDBA

    HostName: 192.168.1.71

    Port: 1521

    SID: orcl

    and im getting the error when I click on the Test button:

    Status: Failure-Test failed: entry IO error: the network adapter could not establish the connection.

    Please let me know what orders/information you need to help me. Im sure im close to after so many steps to learn how to install and able to do the installation of oracle on linux in a virtualbox im really looking forward to complete this exercise, thank you very much for your help.

    See you soon,.

    Zen

    Your listener is the list on "localhost" (127.0.0.1 ip address) that the universal loopback address.  No request to this address never let the customer request.  Your virtual computer must have a fixed IP address, and the listener must be listening on this fixed IP address

    For more details see Configure the VirtualBox network | Ed Stevens, s/n

Maybe you are looking for

  • How to uninstall Java

    I installed java about two years ago on my iMac, but I recently heard here that Java is not very safe to have so I want to remove it but I can't seem to find a way too. How to remove it?

  • Satellite M40-313 (PSM44E) limited or no connectivity LAN wireless

    I have always been connected to our home wireless network and the connection within the House is still ok, but after the restoration of my factory settings I came to only get limited or no connectivity.After a problem with my DCOM Server process Laun

  • Qosmio F30-112 USB drivers needed

    Please... I need driver USB for Qosmio F30-112 coz USB does not work properly

  • PX1268E - 1 40 and NAS Buffalo LinkStation Home

    Hello I bought a PX1268E - 1 40 device to use as a backup for my NAS drive domestic (Station link Buffalo HD-HG400LAN). Unfortunately while the NAS sees the device connected USB can not use it as a backup device (or external HARD drive). Initially, I

  • How can I turn on/off the blue LEDs on the Satellite A100?

    Hello Does anyone know how to turn the blue LEDs under the touchpad? They are very nice, but when I go to sleep they light a lot and it is a small problem. Maybe someone can help me or suggest something else.Thanks for any answers Emil