Not able to show tables/views to the SQL Developer

I am a new user of SQL Developer with a new facility. When, in the nav of connections window, I see my db name and a list of items below - tables, views, indexes, etc. Problem is that when I click on "tables", for example, it does not show me a list of tables, even if she acts like he is looking for them. Also, when I use the "Search the database object" function on the Connections tab, nothing is returned, even though I know that I'm looking for a table that exists.

I thought that perhaps it was not conclusive tnsnames, so I put its location in preferences/base data/advanced.

I'm sure its something simple...?

Thank you very much

EWB

Is the user, the owner of the tables? If not look under the node other users.

Hope that helps,
K.

Tags: Database

Similar Questions

  • someone is using my email address to send emais. I tried to reset my password but I am not able to. He says that the answer to my secret question does not.

    someone is using my email address to send emais. I tried to reset my password but I am not able to. He says that the answer to my secret question does not. I know I'm getting the correct ansewer. Help, please.

    Hi, Catherine.

    You'd better post in the Windows Live Solution Center-Hotmail like that is dedicated to Windows Live Hotmail.

    If you have not implemented alternative methods to check your Hotmail credentials, I suggest do it after your account is returned.  For more information, see Security Hotmail to protect and recover your account .

    Good luck!

  • Not able to install updates to get the message: 'updates were not able to configure correctly, returning from changes'...

    Original title: I have Vista with Service Pack 2, but were unable to come down and configure updates since 07/12/11. Need help, thank you.

    Do not get the error codes. Just when I reboot, I get the message "updates were not able to configure correctly, returning from the changes".

    Hello

     
    You are able to start in safe mode, then you can perform the clean boot in safe mode and then try to boot into normal mode.
    Put your boot system helps determine if third-party applications or startup items are causing the problem.
     
    See the following article in the Microsoft KB for more information on how to solve a problem by performing a clean boot in Windows Vista or Windows 7:
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.
    If you are able to boot to the desktop after you perform a clean boot Windows check updates history of inforamtion on the updates failed.
    Reference:
     
     
     
     
  • Tried everything: 1 address, but not able to connect via HTTPS to the server:

    Hello

    I am trying to connect to the third of the OSB business service web service.

    objective WS is protected with SHA1 base 64 encoded password.

    I am able to connect to the service target of SOAP UI. I am also able to Telnet to my server for dev to the URL of the WS.

    But when connecting from OSB BS I'm tried them all: 1 address, but not able to connect via HTTPS to the server: error.

    Can you please help me solve the problem.

    I tried different policies, but still does not work.

    Kind regards.

    Problem solved. We need to use the proxy server.

  • I have a copy of photoshop cs2 (version 9) and I am not able to record by phone or the Internet.  Is there a number I can contact for this?

    I have a copy of photoshop 9 and I am not able to record by phone or the Internet.  Is there a number I can contact for this?

    CS2 disabling servers have been arrested, but a version of the program is available for users like you

    Read and follow the directions here:

    you will need to download the new cs2 version and used the serial number provided.

    Error: "Activation Server is not available. CS2, Acrobat 7, pass a hearing 3

  • All of a sudden I am not able to take an item from the source in Premiere Pro in the timeline, I sort

    All of a sudden, I'm not able to take a clip from the source in first Pro CC in the timeline, I tried the Insert button and.  and drag-and-drop, but nothing

    Thanks in advance for your help

    In fact, it was something very simple and I forgot, I just need to create a new sequence to the sequence of pulldown-> new sequence or right click on the video and find the new clip sequence

    Thank you for the help

  • Table of misinterpretation of the SQL Developer Reference

    I use SQL Developer with Oracle 11 g DBMS 2.1.1.64.
    I've noticed recently that even if the DBMS allows you to create a table and a function with the same name, if I try to type a variable % TYPE by using the table, that I have just mentioned, there is a compilation error. For example, there are cancel_tag_range and cancel_tag_range of the table function. Then I do this variable declaration:
    v_current_tag cancel_tag_range.start_tag%TYPE;
    that translates into error "PLS-00225: reference of the subprogram or cursor 'CANCEL_TAG_RANGE' is out of range."
    that is, SQL Developer interprets as a reference to the function, not the table.
    It seems to me that the SQL Developer should know how to handle this. After all, the DBMS let me name 2 objects the same - which I think should be a problem because they are different object types - one is an array and the other a function. In addition, the context of the statement should specify that the table is referenced.
    Why does this happen? And there at - there no way to get around this other than rename one of these objects? Thank you.

    SQLDeveloper use the PL/SQL compiler in the DBMS so the error comes from the DBMS. You'll have to rename it, I suspect.

  • Cannot query the SQL Developer apex_application_files

    Request Express 4.2.5

    SQL workshop

    I use a function table to analyze several files, delimited by tabs, that I downloaded and saved on the apex_application_files.  The strange thing is that when I run the following query in the SQL workshop and the schema that owns the function table, then it returns the correct results.  However, when I try to do the same on the SQL Developer as the user who owns the table function it returns no result.  A short, generic version of the base query is:

    SELECT * from apex_application_files

    Is there some kind of definition I need to put in SQL Developer, that tempt me to appear as a certain user APEX, so that I can get results when I run the above query?

    I was able to get the data I need questioning wwv_flow_file_objects$ of in SQL Developer.

  • 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.

  • How to create insert statements in the SQL Developer client

    Hi all

    A toad, we can create instructions for insertion of data in the table by clicking with the right button on the table and selecting create insert Stmts. But I am new customer SQL Developer. Could you please let me know how to do that in SQL Developer. I would be grateful if someone posts a link to the manual of the SQL Developer (how to use SQL Developer).

    Thank you.
    SQL> create table staging(x int, y varchar2(3));
    
    Table created.
    
    SQL> create table base(x int, y varchar2(3));
    
    Table created.
    
    SQL>
    SQL> insert into staging values(1,'ABC');
    
    1 row created.
    
    SQL> insert into staging values (2,'DEF');
    
    1 row created.
    
    SQL> commit;
    
    Commit complete.
    
    SQL> select * from staging;
    
             X Y
    ---------- ---
             1 ABC
             2 DEF
    
    SQL> select * from base;
    
    no rows selected
    
    SQL>
    SQL> insert into base
      2  select * from staging;
    
    2 rows created.
    
    SQL> commit;
    
    Commit complete.
    
    SQL> truncate table staging;
    
    Table truncated.
    
    SQL>
    SQL> select * from staging;
    
    no rows selected
    
    SQL> select * from base;
    
             X Y
    ---------- ---
             1 ABC
             2 DEF
    
    SQL>
    SQL> exit
    
  • Bug in the SQL Developer report where?

    Where can I report a bug in the SQL Developer? It is possible at all?

    I use Ubuntu 14.04 (32 or 64 bit) with Oracle VM 1.7.55 and get a SIGSEGV vm.

    Thank you

    Diogo Sant

    If you have database support through MyOracleSupport, you can report a bug there.

    If this isn't the case, then this is the place, although nothing is guaranteed.

  • Despite the AIR3.0 and FlashPlayer 10.1 installed on the android emulator, not able to show a SWF

    (a) I tried to display a SWF file in a file HTML using WebView. I see a message asking to get Flash Player. Somehow, the emulator is not able to find the Flash Player is installed in the emulator.

    BTW I use Android 2.3 SDK

    (b) I create a mobile app with Flex 4.5.1 and installed the apk for android. The application has a view that shows the SWF in a local HTM file using StageWebView. I was able to test the application using Flex emulator.

    But in the android emulator, when I get to the view that shows the local HTML file - it asks Flash Player must be installed.

    All the tracks?

    It seems Flash player does not have the Android emulator. We can only test on real devices

    Found in this link

    http://groups.Google.com/group/Android-developers/browse_thread/thread/ad607b175e881df5

  • The reference to the table, view, or the sequence is not allowed in this context

    Hello

    I am triying to run the SP that I describe below and the OS gives me an error:
    CREATE OR REPLACE PROCEDURE DWARE.P_CSCV_AGR_MONTH_REVENUE
    (
        TBL_NAME VARCHAR2,
        START_DATE DATE,
        RESULT_ OUT NUMBER
      ) AS
      BEGIN
      
      DECLARE 
      
        v_tbl_name VARCHAR2(30);
        v_start_date DATE;
        v_result NUMBER := 0;
        
        v_select_aux VARCHAR2(32767) := ' ';
        v_temp_table VARCHAR2(30);
        v_exists NUMBER;
    
      BEGIN
        v_tbl_name := TBL_NAME;
        v_start_date := START_DATE;
      
        v_temp_table := 'temp_' || v_tbl_name;
        
        SELECT count(*) INTO v_exists FROM tab WHERE lower(tname) = lower(v_temp_table);
        IF (v_exists = 1) THEN
          v_select_aux := '
            DROP TABLE ' || v_temp_table || ' CASCADE CONSTRAINTS PURGE
          ';
          EXECUTE IMMEDIATE (v_select_aux);
          COMMIT;
        END IF;
        
        v_select_aux := 'CREATE TABLE ' || v_temp_table || ' AS 
                                  SELECT ch.date_ month_revenue,
                                       s.date_sub month_sub,
                                       s.codpromoter,
                                       u.OPERATOR,
                                       SUM (ch.total) AS TOTAL_OK
                                       FROM cscv_sub_charges_' || to_char(v_start_date, 'YYYY_MM')|| ' ch
                                       INNER JOIN cscv_subs s
                                       ON ch.id_sub = s.ID
                                       INNER JOIN cscv_users u
                                       ON s.id_user    = u.ID
                                WHERE ch.STATUS = 0
                                GROUP BY ch.date_, s.date_sub, s.codpromoter, u.OPERATOR';
                                
        EXECUTE IMMEDIATE (v_select_aux);
        COMMIT;  
         v_select_aux := '
     INSERT INTO ' || v_tbl_name || ' (
             month_revenue,
             month_sub,
             codpromoter,
             operator,
             TOTAL_0,
             TOTAL_1,
             TOTAL_2,
             TOTAL_3,
             TOTAL_4,
             TOTAL_5,
             TOTAL_6,
             TOTAL_7,
             TOTAL_8,
             TOTAL_9,
             TOTAL_10,
             TOTAL_11
          )
            SELECT 
             month_revenue,
             month_sub,
             codpromoter,
             operator,
             TOTAL_0,
             TOTAL_1,
             TOTAL_2,
             TOTAL_3,
             TOTAL_4,
             TOTAL_5,
             TOTAL_6,
             TOTAL_7,
             TOTAL_8,
             TOTAL_9,
             TOTAL_10,
             TOTAL_11
            FROM 
            (
               SELECT 
                  month_revenue,
                  month_sub,
                  codpromoter,
                  operator,
                  sum(total_ok) total_0,
                  0 total_1,
                  0 total_2,
                  0 total_3,
                  0 total_4,
                  0 total_5,
                  0 total_6,
                  0 total_7,
                  0 total_8,
                  0 total_9,
                  0 total_10,
                  0 total_11
                 FROM '|| v_temp_table ||'
              WHERE to_char(month_sub,''mm/yyyy'') = to_char(sysdate,''mm/yyyy'')
              GROUP BY month_revenue,month_sub,codpromoter, operator
              UNION ALL
              SELECT 
                  month_revenue,
                  month_sub,
                  codpromoter,
                  operator,
                  0,
                  sum(total_ok),
                  0,
                  0,
                  0,
                  0,
                  0,
                  0,
                  0,
                  0,
                  0,
                  0
                 FROM '|| v_temp_table ||'
              WHERE to_char(month_sub,''mm/yyyy'') = to_char((to_date(sysdate,''dd/mm/yy'') - INTERVAL ''1'' MONTH),''mm/yyyy'')
              GROUP BY month_revenue,month_sub,codpromoter, operator
              ) 
            GROUP BY month_revenue,
             month_sub,
             codpromoter,
             operator
               ';    
        
        EXECUTE IMMEDIATE (v_select_aux);
        v_result := v_result + SQL%ROWCOUNT;
        COMMIT;
        
        v_select_aux := '
          DROP TABLE ' || v_temp_table || ' CASCADE CONSTRAINTS PURGE
        ';
        EXECUTE IMMEDIATE (v_select_aux);
        COMMIT;
        
        RESULT_ := v_result;
      END;
      END P_CSCV_AGR_MONTH_REVENUE;
    /
    ------------------------------
    BEGIN
    DWARE.P_CSCV_AGR_MONTH_REVENUE(CSCV_AGR_MONTH_REVENUE,'01/01/2010');
    END;
    /
    and the output is:
    Error at line 1
    ORA-06550: líne 2, column 32:
    PLS-00357: The reference to the table, view or sequence 'CSCV_AGR_MONTH_REVENUE'  is not allowed in this context
    ORA-06550: líne 2, column 1:
    PL/SQL: Statement ignored
    What could I do to fix the problem?

    Thanks in advance...

    Hello

    Signature of the procedure is

    CREATE OR REPLACE PROCEDURE DWARE.P_CSCV_AGR_MONTH_REVENUE
    (
    TBL_NAME VARCHAR2,
    START_DATE DATE,
    RESULT_ OUT NUMBER
    ) 
    

    either he's expecting two input parameters, tbl_name in VARCHAR2 and the other START_DATE date format format. Also you need a variable with the number data type to store the value of the PARAMETER RESULT_

    Now, look at the way you call this procedure

     BEGIN
    DWARE.P_CSCV_AGR_MONTH_REVENUE(CSCV_AGR_MONTH_REVENUE,'01/01/2010');
    END;
    /
    

    first parameter must be a VARCHAR2, so place CSCV_AGR_MONTH_REVENUE in single quotes.
    second parameter must be a date, so use to_date() function.
    Finally declare a variable with the data type of number to maintain the value of the parameter RESULT_

    Something like this:

    declare
    t_num number;
    begin
    a('CSCV_AGR_MONTH_REVENUE',to_date('01/01/2010','MM/DD/YYYY'),t_num);
    dbms_output.put_line(t_num);
    end;
    

    Vivek L

  • Not able to find new updates error the site has encountered a problem and cannot display the page you are trying to view

    Original title: get errors on Windows Update after installation of W2K3 SP1 (Web Edition)

    When I try to use the Windows Update site, it gives the following error:

    "The website has encountered a problem and cannot display the page you are trying to view. The options provided below may help you solve the problem. "

    It is immediately after installing W2K3 Server Web Edition SP1 (it was the last version that I could find on MSDN Web publishing)

    This version is still supported by WU?  Pointers to get this working would be appreciated.

    -Thanks!

    Hello

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will provide the support you want.

    Hope this information is useful.

  • Not able to sort table

    Hello

    What are the possible reasons that the column of table 1 d is not able to sort accordingly?

    Exactly! But now you show by mistake the unsorted table...

Maybe you are looking for