Exporting Authentication/Authorisation Schemes

Hi, is there a way to export authentication/authorisation schemes? Also, if I manually creates the authorisation schemes on production server, and then import the pages, the pages won't link up the schemes like on the development server. How to fix this problem?
Thanks!

Hi user469838,
Which version are you using? We are on 2.0 and in that authentication/authorisation are included in the normal application export/import.
Regards Pete

Similar Messages

  • EXPORT/IMPORT SBO SCHEMA ERROR

    Hello,
    We have a client who is working with SAP BusinessOne version for HANA, with HANA PLATFORM rev. 69 and I need to export your database and import it to our development server .
    To backup/restore the database I have performed the following steps :
    1 - I have made ​​the export of a ' SCHEMA ' with "EXPORT "SBOXXX_ES"."*" AS BINARY INTO '/tmp/SBOXXX_ES' WITH REPLACE THREADS 10;".
    2 - I have compressed files in Linux using the command : tar- czvf .....
    3 - I've Unzipped the files to our local server.
    4 - Performing the ' IMPORT ' command gives me the following errors,I tried two ways to import :
    4.1 - IMPORT  "SBOGXXX_ES"."*" as binary from '/tmp/SBOXXX_ES' with replace threads 10 rename schema "SBOXXX_ES" to "SBOXXX_ES_2";
    Error mesage: SAP DBTech JDBC: [2]: general error: [Other schema]._SYS_SS_CE_1957622_RET not found in the import directory.
    4.2 - IMPORT "SBOXXX_ES"."*" as binary from '/tmp/SBOXXX_ES'
    with replace threads 10 NO DEPENDENCIES
    rename schema "SBOXXX_ES" to "SBOXXX_ES_2";
    Error mesage: SAP DBTech JDBC: [2048]: column store error: table import failed:  [30111] Binary import failed (could not execute create statement);invalid column view: ODLN: line 7 col 45 (at pos 506) at ptime/query/checker/check_cube.cc:259
    I guess when you export the " SCHEMA " exported la la " DEPENDENCIES ON" option and these are generating the first error when importing .
    If the error is of the DEPENDENCIES, in which DEPENDENCIES are stored files to edit , and remove all that is giving the error (SYS_SS_CE_1957622_RET ) .
    Thank you very much for your support .
    Adria.

    Hi Adria,
    I asked you to test the import on the system you exported from to determine if the problem is occurring because you are transporting the files from system 1 to system 2.  If it works on point of origin we should investigate why the transfer is corrupting the file.  I thought it would be ok because you are renaming the schema as part of the process.  I would not want to import @point of origin without the rename.
    Whenever some one asks me how to export a schema and import it with a different name I provide:
    export "SBODEMOGB"."*" as
    binary into '/home/SBODEMOGB' with replace threads 10;
    import "SBODEMOGB "."*" as
    binary from '/home/SBODEMOGB_901' with replace threads 10 rename schema "SBODEMOGB" to
    "SBODEMOGB_NEW";
    You are using the statement I would provide. 
    I cannot find an hints for the error reported (SYS_SS_CE_1957622_RET).  If you do not see anything more helpful in the trace file I would suggest opening a customer message.
    Best regards,
    Duncan

  • Sql Developer Data Modeler 3.0 EA1: Export - To reporting schema

    When launching Export -> To reporting schema the schema tables are created and messages show that data is being generated but after indicating that it "Exporting Diagrams" I get the following error message:
    "Error occurred while exporting to Reporting Schema. See the log file for details."
    and all the tables are left empty.
    The message log is not indicating that anything went wrong.
    What could be the problem?
    - Marc

    This is probably what you are looking for:
    2010-10-14 14:56:43,680 [Thread-11] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.lang.NullPointerException
         at oracle.dbtools.crest.model.design.DesignPart.doSetMainViewVisible(Unknown Source)
         at oracle.dbtools.crest.model.design.DesignPart.setMainViewVisible(Unknown Source)
         at oracle.dbtools.crest.model.design.DesignPart.setMainViewVisible(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSDiagrams.ensureMainViewVisible(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSDiagrams.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
    What does it mean?
    / Marc de Oliveira

  • Related to export/backup planning schema before Planning app. migration

    Hi,
    I need to take backup of Planning planning schema before Planning application migration- (from 9.3.1 to 9.3.1)
    1) does all Hyperion services need to be running? for cssexportimport and schema backup?
    2) does it mean to export/import of schema which we have associated with datasource/particular application?
    3) if we copy SID from target before schema restore and then we store SID after schema restore will it be always successful (as i don't know from where i can check the owner of application from source server).
    4) Should we stop planning services before schema restore?

    Kumar 1  wrote:
    Hi,
    I need to take backup of Planning planning schema before Planning application migration- (from 9.3.1 to 9.3.1)
    1) does all Hyperion services need to be running? for cssexportimport and schema backup?You need Shared services running for CSSExportImport, for the schema that just needs the Oracle database running
    2) does it mean to export/import of schema which we have associated with datasource/particular application?You will have already created the datasource on your target.
    3) if we copy SID from target before schema restore and then we store SID after schema restore will it be always successful (as i don't know from where i can check the owner of application from source server).The user should be the same application owner otherwise you will experience issues with the SID
    4) Should we stop planning services before schema restore?You should really stop planning, then restore the schema, then start planning
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Export to Reporting Schema failure

    Can I get some help with the below error when attempting to export to reporting schema. I've reviewed the repository and 79 tables were created, but no data. I looks like this error occurs at the end of the process, but prior to sql commit. The DB is Oracle XE 10g.
    "Error occurred while exporting to Reporting Schema.See the log file for details"
    2011-11-12 06:33:45,859 [Thread-11] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.lang.NullPointerException
         at oracle.dbtools.crest.model.xtdmapping.XtdMapping.isOwnerDesignPartLoaded(Unknown Source)
         at oracle.dbtools.crest.model.xtdmapping.XtdMapping.getOwnerObject(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSMappings.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
    Environment
    About
    Oracle SQL Developer Data Modeler 3.0.0.665
    Version 3.0.0.665
    Build 665
    Copyright © 2008,2010 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.4.37.59.36
    Product ID: oracle.datamodeler
    Product Version: 3.0.0.665
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_23
    Oracle IDE     3.0.0.665
    Versioning Support     3.0.0.665

    Hi,
    you can try Data Modeler 3.1 EA1 (available here http://www.oracle.com/technetwork/developer-tools/datamodeler/overview/index.html) or EA2 when it's published - mappings problem is fixed there.
    Philip

  • How to export app +underlying schema(and data)

    Hi
    I am trying to export my application and its underlying tables to a new system .
    I want to know if it can be done together and not seperately..(export app and then export each table)
    Is there away to package the app and its underlying repository?
    Thanks

    No....
    You will have to do them seperately as there is no logical connection between the application and the tables.
    Your application just has the access to use those tables and does not "own" any of them.
    a) Oracle database tables/ application tables
    You can export the entire schema and all the objects and data in that schema using the export and import utilities.
    All these objects are owned by the schema (eg. emp under scott) and hence are related logically.
    b) Oracle apex metadata tables.
    All the information about apex objects is stored as metadata in database tables (FLOWS_0300 is a schema).
    So, if you install Oracle apex on a new machine, all these repository tables will be created.
    When you create applications / objects, these tables will have metadata for those applications.
    Hope this helps,
    Rajesh.

  • JAVA error when exporting to reporting schema ODDM 4.1

    When attempting to export a design to a reporting schema, we received the following error:
    ERROR ReportsHandler - error exporting to reporting schema:
    java.lang.classcastException: oracle.dbtools.crest.model.design.relational.column cannot be cast to oracle.dbtools.crest.model..design..relational.columnView
    at oracle.dbtools.crest.exports.reports.RSViewColumn.export (RSViewColumns.java:43
    at oracle.dbtools.crest.exports.reports.RSRelationalModel.export (RSRelationalModel.java:62)
    at oracle.dbtools.crest.exports.reports.ReportsHandler.export (ReportsHandler.java:135)
    at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run (ControllerApplication.java:2079)
    We downloaded and installed ODDM 4.1 (EA-1) build 4.1.0.866 to resolve an issue with column widths when exporting to the reporting schema (per SR 3-10154440761).  This is the 64 bit version with the included JAVA 1.8 JRE.

    David,
    We migrated this model from data modeler 3.3.  That Model was created from an import from Oracle Designer.  We have not yet tried to import the data model from Oracle Designer directly into v4.1 but are planning to do so shortly.   When we tried to export that design (from v3.3) to the reporting schema, it failed with object too large for column errors.  We wrote SR 3-10154440761 and were advised by Michael Wickham to use v4.1 EA as the column size issue had been resolved in this version.  It was apparent that the export to the reporting schema was making more progress before it failed on the JAVA error.
    We are trying to migrate from Oracle designer to Oracle Data Modeler

  • Problem implmenting Authorisation Schemes

    Hi All
    I am having some problem testing a simple authorisation scheme. I have followed the example as set out in the HTML DB example (http://www.oracle.com/technology/obe/obe10gdb/develop/htmldb/htmldb.htm#l10).
    I have created a descriptions tables for admin and inserted an admin user called A1. The next step was to go to create an authorisation scheme, I called it ADMIN. The scheme type was EXISTS SQL QUERY and the code is as follows:
    SELECT '1'
    FROM ADMIN_DESCRIPTIONS
    WHERE USERID = :APP_USER
    Next, I click on the report attributes links on a selected page, and into the primary key attributes. Under authorisation I clicked on ADMIN to enable it.
    However when I try to view this page either with user A1 (who is on the ADMIN_DESCRIPTIONS table) or others who are not I get the following error:
    ''ORA-00942: table or view does not exist
         Error      ERR-1082 Error in executing authorization scheme code.''
    I would appreciate any help.
    Many thanks
    Shahram

    I solved this issue. For future reference, in case anyone was wondering, I had not granted the users to select the tables!

  • Data Modeler version 2.0.0 - Export to reporting schema error

    Hi i have the Oracle SQL Developer Data Modeler version 2.0.0 installed.
    When i try to export one diagram to the reporting schema, i get the following error : "Error occurred while exporting to Reporting Schema.See the log file for details".
    The log file has no errors.
    The repository owner is DBA.
    The connection is ok.
    Can you help me?
    Thanks in advance
    Paolo.

    Sorry for the log. I looked at the one at the bottom of the window, i didn't know of the one in the directory.
    I purged the log and i tried again with an account with only connect,resource privileges.
    At the bottom of the message you'll find the log.
    The java.exe points refers to the one in the java directory of the data modeler (i downloaded the one with Java included).
    Thanks for the answer
    Paolo.
    SQL> create user p identified by p default tablespace f2 temporary tablespace temp;
    User created
    SQL> grant connect,resource to p;
    Grant succeeded
    2009-10-23 09:53:10,921 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler Version: 2.0.0 Build: 570
    2009-10-23 09:53:11,546 [main] WARN AbstractXMLReader - There is no file with default domains (path: domains name: defaultdomains)
    2009-10-23 09:56:36,984 [Thread-4] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.sql.SQLException: Missing IN or OUT parameter at index:: 10
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1737)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3376)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3462)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1061)
         at oracle.dbtools.crest.exports.reports.RSCheckConstraint.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSColumns.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSRelationalModel.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)

  • Export oracle database schema without data

    Hi All,
    cany any one tell me how to export oracle database schema without data using exp command not datapump command.

    step 1
    type exp help=y
    step 2
    read the output
    step 3 now run exp ... rows=n
    Life can be so easy when you aren't lazy. You don't waste time asking to be spoon fed by others if you can do something yourself in 2 seconds.
    Sybrand Bakker
    Senior Oracle DBA

  • Exporting/Importing partition schema

    Hi,
    We are trying to manage multiple repositories for a project and in
    particular we use a devopment/test rep and a production rep ( containing a
    production plans snapshot ).
    When a plan is moved from a development repository to the production one,
    the partitioning previously done is lost. In this case developers have to
    partition from scratch.
    Moreover in our repository management policy ( apart clean up ) , we
    destroy periodically development repository and import saved plans in a new
    created one. This procedure causes the same problem described before.
    Is there any chance to export the partition schema done in development
    repository in order to re-apply the partitioning to the same plan in new
    one, using fscript ?
    Is there any other way to do it ( maybe via repository hooks and a tool
    application ) ?
    Thanx
    Fab

    Fabrizio,
    We have a tool that will do this, and a number of other things for you. It
    not only saves partitioning information, but it also:
    * Reads your application defintion, along with the partitioning information
    from the repository,
    * Creates deployment and installation scripts,
    * Analyzes your application for over 20 different performance and
    scalability problems,
    * Captures the supplier plan relationships for each partition as well as
    for the entire application,
    * Graphically shows partitioning structure, similar to partition workshop,
    along with all partition and service object properties,
    * Has Web and IIOP property sheets which are read from the application,
    * Saves operational information, such as outage schedules and external
    interfaces,
    * Records special runtime properties of classes in your system
    We offer this as part of our "Designing for Deployment" workshop. You can
    send me a separate message for information about the workshop and the tool.
    Don
    At 06:35 PM 4/10/98 +0200, Fabrizio Barbero wrote:
    Hi,
    We are trying to manage multiple repositories for a project and in
    particular we use a devopment/test rep and a production rep ( containing a
    production plans snapshot ).
    When a plan is moved from a development repository to the production one,
    the partitioning previously done is lost. In this case developers have to
    partition from scratch.
    Moreover in our repository management policy ( apart clean up ) , we
    destroy periodically development repository and import saved plans in a new
    created one. This procedure causes the same problem described before.
    Is there any chance to export the partition schema done in development
    repository in order to re-apply the partitioning to the same plan in new
    one, using fscript ?
    Is there any other way to do it ( maybe via repository hooks and a tool
    application ) ?
    Thanx
    Fab
    ============================================
    Don Nelson
    Regional Consulting Manager - Rocky Mountain Region
    Forte Software, Inc.
    Denver, CO
    Phone: 303-265-7709
    Corporate voice mail: 510-986-3810
    aka: [email protected]
    ============================================
    "Until you learn to stalk and overrun, you can't devour anyone" - Hobbes

  • Insufficient privilege: Can't export objects in schema..user has no privilege on the underlying objects

    I'm using SYSTEM user but
    HDBSTUDIO continues on triggering this error when I try to export the catalog:
    SAP DBTech JDBC: [258]: insufficient privilege: Can't export objects in schema DARTEL_TRANSPORTES. Can't export procedure DARTEL_TRANSPORTES.PAL_TRIPLE_SMOOTH_WRAPPER. user has no privilege on the underlying objects
    When trying to grant the SYSTEM user to that particular object  I get a new error : Could not modify user 'SYSTEM'. Several issues occurred
    Have anyone have struggled with this error before, any help will be highly appreciated
    Kind Regards

    rev 69 too
    tomorrow I will have the webex and let you know
    Something happenned after my customer change the suse's server IP, I had to perform a re-installation of SAP Business One only
    We were supposed to install using the hostname but no one of the installers let me use the hostname
    so it Kind of forced me to use the IP.
    After asking Support about that one of the specialists told me that he prefers to use IP instead of the hostname. So I used IP.
    Maybe this changed something I cannot detect yet. but tomorrow we'll see.
    KR

  • Get export of cpce schema without data

    exp system/***** file=cpceschema.dmp log=cpceschema.log rows=n full=n owner=cpce
    Is this the right command, for getting export of cpce schema without data, i took export and Export terminated successfully with warnings, need suggestions.

    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    Export done in WE8ISO8859P15 character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    Note: table data (rows) will not be exported
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user CPCE
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user CPCE
    About to export CPCE's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export CPCE's tables via Conventional Path ...
    . . exporting table COLLECTEDDATA
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table CONFIGURATION
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table DCCONTEXT
    . . exporting table DCPLAN
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table EQUIPMENT
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table FDCCONTEXT
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table GPCDATA
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table INDICATOR
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table JOBS_TBL
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table MAINTENANCEERROR
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table MAINTENANCELOG
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table MESCONTEXT
    . . exporting table MODULE
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table PARTITIONMETHOD1
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table PARTITIONMETHOD2
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table RECIPE
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table REQUESTS_TBL
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table STRATEGY
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table TREATEDDATA
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table VARIABLE
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully with warnings.

  • EA2:Error on Export to Reporting Schema

    While i was trying to export the created desing to the reporting schema, found the below error in the log.
    2010-11-29 16:01:26,741 [Thread-56] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.sql.SQLException: ORA-12704: character set mismatch
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1008)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
         at oracle.dbtools.crest.exports.reports.RSCommentsInRDBMS.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSEntities.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSLogicalModel.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
    Can someone help me understanding what is going wrong here or suggest on what should be characterset defined for the database.

    From the stack trace it appears that the problem area is the "Comments in RDBMS" in one of the Entities in the Logical Model.
    Are there any special characters in any of these text panels?

  • Export synonyms with schema

    Hi all
    I am trying to export synonyms with the schema, but they do not show on the generated script.
    How can I add the synonyms?
    thanks
    J

    Exactly what synonyms are you trying to export? If they are owned by (i.e., exist within) the schema you are exporting, then they should be exported unless you uncheck the "Synonyms" box. If instead you want to export the synonyms that point to objects in the schema you are exporting, but are owned by another schema, then you can only do it by exporting that second schema separately.
    For instance, if you export schema "A' and it has synonyms to itself or to some other schema (or schemas), then they should be part of the script. If however schema "B" has synonyms pointing to schema "A" and you export schema "A" all you will get is schema "A"s objects; schema "B"s synonyms will not be included since they belong to it and not schema "A".
    Hope this helps.
    Ed. H.

Maybe you are looking for

  • Itunes (WinXP) Crashes OS when importing CD

    Hi all, My Sister is having a problem importing CDs into iTunes. She has tried importing the Mary J Blige The Essential collection and also the Killers Sams Town recently and its blue screened her laptop and then restarts. It manages to import around

  • Satellite X200: WLan driver does not work using WXP

    Hi I'm trying to get the WIFI working under XP on my Satellite X200. I've downloaded these "wlan-intel-1244-7147" drivers but still no luck, also after installing these drivers I get an error when I shut down saying 'Sample program not responding'. T

  • Get Tab Id

    Hi guru, how can I get the tab id or tab number or other... I need to do this, because I have a dynamic menu on the left side of the window that depends by the tab selected. Do you have any examples ? Is there another solution ? Thanks. .

  • SharePoint 2013 - Word Automation Services - Conversion fails ErrorCode 10 - Domain Controller on same (development) server as SharePoint

    I have code attached below, running inside SharePoint (in a page), used to convert .docx document to .pdf using Word Automation Services. SPFile inputWordFile = ##CODE THAT RETRIEVE THE SPFile ## using (Stream inputWordStream = inputWordFile.OpenBina

  • Folder List resets on any file system action.

    Frustrating problem. Since updating to LR3, I have a condition where any file action (moving a folder, renaming a folder, removing a folder, opening LR, etc) changes the folder list from whichever state I was in, into a state wherein almost all the f