Dependencies on Synonyms

Is it at all possible to find out which objects (views, function, procedures, ...) are using a specific synonym? If yes, where and how can I extract this information? I am using Oracle 10g R2. Thanks a lot for your help!

Hi and welcome to the forum.
You can query on of the following 3 datadictionary views:
USER_SYNONYMS
ALL_SYNONYMS
DBA_SYNONYMS
SQL> desc user_synonyms
Name                            Null?    Type
SYNONYM_NAME                    NOT NULL VARCHAR2(30)
TABLE_OWNER                              VARCHAR2(30)
TABLE_NAME                      NOT NULL VARCHAR2(30)
DB_LINK                                  VARCHAR2(128)
SQL> desc all_synonyms
Name                            Null?    Type
OWNER                           NOT NULL VARCHAR2(30)
SYNONYM_NAME                    NOT NULL VARCHAR2(30)
TABLE_OWNER                              VARCHAR2(30)
TABLE_NAME                      NOT NULL VARCHAR2(30)
DB_LINK                                  VARCHAR2(128)
SQL> desc dba_synonyms
Name                            Null?    Type
OWNER                           NOT NULL VARCHAR2(30)
SYNONYM_NAME                    NOT NULL VARCHAR2(30)
TABLE_OWNER                              VARCHAR2(30)
TABLE_NAME                      NOT NULL VARCHAR2(30)
DB_LINK                                  VARCHAR2(128)See the docs @ http://tahiti.oracle.com for more details.
edit
Actually Anurag's reply is probably better advice ;)
Edited by: hoek on Dec 14, 2009 2:33 PM

