What Sql Developer 'sensitive' items?

Hello
in the company I work in Pl/Sql Developer-I use to develop in pl - sql (this is the product of http://www.allroundautomations.com/plsqldev.html Allround Automations), as to what we work on Oracle. 8.1.7.
Recently, I tried to install on my Oracle's Sql developer PC to. 1.1.2 which seems to work well (the latest versions are for Oracle 9->)
I noticed that, talk to the product that I use, with Sql Developer so I write a statement such as:

Select a.field1, a.field2
FROM MaTable a
where a.

After a. tool does this for me the list of the columns in mytable and it would be very useful.
Is this due to the fact that is not a possibility of Sql Developer or I need to do something in preferences or worms. 1.1.2 does not support this feature?

Thank you!

Published by: Mark1970 on February 17, 2010 5.29

I think that it is better to use a tool for my professional competence, is not it?

Not necessarily. Toad, PLSQL Developer and others are mature tools for working with DBs Oracle SQL Developer still has many bugs, even in version 2.1, and you should know what you can do and where not to trust him, for example, the missing lines when exporting large data sets.

Concerning
Marcus

P.S.: I have installed on my PC to Toad but use SQL Developer almost exclusively. But I'm first adopters, tested all versions and I think I know when does not trust Developer SQL and use instead of other tools.

Tags: Database

Similar Questions

  • Export function in SQL Developer

    Hi guys,.

    I wonder what SQL Developer Library now uses for the export to excel function. What's the jxl.jar, please?

    Thank you.

    I'm sure that Apache POI is used - check sqldeveloper/lib in your installation folder, there are three libraries named poi-* .jar.

  • What is the latest version of SQL Developer?

    Hi all

    What is the latest version of SQL Developer?

    Also let me know is free or licensed?

    It can be downloaded for free from the link below.

    Oracle SQL Developer downloads

  • What is "Domain" of the same designer in SQL Developer?

    Developer SQL noob here... I see 'Types' in the list of nodes under my db in the "Connections" pane What is the equivalent?

    Areas do not really live in the database. But allows you to define the data types for your columns/attributes of your data fields models. If you who push to a database, it goes to the database, but not as a field.

    Models in the connection tree are User Defined Types. Someone in the database created a custom, type of data that they can use in their paintings.

    Long story short, 'no.'

    But

    You can import your designer models in Oracle SQL Developer Data Modeler and your domains should come.

  • How can I find out what is the cause of this error in SQL Developer Data Modeler

    Friends,

    I am trying to import features in SQL Developer Oracle Designer 10.1.2.3 Data Modeler.

    If you need perform the following steps to import:

    Template file-> Import-> Oracle Designer-> select connection to the base-> select work area-> select System application-> select an entity-> click Finish-> begins to import


    During the import process, I see an alert with the message dialog box:
    There are errors in import - check Log file 
    Clicking Ok dismisses the alert box, and I see the following summary screen:
    Oracle SQL Developer Data Modeler Version: 2.0.0 Build: 584
    Oracle SQL Developer Data Modeler Import Log
    Date and Time: 2010-08-09 14:27:26
    Design Name: erdtest
    RDBMS: Oracle Database 10g
    
              All Statements:           32
              Imported Statements:      32
              Failed Statements:           0
              Not Recognized Statements:      0
    The entity appear in the logical view in SQL Developer Data Modeler.

    While they were inspecting the log file, I see the following entry:
    2010-08-09 13:50:34,025 [Thread-11] ERROR ODExtractionHandler - Error during import from Designer Repository 
    
    java.lang.NullPointerException
         at oracle.dbtools.crest.imports.oracledesigner.logical.ODORelation.createArcs(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.logical.ODORelation.generate(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.ODExtractionHandler.generateDesign(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.ODExtractionController$Runner.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:619)
    Anyone can shed light on this error?

    Thanks in advance for any help you may be able to provide.

    We have identified that objects recovered and on the branches are not considered by the Data Modeler. This bug has been connected (#10022016) and is being implemented.

    What

  • Display of items on the left side of the SQL Developer.

    We have problems with the display of the objects on the left side of the SQL Developer. I think it has to do with the permission issues. I have a proxy account, but I also have a read-only account. Now, I can query tables on the worksheet, but I can't see the objects on the left side as I can with my proxy account.

    Is there a default value that I need to activate or disable?

    Help, please

    Thank you

    Then this is the answer to your question: you do not have the select privileges on sys.external_tab$ (exceptionally the table may not exist).

    Kind regards
    K.

  • Bug in SQL Developer 4.0.2.15.21 or incompatibility with JDev 12.1.2 Extension SDK

    Submenus and submenu items added to a context menu NOT displayed in sql developer, but appear in JDev.

    Individual, added to a context menu items work correctly but submenus are not.

    1 Sql Dev 4.0.2.15.21 is based on the JDev 12.1.3 framework which is NOT yet publicly released

    2. the below example (based on JDev Extension SDK FirstSample) displays the contextual and submenu menu items and submenuitems correctly

    3. the same example in Sql Dev does NOT contain the submenu and submenu items. Is this a bug or an incompatibility between the frames?

    The starting point was the FirstSample of the latest version of the Extension SDK. I confirmed this example worked in JDev 12.1.2.0.l0 and Sql Dev 4.0.2.15.21

    It's what you see, correctly, in JDev

    Connection

    Tables

    DEPT

    ESDK sample Action

    Custom element 1

    Custom element 2

    CustomSubMenu

    Custom submenu item1

    Custom submenu Item2

    The submenu and items are NOT displayed in Sql Dev

    Connection

    Tables

    DEPT

    ESDK sample Action

    Custom element 1

    Custom element 2

    The following changes to the 'extension.xml' file for the sample in order to display the menu items popup extra on a node 'TABLE' of the browser database:

    1 removed the menu items and the main gallery

    2. Add a section 'rules '.

    "<-hooks of relaxation xmlns ="http://xmlns.oracle.com/ide/extension">."

    < rules >

    < rule id = "framework-a-object-node" type = "framework-a-node" >

    < Parameters >

    < param name = "node-class" value = "oracle.dbtools.raptor.navigator.impl.ObjectNode" / > "

    < / Parameter >

    < / rule >

    < / rules >

    3 added four other 'actions '.

    < Code action = "CustomItem1" >
    Properties of <>
    < property name = "Name" > Custom Item 1 < / property >
    < property name = 'SmallIcon' >$ {OracleIcons.LABEL} < / property >
    < / properties >
    < / action >
    < Code action = "CustomItem2" >
    Properties of <>


    < property name = "Name" > Custom Item 2 < / property >
    < property name = 'SmallIcon' >$ {OracleIcons.LABEL} < / property >
    < / properties >
    < / action >

    < Code action = "CustomSubmenuItem1" >
    Properties of <>
    < property name = "Name" > Custom submenu Item1 < / property >
    < property name = 'SmallIcon' >$ {OracleIcons.LABEL} < / property >
    < / properties >
    < / action >
    < Code action = "CustomSubmenuItem2" >
    Properties of <>
    < property name = "Name" > Custom submenu Item2 < / property >
    < property name = 'SmallIcon' >$ {OracleIcons.LABEL} < / property >
    < / properties >
    < / action >

    4. changes to the section "context-menu-hook".

    a. change the "site" to display ONLY on the DB browser tree

    b. change the rule of the "always active" to the new rules would be affected "-a-object-context node ' so one database object context menus

    c. added two menu items

    d. has added a new item 'menu', section and two submenu items - they don't displaly on Sql Dev but NOT appear in JDev

    < context-menu-hook rule 'framework-a-object-node' = >

    < site idref = "db_nav" / >

    < menu >

    "< section xmlns ="http://jcp.org/jsr/198/extension-manifest"id ="MY_CUSTOM_MENU_SECTION_ONE"weight ="1.0">"

    < point action-ref = "oracle.ide.extsamples.first.invokeAction" > < / item >

    < point action-ref = "CustomItem1" > < / item >

    < point action-ref = "CustomItem2" > < / item >

    < menu id = "CustomSubMenu" >

    "< section xmlns ="http://jcp.org/jsr/198/extension-manifest"id ="MY_CUSTOM_MENU_SECTION_THREE"weight ="1.0">"

    < point action-ref = "CustomSubmenuItem1" > < / item >

    < point action-ref = "CustomSubmenuItem2" > < / item >

    < / section >

    < / menu >

    < / section >

    < / menu >

    < / context-menu-crochet >

    The JDev version I have is the 12.1.2 framework but Sql Dev, I was informed by the dev team Sql uses the 12.1.3 framework that is NOT yet accessible to the public.

    I do not know which of the three assumptions (or others) could be correct:

    1. something broken in the new 12.1.3 framework that works in the 12.1.2 framework

    2. the rules of XSD schema changed to specify submenus

    3. something broken or changed in the port of Sql Dev/use of the framework

    I hope that you will have the answer you are looking for on the side of the House JDeveloper.  From the point of view of pure Java, however, I tend to fall back on the generalization that the byte code and JVM, any extension you are building from Java source - whether you use a 32-bit JDK or 64 bits - can be run on a virtual machine JAVA 32 bit or 64 bit.  It should not matter: the building where you can then deploy anywhere.

  • Subversion integration wit jdeveloper and sql developer failure

    Hello guys!

    I'm really tired of trying to make this work, finally, I ask you for help. I implement subversion and I can't use jdev and sqldev integration. No matter what I try, the menus of the version control menu items are never released. I can application version in my subversion repository perfectly connected, can create new folders in any repository (I can also create repositories the of in j and sql developer and work with them), can perform a checkout complete BUT, when the application withdraws and reappears in the browser of the application there is not overlap of icons for files , or review or any what version submenu when you right-click. I really tested almost all combinations of versions, I was hoping that the new versions of the developers would have been useful in fact, but they do not have.

    I have a fresh install of jdeveloper 11.1.1.2.0, a new downloaded and unpacked developer sql 2.1 and a new installation of subversion 1.6.2 (Setup-Subversion - 1.6.2.msi of the Tiger, I tried this version in the end just because the SVNkit 1.3.0, that works with this version) and it does not work. I'm really lost now, so I understand that the best approach would be me following a procedure well known and well tested for details see WTH am I'm doing wrong. Unless someone identify my problem and can offer me a solution, that would be nice but I was not to exhaustively search with no luck.

    I'm ready for your questions or wisdom, please do not hesitate to ask what I should have said and I thank very you much in advance!

    Oh my. SVN_ASP_DOT_NET_HACK is a horrible hack used when using Tortoise SVN (according to me, it has been used to get around some nonsense with Visual Studio). Unset this environment variable! [url http://blog.dotsmart.net/2008/02/19/moving-on-from-svn_asp_dot_net_hack/] This can help. You should be able to use the recent plu VisualSVN server and with 11.1.1.2 (assume you meant 11 and not 10); I tested it, and that's fine.

    John

  • How to add data to the table changed in sql developer at Apex and vice versa

    Hello

    I had tables of database with sql developer. But now, I have modified the database (new tables added + changed the data in the tables). However, in the Apex, I the old database. Is it possible to get the new Apex database with the data of the table changed so this database in both places (sql and apex developer) is exactly the same... Also the other way around.

    Thank you

    The database schema that contains the tables, is it associated with the workspace even you are searching through the APEX product t development?  Why I'm asking is, if they are the same schema, the tables that you MODIFIED should be appear in the sql for APEX workshop part.  Now reports and forms will NOT see the changes (unless you have actually added or updated definitions for column).

    Can you explain what exactly you were doing the SQL Developer to the tables in your schema?

    Thank you

    Tony Miller
    Los Alamos, NM

  • Order that SQL Developer Modeler generates objects in DDL download

    Little annoying question... When I have an existing data model that includes all of my table definitions and ALSO my package definitions, I try to make a DDL download and load it into an instance of Oracle 11g and get an error on a procedure declaration does not have a column type.

    What I see is when I open the prepared ddl script, the package is created until the table is under construction.  Is it possible I can tell SQL Developer Data Modeler to build like objects together (table, then sequences and then triggers and packages and procedures/functions?

    SQL Developer Data model version 4.1.3 Oracle database 11g r2...

    Thank you

    Tony Miller
    Los Alamos, NM

    Hi Tony,.

    Data Modeler generates at the beginning of the Package definitions in the DDL file, so that they appear before the objects such as Tables, views, and triggers that may refer to them.

    And the Package body are generated at the end, so that they can refer to Tables and views.

    Unfortunately there is no option to change the sequence of generation.

    In general, the Data Modeler takes dependencies between objects into account to generate the DDL file objects in a proper order.

    However, it does not detect the dependencies TYPE %.  I connected an enhancement request to add to its dependency checking (22581821).

    Kind regards

    David

  • Partitions don't synchronize only not - Oracle SQL Developer 4.1.3.20

    Hello

    First of all, thanks a lot for developers for this great tool.

    I use the Data Modeler which comes with Oracle SQL Developer 4.1.3.20.

    In the 12 c database, I created the following table:

    CREATE

    TABLE MMOURA. TEST_TABLE

    (

    NUMBER OF ID_TEST_TABLE (10) NOT NULL

    DATE_TEST_TABLE DATE NOT NULL

    )

    ORGANIZATION HEAP PCTFREE 10

    LOGGING NOCOMPRESS NO INMEMORY

    NOCACHE NOPARALLEL NOROWDEPENDENCIES DISABLE THE MOVEMENT OF THE LINE;

    I import with Data Modeler and add the partition:

    CREATE

    TABLE MMOURA. TEST_TABLE

    (

    NUMBER OF ID_TEST_TABLE (10) NOT NULL

    DATE_TEST_TABLE DATE NOT NULL

    )

    ORGANIZATION HEAP PCTFREE 10 TABLESPACE SYSTEM NOT LOGGING NOCOMPRESS NO INMEMORY RANGE PARTITION

    (

    DATE_TEST_TABLE

    )

    INTERVAL OF

    (

    NUMTOYMINTERVAL (1, 'MONTH')

    )

    (

    PARTITION P_BEFORE_2010 VALUES LESS THAN (TO_DATE (JANUARY 1, 2010 ',' DD/MM/YYYY "")) NOCOMPRESS

    )

    NOCACHE NOPARALLEL NOROWDEPENDENCIES DISABLE THE MOVEMENT OF THE LINE;

    So I can create a partition and generates the correct code.

    I click on "Synchronize data dictionary with model" and see the differences with the model and the database.

    In the models 'compare', 'Physical Details' is red. 'Partition' is red, "Selected" are marked, "Source table: TEST_TABLE ' is YES and" target Table: TEST_TABLE "is no.

    "Partitioning" is marked, and I can see the new partition "P_BEFORE_2010."

    teste_partition_chamado_oracle.png

    But when I click on 'Overview of DOF', theres no changes:

    -Generated by Oracle SQL Developer Data Modeler 4.1.3.901

    -in: 2016-01-14 14:19:50 BRST

    -site: database Oracle 12 c

    -type: Oracle Database 12 c

    -Oracle SQL Developer Data Model Summary Report:

    --

    -CREATE TABLE 0

    -CREATION OF INDEX 0

    ...

    ...

    In the tool preferences, model, synchronization, it is marked:

    FUNCTION

    PACKAGE

    PROCEDURE

    ROLE

    SEQUENCE

    SYNONYM

    TABLESPACE

    In "Import Options", it is marked:

    Partitions

    Triggered

    What I am doing wrong? Is this some sort of bug?

    Hi Marcio,

    I'm afraid that data Modeler does not "DOF Preview" statements for changes in the distribution.

    Kind regards

    David

  • Unable to connect the SQL Developer PDB

    Hello

    I am unable to connect to my pdb1 for SQL Developer.

    Oracle@Solaris:~$ lsnrctl status

    LSNRCTL for Solaris: Version 12.1.0.2.0 - Production on 4 January 2016 13:50:37

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

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

    STATUS of the LISTENER

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

    Alias LISTENER

    For Solaris TNSLSNR version: Version 12.1.0.2.0 - Production

    Start date 4 January 2016 10:57:08

    Uptime 0 days 2 h 53 min 29 s

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/12.1.0/grid/network/admin/listener.ora file

    The listener log file /U01/app/grid/diag/tnslsnr/Solaris/listener/alert/log.XML

    Summary of endpoints listening...

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

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

    Summary of services...

    Service '+ ASM' a 1 instance (s).

    Instance '+ ASM' READY State, has 1 operation for this service...

    Service 'cdb01' has 1 instance (s).

    'Cdb01' instance, State LOAN, has 1 operation for this service...

    Service 'cdb01XDB' has 1 instance (s).

    'Cdb01' instance, State LOAN, has 1 operation for this service...

    Service "Pdb1" has 1 instance (s).

    'Cdb01' instance, State LOAN, has 1 operation for this service...

    The command completed successfully

    Oracle@Solaris:~$

    SQL Developer:

    Status: Failure-Test failed: listener refused the connection with the following error:

    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    Type of connection is that fundamental role is SYSDBA

    But I can connect to my CBD01 of SQL Developer.

    //

    Thank you

    Christophe

    SQL Developer:

    Status: Failure-Test failed: listener refused the connection with the following error:

    ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    As another reviewer said Oracle 12 c requires SERVICE_NAME and no SID to connect to the PDB files.

    http://www.Oracle.com/technetwork/articles/database/multitenant-part1-PDBs-2193987.html

    What is a database of the container

    So, what is the big advantage in this configuration, you may ask? Couldn't we have just created several ordinary vanilla instead of several PDB databases? Yes, we could have; but each of these 'plain vanilla' databases would have then his own load of instance (process and memory). PDB do not have an instance associated with them, eliminating this overload. Let's look at the installer with an example. Suppose you have a CBD (database container - the real database that hosts the other PDB files) called CONA, who has a calledPDB1 of the PDB. If you check the Oracle instance, you will see that there is one - that of the CBD. First, let's check the ORACLE_SID:

    [oracle@prosrv1 ~]$ echo $ORACLE_SID CONA
    

    That's all. There is only a single SID; not one for each PDB. Then we will check the process, especially very important that known as 'pmon ":

    See this last sentence above? See this line in the status of listening port you have posted?

    Service "Pdb1" has 1 instance (s).

    Pdb1 has a 'service' - a SERVICE_NAME allows to connect to him and all other PDB files.

  • 12 c to Oracle &amp; SQL Developer 4.1.2 (Windows 8.1): problems of creating user

    After...

    • installing Oracle 12 c
    • decompression SQL development 4.1.2
    • by clicking on "sqldeveloper.exe".

    ... I am able to create a new connection:

    Connect.PNG

    Then, I'm supposed to create a new user. (Just FYI: it comes from an old assignment which I finally finished by using MS SQL Server.) But I'm still confused what I did wrong here...) My instructions everything first, run me the following command (as far as I can tell to create the user in the corresponding container):

    AlterSession.PNG

    Problem: After having successfully performed this command, other actions involving the connection causes the following error message:

    error.PNG

    After spending hours reinstalling Oracle and try different things (inspired by manuals and online forums) that never significantly improved situation, any kind of help are much appreciated!

    The exception is indicative that the PDB is NOT open.

    A "start" command does NOT open all of the default Database. When you first installed 12 c and created a sample DB installation process open. You likely judgment of the DB and pc - then you started the pc and the DB started automatically but then ONLY the root/CBD is started.

    You logged in as SYS to the root/CBD and together the container to the PDB but the PDB is not open.

    Multitenant has MANY differences from earlier versions and you just stumbled upon one of them. You have two options

    1. create a trigger AFTER STARTING that opens the PDB files to automatically open

    2 open the PDB manually - "ALTER PLUGGABLE DATABASE ALL OPEN;"

    I answered SEVERAL times in the multitenant forum answering the same basic issue. See for example my answers in this thread

    Re: creating new users in oracle 12 c

    Now for the advice, that no one ever seems 1) want to hear, 2) take seriously or 3) actually do.

    RTFM - with 12 multitenant c, that you will continue to have similar problems, until you read and understand the multi-tenant architecture.

    I recommend you first read chapters 17 and 18 of the doc of Concepts on the new 12 c multitenancy.

    http://docs.Oracle.com/CD/E16655_01/server.121/e17633/part_consol.htm#CHDGDBHJ

    There are 3 or 4 relevant threads in the forum shared that have chunks of that info. So if you want you can read these threads, my answers and links I provide still other threads:

    12 c: ORA-65049: creating local user or role is not permitted in the CBD$ ROOT

    Re: Configuration of an oracle connection 12 c

    Re: creating new users in oracle 12 c

  • New installation of SQL Developer 4.0.3 is not Java 1.7

    Just got a new computer and the Java is 1.7.0_85 so I will try to install the 4.0.3.16.84 SQL Developer because it says it's compatible with Java 1.7 version.  So I run the sqldeveloper/sqldeveloper.exe, and he invites me to the path of Java.  I enter the path to Java.exe (C:\Program Files\Java\jre7\bin) it fails with the error: could not find an If Java SDK installed to the path: C:\Program Files\Java\jre7\bin\.

    What Miss me?

    The message says that you need a software Java SE development kit.  It's C:\Program Files\Java\jdk1.7.0_85 in your case,.  If it (or some other recent jdk 1.7.0_xx) is not already there, you better download the 4.1.2 latest version.

    If your machine and the OS is 64-bit, you can download the zip file with JDK 8 (abbreviated to 1.8) already included instead of separately download the JDK and SQL Developer.  Otherwise, if yours is a 32 bit (probably unlikely at that time) OS, download a 32-bit jdk1.8

  • Role of the user of "SQL Developer" rESTful services

    Hello

    I am following the tutorial ""REST Data Services Installation, Configuration and Development Guide " "

    But it seems that I can't create a user with the role of "Developer SQL". I am running the below command, I specify the password. Then called the credentials file is created.

    But I can not yet connect SQL Developer using development REST with this credential.

    java-jar ords.war user test_developer "SQL Developer"


    There is no such role when I manually search for in the database. How can I create it?


    Maybe I should create a thread separate, but my second question is, why I need for RESTful to work services have both apex_al.xml and apex_rt.xml conf files?

    For what I understand, it is not necessary to have installed to use the services of APEX RESTful?

    dmdamiyo wrote:

    I am following the tutorial 'REST Data Services Installation, Configuration and Development Guide.

    But it seems that I can't create a user with the role of "Developer SQL". I am running the below command, I specify the password. Then called the credentials file is created.

    But I can not yet connect SQL Developer using development REST with this credential.

    java-jar ords.war user test_developer "SQL Developer"

    There is no such role when I manually search for in the database. How can I create it?

    As mentioned by rwendel is not an Oracle database user / role you create, but it is specific to ADR.

    You can share the link in the documentation where you follow this step?

    If you want to install ADR using Oracle SQL Developer and use the various functions of the ADR 3.0, you can watch the following for quick information on ADR 3.0 sessions:

    Maybe I should create a thread separate, but my second question is, why I need for RESTful to work services have both apex_al.xml and apex_rt.xml conf files?

    For what I understand, it is not necessary to have installed to use the services of APEX RESTful?

    Yes, Oracle APEX is not necessary for the accommodation of RESTful Web Services with ADR 3.0, it was necessary in pre ADR 3.0 versions.

    Reference:

    The 'apex_al.xml' is the configuration user DB APEX_LISTENER and 'apex_rt.xml' matches the configuration of the APEX_REST_PUBLIC_USER DB user. You don't have to configure these users (if you do not want to use Oracle APEX). These users are necessary only if you want to use the RESTful Services with Oracle APEX.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/config_file.htm#BABHAJDE

    If you do not want to use Oracle APEX, then just configure the users ORDS_PUBLIC_USER and ORDS_METADATA.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/install.htm#CHDGACJC

    Kind regards

    Kiran

Maybe you are looking for