Export feature fails to include grants in DDL

The "export" table feature does not include grants in the DDL, even if the "grants" checkbox is checked. This is consistent in versions 3.0 and 3.1. I do not believe this is a permission issue, as I am able to use the popup describe feature to list permissions for the same table within the same session. Is there something I'm missing, or is this a defect?

I am not able to reproduce your problem. Can you provide some more info?
1. How you are doing the export including the options you are using and whether you are exporting for the user that owns the connection or from "Other Users"
2. The release of the db you are using.
3. Generated script, preferably from export of a single object
4. Output from the following queries using your own table_name and owner:
select dbms_metadata.get_ddl('TABLE','table_name','owner') from dual;
select dbms_metadata.get_dependent_ddl('OBJECT_GRANT','table_name','owner') from dual;
Thanks,
Joyce Scapicchio
SQL Developer Team

Similar Messages

  • "Build and Export Cache" fails to export 100% Previews:

    "Build and Export Cache" fails to export 100% Previews:
    I am moving from Bridge CS5 to CS6 and have a very large number of 100% Previews in my CS5 cache.  The idea of regenerating all these 100% Previews in CS6 is NOT amusing.  It is amazing that there is not a simple import function for this task as a way to make the software upgrade more "seamless"… but apparently there is not.
    I have read the Adobe documents:
        "Bridge Help / Manage the cache | Adobe Bridge CS4, CS5"
        "Creative Suite / Work with the Adobe Bridge cache"
    Based on these documents, in Bridge CS5 I used the export function in
    Tools>Cache>Build and Export Cache…
        with "Build 100% Previews" checked
        and "Export Cache To Folders" checked.
    Unfortunately, the "Build and Export Cache" fails to export 100% Previews to the target directory.  They should appear in the target directory as hidden files in the format xxxxx.NEF.JPG.  Yes, I do know how to view hidden files in both the Finder and in Bridge.
    In Bridge CS5 I tried Purging and rebuilding the Cache for the target directory with no luck.
    I tried running "Build and Export Cache" in Bridge CS6….  still no hidden Preview files in the target directory.
    My settings in both CS5 & CS6 Bridge - Preferences:
        "Keep 100% Previews in Cache" is checked
        "Automatically Export Cache to Folders When Possible" is checked
    My settings in both CS5 & CS6 Bridge - Options for thumbnail quality and preview generation:
        "Generate 100% Previews" is checked
    Using OS X 10.6.8
    Anyone have a suggestion?????

    Bridge is the only piece of software I have used, which incorporates a database, where new versions do not provide for importing the objects of the older version.  Very strange.
    That is a very mildly conclusion but unfortunately until the cache strategy for Bridge is finally sorted out this problem will exist.
    Now I have to confess that I can't use the 'Auto export cache when possible' for several versions now due to a rare problem that after the first time usage without problem created export cache almost every second time generates a warning message that due to failure it needs to replace the Cache T file, hence I deselected this option permanently.
    I would think that if you have those already cached and exported files for 100 % preview in the dedicated folders it would read those files and add it to the database and central cache file when having pointed Bridge to that folder, but I'm far from sure about that.
    Also after rereading your first post you state to expect the build and export cache to build also hidden files with the two extensions from original filetype followed by .jpg from cache in the folder itself (target directory)? Here I'm a bit lost. The mentioned double extension files only appear in the central cache folder and are visible but buried  in the subfolders for each quality in the central cache file at user library (default) or custom set location in Bridge prefs.
    The exported cache to folder are hidden files and as long as I can remember that where 2 files already in the File browser (forgot the extension they used for this) and currently .BridgeCache (very small, few KB) and the for me problematic .BridgeCacheT file that can grow very large and has about the same size as the subfolder generated under full in the central cache.
    I can see the content of the central cache without problem including the double extensions and previews of the files as thumbs in the Finder, jet with option to show hidden files I can see the CacheT file but only as a blank document icon and I can't find an application on my system to open this file to reveal its content.
    Just tried it on a folder with small sized files and having set preview quality to HQ and 100 % preview (checkerboard icon in Path Bar) and then used the option from menu tools to build and export cache to folder including 100 %. Both subfolder in Central Cache and about same sized hidden CacheT file where generated without problems and the full preview was instantly on demand using magnifier. (but all this without the option in prefs to auto export to folder)
    So to me it seems (if I understand everything correctly) that either the existing exported files from CS5 do cause the problem or your setup of CS6 is not working correctly.
    Are we still on the same track or am I completely lost?

  • Command line equivalent of Work Group Manager's export feature

    Hello everyone,
    I am have a hard time upgrading from Lion Server to Mountain Lion Server, especially with Open Directory. What I wish to do, is to import the existing users and groups of an existing server running Lion Server into a new (fresh) Open Directory master created on another server that is running Mountain Lion Server.
    I have tried several options. Those that did *not* work for me include:
    Trying to make create a replica of the Lion Open Directory on the Mountain Lion Server
    Trying to backup the OD of the Lion Server using slapconfig
    What seems to work (for the moment), is to use the export feature of Work Group manager on Lion and to import the users/groups using the import feature of Mountain Lion Server app.
    My question is: is there a command line way to do the export ? Since Work Group manager seems to be kind of deprecated in ML, I assume there must be some other way (i.e., from the command line) to do the user/group import and export.
    Thanks for your help !

    Notice that the old Archive and Restore options are gone. To run a backup, run the slapconfig command along with the -backupdb option followed by a path to a folder to back the data up to: 
    sudo slapconfig -backupdb /odbackups
    To restore a database (such as from a previous version of the operating system where such an important option was actually present) use the following command (which just swaps backupdb with -restoredb) 
    sudo slapconfig -restoredb /odbackups
    /usr/sbin/ServerBackup -cmd backup -source /

  • Export backups failing - Need advice

    Hello All,
    We have a 10.2.0.3 database for which we have to take export backups everyday in maintainence window, when only batch jobs and other non essentials SQL's are running on the database.
    The export command we have used in our script is as under:
    $ORACLE_HOME/bin/exp / file=$ORACLE_DUMP_FILE compress=y full=y direct=n buffer=20480000 consistent=y statistics=none log=$ORACLE_LOGAtleast 3-4 times in a week, the export backup us failing with ORA-01555 errors like the one below:
    EXP-00008: ORACLE error 1555 encountered
    ORA-01555: snapshot too old: rollback segment number 10 with name "_SYSSMU10$" too small
    EXP-00000: Export terminated unsuccessfullyMy DB is configured as:
    SQL> show parameter undo_
    NAME                                 TYPE        VALUE
    undo_management                      string      AUTO
    undo_retention                       integer     54000
    undo_tablespace                      string      UNDOTBSAlso:
    SQL> select max(tuned_undoretention) from v$undostat;
    MAX(TUNED_UNDORETENTION)
                       75598The Max value is reached somewhere in the evening, but our job runs at
    SQL> select begin_time from v$undostat where TUNED_UNDORETENTION = 75598;
    BEGIN_TIME
    29/05/2012 17:39:46At the time (as per my log file) when my export job failed, the above value was:
    SQL> select TUNED_UNDORETENTION from v$undostat where BEGIN_TIME like '29/05/2012 16:2%';
    TUNED_UNDORETENTION
                  71318Please advice how the above issue can be addressed/resolved.
    For further information, please let me know. Thank you.
    Suddhasatwa
    India.
    Edited by: SBhaumik_DBA on May 30, 2012 9:50 PM

    Hello. Thanks for the inputs on CONSISTENT option. There are pre-laid change mgmt processes in every organisation which needs to be maintained/taken in account before such changes are made, and that too, with client approvals, etc. Since it was not a feasible option to get EXPDP or RMAN implemented at this point, so was this question raised.
    There is a small issue, however, if we use CONSISTENT=N. Below is an extract from asktom.oracle.com:
    >
    imagine if you started an export at 9am of the EMP and DEPT tables.
    EMP started exporting at 9am and DEPT at 9:15am.
    Now, the EMP data would be "as of 9am", but the DEPT data would be as of 9:15am. What if
    you import that data now -- will it work? maybe, maybe not -- perhaps at 9:10am, someone
    fired the last employee in department 50 and deleted department 50. Your EMP export
    would have them in this deptno, your DEPT export would not have this deptno. The import
    would fail.
    If you use consistent=y, Oracle will export all of the data "as of 9am", so deptno=50
    will be included in all tables and the import will succeed.
    >
    That's one of the risks involved.
    Is there any other solution we can have in place for this issue? Thanks.

  • The Creation of Export DataSource Failed Error while transporting ODS Cube

    Hi  All,
    I am facing this issue from last 1 week.. i had developed an ODS cube in APO-DP BW which will fetch data from SAP R/3 and its working fine in APO Dev Server.  But when i transport this cube into APO PAC(Prodn Server) the below error i am getting..
       Start of the after-import method RS_ODSO_AFTER_IMPORT for object type(s) ODSO (Activation Mode)
       The creation of the export DataSource failed
       Password logon no longer possible - too many failed attempts
       Password logon no longer possible - too many failed attempts
       Error when creating the export DataSource and dependent Objects
       Error when activating DataStore Object ZANAUTSL
    I also updated the transport conversion tables but still problem not resolved.
    Immediate help is hightly appreciated.
    Thanx
    AJ

    Hi AJ,
    Looking at your error, it seems that the RFC user's password is locked and hence connectivity from R/3 towards APO BW is broken.
    You know the name of your export datasource (from R/3 to APO BW). Find out the name of your R/3 source system e.g. PACCLT000, by scrolling to the right against teh export data source.
    Take help of your Basis or EAI team to identify the RFC destination corresponding to the connectivity from the R/3 source system (PACCLT000) to your APO BW system. (If needed ask for help from your BW team, I am not very sure how connectivity would be set up from R/3 to APO BW, I guess this would be independent from CIF connectivity)
    For this RFC connection from R/3 to APO BW, see which RFC user is maintained in SM59 in APO and ask your security team to reset (or unlock) the password of this RFC user in R/3, and then if required update the user password details in SM59 in APO also.
    After this, your issue should get resolved.
    Thanks - Pawan

  • DSO activation failed due to creation of the export datasource failed

    hi experts,
    i am activating DSO, but failed. Cause is "The creation of the export DataSource failed"
    there are many threads in the forum saying restoring the BI myself source system can address it, I tried many times, but failed.
    I used program RSDG_ODSO_ACTIVATE to activate an already activated DSO, it returned same error and the original activated DSO turned into inactivated. So I guess there must be something wrong with the setting.
    please advise, thanks!
    attach error info:
    The creation of the export DataSource failed
    Message no. RSBM035
    Diagnosis
    The system could not create DataSource .
    System Response
    The metadata for a DataSource must be created while the export InfoSouce is being generated. An error occurred at that time.
    Procedure
    Consult the appropriate developer (function module: RSA1_OLTPSOURCE_GENERATE).
    The delta process ODS does not exist
    Error when creating the export DataSource and dependent Objects
    Error when activating DataStore Object ZFIM_D09

    Hi,
    As I read the system RESTORE option should resolve your issue. From RSA1 try to restore your source system and try to active your DSO again.
    Regards,
    Durgesh.

  • Transport Error-The creation of the export DataSource failed

    Hi Experts,
    I am transporting a DSO from DEV to QA in 7.0 system.While transporting the DSo i am getting the below mentioned error.
    The creation of the export DataSource failed
    Reading the Metadata of APMD0009 ...
    Creating DataSource 8APMD0009 ...
    Password logon no longer possible - too many failed attempts
    Password logon no longer possible - too many failed attempts
    Error when creating the export DataSource and dependent Objects
    Error when activating DataStore Object APMD0009
    the request conatins just the DSO and not the Export datsource.i have also tried exporting both together still it failed.
    I have referred OSS note No.597326 for the same.But it didnt helped in resolving the issue.
    Has any one come across this kind of an issue.
    Thanks in advance!!!!!
    Regards,
    Umesh.

    No it didnt seem to work still got the same password error..                                                                               
    Start of the after-import method RS_ODSO_AFTER_IMPORT for object type(s) ODSO (Activation Mode)              
    /     The creation of the export DataSource failed                                                                 
          Name or password is incorrect (repeat lo gon)                                                                
          Name or password is incorrect (repeat lo gon)                                                                
          Error when creating the export DataSource and dependent Objects                                              
          Error when activating DataStore Object 0BBP_BID                                                              
    /     The creation of the export DataSource failed                                                                 
          Name or password is incorrect (repeat lo gon)                                                                
          Name or password is incorrect (repeat lo gon)                                                                
          Error when creating the export DataSource and dependent Objects                                              
          Error when activating DataStore Object 0BBP_QUO                                                              
    /     The creation of the export DataSource failed                                                                 
          User not authorized. Session terminated                                                                      
          User not authorized. Session terminated                                                                      
          Error when creating the export DataSource and dependent Objects                                              
          Error when activating DataStore Object 0PUR_DS03                                                             
    /     The creation of the export DataSource failed                                                                 
          Name or password is incorrect (repeat lo gon)                                                                
          Name or password is incorrect (repeat lo gon)

  • The creation of the export DataSource failed 0FIGL_O06, 0FIGL_O02

    Hello Expert,
    I have an issue with the export data source creation,
    This is the detail,
    Thank you very much in advance for your kind help,
    The creation of the export DataSource failed
    Message no. RSBM035
    Diagnosis
    The creation of the DataSource &v1& was unsuccessful.
    System Response
    Whilst generating the export InfoSource, the metadata for a DataSource must be generated. An error arose when doing this.
    Procedure
    Consult the appropriate developer (function module: RSB1_OLTPSOURCE_GENERATE).

    Niurka,
    Is this datasource for a hierarchy? See if note - 403092 is relevant.
    Viren

  • Creation of export datasource failed

    Hi All.
    i copied a bussiness content data source object (DSO) and tried to activate it. it is giving error that
    "The creation of the export DataSource failed"
    Why ??? where m i going wrong.
    Thanks & Regards,
    Mo

    Hello,
         This is the problem becos the system is unable to create DATAMART for DSO object.  The following reasons might be hindering the creation of DSO.  Please check whether
    1)  You have proper authorization to create Datasource/Datamarts.
    2)  If so then, check whether DATAMART for the BW Self Source System is properly Installed from Business Content.  (I hope you are working on the version 3.5 or later.. here we need to manually install Aplication Component related to Datamart from Business Content so that Datamart creation never fails after that)
    3)  Also check BW Self Source System is properly functioning.
    Thanks
    Kishore Kusupati
    Edited by: Kishore Kumar K on Jul 28, 2008 5:35 AM

  • How does Adobe ExportPDF differ from the export feature in Adobe Acrobat Pro 9.0?

    How does Adobe ExportPDF differ from the export feature in Adobe Acrobat Pro 9.0?

    ExportPDF is based on a newer conversion engine than the one found in Acrobat 9.0.  They're similar in some respects, but ExportPDF is more advanced.
    -David

  • The export operation failed to create an image file

    I've been experiencing bizarre behavior when attempting to export images to my Usb-connected card reader. After reading some threads on this form, I was convinced that my reader was defective. Same problem on a brand-new reader.
    The specific behavior was as follows: I attempted to export roughly 150 custom-named 500 KB image files to the memory card. The last 15 or so failed to transfer and I got the message, "the export operation failed to create an image file for the versions identified below."
    Trashing VP list didn't help. What did was changing the custom name. There was nothing particularly unusual about the original custom name and the new one was virtually identical. After changing the name, the export worked without a hitch.
    Has anyone experienced similar behavior? Any ideas what's going on?

    problem was that the NEW card reader was faulty as well. My luck!

  • Why does my php export feature work in IE and not firefox?

    Why does my php export feature work in IE and not Firefox? I've written a web application which contains a SigmaGrid. The grid controls reload, add update delete, print and export to csv all work in IE8. The export feature does not work in Firefox.

    I'm not sure what's going on for you. I've had 4 other developers - two on Comcast and two on Fios review my work and they get the control and export action in the IE8 version but not the FF10 version.
    Thanks for looking into this for me, though. I appreciate the effort. '' The operation was a success doctor, but the patient died.''

  • Database automatic export keeps failing after running for about 24h

    Hi,
    We have a Sql azure database that is not that big in size (+-4.5 GB) but does have a reasonably large schema (+-12700 tables) Until recently (01 august) we had a daily export scheduled of the database to use as backup. However since the first of
    this month, we get daily mails that the export has failed. No other indication is given as to why.
    We did notice that the time it took to take the backup increases a lot over time. the time it took to take the export has gone up in one month from 13h to 19h, while the data size of the bacpac file has increased from 647MB to 727MB.  has anyone encountered
    a situation like this before? My only guess is that the export takes to long to take. 
    Are there any other options to take a backup? We never needed a backup up until this point, but we don't want to wait with addressing this issue until we actually need it...
    best regards,
    Wim

    Hi,
    Please have a check on the below links for Azure SQL Database Backup and Restore.
    http://msdn.microsoft.com/en-us/library/jj650016.aspx
    http://fabriccontroller.net/blog/posts/backup-and-restore-your-sql-azure-database-using-powershell/
    http://blogs.msdn.com/b/wats/archive/2013/03/04/different-ways-to-backup-your-windows-azure-sql-database.aspx
    I would suggest you post a feedback on the SQL Database Feedback forum.
    http://feedback.azure.com/forums/217321-sql-database
    Hope this helps.
    Regards,
    Mekh.

  • What happened to the Export feature in Preview?

    In Panther, I used to be able to export from .pdf files to .jpg easily. Now, not so much. You have to grab the section you want to export as jpeg and save it and go through a lot of garbage. What gives, and is this fixed in 10.5?

    Nope, still does not allow saving.
    I just want to save each page as a JPG and then save to my website. This way users can simply view the page without having to open another app like preview or acrobat viewer to see the page.
    Point is, in the previous version of Preview in Panther, exporting each page to whatever format was a simple thing. File, Export, select format and directory, Save, done! It gave a warning that only single page exports were supported, but that's what I wanted anyway.
    Luckily, I copied my entire boot drive onto a secondary drive before upgrading to 10.4, so I have Preview 2.1 still, and it works.
    Still, any clues as to why they changed/removed this Export feature to a clunky and PITA, many step, not as good, way of doing a thing?

  • "The export operation failed because it ran out of memory"

    I'm trying to export from Flash CS5 to an mov.
    Project is in custom size (874  x 480) but when saved to SWF it's not really
    that big (15mb). So I'm a little confused.
    Anyone encountered this error message?
    This is quite new to me.
    I've got 2 HD on my mac with each having at least 2Tb available each,
    so don't think its that.
    Memory is 8GB and I got nothing running except the Flash CS5.
    Need some help my friends. Client

    Not sure if your problem has been solved. Flash is flat broken on this. I am using CS6, same problem, same headache. Adobe should be ashamed for not fixing this issue. Someone even suggest to use third party screen capture tool like Camtasia? Why don't you just remove the Export from your Flash menu all together if anything beyong 30 seconds of video export would fail?
    In the meantime, Try download Swivel from cnet. The app will happily convert your SWF to anyformat you like. Both Mac and Windows version are available. This was one of the best life saver I ever downloaded from cnet.
    HTH

Maybe you are looking for

  • Validation for Select-Option - Issue

    Hi Experts!! I have a select-option s_field on which I have written a validation under AT SELECTION-SCREEN. Now, the problem is that, if validation fails in second line of s_field, then to change it when we click on Extension, it's not allowing to en

  • DigiKam won't show anything [SOLVED, like]

    Hi, Just noticed (I don't use it every day) that digiKam refuses to show existing pics, neither as albums, nor in chronological order, etc. I deleted and (apparently) successfully recreated the data base, but still no show. I can't tell which update

  • Counter in a Primary Key

    Hello, I work with VB6 and ADO in Sql-Server database, I would like work with Oracle databases but in my table in Sql-Server I have a primary key field that is a automatic counter (identity). Is possible in Oracle has a primary key field that is a co

  • SES posting Date

    Dear All, In our company users are creating a SES with posting date and document date prior to creation date of Purchase order. In realisitc it should not happen. How can i restrict users for entering Doc date and posting date in SES only after creat

  • XI Mapping : multiple msgs in, one msg out ???

    Hi All, Is it possible to receive multiple iDocs from SAP, and map them into a single outbound file ? Is this easily possible ? Thanks.