Similar Messages

  • Using Synonyms in DI

    Post Author: HintonBR
    CA Forum: Data Integration
    Does anyone know of a good workaround to be able to use Oracle synonyms as data sources?  I know that if the synonym and the underlying object (table or view) have the same name I can rename the owner of the object (if say the object was in one schema and the synonym was defined in the schema I was connecting with) and that will fact the system into accepting the synonym. I imagine that only works because DI was able to get the metadata first from the real object.  In fact you can't reimport objects that have been renamed to use the synonym because it can't find the metadata now.  Not to mention this workaround doesn't work for any object where the synonym and the underlying object don't have the same name. Synonyms are important to us to provide an abstraction between our ETL and the upstream data sources so that we aren't dependent on object names, schemas, etc... so has a fairly serious impact to our architecture not to be able to use them.  Anyone have any ideas? Thanks,Bryan

    Post Author: wdaehn
    CA Forum: Data Integration
    I would have used database views as the abstraction layer rather than synonyms. The advantage would be that for views you can see the dependencies, for synonyms not that easy as they are just textual replacements inside Oracle.

  • Traversing between dependent schemas-- using Navigation in OER

    Hi All,
    I would like to know , how to traverse between dependent schemas using NAVIGATION in OER.
    For ex: OrderManagement has a PDF, WSDL,XSD,.doc
    when we search for OrderManagement and would like to see dependent file and traverse between those files .. IS IT POSSIBLE?
    in xml spy we are able to traverse between dependent types of message. Similarly is it possible in OER.
    If non technical person is looking for dependencies.. of OrderManagement Service how they can see that.
    Answer for above queries is appreciated...
    Thanks,

    Post Author: wdaehn
    CA Forum: Data Integration
    I would have used database views as the abstraction layer rather than synonyms. The advantage would be that for views you can see the dependencies, for synonyms not that easy as they are just textual replacements inside Oracle.

  • Converting Bigfile Tablespace to small file tablespace

    Hi all!
    i want to change the BigFile tablespace to small file tablespace? how can i achieve that??

    i am worried about only one question.
    if i follow the following procedure, what are the drawbacks?? would i miss something???
    1) take an export of the tablespace as SYS user with all the default parameters.
    2) take the tablespace offline and drop it
    3) create the same tablespace with smallfile parameter(default).
    4) import the tablespace (WHICH WAS EARLIER EXPORTED).
    this will be done, in a restricted mode.
    by doing so, is there still, i will lose something. (dependencies, triggers, synonyms etc). how can i verify, that everything went right!!!
    of course i can run a count(*) on the tables and indexes but what about other objects??? especially the dependencies...
    Thanks for all the help till far and the patience to look into this thread!!

  • Capture of synonyms from existing online oracle9i database

    Hello!
    I am a newbee in oracle designer .I need to Design capture the ERP application into designer repository.The story goes like this ::
    I am in a scenario where an ERP Application is running but without any documentation and configuration control.The Application is developed using Oracle10g Forms developer and reports,with backend oracle9i.The application and so database contains a lot of user schemas corresponding to the functional departments of organisation like finance , inventory.
    I have successfully Installed the repository (version control option enabled) on our online database('oratest') and created a repository owner 'desg',with DBA Priveleges.
    I have also created a database definition named 'oratest1' and a user named 'desg1' in the design editor's[b] System folder..
    I tried to capture the schemas in following sequence (using the option - Generate/Capture designof/servermodel). ::
    a. Login as Desg , Owner = sys-- Captured all tablespaces
    b. Login as Desg , Owner = desg-- Tried capturing designer objects but was not very successful
    c. Login as Desg , Owner = sys-- Tried capturing all sys objects , It took a lot of time with error and warnings and I was only able to capture some tables and views.I also tried with owner = 'System'.
    d Login as Desg , Owner = sys-- Captured all users from oratest to oratest1(errors displayed 'Invalid grants ')
    e. Login as Desg , Owner = sys-- Captured all roles from oratest to oratest1(errors displayed 'Invalid grants to user objects')
    f. Login as Desg , Owner = User schema1(say inventory) -- tried to capture relational tables,views,functions,procedures etc. A lot of errors saying that invalid references to objects i.e referenced objects not present in the repository.
    g. Noted down all dependencies using the DBA Views to user schema1 and captured corresponding objects from database into corresponding users in the repository.
    h. Login as Desg , Owner = User schema1(say inventory) -- Again tried to capture objects of this schema.It gives error that ' Cannot capture synonyms with same name as objects name, either recreate or make all of them public'.
    Following are my queries for which I need all your expert help::
    1. First of all ,is the sequence in procedure above alright ?.Is it necessary to capture 'SYS' , 'SYSTEM' Objects ..What if I have already done so,will it cause damage? If so is it is possible to remove them from repository automatically?.I captured since the user schemas refer to these objects at several places.
    2. Is it required to capture different User Schemas into different containers or just a single container ? If it is required to capture in different containers , how will tablespaces,users and roles already captured into system folder refer to objects in these containers.
    3.Regarding problem of grants : When are the 'grants' be captured,before the capturing the objects or after them or anytime.Is it required to capture grants via a DDL file . Will a text file generated by export grants option in 'Toad' tool will do the job?.
    4. Regarding Problem of capture of synonyms :: In most of user schemas , the private synonym has same name as the object which it refers.Hence designer is unable to capture the synonyms.If we make Synonyms public for a user schema than what about other schemas?. Secondly how to capture synonyms independently.Is it via a DDL File.Where in the design editor can we see the captured Synonyms?.How Shall we capture Public synonyms of our ERP application.
    5.In the server mode tab, under relational table definition,I can see all the mixture of user tables and sys tables.How can we isolate the tables as per user schemas and generate Server model Diagrams for individual schemas.
    Please help to resolve these Issues.
    Thanks
    With best regards

    Thanks For your reply.
    I am successful in capturing all other objects of the schema.
    Before Your reply and before capturing other objects, I tried to capture the private synonyms by first creating a ddl file and than modifying the SQL 's 'create synonym' statements to 'create public synonym', and than captured the public synonyms into the repository via design editor. In short I captured the private synonyms as public into the repository.It gave 0 error and 0 warnings.
    But where in the navigator pane can i see the captured synonyms. I cannot see any of them, so iam not sure whether they are captured or not.
    After this when I captured other objects , they were captured successfully without any errors.

  • Synonyms performance

    Hello ,
    I'm currently using Oracle 10.2 for using with a in-house developed application.
    We have several database users, and i thing that i notice is that if i use a user that's using objects from other schema using synonyms its alot slower than the user that's not using synonyms.
    For clarification, let's say that i have a schema called HR and other called HR_Lite.
    The HR schema it's the owner of all his objects(tables,triggers,views), and the HR_Lite uses private synonyms to access the HR schema objects.
    Is there any documentation discussing this issue, or does anyone has a tip?
    Best regards,
    Bruno Sousa

    Bruno,
    There is a small performance hit when accessing data through a public synonym & private synonymn.
    There's a bit of overhead in using synonyms, but it's mostly related to library cache impact.
    Oracle resolves all names while parsing, and the query execution plan generated is the same whether or not those names were resolved via synonyms. So there can be no difference in query execution performance. There is a small difference in parsing, but it goes the other way. A reference via a public synonym requires additional library cache and dictionary cache lookups. However, the performance impact should not be noticeable.
    What may be more significant is that public synonym usage clutters the library cache and dictionary cache with information needed to track the negative dependencies on non-existent objects
    Regards
    RajaBaskar

  • Trex "synonym search" and  taxonomy "search from here" issues

    Hi Trex experts
    I have two minor issues regarding Trex and Taxonomies
    <b>Taxonomy</b>
    I have created a Taxonomy and need to add the “search from here” function so it’s possible to create a more specific search from within one are of the taxonomy.
    When I add a layout set where this command is enabled then it’s not shown.
    I guess that it’s my repository manager for the Trex repository that I need to add a service to, but I can’t figure out which one, or is this feature not possible for taxonomies?
    <b>Trex</b>
    Is it possible to define “synonym” search entries? Like I need to create a dependency on a bunch of terms, like when a user for example search for “vacation” then search for “holiday” should be included automatically in the search result as well. Is there some kind of configuration file where I can add a list of dependencies?
    Thanks in advance
    Regards
    John

    Hi John,
       Related to synomym you should read this material:
    "How to Enable Semantic Search or Search for Synonyms in TREX"
       Related to taxonomy, the answer is yes it is possible.
    If "search from here" botton is not shown, is due to you don't create an index (search option).
    Patricio.

  • Synonyms Error while EXPDP/IMPDP

    Hi Firends..
    I have to refresh my UAT DB with my Prod DB while doing so i always have to recreate the synonyms and also have to grant the priveleges once again on the target DB.
    As i am using EXPDP to backup my DB and as this being a logical backup and a logical backup means the objects which includes synonyms as well, are backed up and then during import this should be recreated in the target DB.
    Following are the command that i am using:
    expdp dumpfile=file_name.dmp logfile=logfile_name.log schemas=abc_liv directory=DATA_PUMP_DIR status=100 exclude=statistics
    impdp dumpfile=file_name.dmp logfile=logfile_name.log remap_schema=abc_liv:abc directory=DATA_PUMP_DIRwhere:
    abc_liv = prod schema
    abc = uat schema
    Note:
    UAT and Prod DB both has three schemas each and there are lots of dependencies among the three schemas.
    UAT schemas names are different and Prod schemas names are different.
    Kindly enlighten me...
    BR

    Thanks Guys,
    OS:RHEL 64 bit
    DB:11.2.0.2 64 bit SE
    I do drop the entire schema and then recreate the same schema. Following is the command that i use:
    drop user schema_name cascade;As the cascade keyword is used, all the schema objects are also dropped along with the user and then i have a fresh schema of the same name which is dumped with the data of the Prod DB.
    Following are the errors that i am getting during Import:(Too many errors)
    ALTER_PACKAGE_SPEC:"schema_name"."PKG_LMS_ALO_PKG_MAIN" created with compilation warnings
    ORA-39082: Object type ALTER_PACKAGE_SPEC:"schema_name"."PKG_REROUTE_MASTERS" created with compilation warnings
    ORA-39082: Object type ALTER_PACKAGE_SPEC:"schema_name"."PKG_WF_GLOBAL_VARIABLES" created with compilation warnings
    Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CHECKDUPLICAT" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CHG_FUN_GET_CHARGE_DETAILS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CHG_FUN_GET_CHGBASIS_DESC" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CHG_FUN_GET_PENAL_APPLIC_YN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."CPF_FUN_EXT_AGENCY_OTHER" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."DOC_FUN_GETSMDESC" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUNCTION_SET_EXPECTEDAPPRDATE" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUNCTION_SET_EXPECTEDFIDATE" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ACTIVITY_COMPLETED_YN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ACTIVITY_DONEYN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ACTUAL_DISB_DONE_YN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ADD_UPD_EXP" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ADV_INSTALL_DISPLAY_YN" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."WFS_GET_USER_MODULE_SPECIFIED" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."WF_FUN_GET_AVL_PARAM_DETAILS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."WF_FUN_GET_NO_OF_CASES" created with compilation warningsProcessing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."ADD_PARAMETER" created with compilation warningsORA-39082: Object type ALTER_PROCEDURE:"schema_name"."CHECK_APPL_IMPACT_PERF_REROUTE" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."CHECK_FAULT" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."FEE_WAIVER_REQ_M_YN" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."FIND_DEDUP_MATCH" created with compilation warningsORA-39082: Object type ALTER_PROCEDURE:"schema_name"."FIND_DEDUP_MATCH_APPL" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."GENERATE_ENVELOPE" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."GENERATE_TRNAUDIT_LOG" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."GET_DOCUMENTS_FORADDITION_XML" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."GET_DOCUMENTS_FORWAIVER_XML" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_CMPSUM_OUTSTPORTFOLIO" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_CUST_OS_EXP_SUM" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_FUTURE_INFLOWS" created with compilation warningsORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_INTEREST_CERTIFICATE" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_NONSTARTERCASE_DET" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_NONSTARTERCASE_SUM" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_ODPREEMI_EMISUMMARY" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LMSRSP_SHORT_PDC_REPORT" created with compilation warningsORA-39082: Object type ALTER_PROCEDURE:"schema_name"."LOS_BATCH_PROCEDURE" created with compilation warnings
    ORA-39082: Object type ALTER_PROCEDURE:"schema_name"."PC_CALC_RISK_PARAMETERS" created with compilation warnings
    ORA-39082: Object type ALTER_FUNCTION:"schema_name"."FUN_ALLOC_SPFC_USER" created with compilation warnings
    ORA-39082: Object type
    CHEMA_EXPORT/VIEW/VIEWProcessing object type SCHEMA_EXPORT/VIEW/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_ASSET" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_ASSETTYPE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_ASSET_TYPE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_ASTCLASS" created with compilation warningsORA-39082: Object type VIEW:"schema_name"."AST_VEW_ATTR_MAPPING" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_EXT_AGENCY" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."AST_VEW_VEHICLE_TYPE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."BASE_SEC_MST_USERPROFILE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_RPT_VEW_CHGBASISCODE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_RPT_VEW_TAX_DETAILS" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_ACC_BOOKS" created with compilation warningsORA-39082: Object type VIEW:"schema_name"."CHG_VEW_ACC_METHOD" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_AMORT_METHOD" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_CALC_BASIS" created with compilation warnings
    ORA-39082: Object type
    VIEW:"schema_name"."CHG_VEW_CALC_FROM" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_CALC_TYPE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_CHG_RECOMODE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_EVENT" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEES" created with compilation warningsORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEES_RANGE" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEE_ACC_DETAILS" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEE_DETAILS" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."CHG_VEW_FEE_MST_DETAILS" created with compilation warnings
    ORA-39082: Object type IEW:"schema_name"."V_LMS_CHEQUE_BOUNCE_LETTER" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."V_LMS_ACCRUED_INCOME_REPORT" created with compilation warnings
    ORA-39082: Object type VIEW:"schema_name"."V_LMS_REPAY_FREQ" created with compilation warnings
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."AST_PKG_ASSET" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."CHG_PKG_API" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."DOC_PKG_DOCUMENT" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."EXT_PKG_EXT_AGENCY" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ACCOUNT" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ACCOUNTING" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ADV_ALLOCATION" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ALLOCATION" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_ASSET" created with compilation warningsORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_BASE_SEC_AUDIT" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_CHARGES" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_CRS_XML" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_DDP_MAIN" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_EODDETAILS" created with compilation warnings
    ORA-39082: Object type PACKAGE_BODY:"schema_name"."PKG_EOD_PROCESS" created with compilation warnings
    ORA-39082: Object type
    TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_BUSINESS_IN" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_BUSINESS_IN" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_ADDRESS_DETAILS" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_ADDRESS_DETAILS" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_EMPLOYMENT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_EMPLOYMENT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_LIABILITIES" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_APPLICANT_LIABILITIES" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_SUBPRODUCT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_SUBPRODUCT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_ORG_APPLICANT_DETAILS" created with compilation warnings
    ORA-39082: Object type TRIGGER:"schema_name"."TRNTRG_T_ORG_APPLICANT_DETAILS" created with compilation warnings
    Processing object type SCHEMA_EXPORT/JOB
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 1687 error(s) at 17:32:05Once the import is done, I recreate the synonyms and also give the required grants and then i get around 1750 invalid objects in the DB and when i run the UTLRP to compile the objects the invalid count is reduced to 89..
    BR
    Edited by: user12045405 on 11 Jul, 2012 5:28 AM
    Edited by: user12045405 on 11 Jul, 2012 5:29 AM

  • Sql query to find dependencies for a table

    Hi All,
    I am having a table (REPT_ALL) with dependent objects on it ( child tables, indexes, constraints, views, synonyms, sequences , packages,procedures,functions,triggers).
    I want the query to find out all the above dependencies for the above table(REP_ALL).
    I m looking for the query to find dependencies inorder to find out the risks before dropping the above table(drop table REP_ALL cascade constraints)?
    Thnx

    To find foreign key constraints for a table you cannot use DBA_DEPENDENCIES but you have to use DBA_CONSTRAINTS.
    Example Re: Find out foreign key column

  • AWM: Can not see the synonyms in the mappings pane

    Hi, using the AWM 11.2.0.1.0A, in the mappings pane under the item Synonyms does not appear any synonyms although there are some of them (private synonyms) in the user's scheme.
    Any hint?
    Thanks.

    I just tried this in 11.2.0.1 and the synonym showed up in AWM. I ran the following (in the sample GLOBAL schema)
    create synonym prod_table for product_dim;
    Note that product_dim is a table in the GLOBAL schema, and I ran the above statement as GLOBAL.
    I then attached AWM as GLOBAL and saw prod_table show up in the synonyms folder of the mappings pane. What are you doing that is different from this?

  • How can I access a database remote without using dblink, synonyms,aliases?

    My store procedure access a remote tables using dblink, synonyms, alias, but by business company requirenments I nedd to use another data base access method. My PL/SQL statement looks like
    select c.cus_id, c.cus_name, p.bankaccno
    into v_cus_id, v_cus_name, v_bankaccno
    from customer c, payment@finantial p
    where c.cus_id = p.cus_id
    Are any method else to connect to several remote databases concurrently?
    If Yes, plase say me how is it, or tell me where do I obtain some examples, or any documentation.
    Edited by: user518321 on Apr 21, 2009 1:58 PM
    Ok, But I must not use any of these data base access method, metioned: dbliks, aliases, synonyms.
    Edited by: user518321 on Apr 21, 2009 2:05 PM
    Ok, It is enough for now, I am surprised for the response time and for their arguments, thanks a lot.
    Edited by: user518321 on Apr 21, 2009 2:50 PM

    If you want to access a table in a remote database using SQL, you will need a database link. It would be exceptionally odd for the business to require that you access a remote database and to prohibit the use of database links. What is the business reason for that combination?
    If you want to look into rather more esoteric solutions, you could load a JDBC driver for the remote database, write a Java stored procedure that queries the remote table using that JDBC driver, and then cobble together some PL/SQL that joins the two result sets. You won't be able to reference the remote table in SQL and the solution won't scale well as data volumes increase and you'll be writing a whole lot of code to manually join tables together, but it does avoid database links. Of course, whatever concerns lead to the ban on database links would probably apply to loading a JDBC driver into the database and writing Java stored procedures to access the remote database, but since you haven't explained the reasoning behind the restrictions, we're just guessing.
    Justin

  • Team Foundation Server 2013.2 - SharePoint 2013 SP1 - Missing Server Side Dependencies

    Environment:
    TFS 2013.2 (update 2) on Windows Server 2012 R2, with MS SQL Server 2014 on the same machine;
    SharePoint 2013 SP1 (with April 2014 update) on Windows Server 2012 R2
    MS SQL Server 2014 on Windows Server 2012 R2 (Used by SharePoint)
    Title 
     Missing server side dependencies.  
    Severity 
     1 - Error  
    Category 
     Configuration  
    Explanation 
    [MissingSetupFile] File 
    [Features\TfsDashboardAgileReports\Reports\Bug Progress.xlsx] is referenced [6] times in the database [WSS_Content_Internal], but exists only under Microsoft SharePoint Foundation 2010 setup folder. Consider upgrading the feature/solution which contains this
    file to the latest version. One or more setup files are referenced in the database [WSS_Content_Internal], but are not installed on the current farm. Please install any feature or solution which contains these files.
    [MissingSetupFile] File 
    [Features\TfsDashboardAgileReports\Reports\Bug Reactivations.xlsx] is referenced [6] times in the database [WSS_Content_Internal], but exists only under Microsoft SharePoint Foundation 2010 setup folder. Consider upgrading the feature/solution which contains
    this file to the latest version. One or more setup files are referenced in the database [WSS_Content_Internal], but are not installed on the current farm. Please install any feature or solution which contains these files.
    [MissingSetupFile] File 
    [Features\TfsDashboardAgileReports\Reports\Bug Trends.xlsx] is referenced [6] times in the database [WSS_Content_Internal], but exists only under Microsoft SharePoint Foundation 2010 setup folder. Consider upgrading the feature/solution which contains this
    file to the latest version. One or more setup files are referenced in the database [WSS_Content_Internal], but are not installed on the current farm. Please install any feature or solution which contains these files.
    And dozen more similar entries
    The server is not in production, so I don't know if this error would cause any problems or not.
    How to resolve this?
    Thanks!
    Fat Dragon

    Hi
    A colleague and I are looking at a similar issue on TFs 2010 upgraded to TFS 2013 which I guess is slightly different mssing dependencies given the project template. we're using
    [MissingSetupFile] File [Features\TfsDashboardBaseUI\default.aspx] is referenced [1] times in the database [WSS_Content], but exists only under Microsoft SharePoint Foundation 2010 setup folder. Consider upgrading the feature/solution which contains this
    file to the latest version. One or more setup files are referenced in the database [WSS_Content], but are not installed on the current farm. Please install any feature or solution which contains these files.
    [MissingSetupFile] File [Features\TswaWebParts\WebParts\CompletedBuilds.webpart] is referenced [1] times in the database [WSS_Content], but exists only under Microsoft SharePoint Foundation 2010 setup folder. Consider upgrading the feature/solution which contains
    this file to the latest version. One or more setup files are referenced in the database [WSS_Content], but are not installed on the current farm. Please install any feature or solution which contains these files.
    [MissingSetupFile] File [Features\TswaWebParts\WebParts\GoToWorkItem.webpart] is referenced [1] times in the database [WSS_Content], but exists only under Microsoft SharePoint Foundation 2010 setup folder. Consider upgrading the feature/solution which contains
    this file to the latest version. One or more setup files are referenced in the database [WSS_Content], but are not installed on the current farm. Please install any feature or solution which contains these files.
    Will logon in a couple of days to test "Fat Dragon's" approach ( unless someone tells me different)
    Daniel
    Freelance consultant

  • Reappears Missing Server Side Dependencies in Sharepoint Foundation 2013 Health Analyzer

    Hi all,
    I am a little bit confused why I am getting missing server side dependencies again and again. The missing server side dependencies shows the errors of "MissingSetupFiles". When I click on "Reanalyze Now" button,
    the error vanishes from the Health Analyzer page. But after one day it reappears again and shows "Missing Server Side Dependencies", When I again click on "Reanalyze Now" the error of "Missing Server Side Dependencies" goes
    away.
    But after one or two days, the error comes up again.
    Can you please help me why this is happening.
    Thanks for help.

    Hi Vishwajeet,
    You are able to use SharePoint Feature Administration from Codeplex to clean up the Missing Features. You can do it by clicking here.
    Also , you  are able to use PowerShell to resolve it. More  detailed information, click here.
    Here are some similar posts for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/cc0b3ac7-1eb7-4e5b-9334-8c556e4c8b23/test-spcontentdatabase-errors-in-sharepoint-2010
    http://www.jeffscorner.org/blog/post/SharePoint-2013-%E2%80%93-Missing-server-side-dependencies-%E2%80%93-MissingWebPart-Webpart-class.aspx
    http://www.heyweb.net/2011/08/fixing-missing-server-side-dependencies-missingfeature/
    I hope this helps.
    Thanks,
    Ketak

  • [SOLVED] Problem with Kate and his dependencies

    hi, I just read the post which explains how to install kate from other packages of kde.
    http://bbs.archlinux.org/viewtopic.php?id=51748
    I've done what we said last answer, but my problem is that when I try to install kdesdmod with its dependencies, the package apr and apr-util I fail to install. I leave the error code that is displayed.
    resolving dependencies...
    looking for inter-conflicts...
    Targets (4): apr-1.3.3-1 apr-util-1.3.4-1 subversion-1.5.4-1 kdesdk-4.1.3-1
    Total Download Size: 0.00 MB
    Total Installed Size: 45.68 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (4/4) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    apr: /usr/bin/apr-1-config exists in filesystem
    apr: /usr/lib/apr.exp exists in filesystem
    apr: /usr/lib/libapr-1.a exists in filesystem
    apr: /usr/lib/libapr-1.so exists in filesystem
    apr: /usr/lib/libapr-1.so.0 exists in filesystem
    apr: /usr/lib/libapr-1.so.0.3.3 exists in filesystem
    apr: /usr/lib/pkgconfig/apr-1.pc exists in filesystem
    apr-util: /usr/bin/apu-1-config exists in filesystem
    apr-util: /usr/lib/aprutil.exp exists in filesystem
    apr-util: /usr/lib/libaprutil-1.a exists in filesystem
    apr-util: /usr/lib/libaprutil-1.so exists in filesystem
    apr-util: /usr/lib/libaprutil-1.so.0 exists in filesystem
    apr-util: /usr/lib/libaprutil-1.so.0.3.4 exists in filesystem
    apr-util: /usr/lib/pkgconfig/apr-util-1.pc exists in filesystem
    Errors occurred, no packages were upgraded.
    I do not know if I delete the files by hand, because maybe libraries can depend on them ...
    thanks
    Last edited by trancos83 (2008-11-21 18:29:23)

    I find a solution, which is perhaps the most logical, I have made a backup of all files that were in conflict at the time of installation, I saved your previous paths and I've erased, because if some program dependeds of apr-util, to be reinstalled when this was installed kdesdk, there should be no conflict.
    In this way, I've installed the package kdesdk with the dependencies that were missing. Finally, I already have installed kate.

  • LabVIEW 2011SP1 Error building installer: LabVIEW Run-Time Engine 2013 is missing 3 dependencies???

    I'm having a problem building an installer in LabVIEW 2011SP1.
    It's been a while since I've tried to build an installer but it used to work fine and building executables is still working fine.
    Now when I try to build the installer I get "The build was unsuccessful."
    Possible reasons: Error generating preview for My Application 3.1.7.
    Details:
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> IB_MSI.lvclass:Build.vi >> IB_MSI.lvclass:Engine_InitializeDistribution.vi >> IB_MSI.lvclass:Report_Preview_Error.vi >> IB_Source_Container.lvclass:Report_Preview_Error.vi
    Loading product deployment information
    *** WARNING ***
    NI LabVIEW Run-Time Engine 2013 is missing 3 dependencies. This product, or other products that depend upon NI LabVIEW Run-Time Engine 2013, may not function properly while the dependencies are missing.  Visit ni.com/info and enter the Info Code "" for more information.
    *** Error: An internal error occurred for which the cause is unknown. (Error code -41)
    *** Error Details:
    Error in MDF API function: _MDFCommon_GetNextLogMessage
    Error in MDF::GetInstance - MDF static instance is not initialized!
    *** End Error Report
    Loading product deployment information
    *** WARNING ***
    NI LabVIEW Run-Time Engine 2013 is missing 3 dependencies. This product, or other products that depend upon NI LabVIEW Run-Time Engine 2013, may not function properly while the dependencies are missing.  Visit ni.com/info and enter the Info Code "" for more information.
    The really strange thing about this is that I'm using LabVIEW 2011SP1, I don't even have LabVIEW 2013 installed, not even the runtime.
    Where is the problem? Why is it even complaining about LabVIEW 2013? Has anyone seen this before?
    Troy
    CLDEach snowflake in an avalanche pleads not guilty. - Stanislaw J. Lec
    I haven't failed, I've found 10,000 ways that don't work - Thomas Edison
    Beware of the man who won't be bothered with details. - William Feather
    The greatest of faults is to be conscious of none. - Thomas Carlyle
    Solved!
    Go to Solution.

    I do have the LabVIEW 2013 discs but didn't install it.
    I checked in Control Panel > Programs and Features > National Instruments Software and the LabVIEW 2013 Run-Time is not listed there.
    I also checked in MAX > Software and I must have missed it the first time I looked. LabVIEW Run-Time 2013 is listed there after all.
    Now I remember installing VISA 5.4 to get rid of a nasty bug. It must have installed the 2013 Run-Time when I did that.
    So now I need to distribute 2 runtimes with my application?!?!
    Troy
    CLDEach snowflake in an avalanche pleads not guilty. - Stanislaw J. Lec
    I haven't failed, I've found 10,000 ways that don't work - Thomas Edison
    Beware of the man who won't be bothered with details. - William Feather
    The greatest of faults is to be conscious of none. - Thomas Carlyle

Maybe you are looking for

  • Is there a limit to the number of groups that can be created in BusinessObjects?

    Hi all, We are planning to implement a group structure where there a quite a lot of groups that has to be created. that's why i'm wondering if there is a limit to the number of groups we can create in CMC. Thanks in advance for your answers..

  • Microsoft word and PDF file

    how do i change a microsoft office 2000 document to PDF using ADOBE?

  • Some questions on the 24"

    I have a MacBook Pro and a 24" Cinema Display on the way. Over $3000 worth of stuff, but I am scared to death that I am going to get dead pixels, dirt behind the LED/LCD display, ticking noises, etc. etc. I didn't read these forums until just now. I

  • Messed up system settings ?

    Occasionally some system setting or the other gets toggled without any apparent provocation on my side. E.g. the "show menu icon" setting for the display or keychain get turned off, or the "require password to wake this computer" suddenly gets turned

  • Generate a dynamic Transparent container in WD

    Hi all, i' ve created a Transparent conatiner in where i will write my text, i also created a Button (ADD) what i want now is, after clicking on the (Add) Button, a new Transparent container will appear,  how can' I do this dynamically??  i dont want