Problems in Sql Developer

Hi,
I'm using Sql Developer 1.0.0.14.67 on Mac OS X Version 10.4.6.
1) When I click on a table,I dont Get Information Regarding Columns,Indexes,Constraints,Grants,Statistics,Triggers,SQl ...
Only I get Data in the table.
Whereas My Frnd who is using the Same appl On Mac on Some other M/c is getting all this info.
Is there any Tweak to get this Info?
2) If I open any trigger ,sql Developer Hangs..
3) I dont get reports when it is run..
Pls Help me..
Prashanth Deshmukh

I have been having the same issue with SQL developer. When I click on a table the only tab that has information for me is the data tab. It works just fine on my Windows machine at work.
Specs for machine:
Powerbook G4 1.5 GHz processor
Max OS 10.4.6
SQL Developer 1.0.0.15.27

Similar Messages

  • Problem connecting sql developer with a remote database MAc OSX Snow Leopar

    Hi everyone, sorry for my poor english but i don 't speak this language.
    I'm trying to connect Sql develper to a remote database and it does not work, showing this error: The Network Adapter could not establish the connection.
    Before running sql developer i install the oracle instant client and sql plus, i use the same tnsnames.ora file as my windows machine and sqlplus (in snow leopard) connect perfect.
    i set the path of my tnsnames in the setup of sql developer but i can't do it work.
    Anyone can help me please? thanks a lot.

    Duplicate thread Problem running Sql developer in Mac OSX Snow Leopard.

  • Problem accessing SQL Developer with user sys

    Hi Experts;
    I'm working with Oracle 10G, in Solaris 10, The DB apparently is working properly, but I can not access the DB thru SQL Developer. When I try to acccess with user sys, and I enter de password, in oracle role I select sysdba, when I choose connect I get this error message:
    ORA-01017: invalid username/password; logon denied
    However, I can connect with other user without any problem.
    I was connecting directly in the server, with sqlplus /as sysdba and I changed the password for user sys, but still the problem continues.
    What is wrong with this. I got the same problem if try to connect thru OEM.
    Thanks and regards
    Al
    Edited by: user12048358 on Jul 8, 2011 12:02 PM

    Hi Buntoro;
    Thank you for answer.
    First, I'm completely sure I'm using the correct password, to be sure I changed the password thru sqlplus.
    I'm using tns connection, btw, with the same connection, I can connect, but with other user.
    I was trying again, however, with the same results previous explained.
    But also I have the same problen when I tried to connect to OEM, and I was trying to stop the dbconsole, and found this:
    export ORACLE_SID=YAWIDBLAB
    emctl status dbconsole
    OC4J Configuration issue. /opt/oracle/102/oc4j/j2ee/OC4J_DBConsole_yawi-db-lab01_YAWIBLAB not found.
    export ORACLE_SID=YAWIDBLA
    emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://yawi-db-lab01:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /opt/oracle/102/yawi-db-lab01_YAWIDBLA/sysman/log
    If I type export ORACLE_SID=YAWIDBLA and then sqlplus /nolog
    SQL> connect /as sysdba
    Connected to an idle instance.
    But, when I connect settiong the SID in this way:
    export ORACLE_SID=YAWIDBLAB
    sqlplus /nolog
    SQL*Plus: Release 10.2.0.4.0 - Production on Sat Jul 9 23:03:15 2011
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    SQL> connect /as sysdba
    Connected.
    SQL>
    Apparently, there is problem with the tnsnames. When I see the tnsnames in SQL DEVELOPER I see this: YAWIDBLA
    So, here is the tnsname, in order you have a better idea, what I have.
    YAWIDBLA =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = yawi-db-lab01)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = YAWIDBLAB)
    Is the first time I see this kind of problem.
    Have an idea of what's happening;
    Best Regards;
    Al

  • Problem in sql developer while connecting to oracle 11g

    when am creating a database connection with oracle 11g in sql developer editor it s throwing network adapter could not establish the connection
    connection name test
    user name system
    password system
    Role default
    Host name localhost
    Port 1521
    SID orcl
    Can any one help me to resolve the problem?
    Thanks in advance

    Those parameters probably aren't correct.
    Is that 11g on your machine? Try to specify the real IP instead. And sure the listener is up?
    Also sure about the SID and port?
    Hope that helps,
    K.

  • Problems with SQL Developer 2.3.0 on Ubuntu

    I installed on my 'Acer Aspire one' Ubuntu 9.04 and OracleXE and SQLDeveloper 2.3.0.
    The connection to the database functions.
    (I've been connected as HR)
    But when I use the 'Database Navigator' and select 'Schemas -> HR (default) -> Tables' than happens nothing. I can not see any table.
    It's the same with other db objects, except procedures and sequences.
    When I use SQL Statement, I can see that tables.
    A second problem I have with the windows coming up after any action.
    There are no scrall bars to see the complete content of the windows.
    Can anybody help me?
    Thanks a lot
    Gerhard

    No, beacuse you are not using Oracle SQL Developer. You are using a third-party product developed by SOLYP Informatik GmbH. I suggest that you go to their web site [http://sqldeveloper.solyp.com/] for support.
    Ed. H.

  • Problems Starting SQL developer

    Hi Guys,
    I'm new to using oracle through Lynx.
    I am using Ubuntu 10.04 LTS Lucid Lynx.
    I have installed Oracle 11g R1.
    I have successfully installed oracle, created and connected to the DB. I have exported HR and OE schemas from a windows machine and imported to my Lynx based database successfully.
    So Oracle is working correctly though SQLplus.
    My problem is when I start using SQLDeveloper.
    When I go to "/u01/app/oracle/product/11.1.0/db_1/sqldeveloper"; and run the sqldeveloper.sh it seems to open fine, I see the GUI.
    My problem is that we I try to create a new connection I am getting errors.
    The GUI says: The network adaptor could not establish a connection.
    Whereas the terminal states...
    Oracle SQL Developer
    Copyright (c) 2006, 2007, Oracle. All rights reserved.
    Using oracle.home=/u01/app/oracle/product/11.1.0/db_1/sqldeveloper
    Using ide.user.dir=/home/oracle/.sqldeveloper
    Addin: Translator PlSql is trying to register a input type (.plsql) which conflicts with translator PlSql who already using this input type
    My java -version is :
    java version "1.6.0_18";
    OpenJDK Runtime Environment (IcedTea6 1.8.1) (6b18-1.8.1-0ubuntu1)
    OpenJDK Server VM (build 16.0-b13, mixed mode)
    Any help would be very much appreciated.

    Could you past output from
    lsnrctl statusOracle can work fine via SQLPlus locally, but if services are not visible via listener you can't connect to database from client like SQLDeveloper.
    Your GUI started so it's not a problem of your java - it's rather something missing in your database installation.

  • Problems with Sql Developer

    Hi, I install Sql developer version 1.2.1.3213, when I try to configure the connection I got the error -java.lang.NullPointerException. Please how ca I fix this problem or why this happened.
    Thanks

    What do you see when you issue this command:
    java -version
    is this pointing to the right Java version?
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Problems with sql developer and win 8 64 bit

    Hi there,
    It's my first time in this forum, I am a student programmer and I have many problems to install SQL Developer on Oracle Database 12c. I actually managed to install both, but I could not make them work. My question is SQL Developer works on the Windows 8 platform 64-bit?
    I'm going crazy, help me please .... Thanks for a while!!!

    SqlDeveloper should have no problem working in Win 8, but i do not think it's a supported platform yet.
    The Database could be a little more troublesome, if you only need a working database environment to make experiments you could find the "pre-built" Virtual Machines useful.
    For Win 8 and 12c try using the EA release of SQLDeveloper 4, because if I'm not mistaken the current 3.2.2 could have some problems with 12c.

  • Exporting data problems in SQL Developer 1.1 (1.1.0.23 Build Main 23-64)

    All,
    I am using the new version of SQL Developer which is great but I am having a problem usig the Export Data functionality.
    I have tried exporting the data from a table to a file as INSERT statements and TEXT and also to the clipboard and all I get is either a blank file or a REM statement with the name of the table.
    The table I am trying to select data from is partitioned.
    The database I am trying to export from is Oracle 9i and I have select privs on the data and the tables as I can see them in SQL Developer.
    My O/S is Windows XP professional...I am not allowed to use Linux at work :-(
    Is anyone else having such problems.
    Chris
    Message was edited by:
    tiffer

    Sorry Chris, been tied up. looked at this
    1. created a PTN table. This is the DDL export of that table. Range partition on date.
    -- DBMS_METADATA was unable to use TABLE_EXPORT to generate sql. Now trying to use TABLE.
    CREATE TABLE "HR"."TABLE1"
    (     "ID" NUMBER,
         "HIREDATE" DATE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    PARTITION BY RANGE ("HIREDATE")
    SUBPARTITION BY LIST ("ID")
    (PARTITION "P1" VALUES LESS THAN (TO_DATE(' 2006-12-31 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    ( SUBPARTITION "SYS_SUBP21" VALUES (DEFAULT)
    TABLESPACE "USERS") ,
    PARTITION "P2" VALUES LESS THAN (TO_DATE(' 2007-01-31 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    ( SUBPARTITION "SYS_SUBP22" VALUES (DEFAULT)
    TABLESPACE "USERS") ) ;
    2. Export from Resultset tables in query. As insert statements
    REM INSERTING into TABLE1
    Insert into TABLE1 ("ID","HIREDATE") values (1,to_date('12-DEC-06','DD-MON-RR'));
    Insert into TABLE1 ("ID","HIREDATE") values (2,to_date('21-JAN-07','DD-MON-RR'));
    I'm also getting the others working well too. I 'm running the latest version that we are about to release a patch on so it should be good when it comes out.

  • Connection problems with SQL Developer -- ANSWERED

    running on win2k
    connecting to local oracle
    1     Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    2     PL/SQL Release 10.2.0.1.0 - Production
    3     CORE     10.2.0.1.0     Production
    4     TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    5     NLSRTL Version 10.2.0.1.0 - Production
    SEVERE     63     0     oracle.jdeveloper.db.DatabaseConnections     DatabaseConnections has no JNDI context so cannot list connections.
    SEVERE     64     21298     oracle.jdevimpl.db.adapter.DefaultContextWrapper     failed to create naming Context for db connections at url: file:/C:/Documents and Settings/llhatch/Application Data/SQL Developer/system1.5.0.53.38/o.jdeveloper.db.connection.11.1.1.0.22.49.35/connections.xml
    I get this error when trying to save or connect to a connection, even after test connection says successfull.
    I just installed sqldeveloper-5338.zip
    Message was edited by:
    user634867

    Sue, thank you very much for the clarification.
    I did update the C:\Program Files\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf file file by appending the lines below and it solved the problem.
    AddJavaLibFile ../../lib/java/api/jaxb-api.jar
    AddJavaLibFile ../../lib/java/api/jsr173_api.jar
    AddJavaLibFile ../../j2ee/home/lib/activation.jar
    AddJavaLibFile ../../lib/java/shared/sun.jaxb/2.0/jaxb-xjc.jar
    AddJavaLibFile ../../lib/java/shared/sun.jaxb/2.0/jaxb-impl.jar
    AddJavaLibFile ../../lib/java/shared/sun.jaxb/2.0/jaxb1-impl.jar
    One last question.
    How do I force SQL Developer to look at TNSNames. Currently I have to enter all info for each connection manually.
    Thanks again.

  • Problem with SQL Developer (Version 1.5.4)

    Dear All,
    I have two questions as stated below while using the SQL Developer:
    1) I have installed the application to a few PCs; while others are using the system without problems, on my PC, whenever I have entered / opened a SQL scripts on my SQL Loader, I cannot move my cursors within the script area and I could not utilizing the Backspace or my keyboard to modify my script. I have uninstalled and reinstalled a few times but the outcome is the same. Anyone has experienced this before? Any solutions?
    2) Apparently, whenever we have run a script with results of more than 5000 records, there would be an error message telling the limitation. How could we overcome this? What are the settings needed?
    Thank you in advance on all the helps given.
    Thank you.
    Best regards,
    Stephan

    1. opened a SQL scripts on my SQL Loader ? That's not an editor. If you meant SQL Developer, try Preferences - Accelerators - Presets - Default.
    2. Preferences - Database - Worksheet - Max rows to print in a script.
    Regards,
    K.

  • Encoding problem in sql developer

    I have problems with encoding when use timesten database with DatabaseCharacterSet=AL32UTF8. If I use DatabaseCharacterSet=US7ASCII all ok.
    I don't have this problem if connect to timesten using ttisql.
    Server - TimesTen Release 11.2.1.4.0 (64 bit Linux/x86_64) (tt1121:53388) 2009-11-19T19:20:36Z
    Client - TimesTen Release 11.2.1.4.0 (64 bit Linux/x86_64) (tt1121:53388) 2009-11-19T19:20:36Z on Windows XP
    SqlDeveloper - Oracle SQL Developer 2.1.0.63 Build MAIN-63.73
    !http://digilo.com/images/work/sqldeveloper_ecncoding.PNG!

    I can't reproduce this going from SQL Developer on XP with TT 11.2.1.4 32bit installed, to TT 11.2.1.4 32bit on Linux x8664. Can you paste in your DSN settings on the server side and also check the ConnectionCharacterSet setting in the Oracle TimesTen Client DSN Setup (accessed via ODBC Data Source Administrator). Mine is blank. AFAIK SQL Developer should just use AL32UTF8 only as its ConnectionCharacterSet for TT.

  • Problem with SQL Developer

    Dear All,
    I have two questions as stated below while using the SQL Developer:
    1) I have installed the application to a few PCs; while others are using the system without problems, on my PC, whenever I have entered / opened a SQL scripts on my SQL Loader, I cannot move my cursors within the script area and I could not utilizing the Backspace or my keyboard to modify my script. I have uninstalled and reinstalled a few times but the outcome is the same. Anyone has experienced this before? Any solutions?
    2) Apparently, whenever we have run a script with results of more than 5000 records, there would be an error message telling the limitation. How could we overcome this? What are the settings needed?
    Thank you in advance on all the helps given.
    Thank you.
    Best regards,
    Stephan

    There's a specific [SQL Developer Forum|http://forums.oracle.com/forums/forum.jspa?forumID=260] where they're probably more knowledgeable of that tool, or readily available to give you an adequade response, if you don't mind reposting there.

  • Problem connecting SQL Developer 1.5.1 with Subversion 1.5 (win XP)

    Hi I'm trying to connect the latest version of SQL Developer 1.5.1 to an svn version 1.5 repository.
    I'm on a win XP machine. (svn is on Linux red hat)
    The error I see is;
    Testing read access for repository svn://<xxxxxxxxxxx>/var/svn...
    svn: Malformed network data
    svn: Malformed network data
    Access refused.
    I'm able to connect to other (older versions of svn) repositories.
    I notice that SQL Developer uses SVNkit 1.1.6. and I have a feeling that this is not compatible with svn 1.5
    Has anyone encountered this problem or has anyone successfully connected SQL DEV 1.5.1 to SVN 1.5?
    Regards,
    Patrick
    note: the svn repository is a source code repository. (.java .class and .sql files.)
    there is no DB data there, and no DB schema. (other than in the .sql files)
    I'm saying this because I'm not an SQL specialist, (and even then, I'm mainly mysql!) and I seem to get the impression that source control to SQL guys might mean something slightly different. i.e. versioning a DB rather than the source code that creates a DB. If I'm wrong about this, apologies! ;)
    Message was edited by:
    user651051

    note: the svn repository is a source code repository. (.java .class and .sql files.)
    there is no DB data there, and no DB schema. (other than in the .sql files)
    I'm saying this because I'm not an SQL specialist, (and even then, I'm mainly mysql!) and I seem to get the impression that source control to SQL guys might mean something slightly different. i.e. versioning a DB rather than the source code that creates a DB. If I'm wrong about this, apologies! ;)There are arguments both ways, but the current implementation in SQLDeveloper only supports version control on source files. IMO there needs to be a link between the vc repository, the source file you are working on and the object it creates in the database.
    As it stands, you can edit and compile a procedure in the database, but if you don't remember to extract it back to its source file, you end up with a mismatch. Similarly, if you edit the source file and forget to run it into the database you end up with a mismatch.

  • Problem upgrading SQL Developer

    OS : Windows XP
    SQL Developer Version : 1.0.0.11.84 Build MAIN-11.84
    I click Help -> Check for Update -> Click Next -> Click Next
    I see three updates available. I check all of them and click Finish. The versions that I see are 10.1.3.1215
    When I come back to updates. I see them again.
    These updates never go and they do not upgrade my tool version at all.
    Another problem was, when I upgraded my tool last time, all my connection disappeared. I imported them again, and closed SQL Developer. I lost all the connection again. So I Imported them and clicked on File -> Save All. This saved all my connections.
    -Nags

    See these posts:
    Same SQLDev updates show up repeatedly after updating
    Automatic version update - some problems
    From what you say, it sounds like you are properly on v1215.

  • Problem starting SQL Developer

    Hi,
    i have a little bit confusing problem on a Virtual Machine.
    I have a Windows Server 2003 R2 SP2 (32-bit) as a Virtual Machine. On this machine i have two different versions of the SQL Developer:
    - SQL Developer 1.0.0.15.57
    - SQL Developer 2.1.
    When i try to start the sqldeveloper.exe for SQL Developer 2.1.1.64.39 i get the following error message:
    Windows cannot access the specified device, path or file. You may not have the appropriate permission to access the item.
    The funny thing is, when i start the SQL Developer 1.0.0.15.57 everything works fine.
    Which permission need to be set that i can start the SQL Developer 2.1.1.64.39 or do anyone have other solutions for this problem?
    Any help would be appreciated.
    Many thanks in advance.
    Greetings.
    Edited by: user8950278 on 07.07.2010 09:46

    First, try to run once as Administrator, this might create necessary associations.
    If that didn't work, I'd say it might be related to the settings, which are now stored under the (hidden) Application Data of your Windows profile. See that you have permissions there.
    You can also run from \sqldeveloper\bin\sqldeveloper.exe, to see if you get any exceptions or more info in the opened console.
    Hope that helps,
    K.

Maybe you are looking for