Find destination of database objects..

I've got all database schema in one Oracle dmp file. I know that schema from this file was stored on 2 servers, but when I import this file I have all tables, procedures and other database object in one user. Is there any possibilities to know in which server was which tables and procedures? I try to use SQLDeveloper to find on which tablespace works procedures and functions, but I can't find tablespace's path in OS :/ Or maybe better idea is to find this information not on imprted schema, but on dmp file?!
I add that this schema is too huge to search my answer step by step, because it has about 1300 tables :/
Please help.

Please clarify your previous message and intentions.
I've got all database schema in one Oracle dmp file.Export was done in full mode, you mean?I hope yes. It's old dmp file and I've got only short description about this dmp file.
>
I know that schema from this file was stored on 2 servers,I have no idea what this means... How was the export
done?It's mean that in this file are database object from both server. One server was for transformating data and second for reporting and diagnostig. Both of them have database objects and I try to know which of them was on which server.
>
but when I import this file I have all
tables, procedures and other database object in oneuser.
So, how was this import done? E.g. what imp command
line options did you use?
I use full imprt option.
Is there any possibilities to know in which
server was which tables and procedures?Not sure what you want. Perhaps you could ask the one
who did the export?
I I explain this above in this post.
I try to use
SQLDeveloper to find on which tablespace works
procedures and functions, but I can't findProcedures and functions are schema objects, and uses
[url=http://download.oracle.com/docs/cd/B19306_01/serv
er.102/b14220/physical.htm#i15436]the SYSTEM
tablespace for storage.
tablespace's path in OS :/ Or maybe better idea isto
find this information not on imprted schema, buton
dmp file?!What kind of information?
Information about which database objects on dmp file was stored on which server..
>
Is my answer are clearer now? If yes, please suggest solution.

Similar Messages

  • Find long running database objects over week (without using V$ views)

    find long running database objects over week (without using V$ views) as v$ views contains information only upto objects resides on main memory . I want to know the objects which takes highest time withing one week.

    Hello,
    welcome to the forum.
    This is the forum for the tool {forum:id=260}. Your question about v$views should be posted in {forum:id=61} or {forum:id=75}. There is a FAQ {message:id=9360002}: especially the part about providing essential informations like 4 digit version number :-)
    Regards
    Marcus

  • Help finding OS-level database object names

    Hello all...
    I need to perform an online reorganization of some tables on my QAS system.
    However, some of the tables have more than 8 characters on SAP and I need to know what's the corresponding object name on the database library at OS level, so I can use the RGZPFM command.
    Could you please let me know how to find out the object's name?
    I can't find that information on SE14 or SE11...
    Thanks
    Antonio

    Hi Antonio,
    I always use the following SQL:
    SELECT SYSTEM_TABLE_NAME, TABLE_NAME 
      FROM r3t01data/systables           
      WHERE                              
        table_name like 'MAR%'           
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.com http://www.4soi.de http://www.easymarketplace.de

  • Find Database Object gives error message in 3.2.20.09.87

    Since updating to SQL Developer 3.2.20.09.87 I've been getting error messages when running Find Database Object. The message on the logging page is: ORA-00942: table or view does not exist
    Followed by:
    select null name, -1 LINE, -1 COL, null USAGE,
    case when obj.object_type like 'JAVA%' then 'JAVA' else obj.object_type end TYPE,
    OWNER, case when obj.object_type like 'JAVA%' then 'JAVA' else obj.object_type end OBJECT_TYPE,
    obj.OBJECT_NAME
    from sys.dba_objects obj where rownum <= 500 and obj.object_type != 'TABLE PARTITION' and obj.object_type != 'TABLE SUBPARTITION' and obj.object_type != 'JAVA CLASS' and object_name like ?
    union all
    select null name, -1 LINE, -1 COL, null USAGE,
    'MATERIALIZED VIEW LOG' TYPE, log_owner OWNER,
    'MATERIALIZED VIEW LOG' OBJECT_TYPE, master OBJECT_NAME
    from all_snapshot_logs where master like ?
    union
    select null name, -1 LINE, -1 COL, null USAGE,
    'DATABASE LINK' TYPE, owner OWNER,
    'DATABASE LINK' OBJECT_TYPE, db_link OBJECT_NAME
    from all_db_links where rownum <= 500 and db_link like ?
    union all
    select c.column_name name, -1 LINE, -1 COL, null USAGE, o.object_type TYPE, c.OWNER, o.object_type OBJECT_TYPE, c.table_NAME OBJECT_NAME
    from sys.all_tab_columns c, all_objects o
    where c.table_name=o.object_name and c.owner = o.owner and rownum <= 500 and c.column_name like ?
    union all
    select name, LINE, COL, USAGE, TYPE, OWNER, OBJECT_TYPE, OBJECT_NAME
    from sys.all_identifiers where rownum <= 500 and name like ?
    My database version is: 10.2.0.4.0
    I'm grateful that SQL Developer peacefully coexists with earlier versions.
    Anything I can do?
    Thanks.

    Hi,
    I cannot seem to find a bug or forum reference for this issue at the moment, but I recall there was some problem on 10g connections where SQL Developer thinks you have DBA view privileges even when you don't. So, on 11g, a user with very basic privileges can do a Find DB Object without seeing the error you got on 10.2.0.4. On 10.2.0.x you should be able to workaround the problem if you can arrange to get grant select_catalog_role for that userid.
    Regards,
    Gary

  • How to find the difference in object definition between two databases

    Hi,
    Can any one suggest me how to find the difference in object definition between two different databases. Is there any tool or by OEM? If so how?
    Regards
    Naveen

    this link may be helpful...
    http://www.dbspecialists.com/scripts.html

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

  • SE14 - mass check for Database objects

    Dear Gurus
    We have a lot of tables, that have error/problems in check DB14->Check->Database object
    How can I find all problematic tables in single report?
    Regards
    Vladimir

    you can use report RUTDBCHK. It does the se14 functionality. Maybe debugg some and you will find the corresponding FM related, which would in turn return an error / information about the status

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

  • How to install Oracle Database objects for BPA repository?

    Hello,
    I have installed Oracle database (10.2.0.1) EE.
    I have run the following command to install BPA repository and site manager.
    ./install_bpr10.1.3.4.271679.sh -bpr_type BS_SM -jvm ./bpa10.1.3.4/jdk1.5.0/ -dbserver rstnxlin011.oracle.com -dbport 1521 -dbinstance pva011
    Where are the database object creation scripts? I am sure I still have to create ARIS objects in the database.
    Mustafa

    Within my installation i could find the scripts on Disk 2 (where the windows installation of the Repository resides) in the folder DBMS/Oracle.

  • Database objects portlet

    i want the database object tab to appear with some modification like i dont want the find option and the create option. where is the portlet stored and how can it be modified? any ideas....

    according to me , the codes of those portlets r being wrapped so i think its difficult to customize as u wish. even i hav been trying to customize the existing portlets like search..
    do u hav any idea abt that..

  • DATABASE OBJECTS PORTLET OF PORTAL

    I have posted this question earlier and i have not received an answer for it. so i am posting this question again.
    i want to customize the database objects portlet say like i want to remove the find option. how can this be done?

    It is not possible. The navigator portlets are pre-designed and built into portal with the find utility. It is ofcourse possible to customize the portal-provided navigator page but not to this level of removing the find options itself.

  • Fully qualified database object names

    Is there a method to determine the fully qualified name of a database object such as a table or procedure? At the moment I compute this from the catalog and schema identifiers but I am hoping there is a more direct way.
    Thanks,
    KP

    give an example for what u r looking for.
    which DB ?For example, a Sybase table named "table1" in a schema "dbo" in database "db1" has a fully qualified name of "db1.dbo.table1". I am trying to find a way to do this in a database-independent way. It's not as simple as concatenating the 3 elements together because you have to take into consideration the fact that the database may not use schemas or databases or both etc. I am hoping there is a method or a series of methods that return this information.
    KP

  • Find all Connector Space Objects That Were Provisioned

    I'm trying to run a query on the FIM Synchronization Database to find all of the objects in a connectorspace that were created there via provisioning rules. Some objects in the connectorspace have joined and some have been created via provisioning but I
    can't find the field in the FIM Sync DB for where this is specified. Anyone know how I can pull this information?
    Cheers,
    Dan

    Thanks Sameera. It's part of a larger query so it would be great if I could find out where it is in the Database. I've looked all through it and joined everything I can. I thought it might be stored in the connector space hologram data which is encrypted
    in the db so I checked that with PowerShell and wmi but couldn't get anything out of that either. I'll probably just have to run the query I have and then link it up with the connection information in excel like you've described. Thanks again.

  • Traitement modules versus database object in Designer 9i

    Hello!
    In our environment, there was Designer 9i installed with non-enabled versioning. So, there is only one Global shared workarea, and all the applications system are granted to public who has all rights, and the developers maintain all the application (database objects and modules).
    Now, we want to revoke the insert, delete and update privileges on database object to the developers.
    The developers continue to maintain their modules and only the DBA, would be able to modify the database objects.
    What is the best way to do it?
    Thanks,
    Malika

    Malika,
    Then you should move the database objects to another workarea and grant only edit priviliges to your DBA - and these objects should be shared to your 'normal' development workarea (where the developers have all privs).
    But why the h*** should you want to do this? Packages, procedures and functions are database objects and should be developed by developers. Imho also views, tables, triggers etc should be developed by developers and not DBA's. A DBA is another kind of expertise than developer. If you try to make the developer's life (work) difficult, they will look for workarounds - and find them. And so making your project less productive and more complex.
    Keep the problem you are trying to solve in mind!
    HTH
    Roel

  • Finding out source database & schema

    Hi All ,
    I am logged on to Oracle thru PL/SQL. how can i actually find out which database & schema am i on ?
    appreciate ur advice
    tks & rdgs

    Well, a schema is essentially the set of database objects owned by a user, so in that sense they are identical. However, it is not always the case that because you are logged in as a user that you are actually referring to that user's schema.
    SQL> show user
    USER is "OPS$ORACLE"
    SQL> DESC xx
    ERROR:
    ORA-04043: object xx does not existI have no object named xx, but someone does, and I have at least select privileges on it:
    SQL> DESC finance_o.xx
    Name                                      Null?    Type
    ID                                                 NUMBERso, if I want to work with several objects in the finance_o schema without having to always use owner.name, I can either create a bunch of synonyms, or do:
    SQL> ALTER SESSION SET CURRENT_SCHEMA=finance_o;
    Session altered.
    SQL> desc xx
    Name                                      Null?    Type
    ID                                                 NUMBERNow, any unqualified object names are looked for first in the finance_o schema. I still cannot see any of finance_o's objects that I do not have permissions on.
    John

Maybe you are looking for