No database object is retrieved in SQL Developer 1.5

Hi,
The SQL Developer 1.5 that I have installed can connect to database but when I click on tables, packages or other type, nothing is retrieved.
I'm very sure I have database objects in above categories as I have been using SQL Developer 1.2.1. What could be not right?
Please advise
Thank you.

I think, the developer forgot the clause for the all_columns view
where column_id is not null
Edited by: Lieni on 04.05.2009 13:32
Edited by: Lieni on 04.05.2009 13:33

Similar Messages

  • How to export/import database from tools menu in sql developer.

    Hi,
    I need to export database from a server and import it on another db server using the export database function under tools menu in SQL developer. How do I import it? This is for Oracle 10g database.
    Thanks

    Depends what are you trying to do? Are you making a database copy or just creating an empty schemea or creating schema with the data?
    With 10g, you have also options of using datapump (expdp/impdp) and conventional export/import which is very usefule and easy to use when it comes to create a clone (duplicate schema) or an export/import of some objects.
    If you right click on table object, you have options of export ddl/export data and import data but thats different thant what expdp/impdp or conventional export/import provides. For very small database you can use sqldeveloper but consider
    using other above mentioned options. Hope this helps
    Regards

  • Difference in data retrieved from sql developer and sqlplus prompt

    SQL> select distinct snap_time from perfstat.stats$idx_stats;
    SNAP_TIME
    21-MAY-07
    05-JUN-07
    but using sql developer
    select distinct snap_time from perfstat.stats$idx_stats;
    SNAP_TIME
    21-MAY-07
    05-JUN-07
    13-JUN-07
    but can anyone explain the difference because it's the same database

    SQL> select distinct snap_time from
    perfstat.stats$idx_stats;
    SNAP_TIME
    21-MAY-07
    05-JUN-07
    but using sql developer
    select distinct snap_time from
    perfstat.stats$idx_stats;
    SNAP_TIME
    21-MAY-07
    05-JUN-07
    13-JUN-07
    but can anyone explain the difference because it's
    the same databaseIt looks to me during the interim between you run the query in sqlplus and SQL Developer, statspack generated a new snapshot.
    Check your DBA_JOBS see if there's any auto statspack collection job.

  • Database not getting connected from sql developer(Vendor code 20)

    Am getting the following error while connecting db from sql dev
    "network adapter could not establish connection vendor code 20"
    FYI - database is up and running fine in sqlplus, and am not able to find the service in lnsrctl. As am using OIM db as service name while its showing CLRExtProc.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Prod
    ction
    Start Date 21-NOV-2012 20:28:48
    Uptime 0 days 0 hr. 27 min. 32 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File d:\app\Karan\product\11.2.0\dbhome_1\network\admin\li
    tener.ora
    Listener Log File d:\app\karan\diag\tnslsnr\Karan-PC\listener\alert\log
    xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 3 handler(s) for this service...
    The command completed successfully
    Also contents of tnsnames.ora and listener.ora are shown below
    # listener.ora Network Configuration File: d:\app\Karan\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = d:\app\Karan\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:d:\app\Karan\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = d:\app\Karan
    ---------------------------------------------tnsnames.ora-----------------------------------------------------
    # tnsnames.ora Network Configuration File: d:\app\Karan\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    OIMDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = OIMDB)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    FYI - yesterday all database was running fine. As I was trying to do some modifications in tnsnames.ora and listener.ora, I was unable to save them, as permission is denied.
    Kindly suggest.....
    Regards,
    KK

    stop everything OIM, Database and listener.
    now open your listener.ora and put below ( backup the original one somewhere)
    LISTENER=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=extproc))))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (GLOBAL_DBNAME=oimdb)
    (ORACLE_HOME=d:\app\Karan\product\11.2.0\dbhome_1)
    (SID_NAME=OIMDB)))
    LISTENER=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=extproc))))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (GLOBAL_DBNAME=oimdb)
    (ORACLE_HOME=d:\app\Karan\product\11.2.0\dbhome_1)
    (SID_NAME=oimdb))
    (SID_DESC=
    (SID_NAME=plsextproc)
    (ORACLE_HOME=d:\app\Karan\product\11.2.0\dbhome_1)
    (PROGRAM=extproc)))
    1.set ORACLE_SID at command prompt . like set ORACLE_SID=OIMDB
    2.start listener (lsnrctl start)
    3.start database.
    4. check this query ( select instance_name from v$instance;)
    5. check listener status( lsnrctl status)
    if still doesn't work try same step with the original listener.ora file

  • Database connection problem in oracle sql developer kit?

    Status : Failure -Test failed: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor

    Hi,
    You have to check the service_name in the tnsnames.ora file located in the oracle installed folder.
    Check one more whether the services are up or not.
    Regards,
    VG

  • Database Modeling and Design with Sql Developer

    Hi
    After attending Open World and the session wrt the above, is it possible to obtain a stand alone beta version? We are in between tools and would really like to present the above to our team as an option.
    Thanks.
    Leon.
    Edited by: Leond on Oct 1, 2008 6:10 AM

    You may want to Google "RSS".
    You need a Feed Reader - something like Google Reader or Thunderbird.
    Then, you need to click the orange square up in the URL box. If you have a feed reader, it will walk you through the setup, etc.
    --s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Schema Binding with VSS in SQL Developer

    Hi guys is it possible to bind a Sql Developer or TOAD with Visual Source Safe or i can change database object in toad or sql developer and check in into VSS?
    Thanks
    Purvik

    TOAD can do version control with any software that uses Microsoft's Source Code Control (SCC) API, which includes VSS. Look at the help pages for more info.
    While SQL Developer only supports Subversion and CVS directly, I've used its External Tools capability to add ClearCase check out, check in, undo check out, and add capabilities. If you can do basic version control operations from the command line with Visual SourceSafe, you ought to be able to do the same thing. Just look up the syntax for the command line tools, and build your commands by selecting the Tools menu, select External Tools, and add a new tool. This is very much like creating a new desktop shortcut in Windows.

  • Find database object escape underscore

    How to escape underscore in find database object pattern search?

    SQL Developer blindly copies the search pattern into the like condition. Therefore, as you correctly observed it inherits the artifact of underscore being single character search pattern.
    I always use the superior % wildcard pattern, and suspect that 99% of the users do the same. So the question to ask is why the puny underscore pattern even exists, making it harder to specify legitimate underscore character. I'm tempted to add unconditional ESCAPE '\' to the query where clause, and convert any underscore into '\_'; so please raise your objection or any other comment here.

  • Database comparison option on SQL Developer

    Is there a database comparison option available on SQL Developer? If yes, can you please help me with the usage? If not, is it expected in the subsequent releases?
    Regards,
    Krishnan

    I'm hoping that we will eventually have 2. We are integrating the Oracle Migration Workbench and its ancillary tools into raptor and will have the ability to compare a readonly 3rd party db with the newly generated Oracle DB. The other thing we need as part of this is a schema comparator which will tell us the object differences in 2 schemas. Right now, this is very much on the wish list as we get into the next release.

  • About SQL Developer migration objects

    Hi all,
    I'm using the SQL Developer Version 2.1.1.64 for Windows.
    I've migrated a SQL Server 2005 database to Oracle.
    Well, many objects was created, like triggers to emulate identity sql server, packages, MD* tables, and so on.
    Well, I need to use all funcionality of Oracle without use these created objects only to migration.
    Can I drop these objects? Any problem with this?
    Thank you very much!!!!

    Hi Tads,
    There are two sets of objects created during a migration.
    1) The Migration Repository objects (MD_.... tables, MIGRATION & MD_META packages, MGV_ ... views ) and so on.
    These objects are used by SQL Developer to perform the migration.
    The tables hold the information about your captured and converted models and the packages perform some of the conversion.
    These objects are created automatically for you when you Associate the migration repository with a connection.
    Normally you would create a brand new schema (ex: migration_repo) , create a connection for it and Associate with this connection.
    Then , after the migration is complete, you can drop that schema and all the repository objects with it.
    Alternatively you can right click the connection again and choose, Delete Repository.
    2)Target Oracle objects.
    These are the objects you have converted and generated into Oracle.
    They include the tables,views,procedures,... that you have converted from your source database.
    They also include
    a) SQLSERVER_UTILITIES package, which helps emulate functions referenced in your stored procedures,triggers and views
    b) Oracle Global Temporary Tables, which replicate the temporary tables found in your SQL Server stored procedures
    c) Triggers and Sequences, used to emulate SQL Server identity columns
    Well, I need to use all functionality of Oracle without use these created objects only to migration.
    Can I drop these objects? Any problem with this?If you have associated your migration repository with the same schema as you have create your target objects in, then both sets of objects will be mixed.
    You can right click on the connection and choose "Delete Migration Repository" to remove these objects.
    The remaining objects should be left as is, unless you are confident you do not need them.
    Regards,
    Dermot.
    SQL Developer Team.

  • Connection to database via Oracle Sql Developer

    I want to establish a local connection to my database Oracle Database 10g Express Edition via Sql Developer
    I put :
    - hostname: localhost
    - Port: 1521
    - SID: the name of my PC
    But it tolds me:
    The network adapter could not establish the connection
    Can you help me please?

    Where sould i type this command?lsnrctl is an OS command, you have to execute it at OS prompt.

  • Problem Dropping Objects in Oracle XE using PL/SQL Developer

    Hi all,
    I am using PL/SQL Developer to access Oracle XE. I created some tables and later dropped them. But I still see some objects in the PL/SQL Developer Browser under the Tables section.
    Below is the name of the objects in I see:
    bin$fj7zj7y9rhqujmwrz1zmtg==$0,
    bin$frxjknkot4cwtkexm4wtca==$0,
    bin$q2m8wls+s72szfufb+mnzw==$0,
    bin$syrcyj1bsqcelpfsodudrw==$0,
    bin$tjt8ipk6ras8qtx0zvn+6w==$0,
    bin$vc6dzazorg6zwemticqdha==$0,
    bin$xfrxhcb3s5ev8wkjfc/3vg==$0,
    bin$oyrdsi+us+yhhoprzdingq==$0,
    bin$vtk7saqqtecbhmdwpnp1bg==$0,
    bin$x1hhdhy+trmfponyldjwdw==$0
    When I tried dropping these objects, I get ORA - 00933: SQL Command not properly ended. Error deleting bin$fj7zj7y9rhqujmwrz1zmtg==$0
    How do I resolve this problem? And then drop all those objects listed above.
    Is it possible to drop those objects at all?
    Thanks in advance.
    Sam.

    There is no problem sofar. The objects you see are dropped objects ( if you drop it, oracle silently rename the object but preserve it as long you have sufficient space ).
    You shouldn't drop them if you don't have issue with free space - they enable you to get back accidentally dropped table without to have restore the backup ( flashback table). If you are annoyed by displaying it in PL SQL Developer, you can just add a filter to not show them to you ( all objects like 'bin%' ) or you can update to newrer version of PL SQL Developer ( i've 7.0.0.1050 and it is displayed properly, all dropped objects can be found under recyclebin folder ). Finally , if you want purge them, use the 'purge recyclebin' command.
    Best regards
    Maxim

  • Don't  Oracle SQL Developer show Object tables ?

    Hi
    when I create a table of an object in oracle the SQL Developer don't show it in Tables tree
    my mean is that SQL Developer don't show object tables that are defined in user_object_tables or dba_object_tables
    in Tables tree (while other tools such as PL/SQL Developer do it)
    do you know that is there any solution for showing object tables in Table tree in SQL Developer ?
    thanks

    Any updates on this? I have the same problem. "Types" only shows the object types, but not the tables based on these object types.
    Erwin

  • Oracle SQL Developer is out

    If you haven't been paying attention to early adopters of Project Raptor there it is - production release of Oracle SQL Developer, outstanding database development tool. It works very well with XE and if you're somehow reluctant to web interface or too ascetic sqlplus, you shall certainly like it. Very useful and at no charge.
    Oracle SQL Developer is a new, free graphical tool that enhances productivity and simplifies database development tasks. With SQL Developer, you can browse database objects, run SQL statements and SQL scripts, and edit and debug PL/SQL statements. You can also run any number of provided reports, as well as create and save your own.
    http://www.oracle.com/technology/products/database/sql_developer/index.html

    I use SQL Developer for SQL and PL/SQL and only use SQL*Plus for the few commands that don't work in SQL Developer.
    SQL Developer has a forum, too.

  • How to set naming standards for SQL Developer

    I am using SQL Developer version 3.0.04.
    In the newly integrated and very useful Data Modeler, we can set preferences for the naming standards to be applied when creating logical and relational model objects ( primary keys, foreign keys, et cetera). I would like to know if there is a way to set naming standards for the relational objects we create in SQL Developer on existing tables ( ( primary keys, foreign keys, et cetera).
    Any help in setting such preferences would be appreciated.

    Hi,
    If you want to set up a diagram for an existing database, you can use File/Data Modeler/Import/Data Dictionary to import its definitions.
    Alternatively you can open a Data Modeler Browser (using View/Data Modeler/Browser), expand the node for Design "Untitled_1",
    expand the node for Relational Models, and select Show from the Right-click drop-down menu for "Relational_1" to create a Relational Model diagram.
    You can then drag Tables from SQL Developer's Connections tree onto the diagram.
    Once you have a Relational Model you can reverse engineer it to an Entity-Relationship model using the << button in the button bar
    (or by selecting "Engineer to Logical Model" from the drop-down menu for the Relational Model).
    Note that there is now a separate forum for SQL Developer Data Modeler topics: SQL Developer Data Modeler
    David

Maybe you are looking for

  • Return Processing

    Hi Gurus, Please give me the detailed concept understanding and cofiguration steps for "Returns processingn  with reference to Subsequent delivery free of charge". Thanks and Regards. SDN Member

  • Goods issue against STO (plant authorization)

    Dear All I have an authorization issue when doing goods issue from Plant 1, against an STO raised for Plant 2. User has MIGO authorization for 351mvt with authorization object M_MSEG_BWA; Also he has authorization for all storage locations of Plant 1

  • Series Recordings - missing episodes

    Is anyone else having issues with series recordings at the moment? I'm having to delete a series link then re-apply to pick up future episodes for some programmes. The programmes I am having issues include Merlin, Hells Kitchen and now Spooks. Is thi

  • FRM-40039 error post 32 bit to 64 bit migration. Please help.

    Hello, I'm facing the a problem where during runtime I get error: 'FRM-40039: Cannot Attach library Ofgtel while opening Form XXX' I'm facing this issue post migration of my environment from 32 bit server to 64 bit server. One more thing I noticed is

  • Write note with Slide/Hammer on/Pull of in Piano Roll

    How can I write the next midi event in Piano Roll or other tools of Logic Pro X?:         - Slide         - Hammer on         - Pull of, etc. Please, my question is for use just the computer, not external tools (keyboards). Thanks, Daniel