Database objects Tables, Views, Indexes not expand in Connections navigator

In SQL Developer tool when I clicked on any database object: Tables, Views, Indexes, Packages, Procedures, Functions, and Triggers none of them expands in Connections navigator so I am not able to see all tables, Views, Indexes in this schema objects.
Please advise
Thanks a lot
Vincent

If the user you're connecting with is not the owner of the objects, you can access them through the Other Users node.
Hope that helps,
K.

Similar Messages

  • How to get the List of Database Objects (Table/View) for a given APEX Page.

    Hi,
    I have an application and that consist of pages like page1,2,3,.....
    *1.* I want a report which can give me the list of all the Pages1,2,3,....
    I am using the following query to acheive this.... THIS IS FINE..
    select a.workspace, a.owner, a.application_name, b.page_id, b.page_name
      from apex_applications a,
           apex_application_pages b
    where a.workspace = b.workspace
       and a.application_id = b.application_id*2. Now, I want for each individual page*, the list all the database objects (tables/views), which that page is using.
    I am using ALL_DEPENDENCIES , but I am not getting the result.
    So, want to know if there any view/table, where I can get the Application Pages & there database object list...
    Thanks,
    Deepak

    Hari,
    Thanks for the response.
    The view APEX_APPLICATION_PAGE_DB_ITEMS will only give me the table name related to any Page Items defined to that page..It will not give me all the database objects..
    suppose we have a Page, having a report based on multiple tables and there is no Page items defined on that page, we will not have any value in this ....DB_ITEMS table. same thing if we have define some PL|SQL(using some table/view) in a Process, that will not be populated in .....DB_ITEMS table. I want some thing like all the database objects (table/views/function/procedure/.....) for a particular Page ID.
    Thanks,
    Deepak

  • How to open a database object for view/edit using a command (v. 3.2.20.09)

    How can I open a database object for view or edit using a command in Oracle SQL Deveveloper?
    I find browsing or search for object in a large database to be slow and too cumbersome.

    Shift-F4 (pop-up descrribe) on a table name in the worksheet will let you view table details, but there is no quick edit.
    You can use filters on the object browser to reduce the number of visible objects.

  • Is there any software which displays all form objects - tables, views, etc?

    Dear friends,
    I need to know if we have some software product which opens an Oracle form and shows all objects (tables, views, procedures, functions, and so on) accessed by it.
    For each form, this software should show all operations made in each table - that is, whether form creates, updates, reads or deletes data in each table accessed by the form.
    If there's any software which makes such analysis, please let me know. I'd rather be downloading free software, but a trial version or a paid one can be considered as well.
    Best regards,
    Franklin

    Hello all,
    sorry, I don't know whether my 1st message was clear, so I am trying to rewrite it.
    I'm thinking about a software which creates a database objects list report; this report shows all database objects being accessed by the form - for example, it can list all tables being accessed by the form, showing a CRUD (Create, Read, Update and Delete) for each accessed table, or list all packages being executed by the same form, and so on. For example:
    Form: CLI0001.FMB
    Package -> Operation
    PCK_ACCOUNTS -> E (Execute; but that's a suggestion, we can have 'R' instead)
    Table -> Operation
    ACCOUNTS -> CR (Create + Read)
    PAYMENTS -> D (Delete)
    Sequence -> Operation
    SEQ_ACCOUNTS -> R (Read)
    View -> Operation
    VW_CLIENTES -> R (Read)
    If there's any software which can do it, please let me know. Thanks in advance.
    Best regards,
    Franklin
    Edited by: franklinbrasil on 15/10/2008 19:26

  • Do I need to be owner of database in order to see its objects(tables,view)?

    Hi there,
    I am connecting to Vision instance using the JDeveloper Database connection. The username/password I am using to connect is NOT the owner of the database. I can connect to database fine with no error but I can not see any database object like tables, triggers. Do I need to use the database owners username/password to connect to database so I can see the database objects like tables and views?
    Thanks.

    By default, the Connection Navigator shows you the objects that belong to the connected user. If you have access to objects owned by another user, you can add that user's objects to the navigator tree.
    1. Go to the connection navigator.
    2. Select the connection that you want to use.
    3. On top of the navigator panel is an icon that looks like a funnel - this is the filter schemas icon. Click it.
    4. This should open a dialog box with a shuttle. Available Schemas are on the left Displayed Schemas are on the right. You will see that only your current schema is on the right. Select the schema of the owner of the objects you want to see from the available schemas on the left and shuttle it to the right.
    5. Click the OK button.
    You should now have the objects owned by this schema available in the navigator.

  • Not Able to Create database objects(Tables, etc) in Oracle 12c

    Hello Sir,
    Recently, I have installed oracle 12c in my PC. And I am able to connect with the ANONYMOUS user and connection name ORCL.
    But I am not able to create any objects in database like tables creation, it's just showing the error message like- you don't have sufficient privileges.
    Could you please help on this? How to start the work on oracle 12c database as I have worked on Oracle 11g with the SCOTT user and connection name ORCL.It was working fine. But SCOTT user is not present in 12c. Is there any other USER in 12c with the default tables like EMP table in 11g in the SCOTT USER schema?
    Please suggest, what to do?
    Thanks In Advance!!

    Hi Nishant ,
    Thanks for the reply.
        I have done all the steps as you mentioned above. I am not able to create HR user. Please check the below errors and
    please guide me on this.
    SQL*Plus: Release 12.1.0.1.0 Production on Sat Oct 5 23:46:38 2013
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    Enter user-name: anonymous
    Enter password:
    Last Successful login time: Sat Oct 05 2013 23:46:58 +05:30
    Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    SQL> connect sys as sysdba;
    Enter password:
    Connected.
    SQL> CREATE USER  hr IDENTIFIED BY Password#123
      2  DEFAULT TABLESPACE  hr_users
      3  TEMPORARY TABLESPACE  hr_temp
      4  QUOTA  5000k ON  hr_users
      5  QUOTA unlimited ON hr_temp
      6  PROFILE  enduser  ;
    CREATE USER  hr IDENTIFIED BY Password#123
    ERROR at line 1:
    ORA-65096: invalid common user or role name
    SQL> SELECT NAME, CDB FROM V$DATABASE;
    NAME      CDB
    ORCL      YES
    SQL> SHO CON_ID CON_NAME
    CON_ID
    1
    CON_NAME
    CDB$ROOT
    SQL> SET LINE 150
    SQL> SELECT NAME, OPEN_MODE, OPEN_TIME FROM V$PDBS;
    NAME                           OPEN_MODE  OPEN_TIME
    PDB$SEED                   READ ONLY  04-OCT-13 08.57.50.461 PM
    PDBORCL                        MOUNTED
    SQL> CONN HR/HR@PDBORCL
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    SQL> SHO CON_ID CON_NAME
    SP2-0640: Not connected
    SP2-0641: "SHOW CONTAINER" requires connection to server
    Thanks in advance!!
    Regards,
    Dharmendra Verma

  • Re: Not Able to Create database objects(Tables, etc) in Oracle 12c

    In addition to what Nishant said, the PDB databases are not opened by default.
    You must open them manually or create a trigger to do it.

    Hi Nishant ,
    Thanks for the reply.
        I have done all the steps as you mentioned above. I am not able to create HR user. Please check the below errors and
    please guide me on this.
    SQL*Plus: Release 12.1.0.1.0 Production on Sat Oct 5 23:46:38 2013
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    Enter user-name: anonymous
    Enter password:
    Last Successful login time: Sat Oct 05 2013 23:46:58 +05:30
    Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
    SQL> connect sys as sysdba;
    Enter password:
    Connected.
    SQL> CREATE USER  hr IDENTIFIED BY Password#123
      2  DEFAULT TABLESPACE  hr_users
      3  TEMPORARY TABLESPACE  hr_temp
      4  QUOTA  5000k ON  hr_users
      5  QUOTA unlimited ON hr_temp
      6  PROFILE  enduser  ;
    CREATE USER  hr IDENTIFIED BY Password#123
    ERROR at line 1:
    ORA-65096: invalid common user or role name
    SQL> SELECT NAME, CDB FROM V$DATABASE;
    NAME      CDB
    ORCL      YES
    SQL> SHO CON_ID CON_NAME
    CON_ID
    1
    CON_NAME
    CDB$ROOT
    SQL> SET LINE 150
    SQL> SELECT NAME, OPEN_MODE, OPEN_TIME FROM V$PDBS;
    NAME                           OPEN_MODE  OPEN_TIME
    PDB$SEED                   READ ONLY  04-OCT-13 08.57.50.461 PM
    PDBORCL                        MOUNTED
    SQL> CONN HR/HR@PDBORCL
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    SQL> SHO CON_ID CON_NAME
    SP2-0640: Not connected
    SP2-0641: "SHOW CONTAINER" requires connection to server
    Thanks in advance!!
    Regards,
    Dharmendra Verma

  • Grant access to create/alter/drop/ to tables, view, index

    Using (Transact-sql) SQL query analyser 8.00.2039
    Objective: To delete/drop the schema on every run of database setup (i mean drop the schema and build it on every run).
    I have done the following to accomplish the same ...
    Logged in as sa ... i did the following
    use master
    exec sp_addlogin 'sas'
    exec sp_adduser 'sas'
    create database ss
    use ss
    exec sp_grantdbaccess 'sas', 'ss'
    i am having issues with the grant command in the above version.
    i want to grant create table, create index, create view, alter table, drop view, drop index, drop table to the user sas
    When i ran the command
    grant create table, create index, create view, alter table, drop view, drop index, drop table to sas
    i got
    Server: Msg 165, Level 16, State 6, Line 1
    Privilege CREATE INDEX may not be granted or revoked.
    Server: Msg 165, Level 16, State 1, Line 1
    Privilege ALTER TABLE may not be granted or revoked.
    Server: Msg 156, Level 15, State 1, Line 1
    Incorrect syntax near the keyword 'delete'.
    If the grant worked, i thought of creating the schema like
    create schema epp authorization sas
    Then for removing the schema (as there is no drop schema command for the version mentioned above)
    i would have done this,
    use master
    exec sp_revokedbaccess 'sas'
    alter database ss set single_user with rollback immediate
    drop database ss
    exec sp_droplogin 'sas'
    I referred the online book but not of much help on this.
    Is this is the correct way to drop/delete a schema on every run of database setup
    pls. offer your suggestions

    Terminology.
    When you write “schema” I will guess that you mean ‘database ‘rather than a security schema within a database.
    User.
    A user is an object that belongs to a database. In your create code you added the user sas to the master database. If you want to add that user to the ss database you have to create the ss database first, then USE database ss; before you sp_adduser. If you are using SQL Server 2005 use CREATE User not sp_adduser.
    To DROP a database you DROP the database. All the objects in the database including its users are dropped with it. The Logins belong to the server and they can be dropped before or after you drop the database though if you drop a Login and don’t drop a database that has that Login as a User you orphan the User.

  • Registering db objects (tables , views , e.t.c)

    Hi,
    Having connected with a Developer Responsibility , i see a submenu of "Database" which contains the menu entries "Tables" , "Views" , "Sequences"...
    When these functions are used....????In order to define/register custom tables,views,sequences with the Application Object Libraries....???
    If yes , is it required to ...and under which circumstances...???
    Somebody developed some custom form modules/reports using custom db objects which have not been registered...!!!
    Note: I use EBS 11.5.10.2
    Thanks , a lot
    Sim

    Registration is not necessary in order for your custom developments to work. However, if You are planning on using certain standard functionality (i.e. flexfields, attachments) on your custom objects, you'll need to register some of the information.

  • Offline database and table, view, package organization

    Hi,
    I tried to import my database schema with package, synonyms, tables, and views into a jdev project (11.1.1.1.0) and noticed that unlike the online db view, all object types are imported/organized under one folder (the name of the schema).
    For example, online db view shows the following structure
    + my_schema
    + Tables
    + MyTable1
    + Views
    + MyView1
    + Indexes
    + MyIndex1
    + Packages
    + MyPackage1
    + ....
    But the imported offline db view shows the following structure that has all different types of db objects listed under myschema folder
    + my_schema
    + MyTable1
    + MyView1
    + MyIndex1
    + MyPackage1
    + ....
    This offline representation is hard to work with and unusable if one wants to create database diagrams for different types of large # of database objects.
    Any comments?
    Thanks,

    Hi,
    It doesn't sound like it is the different package that is causing this message.  Is SB1 a system in your landscape? Are there any differences between the tables?
    The message seems to be suggesting that either the second table, or possibly the function group you are using were imported from another system.
    Regards,
    Nick

  • Table views/sprocs not showing in Data Source Explorer

    i have a database connection and is in good health.  the tree node for the database lists all of the folders expected, but only the Tables folder is populated with actual tables in the database.  the views and stored procedures are not showing even witht the filters disabled.  on the database i granted dbo rights to the user i am connecting with.  using flex builder 3, flex 3 and sql server 2000.

    Hi Himanshu
    Few fields does not work from particular table. you need to try different table for those fields. those fields could be arranged differently.
    This is neither configuration nor application issue.
    Also check your fields are from transparent table or not...

  • Database Configuration: Table space does not exist error

    Hi all,
    while running Database configuration wizard in Siebel 8.0 installation process I receive the following error:
    C103: The table\\index space siebelts entered does not exist in your database.Please ensure you entered the correct table\\
    index space.
    I have verified the following things:
    1) Verified in database that, SIEBELTS tablespace is created but not online.
    2) grantusr.sql is executed successfully.SADMIN user and SIEBEL table owner accounts are created.
    3) SIEBELTS tablespace is assigned as default tablespace for SADMIN and LDAPUSER. There were no problems running the grantusr.sql.
    How can it be that the Wizard shows up this error when the grantusr.sql didn't show it?. The problem is the SIEBELTS. The wizard doesn't find it, but it does find the SIEBELINDEXTS tablespace. Checking the last one, it appears online.

    this is what I checked as DBA:
    SQL> select * from dba_tablespaces where tablespace_name='SIEBELTS';
    TABLESPACE_NAME BLOCK_SIZE INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS
    MAX_EXTENTS PCT_INCREASE MIN_EXTLEN STATUS CONTENTS LOGGING FOR EXTENT_MAN
    ALLOCATIO PLU SEGMEN DEF_TAB_ RETENTION BIG
    SIEBELTS 8192 65536 1
    2147483645 65536 ONLINE PERMANENT LOGGING NO LOCAL
    SYSTEM NO AUTO DISABLED NOT APPLY NO
    SQL> select * from dba_tablespaces where tablespace_name='SIEBELINDEXTS';
    TABLESPACE_NAME BLOCK_SIZE INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS
    MAX_EXTENTS PCT_INCREASE MIN_EXTLEN STATUS CONTENTS LOGGING FOR EXTENT_MAN
    ALLOCATIO PLU SEGMEN DEF_TAB_ RETENTION BIG
    SIEBELINDEXTS 8192 65536 1
    2147483645 65536 ONLINE PERMANENT LOGGING NO LOCAL
    SYSTEM NO AUTO DISABLED NOT APPLY NO

  • How to remove tables, views, index installed during installation

    Here is the statement I'm using for a college class to show the content of the catalog. However when ran it outputs 1346 lines of data of which 90% are files loaded during installtion.
    select substr(object_name, 1, 20), object_type, status
    from user_objects
    SPOOL OFF
    Partial results of SQL statement.
    SUBSTR(OBJECT_NAME,1 OBJECT_TYPE STATUS
    MGMT_JOB_CALLBACKS TABLE VALID
    PK_MGMT_JOB_CALLBACK INDEX VALID
    MGMT_JOB_QUEUES TABLE VALID
    PK_JOB_QUEUE INDEX VALID
    MGMT_JOB_BLACKOUT_AS TABLE VALID
    PK_MGMT_JOB_BLACKOUT INDEX VALID
    MGMT_JOB_SEQUENCE SEQUENCE VALID
    MGMT_PERFORMANCE_NAM TABLE VALID
    MGMT_PERFORMANCE_NAM INDEX VALID
    MGMT_SYSTEM_ERROR_LO TABLE VALID
    MGMT_SYSTEM_PERFORMA TABLE VALID
    How can I wipe the database clean so that only my data is there?
    Thanks

    You can come up with a script as follows, which is an example.
    declare
    cursor cursor1 is select owner,object_name,object_type from dba_objects where owner=' user560741';
    ddlsql varchar2(100);
    begin
    for cur1_rec in cursor1 loop
    if (cur1_rec.object_type like 'TABLE') then
    ddlsql:='drop ' || cur1_rec.object_type || ' ' || cur1_rec.owner||'.'||cur1_rec.object_name ||' cascade constraint';
    else
    ddlsql:='drop ' || cur1_rec.object_type || ' ' || cur1_rec.owner||'.'||cur1_rec.object_name;
    end if;
    begin
         execute immediate ddlsql;
    exception
    when others then
         ddlsql:='';
    end;
    end loop;
    end;
    /

  • What is the Table/View name for getting the Database Object Dependencies

    I am running the Database Object Dependencies report to get the reference of Database Object and their respective Application Component.
    Applications xxxx -> Application Reports -> Shared Components -> Database Object Dependencies -> Compute Dependencies
    I want to develop a report for the same purpose, Just want to know what is the APEX Tables / Views they are using to run this report, so that I can use the same Tables to create my own report.
    Thanks,
    Deepak

    Hi Andy,
    when I am using the following query...I am not getting any result...
    select name, type, owner
    from all_dependencies
    where referenced_owner = 'APEX_030200'
    and referenced_name = 'WWV_FLOW_PATCHES'
    AND OWNER= 'XXXXXXX' --- (addeed this to the where clause)
    I modified the query.....I am getting the result.....
    select name, type, owner
    from all_dependencies
    AND OWNER= 'XXXXXXX'
    - But I am not getting which database object(table/view) is using which Application Page/Component like we have in Database Object Dependencies.
    - Also what is this REFERENCE OWNER & REFERENCE_NAME ----
    referenced_owner = 'APEX_030200'
    and referenced_name = 'WWV_FLOW_PATCHES'
    I am little bit confused, Can you pl expalin me in details......
    Thanks,
    Deepak

  • Move Data from Converted Database Objects Successfully Finish ?

    I am using SQL Developer 3.2.20.09 try to migrate KSMMS database from SQL Server 2008 to Oracle 11g R2. After the migration process is done, the Captured Database Objects model, and Converted Database Objects model have been created in the Migration Projects Navigator panel on the left side, and the corresponding sql scripts has been generated in the project output directory. I run the sql scripts, it created all the tables, views, index and stored procedures in the oracle database, everything seems working perfectly. However when I try to Move Data (by right clicking Converted Database Objects) and try to move all the data from SQL Server to Oracle database, the Data moving process run less then 1 minute, and show me the result as Data Move successfully. I have about 1 GB data in the SQL Server database, it seems nothing has been moved into Oracle DB. Here are the detail structures of MS SQL Server Database which I am trying to migrate to Oracle:
    The SQL Server Database name is KSMMS, under that database there are 9 users (azteca, cwweb, dbo, guest, plladmin, pw, pwadmin, tbills, wsdadmin). All my application objects (tables, views, indexes, procedures) are under azteca user, during the migration process, Converted Database Objects creates user azteca_KSMMS and dob_KSMMS, all my application objects have been created under azteca_KSMMS user schema. The generated .sql scripts actually can create all the objects under azteca_KSMMS schema, however when I try to Move Data, nothing has been moved into Oracle database. I opened an SR#3-6708733861 last Friday, it seems Oracle Support can't find what cause the problem during the Data Move process. Any help regarding my questions will be highly appreciated. Thanks.
    Kevin

    I changed Data Move Mode to Online and run the Data Move again. Same Results: Migration action have completed successfully. However no records have been moved into Oracle tables.
    I am running SQL Developer under Windows 8 Operation system. There is no Oracle client software available for Windows 8, does that cause any problems?
    Kevin

Maybe you are looking for

  • Handling error in XI with CCMS and Alert Monitor

    Hello, I have configured the CCMS for handling XI error and use the auto-reaction method CCMS_Send_Alert_to_ALM for sending an alert when i have for exemple a mapping error. The issues are : 1) When an alert is catched I can send an email or having a

  • BLOB in Oracle Forms 6.0

    I have used the following PL/SQL code in Forms 6.0 form, for inserting an Image in the BLOB type column of a database table, taken from windows filesystem. DECLARE      F_LOB BFILE;      B_LOB BLOB; BEGIN      INSERT INTO IMAGES (IMAGE_ID, IMAGE_FILE

  • Why import isnt needed whn ref is used without storing to local variable

    Hello, Guys Consider this statement System.getProperties().getProperty("propertyname"); for this statement import of java.util.Properties is not required, but we are using method of Properties but it will required for this statements. Properties prop

  • IPhone 3gs WI-Fi won't stay connected after 6.1 update

    I have a 3gs and the wi-fi connections have been working fine on iOS 5.1 etc. until I just updated to 6.1.  Now it sees the networks that I normally connect to, but it won't connect unless I physically move closer to the source of the wi-fi signal in

  • Please I need a Little Help with xmlloader

    Hello pretty people, Could someone help me with this code? I have an xmlloader Class, which load an xml file. This is the code...when I trace the xml, it load with any problem but when I want that load it, nothing happen, and there is no throw an err